Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyzhu committed Jan 1, 2025
1 parent 2df4d27 commit f20dcea
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions locales/errors/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,6 @@
"11003": "未找到 RSSHub",
"11004": "RSSHub 用户限制已超出",
"11005": "未找到 RSSHub 购买记录",
"11006": "RSSHub 配置无效",
"12000": "自动化规则限制已超出"
}
14 changes: 14 additions & 0 deletions locales/settings/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
"general.data_persist.label": "保留数据以供离线使用",
"general.export.button": "导出",
"general.export.description": "将你的订阅源导出到 OPML 文件。",
"general.export.folder_mode.description": "决定你想要如何组织导出文件夹。",
"general.export.folder_mode.label": "文件夹模式",
"general.export.folder_mode.option.category": "分类",
"general.export.folder_mode.option.view": "视图",
"general.export.label": "导出订阅源",
"general.export.rsshub_url.description": "RSSHub 路由的默认根 URL,留空则使用 https://rsshub.app。",
"general.export.rsshub_url.label": "RSSHub URL",
Expand Down Expand Up @@ -264,13 +268,17 @@
"profile.change_password.label": "更改密码",
"profile.confirm_password.label": "确认密码",
"profile.current_password.label": "当前密码",
"profile.email.change": "更改邮件地址",
"profile.email.changed": "邮件地址已更改。",
"profile.email.changed_verification_sent": "已发送验证新邮件地址的邮件。",
"profile.email.label": "邮件地址",
"profile.email.send_verification": "发送验证邮件",
"profile.email.unverified": "未验证",
"profile.email.verification_sent": "验证邮件已发送。",
"profile.email.verified": "已验证",
"profile.handle.description": "你的唯一标识。",
"profile.handle.label": "唯一标识",
"profile.link_social.description": "目前只能连接具有相同邮件地址的社交帐户。",
"profile.name.description": "你的公开显示名称。",
"profile.name.label": "显示名称",
"profile.new_password.label": "新密码",
Expand All @@ -280,6 +288,12 @@
"profile.title": "个人资料设置",
"profile.updateSuccess": "个人资料已更新。",
"profile.update_password_success": "密码已更新。",
"rsshub.addModal.access_key_label": "访问密钥(可选)",
"rsshub.addModal.add": "添加",
"rsshub.addModal.base_url_label": "根 URL",
"rsshub.addModal.description": "要在 Follow 中使用自己的实例,必须将以下环境变量添加到其中。",
"rsshub.add_new_instance": "添加新实例",
"rsshub.description": "RSSHub 是由社区驱动的开源 RSS 网络。Follow 提供了内置的专用实例来支持数以千计的订阅内容,你也可以通过使用自己的实例或第三方的实例来实现更稳定的内容获取。",
"rsshub.public_instances": "实例",
"rsshub.table.description": "描述",
"rsshub.table.edit": "编辑",
Expand Down

0 comments on commit f20dcea

Please sign in to comment.