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": "Close",
"next": "Next",
"submit": "Submit",
"email": "Email",
"enterEmail": "Enter your email",
"validEmailError": "Please enter a valid email address.",
"orContinueWith": "Or continue with",
"google": "Google",
"phoneNumber": "Phone Number",
"validVerificationCodeError": "Please enter a valid 6-digit verification code.",
"failedSendCode": "Failed to send verification code.",
"failedVerifyCode": "Failed to verify the code."
"failedSendCode": "Failed to send verification code"
},
"login": {
"title": "Log in",
"loginButton": "Log in",
"username": "Username",
"signupButton": "Sign up",
"username": "Email",
"phone": "Phone",
"selectCountryCode": "Select Country/Region",
"enterPhoneNumber": "Enter phone number",
"enterUsername": "Enter username",
"enterPassword": "Enter password",
"enterEmail": "Enter email",
"enterCode": "Enter verification code",
"enterOtp": "Enter verification code",
"getCode": "Get Code",
"resendCode": "Resend",
"sending": "Sending...",
"sendCodeSuccess": "Verification code sent",
"forgotPassword": "Forgot password?",
"validation": {
"usernameRequired": "Please enter username",
"passwordRequired": "Please enter password",
"phoneNumberRequired": "Please enter phone number",
"phoneNumberInvalid": "Please enter a valid phone number",
"codeRequired": "Please enter verification code",
@@ -313,17 +296,6 @@
"otpRequired": "Please enter verification code",
"otpInvalid": "Please enter a 6-digit verification code"
}
},
"signup": {
"title": "What's your email?",
"description": "You'll use this email to login and access everything we have to offer.",
"signupButton": "Sign up",
"emailPlaceholder": "email@example.com",
"emailVerified": "Email verified successfully!"
},
"verification": {
"title": "Verify your email",
"description": "We have sent a verification code to {email}. Please enter the code below to verify your email address."
}
},
"settings": {