1.增加谷歌验证器
This commit is contained in:
@@ -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