refactor: 重构登陆模块

This commit is contained in:
2025-12-20 21:38:49 +07:00
parent 3d9785fdf2
commit 57bbebe961
28 changed files with 715 additions and 494 deletions

View File

@@ -286,7 +286,33 @@
},
"login": {
"title": "Log in",
"loginButton": "Log in"
"loginButton": "Log in",
"username": "Username",
"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",
"codeInvalid": "Please enter a 6-digit verification code",
"emailRequired": "Please enter email",
"emailInvalid": "Please enter a valid email address",
"otpRequired": "Please enter verification code",
"otpInvalid": "Please enter a 6-digit verification code"
}
},
"signup": {
"title": "What's your email?",