Files
private-cloud/console/web/error/locales/en-US/translation.json
2020-06-13 21:32:48 +08:00

19 lines
702 B
JSON

{
"app": {
"name": "IRext"
},
"page_error": {
"title_error": "Console Error",
"title_confirm_pw": "Confirm Password",
"auth_error": "Authentication Error",
"access_after_login": "Please access to console after sign in",
"access_to_console": "Access to console",
"change_pw": "Change password",
"register": "Register",
"change_pw_success": "Password has been changed, please keep it firmly : ",
"change_pw_fail": "Failed to change password",
"register_success": "User has been registered, please keep the password firmly : ",
"register_fail": "Failed to register user"
}
}