Skip to content

Commit d23916b

Browse files
authored
feat(i18n): update zh-CN translations (#1463)
1 parent 7a8eb87 commit d23916b

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

i18n/locales/zh-CN.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@
221221
"title": "开始使用",
222222
"pm_label": "包管理器",
223223
"copy_command": "复制安装命令",
224+
"copy_dev_command": "复制开发依赖安装命令",
225+
"dev_dependency_hint": "通常作为开发依赖项安装",
224226
"view_types": "查看 {package}"
225227
},
226228
"create": {
@@ -297,7 +299,14 @@
297299
"recent_versions_only_tooltip": "仅显示在过去一年内发布的版本。",
298300
"show_low_usage": "显示低使用率版本",
299301
"show_low_usage_tooltip": "包括下载量低于 1% 的版本组。",
300-
"date_range_tooltip": "仅显示最近一周的版本分布情况"
302+
"date_range_tooltip": "仅显示最近一周的版本分布情况",
303+
"y_axis_label": "下载量",
304+
"filter_placeholder": "按语义化版本过滤(例如 ^3.0.0)",
305+
"filter_invalid": "无效的语义化版本范围",
306+
"filter_help": "语义化版本范围过滤帮助",
307+
"filter_tooltip": "使用 {link} 过滤版本。例如,^3.0.0 显示所有 3.x 版本。",
308+
"filter_tooltip_link": "语义化版本范围",
309+
"no_matches": "没有匹配此范围的版本"
301310
},
302311
"dependencies": {
303312
"title": "依赖({count} 个)",
@@ -807,6 +816,14 @@
807816
"managers": "管理器"
808817
}
809818
},
819+
"team": {
820+
"title": "团队",
821+
"governance": "治理",
822+
"role_steward": "管理者",
823+
"role_maintainer": "维护者",
824+
"sponsor": "赞助者",
825+
"sponsor_aria": "在 GitHub 上赞助 {name}"
826+
},
810827
"contributors": {
811828
"title": "{count} 位贡献者",
812829
"description": "npmx 是完全开源的,由令人惊叹的社区贡献者们共同构建。",

lunaria/files/zh-CN.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,8 @@
220220
"title": "开始使用",
221221
"pm_label": "包管理器",
222222
"copy_command": "复制安装命令",
223+
"copy_dev_command": "复制开发依赖安装命令",
224+
"dev_dependency_hint": "通常作为开发依赖项安装",
223225
"view_types": "查看 {package}"
224226
},
225227
"create": {
@@ -296,7 +298,14 @@
296298
"recent_versions_only_tooltip": "仅显示在过去一年内发布的版本。",
297299
"show_low_usage": "显示低使用率版本",
298300
"show_low_usage_tooltip": "包括下载量低于 1% 的版本组。",
299-
"date_range_tooltip": "仅显示最近一周的版本分布情况"
301+
"date_range_tooltip": "仅显示最近一周的版本分布情况",
302+
"y_axis_label": "下载量",
303+
"filter_placeholder": "按语义化版本过滤(例如 ^3.0.0)",
304+
"filter_invalid": "无效的语义化版本范围",
305+
"filter_help": "语义化版本范围过滤帮助",
306+
"filter_tooltip": "使用 {link} 过滤版本。例如,^3.0.0 显示所有 3.x 版本。",
307+
"filter_tooltip_link": "语义化版本范围",
308+
"no_matches": "没有匹配此范围的版本"
300309
},
301310
"dependencies": {
302311
"title": "依赖({count} 个)",
@@ -806,6 +815,14 @@
806815
"managers": "管理器"
807816
}
808817
},
818+
"team": {
819+
"title": "团队",
820+
"governance": "治理",
821+
"role_steward": "管理者",
822+
"role_maintainer": "维护者",
823+
"sponsor": "赞助者",
824+
"sponsor_aria": "在 GitHub 上赞助 {name}"
825+
},
809826
"contributors": {
810827
"title": "{count} 位贡献者",
811828
"description": "npmx 是完全开源的,由令人惊叹的社区贡献者们共同构建。",

0 commit comments

Comments
 (0)