From 308943f754a0225de6a62a907d0f2931c3f47bd4 Mon Sep 17 00:00:00 2001 From: noobhjy Date: Sat, 20 Dec 2025 15:15:47 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1718 of 1718 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- apps/client/src/translations/cn/translation.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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": "这篇笔记没有展示内容" } }