1.增加谷歌验证器

This commit is contained in:
2026-06-24 16:25:31 +08:00
parent 5187330c38
commit 3e88a5dd91
21 changed files with 822 additions and 46 deletions

View File

@@ -10,4 +10,9 @@ export default {
'Please leave blank if not modified': 'Please leave blank if you do not modify.',
'Personal signature': 'Personal Signature',
'Administrator login': 'Administrator Login Name',
'Google Authenticator': 'Google Authenticator',
Bound: 'Bound',
'Not bound': 'Not bound',
'Reset authenticator': 'Reset authenticator',
'Reset authenticator confirm': 'Reset this admin\'s Google Authenticator? They must re-bind on next login.',
}

View File

@@ -3,4 +3,14 @@ export default {
'Please input a password': 'Please enter your password',
'Hold session': 'Keep the session',
'Sign in': 'Sign in',
'Google Authenticator code': 'Google Authenticator code',
'Please enter the 6-digit code': 'Please enter the 6-digit code',
'Verify and sign in': 'Verify and sign in',
'Bind Google Authenticator': 'Bind Google Authenticator',
'Scan QR code with Google Authenticator': 'Scan the QR code with Google Authenticator',
'Or enter secret manually': 'Or enter the secret manually',
'Confirm bind': 'Confirm bind',
'Back to login': 'Back to login',
'Binding...': 'Binding...',
'Verifying...': 'Verifying...',
}

View File

@@ -11,4 +11,7 @@ export default {
'Please leave blank if not modified': 'Please leave blank if you do not modify',
'Save changes': 'Save changes',
'Operation log': 'Operation log',
'Google Authenticator': 'Google Authenticator',
Bound: 'Bound',
'Not bound': 'Not bound',
}

View File

@@ -10,4 +10,9 @@ export default {
'Please leave blank if not modified': '不修改请留空',
'Personal signature': '个性签名',
'Administrator login': '管理员登录名',
'Google Authenticator': '谷歌验证器',
Bound: '已绑定',
'Not bound': '未绑定',
'Reset authenticator': '重置验证器',
'Reset authenticator confirm': '确定要重置该管理员的谷歌验证器吗?重置后该管理员下次登录需重新绑定。',
}

View File

@@ -3,4 +3,14 @@ export default {
'Please input a password': '请输入密码',
'Hold session': '保持会话',
'Sign in': '登录',
'Google Authenticator code': '谷歌验证器验证码',
'Please enter the 6-digit code': '请输入6位验证码',
'Verify and sign in': '验证并登录',
'Bind Google Authenticator': '绑定谷歌验证器',
'Scan QR code with Google Authenticator': '请使用 Google Authenticator 扫描下方二维码',
'Or enter secret manually': '或手动输入密钥',
'Confirm bind': '确认绑定',
'Back to login': '返回登录',
'Binding...': '绑定中...',
'Verifying...': '验证中...',
}

View File

@@ -11,4 +11,7 @@ export default {
'Please leave blank if not modified': '不修改请留空',
'Save changes': '保存修改',
'Operation log': '操作日志',
'Google Authenticator': '谷歌验证器',
Bound: '已绑定',
'Not bound': '未绑定',
}