diff --git a/apps/desktop/locales/errors/zh-CN.json b/apps/desktop/locales/errors/zh-CN.json index 3bdaf545c..65bca0eef 100644 --- a/apps/desktop/locales/errors/zh-CN.json +++ b/apps/desktop/locales/errors/zh-CN.json @@ -7,6 +7,7 @@ "1003": "邀请码无效", "1004": "暂无权限", "1005": "内部错误", + "1006": "邮件地址未验证", "1100": "超出预览版订阅源最大数量限制", "1101": "超出预览版订阅列表最大数量限制", "1102": "超出预览版收件箱最大数量限制", @@ -60,5 +61,8 @@ "13003": "未找到 RSSHub", "13004": "RSSHub 用户限制已超出", "13005": "未找到 RSSHub 购买记录", - "13006": "RSSHub 配置无效" + "13006": "RSSHub 配置无效", + "14000": "文件无效", + "14001": "文件过大", + "14002": "上传失败" } diff --git a/apps/desktop/locales/settings/zh-CN.json b/apps/desktop/locales/settings/zh-CN.json index 960fb4dbb..80e8fe06e 100644 --- a/apps/desktop/locales/settings/zh-CN.json +++ b/apps/desktop/locales/settings/zh-CN.json @@ -187,6 +187,9 @@ "general.startup_screen.timeline": "时间线", "general.startup_screen.title": "起始界面", "general.timeline": "时间线", + "general.action_language.label": "自动化语言", + "general.action_language.default": "默认(界面语言)", + "general.action_language.description": "用于翻译和总结的语言。", "general.unread": "未读", "general.voices": "声音", "integration.eagle.enable.description": "显示「保存到 Eagle」按钮(如果可用)。", @@ -294,7 +297,7 @@ "profile.email.unverified": "未验证", "profile.email.verification_sent": "验证邮件已发送。", "profile.email.verified": "已验证", - "profile.email.verify_email": "请认证你的邮箱地址 ({{email_address}}) 以继续。", + "profile.email.verify_email": "请验证你的邮件地址 ({{email_address}}) 以继续。", "profile.handle.description": "你的唯一标识。", "profile.handle.label": "唯一标识", "profile.link_social.authentication": "身份验证",