fix: 補充翻譯(註冊Error)

This commit is contained in:
JingChiang
2024-11-10 14:50:34 +08:00
parent 4c8d789a86
commit f4d0243de0
6 changed files with 178 additions and 12 deletions

View File

@@ -5,6 +5,18 @@
"logout_button": "Logout",
"register_button": "Register",
"forgot_password": "Forgot password",
"register_error_email_empty": "Please enter your email",
"register_error_email_invalid": "Please enter a valid email",
"register_error_username_empty": "Please enter your username",
"register_error_password_empty": "Please enter your password",
"register_error_verificationCode_not_send": "Please send the verification code first",
"register_error_verificationCode_not_match": "Verification code does not match",
"register_error_usernameOrEmail_exist": "Username or email already exists, please try again",
"register_error_server_error": "Register Failed: Server error, please try again later",
"register_success": "Register Success",
"register_turn_back": "Return to Login Page",
"realtime_video": "Live View",
"fall_record": "Fall Record",
"switch_camera": "Switch View",