Skip to content

Commit

Permalink
chore: update zh-cn translations (#2601)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyzhu authored Jan 18, 2025
1 parent bc9a9d4 commit 8385500
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 3 additions & 1 deletion locales/errors/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
"4002": "余额不足",
"4003": "可提余额不足",
"4004": "目标用户钱包错误",
"4005": "每日 power 计算中",
"4005": "每日 Power 计算中",
"4006": "无效助力数量",
"4007": "无效的双重身份验证码",
"4008": "需要双重身份验证码",
"4010": "空投不符合资格",
"4011": "空投正在发送",
"4012": "空投已发送",
Expand Down
1 change: 1 addition & 0 deletions locales/external/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"login.signOut": "登出",
"login.signUp": "使用邮件地址注册",
"login.submit": "提交",
"login.two_factor.code": "双重身份验证码",
"login.welcomeTo": "欢迎来到 ",
"redirect.continueInBrowser": "在浏览器中继续",
"redirect.instruction": "现在可以打开 {{app_name}} 并关闭此页面。",
Expand Down
12 changes: 12 additions & 0 deletions locales/settings/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -289,11 +289,23 @@
"profile.name.description": "你的公开显示名称。",
"profile.name.label": "显示名称",
"profile.new_password.label": "新密码",
"profile.no_password": "<Link>重置密码</Link>以设置新密码。",
"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": "启用双重身份验证之前需要<Link>设置</Link>密码。",
"profile.updateSuccess": "个人资料已更新。",
"profile.update_password_success": "密码已更新。",
"rsshub.addModal.access_key_label": "访问密钥(可选)",
Expand Down

0 comments on commit 8385500

Please sign in to comment.