mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
Translate user security page
This commit is contained in:
@@ -274,4 +274,19 @@ export default {
|
||||
required: "Please enter domains to import",
|
||||
placeholder: "www.baidu.com:443:Baidu\nwww.taobao.com::Taobao\nwww.google.com\n",
|
||||
},
|
||||
accountInfo: "Account Information",
|
||||
securitySettings: "Security & Settings",
|
||||
confirmDisable2FA: "Are you sure you want to disable two-factor authentication login?",
|
||||
disabledSuccess: "Disabled successfully",
|
||||
saveSuccess: "Saved successfully",
|
||||
twoFactorAuth: "2FA Two-Factor Authentication Login",
|
||||
rebind: "Rebind",
|
||||
twoFactorAuthHelper: "Enable or disable two-factor authentication login",
|
||||
bindDevice: "Bind Device",
|
||||
step1: "1. Install any authenticator app, for example:",
|
||||
tooltipGoogleServiceError: "If you get a Google service not found error, you can install KK Google Assistant",
|
||||
step2: "2. Scan the QR code to add the account",
|
||||
step3: "3. Enter the verification code",
|
||||
inputVerifyCode: "Please enter the verification code",
|
||||
cancel: "Cancel",
|
||||
};
|
||||
|
||||
@@ -280,4 +280,19 @@ export default {
|
||||
required: "请输入要导入的域名",
|
||||
placeholder: "www.baidu.com:443:百度\nwww.taobao.com::淘宝\nwww.google.com\n",
|
||||
},
|
||||
accountInfo: "账号信息",
|
||||
securitySettings: "认证安全设置",
|
||||
confirmDisable2FA: "确定要关闭多重验证登录吗?",
|
||||
disabledSuccess: "关闭成功",
|
||||
saveSuccess: "保存成功",
|
||||
twoFactorAuth: "2FA多重验证登录",
|
||||
rebind: "重新绑定",
|
||||
twoFactorAuthHelper: "是否开启多重验证登录",
|
||||
bindDevice: "绑定设备",
|
||||
step1: "1. 安装任意一款支持Authenticator的验证APP,比如:",
|
||||
tooltipGoogleServiceError: "如果报没有找到谷歌服务的错误,您可以安装KK谷歌助手",
|
||||
step2: "2. 扫描二维码添加账号",
|
||||
step3: "3. 输入验证码",
|
||||
inputVerifyCode: "请输入验证码",
|
||||
cancel: "取消",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user