add angular18 boilerplate
This commit is contained in:
parent
ab962e27d3
commit
7cebea45d8
122 changed files with 15816 additions and 0 deletions
24
angular18/dist/easy-angular/assets/i18n/en.json
vendored
Normal file
24
angular18/dist/easy-angular/assets/i18n/en.json
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"NOT_FOUND" : "404 - Page not found",
|
||||
"GO_TO_HOMEPAGE" : "Go to homepage",
|
||||
"WELCOME_TO" : "Welcome to",
|
||||
"PROJECT_DESC" : "A Centurio boilerplate solution",
|
||||
"SIGN_IN" : "Sign in",
|
||||
"LOGOUT" : "Logout",
|
||||
"HOME" : "Home",
|
||||
"VERSION" : "Version",
|
||||
"USER" : "User",
|
||||
"EMAIL" : "E-mail",
|
||||
"FORGOT_YOUR_PWD" : "Forgot your password?",
|
||||
"BACK_TO_LOGIN" : "Back to login",
|
||||
"VALIDATE_ACCOUNT" : "Validate the account",
|
||||
"VALIDATE" : "Validate",
|
||||
"PASSWORD" : "Password",
|
||||
"LOADING" : "Loading",
|
||||
"CLOSE" : "Close",
|
||||
"DELETE" : "Delete",
|
||||
"ALERT_DELETE_ENTRY" : "Are you sure you want to delete this entry?",
|
||||
"RESET_PASSWORD" : "Reset password",
|
||||
"FIELD_REQUIRED" : "This field is required",
|
||||
"FIELD_EMAIL" : "This field must be an email"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue