Skip to content

Commit 5f87190

Browse files
authored
feat(i18n): fill out and optimized partial Chinese translations (#431)
Signed-off-by: Mokusei-Hana <2681173403@qq.com>
1 parent 6fb46e7 commit 5f87190

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

locales/app/zh-CN.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"entry_actions.tip": "打赏",
3636
"entry_actions.unstar": "取消收藏",
3737
"entry_actions.unstarred": "取消收藏",
38+
"entry_column.filtered_content_tip": "部分内容已被过滤隐藏",
39+
"entry_column.filtered_content_tip_2": "除了上面显示的内容外,还有一些被过滤的内容",
3840
"entry_column.refreshing": "正在刷新",
3941
"entry_content.ai_summary": "AI 总结",
4042
"entry_content.fetching_content": "正在加载...",
@@ -43,7 +45,7 @@
4345
"entry_content.no_content": "没有内容",
4446
"entry_content.readability_notice": "由 Readability 提供\n若内容或排版异常,请前往原始站点查看",
4547
"entry_content.render_error": "渲染错误:",
46-
"entry_content.report_issue": "反馈",
48+
"entry_content.report_issue": "反馈问题",
4749
"entry_content.web_app_notice": "网页版不支持展示该类型,请下载客户端查看",
4850
"entry_list.zero_unread": "全部已读",
4951
"entry_list_header.daily_report": "每日总结",

locales/settings/zh-CN.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
"appearance.title": "外观",
7474
"appearance.ui_font": "界面字体",
7575
"appearance.unread_count": "未读数",
76+
"feeds.claimTips": "要认证您的订阅源并接收打赏,请在订阅列表中右键点击订阅源并选择“认证”",
77+
"feeds.noFeeds": "没有已认证的订阅源",
78+
"feeds.tableHeaders.entryCount": "条目数",
79+
"feeds.tableHeaders.name": "名称",
80+
"feeds.tableHeaders.subscriptionCount": "订阅数",
81+
"feeds.tableHeaders.tipAmount": "收到的打赏" ,
7682
"general.app": "应用程序",
7783
"general.data_persist.description": "在本地保留数据以启用离线访问和本地搜索",
7884
"general.data_persist.label": "保留数据以供离线使用",
@@ -83,10 +89,10 @@
8389
"general.mark_as_read.hover.description": "鼠标悬停在条目时将自动标记为已读",
8490
"general.mark_as_read.hover.label": "悬停时标记为已读",
8591
"general.mark_as_read.render.description": "条目进入可视区域时自动标记为已读",
86-
"general.mark_as_read.render.label": "在视口中标记为已读",
87-
"general.mark_as_read.scroll.description": "当条目滚动出视口时自动标记为已读",
92+
"general.mark_as_read.render.label": "在窗口中时标记为已读",
93+
"general.mark_as_read.scroll.description": "当条目滚动出窗口时自动标记为已读",
8894
"general.mark_as_read.scroll.label": "滚动时标记为已读",
89-
"general.privacy_data": "隐私",
95+
"general.privacy_data": "隐私与数据",
9096
"general.rebuild_database.button": "重建",
9197
"general.rebuild_database.description": "尝试重建数据库可以解决部分渲染或其他类型问题",
9298
"general.rebuild_database.label": "重建数据库",
@@ -99,7 +105,7 @@
99105
"general.send_anonymous_data.label": "发送匿名数据",
100106
"general.show_unread_on_launch.description": "启动时显示未读内容",
101107
"general.show_unread_on_launch.label": "启动时显示未读内容",
102-
"general.sidebar_title": "一般",
108+
"general.sidebar_title": "通用",
103109
"general.timeline": "时间轴",
104110
"general.unread": "未读",
105111
"general.voices": "声音",
@@ -180,18 +186,18 @@
180186
"wallet.transactions.to": "接收自",
181187
"wallet.transactions.tx": "交易",
182188
"wallet.transactions.type": "类型",
183-
"wallet.transactions.types.burn": "burn",
184-
"wallet.transactions.types.mint": "mint",
185-
"wallet.transactions.types.purchase": "purchase",
186-
"wallet.transactions.types.tip": "tip",
187-
"wallet.transactions.types.withdraw": "withdraw",
189+
"wallet.transactions.types.burn": "销毁",
190+
"wallet.transactions.types.mint": "铸造",
191+
"wallet.transactions.types.purchase": "购买",
192+
"wallet.transactions.types.tip": "打赏",
193+
"wallet.transactions.types.withdraw": "提现",
188194
"wallet.transactions.you": "",
189195
"wallet.withdraw.addressLabel": "以太坊地址",
190196
"wallet.withdraw.amountLabel": "数量",
191-
"wallet.withdraw.availableBalance": "钱包中有 <Balance></Balance> 个可提取的 Power",
192-
"wallet.withdraw.button": "提取",
193-
"wallet.withdraw.error": "提取失败:{{error}}",
194-
"wallet.withdraw.modalTitle": "提取 Power",
197+
"wallet.withdraw.availableBalance": "钱包中有 <Balance></Balance> 个可提现的 Power",
198+
"wallet.withdraw.button": "提现",
199+
"wallet.withdraw.error": "提现失败:{{error}}",
200+
"wallet.withdraw.modalTitle": "提现 Power",
195201
"wallet.withdraw.submitButton": "提交",
196-
"wallet.withdraw.success": "提取成功"
202+
"wallet.withdraw.success": "提现成功"
197203
}

0 commit comments

Comments
 (0)