diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json
index 47ad9e2d4..4ff56779b 100644
--- a/apps/client/src/translations/cn/translation.json
+++ b/apps/client/src/translations/cn/translation.json
@@ -1551,7 +1551,11 @@
},
"highlights_list_2": {
"title": "高亮列表",
- "options": "选项"
+ "options": "选项",
+ "title_with_count_other": "{{count}} 处高亮",
+ "modal_title": "配置高亮列表",
+ "menu_configure": "配置高亮列表...",
+ "no_highlights": "未找到高亮内容。"
},
"quick-search": {
"placeholder": "快速搜索",
@@ -1622,7 +1626,8 @@
},
"toc": {
"table_of_contents": "目录",
- "options": "选项"
+ "options": "选项",
+ "no_headings": "无标题。"
},
"watched_file_update_status": {
"file_last_modified": "文件 最后修改时间为 。",
@@ -2189,5 +2194,11 @@
"hoisted_badge": "聚焦",
"create_new_note": "新建子笔记",
"empty_hide_archived_notes": "隐藏已存档的笔记"
+ },
+ "right_pane": {
+ "empty_button": "隐藏面板",
+ "toggle": "切换右侧面板",
+ "custom_widget_go_to_source": "跳转到源码",
+ "empty_message": "这篇笔记没有展示内容"
}
}
diff --git a/apps/client/src/translations/ja/translation.json b/apps/client/src/translations/ja/translation.json
index fd47a4347..b4478749c 100644
--- a/apps/client/src/translations/ja/translation.json
+++ b/apps/client/src/translations/ja/translation.json
@@ -387,7 +387,7 @@
"show_toc": "目次を表示"
},
"show_highlights_list_widget_button": {
- "show_highlights_list": "ハイライト一覧を表示"
+ "show_highlights_list": "ハイライトリストを表示"
},
"relation_map_buttons": {
"zoom_out_title": "ズームアウト",
@@ -919,7 +919,7 @@
"underline": "下線",
"color": "カラーテキスト",
"bg_color": "背景色付きテキスト",
- "visibility_title": "ハイライトリスト表示",
+ "visibility_title": "ハイライトリストの表示",
"visibility_description": "#hideHighlightWidget ラベルを追加することで、ノートごとにハイライトウィジェットを非表示にできます。",
"shortcut_info": "設定 -> ショートカット(右ペイン切り替え)で、右ペイン(ハイライトを含む)を素早く切り替えるキーボードショートカットを設定できます。"
},
@@ -932,7 +932,8 @@
},
"toc": {
"table_of_contents": "目次",
- "options": "オプション"
+ "options": "オプション",
+ "no_headings": "見出しはありません。"
},
"text_auto_read_only_size": {
"title": "自動読み取り専用のサイズ",
@@ -1201,7 +1202,11 @@
},
"highlights_list_2": {
"title": "ハイライトリスト",
- "options": "オプション"
+ "options": "オプション",
+ "title_with_count_other": "{{count}} ハイライト",
+ "modal_title": "ハイライトリストの設定",
+ "menu_configure": "ハイライトリストの設定...",
+ "no_highlights": "ハイライトが見つかりません。"
},
"quick-search": {
"placeholder": "クイック検索",
@@ -2189,5 +2194,11 @@
"scroll_to_top_title": "ノートの先頭にジャンプ",
"create_new_note": "新しい子ノートを作成",
"empty_hide_archived_notes": "アーカイブされたノートを非表示"
+ },
+ "right_pane": {
+ "empty_message": "このノートには何も表示されません",
+ "empty_button": "パネルを非表示",
+ "toggle": "右パネルを切り替え",
+ "custom_widget_go_to_source": "ソースコードへ移動"
}
}
diff --git a/apps/client/src/translations/tw/translation.json b/apps/client/src/translations/tw/translation.json
index 286144632..43aa33dfa 100644
--- a/apps/client/src/translations/tw/translation.json
+++ b/apps/client/src/translations/tw/translation.json
@@ -690,7 +690,8 @@
"convert_into_attachment_successful": "筆記 '{{title}}' 已成功轉換為附件。",
"convert_into_attachment_prompt": "確定要將筆記 '{{title}}' 轉換為父級筆記的附件嗎?",
"print_pdf": "匯出為 PDF…",
- "open_note_on_server": "在伺服器上開啟筆記"
+ "open_note_on_server": "在伺服器上開啟筆記",
+ "view_revisions": "筆記歷史版本..."
},
"onclick_button": {
"no_click_handler": "按鈕元件'{{componentId}}'沒有定義點擊時的處理方式"