Skip to content

Commit

Permalink
feat(i18n): Update Chinese Translation (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxuan1231 authored Sep 22, 2024
1 parent 0658c4a commit d24139b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 3 deletions.
4 changes: 4 additions & 0 deletions locales/common/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"time.today": "今天",
"time.yesterday": "昨天",
"tips.load-lng-error": "加载语言包失败",
"words.actions": "自动化",
"words.back": "返回",
"words.copy": "复制",
"words.edit": "编辑",
Expand All @@ -19,12 +20,15 @@
"words.items_one": "内容",
"words.items_other": "内容",
"words.local": "本地",
"words.manage": "管理",
"words.record": "记录",
"words.record_one": "记录",
"words.record_other": "记录",
"words.result": "结果",
"words.result_one": "结果",
"words.result_other": "结果",
"words.space": "",
"words.submit": "提交",
"words.update": "更新",
"words.which.all": "全部"
}
6 changes: 4 additions & 2 deletions locales/external/zh-CN.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"copied_link": "链接已复制到剪贴板",
"feed": {
"follower_one": "关注者",
"follower_other": "关注者",
Expand All @@ -13,7 +14,7 @@
"invitation": {
"activate": "激活",
"codeOptions": {
"1": "寻找任何内测用户帮你生成邀请码",
"1": "寻找内测用户帮你生成邀请码",
"2": "加入官方 Discord 频道,不定期发放邀请码",
"3": "关注官方 X 账号动态,不定期发放邀请码"
},
Expand All @@ -30,7 +31,8 @@
"continueWithGoogle": "使用 Google 继续",
"logInTo": "登录到 ",
"openApp": "打开应用",
"redirecting": "重定向中",
"redirecting": "正在重定向",
"signOut": "登出",
"welcomeTo": "欢迎来到 "
},
"redirect": {
Expand Down
6 changes: 5 additions & 1 deletion locales/native/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"contextMenu.openImageInBrowser": "在浏览器中打开图片",
"contextMenu.openLinkInBrowser": "在浏览器中打开链接",
"contextMenu.paste": "粘贴",
"contextMenu.pasteAndMatchStyle": "粘贴并匹配样式",
"contextMenu.saveImage": "保存图片",
"contextMenu.saveImageAs": "图片另存为...",
"contextMenu.saveLinkAs": "链接另存为...",
Expand All @@ -20,10 +19,14 @@
"contextMenu.searchWithGoogle": "在谷歌中搜索",
"contextMenu.selectAll": "全选",
"contextMenu.services": "服务",
"dialog.clearAllData": "你确定要清除所有数据吗?",
"dialog.no": "不是",
"dialog.yes": "是的",
"menu.about": "关于 {{name}}",
"menu.actualSize": "实际大小",
"menu.bringAllToFront": "全部置于顶层",
"menu.checkForUpdates": "检查更新",
"menu.clearAllData": "清除所有数据",
"menu.close": "关闭",
"menu.copy": "复制",
"menu.cut": "剪切",
Expand All @@ -34,6 +37,7 @@
"menu.file": "文件",
"menu.followReleases": "关注发布",
"menu.forceReload": "强制重新加载",
"menu.front": "置于顶层",
"menu.help": "帮助",
"menu.hide": "隐藏 {{name}}",
"menu.hideOthers": "隐藏其他",
Expand Down
28 changes: 28 additions & 0 deletions locales/settings/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,33 @@
"invitation.tableHeaders.creationTime": "创建时间",
"invitation.tableHeaders.usedBy": "使用者",
"invitation.title": "邀请码",
"lists.create": "创建新列表",
"lists.created.error": "创建列表失败",
"lists.created.success": "创建列表成功",
"lists.description": "描述",
"lists.edit": "编辑",
"lists.edit.error": "编辑列表失败",
"lists.edit.success": "编辑列表成功",
"lists.fee": "费用",
"lists.fee.description": "其他人订阅这个列表时要支付的费用",
"lists.feeds": "订阅源",
"lists.feeds.actions": "自动化",
"lists.feeds.add": "添加",
"lists.feeds.add.error": "添加订阅源到列表时失败",
"lists.feeds.add.success": "订阅源已添加到列表",
"lists.feeds.delete.error": "添加订阅源到列表时失败",
"lists.feeds.delete.success": "订阅源已从列表删除",
"lists.feeds.id": "订阅源 ID",
"lists.feeds.manage": "管理订阅源",
"lists.feeds.owner": "所有者",
"lists.feeds.search": "搜索订阅源",
"lists.feeds.title": "标题",
"lists.image": "图片",
"lists.info": "列表是一类可以分享或出售给他人订阅的订阅集合。订阅者将会同步和访问该列表中的所有订阅源。",
"lists.noLists": "没有列表",
"lists.submit": "提交",
"lists.title": "标题",
"lists.view": "视图",
"profile.avatar.label": "头像",
"profile.handle.description": "唯一标识",
"profile.handle.label": "唯一标识",
Expand All @@ -168,6 +195,7 @@
"titles.general": "通用",
"titles.integration": "集成",
"titles.invitations": "邀请",
"titles.lists": "列表",
"titles.power": "Power",
"titles.profile": "个人资料",
"titles.shortcuts": "快捷键",
Expand Down

0 comments on commit d24139b

Please sign in to comment.