Skip to content

Commit 3eb73cb

Browse files
steve02081504Gerrit0
authored andcommitted
fix translations
1 parent 8d3b69a commit 3eb73cb

File tree

2 files changed

+27
-11
lines changed

2 files changed

+27
-11
lines changed

src/lib/internationalization/locales/jp.cts

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -459,14 +459,22 @@ export = buildIncompleteTranslation({
459459
theme_generated_using_typedoc: "TypeDocを使用して生成",
460460
theme_preparing_search_index: "検索インデックスを準備しています...",
461461
theme_search_index_not_available: "検索インデックスは利用できません",
462-
theme_settings: "設定",
462+
theme_settings: "テーマ設定",
463463
theme_member_visibility: "メンバーの可視性",
464-
theme_theme: "テーマ",
465-
theme_os: "OS",
466-
theme_light: "明るい",
467-
theme_dark: "暗い",
468-
theme_on_this_page: "このページについて",
464+
theme_member_protected: "保護",
465+
theme_member_private: "非公開",
466+
theme_member_external: "外部",
467+
theme_member_inherited: "継承",
468+
theme_theme: "配色",
469+
theme_os: "自動",
470+
theme_light: "ライト",
471+
theme_dark: "ダーク",
472+
theme_on_this_page: "このページ",
469473
theme_search: "検索",
470474
theme_menu: "メニュー",
471475
theme_permalink: "パーマリンク",
476+
tag_see: "参照",
477+
tag_group: "所属グループ",
478+
tag_example: "例",
479+
tag_alias: "別名",
472480
});

src/lib/internationalization/locales/zh.cts

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export = buildIncompleteTranslation({
7272
"将无法识别的标签 {0} 视为修饰标签",
7373
unmatched_closing_brace: "不匹配的右括号",
7474
unescaped_open_brace_without_inline_tag: "遇到未转义的无内联标签的开括号",
75-
unknown_block_tag_0: "遇到未知的阻止标记 {0}",
75+
unknown_block_tag_0: "遇到未知的区块标记 {0}",
7676
unknown_inline_tag_0: "遇到未知的内联标记 {0}",
7777
open_brace_within_inline_tag: "在内联标签中遇到左括号,这可能是一个错误",
7878
inline_tag_not_closed: "内联标签未关闭",
@@ -386,14 +386,22 @@ export = buildIncompleteTranslation({
386386
theme_generated_using_typedoc: "使用 TypeDoc 生成",
387387
theme_preparing_search_index: "正在准备搜索索引...",
388388
theme_search_index_not_available: "搜索索引不可用",
389-
theme_settings: "设置",
389+
theme_settings: "显示设置",
390390
theme_member_visibility: "成员可见性",
391-
theme_theme: "主题",
392-
theme_os: "操作系统",
391+
theme_member_protected: "受保护",
392+
theme_member_private: "私有",
393+
theme_member_external: "外部",
394+
theme_member_inherited: "继承",
395+
theme_theme: "配色",
396+
theme_os: "自动",
393397
theme_light: "浅色",
394398
theme_dark: "深色",
395-
theme_on_this_page: "在本页",
399+
theme_on_this_page: "目录",
396400
theme_search: "搜索",
397401
theme_menu: "菜单",
398402
theme_permalink: "永久链接",
403+
tag_see: "参阅",
404+
tag_group: "所属分组",
405+
tag_example: "示例",
406+
tag_alias: "别名",
399407
});

0 commit comments

Comments
 (0)