19 lines
702 B
JSON
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"
|
|
}
|
|
}
|