feat: 更新用户注册和登录界面的文本提示,增强用户体验

This commit is contained in:
2026-01-15 03:04:49 +07:00
parent 0ebf33c5a4
commit 4c29f95740
6 changed files with 27 additions and 3 deletions

View File

@@ -632,7 +632,11 @@
"auth": {
"signup": {
"title": "用戶註冊",
"enterName": "請輸入姓名",
"enterEmail": "請輸入郵箱",
"enterPassword": "請輸入密碼",
"agreeTermsError": "請同意服務條款後繼續",
"signupFailed": "註冊失敗,請重試",
"validation": {
"nameRequired": "請輸入姓名",
"emailRequired": "請輸入郵箱",
@@ -645,6 +649,8 @@
"title": "登錄",
"loginButton": "登錄",
"signupButton": "註冊",
"signUpAndLogin": "註冊並登錄",
"emailPassword": "郵箱密碼",
"username": "郵箱",
"phone": "手機號",
"selectCountryCode": "選擇國家/地區",