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)',

View File

@@ -946,18 +946,29 @@ export const zh = {
email: '邮箱',
createdAt: '创建时间',
member: '成员',
batchImport: '批量导入',
batchImportUser: '批量导入用户',
downloadTemplate: '下载导入模板',
templateDownloadSuccess: '模板下载成功',
startImport: '开始导入',
batchImportSuccess: '批量导入成功',
importFailed: '导入失败,请检查文件格式',
noFileSelected: '请选择要导入的文件',
onlyXlsxOrCsv: '只能上传 .xlsx 或 .csv 格式的文件',
reselect: '重新选择',
noFileSelectedTip: '未选择任何文件',
downloadTemplateTip: '请下载模板,填写用户信息后上传。'
passwordRule: '密码至少需要6个字符',
authVerify: '身份验证',
authVerifyDesc: '出于安全考虑,请先验证您的登录密码',
verify: '验证',
loginPassword: '登录密码',
loginPasswordPlaceholder: '请输入当前账号的登录密码',
loginPasswordVerifyFailed: '密码错误,请重新输入',
bindNewEmail: '绑定新邮箱',
sureChange: '确认修改',
sendEmailCode: '发送验证码',
currentEmail: '当前邮箱',
newEmail: '新邮箱地址',
emailCode: '验证码',
emailCodePlaceholder: '请输入新邮箱收到的验证码',
sureChangeEmail: '确认将绑定邮箱修改为',
sureChangeEmailDesc: '吗?',
changeSuccess: '修改成功',
sendSuccess: '验证码已发送,请查收',
newEmailSameAsOld: '新邮箱不能与当前邮箱相同',
emailCodeLengthRule: '请输入6位的验证码',
emailFormatError: '邮箱格式不正确',
sendCodeTooFrequent: '请在{{seconds}}s后重新发送',
retrySend: '{{seconds}}s后可重发',
},
common: {
search: '搜索',