Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix translations #2592

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions src/lib/internationalization/locales/jp.cts
Original file line number Diff line number Diff line change
Expand Up @@ -459,14 +459,22 @@ export = buildIncompleteTranslation({
theme_generated_using_typedoc: "TypeDocを使用して生成",
theme_preparing_search_index: "検索インデックスを準備しています...",
theme_search_index_not_available: "検索インデックスは利用できません",
theme_settings: "設定",
theme_settings: "テーマ設定",
theme_member_visibility: "メンバーの可視性",
theme_theme: "テーマ",
theme_os: "OS",
theme_light: "明るい",
theme_dark: "暗い",
theme_on_this_page: "このページについて",
theme_member_protected: "保護",
theme_member_private: "非公開",
theme_member_external: "外部",
theme_member_inherited: "継承",
theme_theme: "配色",
theme_os: "自動",
theme_light: "ライト",
theme_dark: "ダーク",
theme_on_this_page: "このページ",
theme_search: "検索",
theme_menu: "メニュー",
theme_permalink: "パーマリンク",
tag_see: "参照",
tag_group: "所属グループ",
tag_example: "例",
tag_alias: "別名",
});
18 changes: 13 additions & 5 deletions src/lib/internationalization/locales/zh.cts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export = buildIncompleteTranslation({
"将无法识别的标签 {0} 视为修饰标签",
unmatched_closing_brace: "不匹配的右括号",
unescaped_open_brace_without_inline_tag: "遇到未转义的无内联标签的开括号",
unknown_block_tag_0: "遇到未知的阻止标记 {0}",
unknown_block_tag_0: "遇到未知的区块标记 {0}",
unknown_inline_tag_0: "遇到未知的内联标记 {0}",
open_brace_within_inline_tag: "在内联标签中遇到左括号,这可能是一个错误",
inline_tag_not_closed: "内联标签未关闭",
Expand Down Expand Up @@ -386,14 +386,22 @@ export = buildIncompleteTranslation({
theme_generated_using_typedoc: "使用 TypeDoc 生成",
theme_preparing_search_index: "正在准备搜索索引...",
theme_search_index_not_available: "搜索索引不可用",
theme_settings: "设置",
theme_settings: "显示设置",
theme_member_visibility: "成员可见性",
theme_theme: "主题",
theme_os: "操作系统",
theme_member_protected: "受保护",
theme_member_private: "私有",
theme_member_external: "外部",
theme_member_inherited: "继承",
theme_theme: "配色",
theme_os: "自动",
theme_light: "浅色",
theme_dark: "深色",
theme_on_this_page: "在本页",
theme_on_this_page: "目录",
theme_search: "搜索",
theme_menu: "菜单",
theme_permalink: "永久链接",
tag_see: "参阅",
tag_group: "所属分组",
tag_example: "示例",
tag_alias: "别名",
});