Skip to content

Commit 3a3976d

Browse files
XeroAlphaGerrit0
authored andcommitted
Update Chinese translations
1 parent 6090b3e commit 3a3976d

File tree

1 file changed

+6
-0
lines changed
  • src/lib/internationalization/locales

1 file changed

+6
-0
lines changed

src/lib/internationalization/locales/zh.cts

+6
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export = localeUtils.buildIncompleteTranslation({
2424
no_entry_points_for_packages: "没有为包模式提供入口点,无法生成文档",
2525
failed_to_find_packages: "找不到任何软件包,请确保您至少提供了一个包含 package.json 的目录作为入口点",
2626
nested_packages_unsupported_0: "位于 {0} 的项目已将 entryPointStrategy 设置为包,但不支持嵌套包",
27+
package_option_0_should_be_specified_at_root: "由 packageOptions 设置的选项 {0} 仅在根级别有效",
2728
previous_error_occurred_when_reading_options_for_0: "读取 {0} 处的包的选项时发生上一个错误",
2829
converting_project_at_0: "正在转换 {0} 处的项目",
2930
failed_to_convert_packages: "无法转换一个或多个包,结果将不会合并在一起",
@@ -518,6 +519,10 @@ export = localeUtils.buildIncompleteTranslation({
518519
tag_type: "类型",
519520
tag_typedef: "类型定义",
520521
tag_summary: "概述",
522+
tag_preventInline: "取消内联",
523+
tag_inlineType: "内联类型",
524+
tag_preventExpand: "取消扩展",
525+
tag_expandType: "扩展类型",
521526

522527
// Inline tags
523528
tag_link: "链接",
@@ -552,6 +557,7 @@ export = localeUtils.buildIncompleteTranslation({
552557
tag_inline: "内联",
553558
tag_interface: "接口",
554559
tag_namespace: "命名空间",
560+
tag_function: "函数",
555561
tag_overload: "重载",
556562
tag_private: "私有成员",
557563
tag_protected: "受保护成员",

0 commit comments

Comments
 (0)