mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 17:24:26 +08:00
support use 2fa backup code
This commit is contained in:
+6
-2
@@ -5,6 +5,7 @@ export default {
|
||||
}
|
||||
},
|
||||
'error': {
|
||||
'system error': 'System Error',
|
||||
'unauthorized access': 'Unauthorized access',
|
||||
'token is expired': 'Token is expired',
|
||||
'token is invalid': 'Token is invalid',
|
||||
@@ -26,10 +27,10 @@ export default {
|
||||
'login name or password is invalid': 'Login name or password is invalid',
|
||||
'login name or password is wrong': 'Login name or password is wrong',
|
||||
'passcode is invalid': 'Passcode is invalid',
|
||||
'two factor recovery code is invalid': 'Two factor recovery code is invalid',
|
||||
'two factor backup code is invalid': 'Two factor backup code is invalid',
|
||||
'two factor is not enabled': 'Two factor is not enabled',
|
||||
'two factor has already been enabled': 'Two factor has already been enabled',
|
||||
'two factor recovery code does not exist': 'Two factor recovery code does not exist',
|
||||
'two factor backup code does not exist': 'Two factor backup code does not exist',
|
||||
},
|
||||
'OK': 'OK',
|
||||
'Cancel': 'Cancel',
|
||||
@@ -53,10 +54,13 @@ export default {
|
||||
'Unable to login': 'Unable to login',
|
||||
'Two-Factor Authentication': 'Two-Factor Authentication',
|
||||
'Passcode': 'Passcode',
|
||||
'Backup Code': 'Backup Code',
|
||||
'Verify': 'Verify',
|
||||
'Please input passcode': 'Please input passcode',
|
||||
'Please input backup code': 'Please input backup code',
|
||||
'Unable to verify': 'Unable to verify',
|
||||
'Use a backup code': 'Use a backup code',
|
||||
'Use a passcode': 'Use a passcode',
|
||||
'Language': 'Language',
|
||||
'Log Out': 'Log Out',
|
||||
'Are you sure you want to log out?': 'Are you sure you want to log out?',
|
||||
|
||||
@@ -5,6 +5,7 @@ export default {
|
||||
}
|
||||
},
|
||||
'error': {
|
||||
'system error': '系统错误',
|
||||
'unauthorized access': '未授权的登录',
|
||||
'token is expired': '认证令牌已过期',
|
||||
'token is invalid': '认证令牌无效',
|
||||
@@ -26,10 +27,10 @@ export default {
|
||||
'login name or password is invalid': '登录名或密码无效',
|
||||
'login name or password is wrong': '登录名或密码错误',
|
||||
'passcode is invalid': '验证码无效',
|
||||
'two factor recovery code is invalid': '两步验证恢复口令无效',
|
||||
'two factor backup code is invalid': '两步验证备用码无效',
|
||||
'two factor is not enabled': '两步验证没有启用',
|
||||
'two factor has already been enabled': '两步验证已经启用',
|
||||
'two factor recovery code does not exist': '两步验证恢复口令不存在',
|
||||
'two factor backup code does not exist': '两步验证备用码不存在',
|
||||
},
|
||||
'OK': '确定',
|
||||
'Cancel': '取消',
|
||||
@@ -53,10 +54,13 @@ export default {
|
||||
'Unable to login': '无法登录',
|
||||
'Two-Factor Authentication': '两步验证',
|
||||
'Passcode': '验证码',
|
||||
'Backup Code': '备用码',
|
||||
'Verify': '验证',
|
||||
'Please input passcode': '请输入验证码',
|
||||
'Please input backup code': '请输入备用码',
|
||||
'Unable to verify': '无法验证',
|
||||
'Use a backup code': '使用备用码',
|
||||
'Use a passcode': '使用验证码',
|
||||
'Language': '语言',
|
||||
'Log Out': '退出登录',
|
||||
'Are you sure you want to log out?': '您确定是否要退出登录?',
|
||||
|
||||
Reference in New Issue
Block a user