1.优化谷歌验证器-前端不显示验证器按钮

This commit is contained in:
2026-06-24 16:49:34 +08:00
parent 21def75ef1
commit ceb4386440
4 changed files with 41 additions and 6 deletions

View File

@@ -15,4 +15,5 @@ export default {
'Not bound': 'Not bound',
'Reset authenticator': 'Reset authenticator',
'Reset authenticator confirm': 'Reset this admin\'s Google Authenticator? They must re-bind on next login.',
'Pending bind tip': 'Not bound yet. This admin must complete binding on next login.',
}

View File

@@ -15,4 +15,5 @@ export default {
'Not bound': '未绑定',
'Reset authenticator': '重置验证器',
'Reset authenticator confirm': '确定要重置该管理员的谷歌验证器吗?重置后该管理员下次登录需重新绑定。',
'Pending bind tip': '该管理员尚未绑定,需在其下次登录时自行完成绑定',
}