feat(web): user email support change
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user