feat: 更新登录界面,使用国际化支持的注册按钮文本

This commit is contained in:
2025-12-20 21:44:28 +07:00
parent 57bbebe961
commit e8278fa957
5 changed files with 13 additions and 125 deletions

View File

@@ -271,39 +271,22 @@
},
"auth": {
"common": {
"close": "關閉",
"next": "下一步",
"submit": "提交",
"email": "郵箱",
"enterEmail": "請輸入您的郵箱",
"validEmailError": "請輸入有效的郵箱地址。",
"orContinueWith": "或使用以下方式繼續",
"google": "Google",
"phoneNumber": "手機號碼",
"validVerificationCodeError": "請輸入有效的6位驗證碼。",
"failedSendCode": "發送驗證碼失敗。",
"failedVerifyCode": "驗證碼驗證失敗。"
"failedSendCode": "發送驗證碼失敗"
},
"login": {
"title": "登錄",
"loginButton": "登錄",
"username": "用戶名",
"signupButton": "註冊",
"username": "郵箱",
"phone": "手機號碼",
"selectCountryCode": "選擇國家/地區",
"enterPhoneNumber": "請輸入手機號碼",
"enterUsername": "請輸入用戶名",
"enterPassword": "請輸入密碼",
"enterEmail": "請輸入郵箱",
"enterCode": "請輸入驗證碼",
"enterOtp": "請輸入驗證碼",
"getCode": "獲取驗證碼",
"resendCode": "重新發送",
"sending": "發送中...",
"sendCodeSuccess": "驗證碼已發送",
"forgotPassword": "忘記密碼?",
"validation": {
"usernameRequired": "請輸入用戶名",
"passwordRequired": "請輸入密碼",
"phoneNumberRequired": "請輸入手機號碼",
"phoneNumberInvalid": "請輸入有效的手機號碼",
"codeRequired": "請輸入驗證碼",
@@ -313,17 +296,6 @@
"otpRequired": "請輸入驗證碼",
"otpInvalid": "請輸入6位數字驗證碼"
}
},
"signup": {
"title": "您的郵箱是什麼?",
"description": "您將使用此郵箱登錄並訪問我們提供的所有內容。",
"signupButton": "註冊",
"emailPlaceholder": "email@example.com",
"emailVerified": "郵箱驗證成功!"
},
"verification": {
"title": "驗證您的郵箱",
"description": "我們已向 {email} 發送了一個驗證碼。請在下方輸入代碼以驗證您的郵箱地址。"
}
},
"settings": {