Skip to content

Commit 1eb99f3

Browse files
zyyvautofix-ci[bot]Copilot
authored
feat(i18n): complete some zh-CN translation (#1868)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 251f9ef commit 1eb99f3

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

i18n/locales/zh-CN.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"trademark_disclaimer": "npm 是 npm, Inc. 的注册商标。本网站不与 npm, Inc. 有任何隶属关系。",
1414
"footer": {
1515
"about": "关于",
16+
"blog": "博客",
1617
"docs": "文档",
1718
"source": "源码",
1819
"social": "社交媒体",
@@ -77,6 +78,29 @@
7778
"links": "链接",
7879
"tap_to_search": "点击搜索"
7980
},
81+
"blog": {
82+
"title": "博客",
83+
"heading": "博客",
84+
"meta_description": "来自 npmx 社区的见解与更新",
85+
"author": {
86+
"view_profile": "在 Bluesky 上查看 {name} 的资料"
87+
},
88+
"atproto": {
89+
"view_on_bluesky": "在 Bluesky 上查看",
90+
"reply_on_bluesky": "在 Bluesky 上回复",
91+
"likes_on_bluesky": "Bluesky 上的点赞",
92+
"like_or_reply_on_bluesky": "在 Bluesky 上点赞此帖子或发表评论",
93+
"no_comments_yet": "暂无评论。",
94+
"could_not_load_comments": "无法加载评论。",
95+
"comments": "评论",
96+
"loading_comments": "正在加载评论...",
97+
"updating": "更新中...",
98+
"reply_count": "{count} 条回复 | {count} 条回复",
99+
"like_count": "{count} 个赞 | {count} 个赞",
100+
"repost_count": "{count} 次转发 | {count} 次转发",
101+
"more_replies": "还有 {count} 条回复... | 还有 {count} 条回复..."
102+
}
103+
},
80104
"settings": {
81105
"title": "设置",
82106
"tagline": "定制你的 npmx 体验",
@@ -447,7 +471,8 @@
447471
},
448472
"downloads": {
449473
"title": "每周下载量",
450-
"community_distribution": "查看社区采用分布"
474+
"community_distribution": "查看社区采用分布",
475+
"subtitle": "涵盖所有版本"
451476
},
452477
"install_scripts": {
453478
"title": "安装脚本",
@@ -1107,7 +1132,10 @@
11071132
"file_changes": "文件更改",
11081133
"files_count": "{count} 个文件",
11091134
"lines_hidden": "已隐藏 {count} 行",
1135+
"file_too_large": "文件过大,无法对比",
1136+
"file_size_warning": "{size} 超出了 250KB 的对比限制",
11101137
"compare_versions": "差异",
1138+
"compare_versions_title": "与最新版本比较",
11111139
"summary": "摘要",
11121140
"deps_count": "{count} 个依赖",
11131141
"dependencies": "直接依赖项",

0 commit comments

Comments
 (0)