1.增加谷歌验证器
This commit is contained in:
@@ -110,4 +110,16 @@ return [
|
||||
'Rejected successfully' => 'Rejected successfully',
|
||||
'Success' => 'success',
|
||||
'Failed' => 'failed',
|
||||
'Please enter Google Authenticator code' => 'Please enter Google Authenticator code',
|
||||
'Please bind Google Authenticator' => 'Please bind Google Authenticator',
|
||||
'TOTP session expired, please login again' => 'Verification session expired, please login again',
|
||||
'Google Authenticator already bound' => 'Google Authenticator already bound',
|
||||
'Google Authenticator code error' => 'Google Authenticator code error',
|
||||
'Google Authenticator bind failed' => 'Google Authenticator bind failed',
|
||||
'Google Authenticator bound successfully' => 'Google Authenticator bound successfully',
|
||||
'Google Authenticator not bound' => 'Google Authenticator not bound',
|
||||
'Reset Google Authenticator' => 'Reset Google Authenticator',
|
||||
'Google Authenticator reset successfully' => 'Google Authenticator reset. The admin must re-bind on next login',
|
||||
'Cannot reset your own authenticator, please modify in database' => 'Cannot reset your own authenticator. Super admin recovery requires database change',
|
||||
'Login failed' => 'Login failed',
|
||||
];
|
||||
@@ -129,4 +129,16 @@ return [
|
||||
'Rejected successfully' => '驳回成功',
|
||||
'Success' => '成功',
|
||||
'Failed' => '失败',
|
||||
'Please enter Google Authenticator code' => '请输入谷歌验证器验证码',
|
||||
'Please bind Google Authenticator' => '请绑定谷歌验证器',
|
||||
'TOTP session expired, please login again' => '验证会话已过期,请重新登录',
|
||||
'Google Authenticator already bound' => '谷歌验证器已绑定',
|
||||
'Google Authenticator code error' => '谷歌验证器验证码错误',
|
||||
'Google Authenticator bind failed' => '谷歌验证器绑定失败',
|
||||
'Google Authenticator bound successfully' => '谷歌验证器绑定成功',
|
||||
'Google Authenticator not bound' => '谷歌验证器未绑定',
|
||||
'Reset Google Authenticator' => '重置谷歌验证器',
|
||||
'Google Authenticator reset successfully' => '谷歌验证器已重置,该管理员下次登录需重新绑定',
|
||||
'Cannot reset your own authenticator, please modify in database' => '不能重置自己的验证器,超管丢失验证器请在数据库中修改',
|
||||
'Login failed' => '登录失败',
|
||||
];
|
||||
Reference in New Issue
Block a user