diff --git a/locales/errors/zh-CN.json b/locales/errors/zh-CN.json index 0c36039aeb..3bdaf545ca 100644 --- a/locales/errors/zh-CN.json +++ b/locales/errors/zh-CN.json @@ -24,8 +24,10 @@ "4002": "余额不足", "4003": "可提余额不足", "4004": "目标用户钱包错误", - "4005": "每日 power 计算中", + "4005": "每日 Power 计算中", "4006": "无效助力数量", + "4007": "无效的双重身份验证码", + "4008": "需要双重身份验证码", "4010": "空投不符合资格", "4011": "空投正在发送", "4012": "空投已发送", diff --git a/locales/external/zh-CN.json b/locales/external/zh-CN.json index 78ff4b5b4a..4490660bfd 100644 --- a/locales/external/zh-CN.json +++ b/locales/external/zh-CN.json @@ -55,6 +55,7 @@ "login.signOut": "登出", "login.signUp": "使用邮件地址注册", "login.submit": "提交", + "login.two_factor.code": "双重身份验证码", "login.welcomeTo": "欢迎来到 ", "redirect.continueInBrowser": "在浏览器中继续", "redirect.instruction": "现在可以打开 {{app_name}} 并关闭此页面。", diff --git a/locales/settings/zh-CN.json b/locales/settings/zh-CN.json index 25f0f6559b..ea08022ea2 100644 --- a/locales/settings/zh-CN.json +++ b/locales/settings/zh-CN.json @@ -289,11 +289,23 @@ "profile.name.description": "你的公开显示名称。", "profile.name.label": "显示名称", "profile.new_password.label": "新密码", + "profile.no_password": "重置密码以设置新密码。", "profile.password.label": "密码", "profile.reset_password_mail_sent": "重置密码邮件已发送。", "profile.sidebar_title": "个人资料", "profile.submit": "提交", "profile.title": "个人资料设置", + "profile.totp_code.init": "使用身份验证器应用扫描二维码", + "profile.totp_code.invalid": "无效的双重身份验证码。", + "profile.totp_code.label": "双重身份验证码", + "profile.totp_code.title": "输入双重身份验证码", + "profile.two_factor.disable": "停用双重身份验证", + "profile.two_factor.disabled": "双重身份验证已停用。", + "profile.two_factor.enable": "启用双重身份验证", + "profile.two_factor.enable_notice": "需要启用双重身份验证才能执行此操作。", + "profile.two_factor.enabled": "双重身份验证已启用。", + "profile.two_factor.label": "双重身份验证", + "profile.two_factor.no_password": "启用双重身份验证之前需要设置密码。", "profile.updateSuccess": "个人资料已更新。", "profile.update_password_success": "密码已更新。", "rsshub.addModal.access_key_label": "访问密钥(可选)",