From 7b2cd20cff669ce705559d904a244710311d0e5e Mon Sep 17 00:00:00 2001 From: Francis C Date: Mon, 8 Sep 2025 09:02:27 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1573 of 1573 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- apps/client/src/translations/cn/translation.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 0045d43b2..caf3f1bfa 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -276,7 +276,12 @@ "mime": "MIME 类型: ", "file_size": "文件大小:", "preview": "预览:", - "preview_not_available": "无法预览此类型的笔记。" + "preview_not_available": "无法预览此类型的笔记。", + "diff_on": "显示差异", + "diff_off": "显示内容", + "diff_on_hint": "点击以显示笔记源代码差异", + "diff_off_hint": "点击以显示笔记内容", + "diff_not_available": "差异不可用。" }, "sort_child_notes": { "sort_children_by": "按...排序子笔记", @@ -2021,6 +2026,8 @@ "title": "性能", "enable-motion": "启用过渡和动画", "enable-shadows": "启用阴影", - "enable-backdrop-effects": "启用菜单、弹窗和面板的背景效果" + "enable-backdrop-effects": "启用菜单、弹窗和面板的背景效果", + "enable-smooth-scroll": "启用平滑滚动", + "app-restart-required": "(需重启程序以应用更改)" } }