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": {