feat(web): user email support change

This commit is contained in:
zhaoying
2026-02-25 11:47:36 +08:00
parent 0b9cc0f068
commit bd63e0fce8
8 changed files with 457 additions and 24 deletions

View File

@@ -274,6 +274,28 @@ export const en = {
createdAt: 'Creation Time',
member: 'Member',
passwordRule: 'password should have at least 6 characters',
authVerify: 'Identity Verification',
authVerifyDesc: 'For security reasons, please verify your login password first',
verify: 'Verify',
loginPassword: 'Login Password',
loginPasswordPlaceholder: 'Please enter the login password for the current account',
loginPasswordVerifyFailed: 'Incorrect password, please try again',
bindNewEmail: 'Bind New Email',
sureChange: 'Confirm Change',
sendEmailCode: 'Send Verification Code',
currentEmail: 'Current Email',
newEmail: 'New Email Address',
emailCode: 'Verification Code',
emailCodePlaceholder: 'Please enter the verification code received by the new email',
sureChangeEmail: 'Confirm to change the bound email to',
sureChangeEmailDesc: '?',
changeSuccess: 'Changed successfully',
sendSuccess: 'Verification code has been sent, please check',
newEmailSameAsOld: 'New email cannot be the same as current email',
emailCodeLengthRule: 'Please enter a 6-digit verification code',
emailFormatError: 'Incorrect email format',
sendCodeTooFrequent: 'Please resend after {{seconds}}s',
retrySend: 'Can resend after {{seconds}}s',
},
timezones: {
'Asia/Shanghai': 'China Standard Time (UTC+8)',