mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 09:44:26 +08:00
add email verification
This commit is contained in:
+13
-2
@@ -584,7 +584,8 @@ export default {
|
||||
'email is invalid': '邮箱无效',
|
||||
'email is empty or invalid': '邮箱为空或无效',
|
||||
'new password equals old password': '新密码与旧密码相同',
|
||||
'email is not verified': '邮箱没有验证过',
|
||||
'email is not verified': '邮箱还未验证通过',
|
||||
'email is verified': '邮箱已经验证过',
|
||||
'unauthorized access': '未授权的登录',
|
||||
'current token is invalid': '当前认证令牌无效',
|
||||
'current token is expired': '当前认证令牌已过期',
|
||||
@@ -597,6 +598,7 @@ export default {
|
||||
'token is not found': '认证令牌不存在',
|
||||
'token is expired': '认证令牌已过期',
|
||||
'token is empty': '认证令牌为空',
|
||||
'email verify token is invalid or expired': '邮箱验证令牌无效或已过期',
|
||||
'password reset token is invalid or expired': '密码重置令牌无效或已过期',
|
||||
'passcode is invalid': '验证码无效',
|
||||
'two factor backup code is invalid': '两步验证备用码无效',
|
||||
@@ -847,6 +849,14 @@ export default {
|
||||
'Use a passcode': '使用验证码',
|
||||
'PIN code is invalid': 'PIN码无效',
|
||||
'PIN code is wrong': 'PIN码错误',
|
||||
'Verify your email': '验证您的邮箱',
|
||||
'Verifying...': '正在验证...',
|
||||
'Account activation link has been sent to your email address:': '账号激活链接已经发送到您的邮箱地址:',
|
||||
', If you don\'t receive the mail, fill password and click the button below to resend the verify mail.': ',如果您没有收到邮件,输入密码并点击下方的按钮重新发送验证邮件。',
|
||||
'Resend Validation Email': '重发验证邮件',
|
||||
'Validation email has been sent': '验证邮件已发送',
|
||||
'Unable to verify email': '无法验证邮箱',
|
||||
'Unable to resend verify email': '无法重新发送验证邮件',
|
||||
'Send Reset Link': '发送重置链接',
|
||||
'Please input your email address used for registration and we\'ll send you an email with reset password link': '请输入您注册时使用的电子邮箱地址,我们将发送一封包含重置密码链接的邮件给您',
|
||||
'Password reset email has been sent': '重置密码邮件已发送',
|
||||
@@ -1055,8 +1065,9 @@ export default {
|
||||
'Basic Settings': '基本设置',
|
||||
'Security Settings': '安全设置',
|
||||
'Two-Factor Authentication Settings': '两步验证设置',
|
||||
'Email has been verified': '邮箱地址已验证',
|
||||
'Email has not been verified': '邮箱地址未验证',
|
||||
'Username:': '用户名:',
|
||||
'Avatar Provider:': '头像提供方:',
|
||||
'Current Password': '当前密码',
|
||||
'New Password': '新密码',
|
||||
'Modify Password': '修改密码',
|
||||
|
||||
Reference in New Issue
Block a user