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",

View File

@@ -6,6 +6,17 @@
"register_button": "立即註冊",
"forgot_password": "忘記密碼",
"register_error_email_empty": "電子信箱不可為空",
"register_error_email_invalid": "請輸入有效的電子信箱地址",
"register_error_username_empty": "用戶姓名不可為空",
"register_error_password_empty": "密碼不可為空",
"register_error_verificationCode_not_send": "請先發送驗證碼",
"register_error_verificationCode_not_match": "驗證碼錯誤",
"register_error_usernameOrEmail_exist": "註冊失敗:電子信箱或帳號名稱已被使用,請嘗試更換或登入",
"register_error_server_error": "註冊失敗:系統錯誤",
"register_success": "註冊成功",
"register_turn_back": "返回登入頁面",
"realtime_video": "即時畫面",
"fall_record": "跌倒紀錄",
"switch_camera": "切換畫面",