From d492c0e09110b0bef6a02daaa6c2c48bd1cb040d Mon Sep 17 00:00:00 2001 From: "Francis C." Date: Wed, 12 Nov 2025 14:47:33 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1624 of 1624 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- apps/client/src/translations/cn/translation.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 5c0d66daf..ca6279fca 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -690,7 +690,8 @@ "convert_into_attachment_failed": "笔记 '{{title}}' 转换失败。", "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", - "print_pdf": "导出为 PDF..." + "print_pdf": "导出为 PDF...", + "open_note_on_server": "在服务器上打开笔记" }, "onclick_button": { "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" @@ -1110,7 +1111,8 @@ "title": "内容宽度", "default_description": "Trilium默认会限制内容的最大宽度以提高在宽屏中全屏时的可读性。", "max_width_label": "内容最大宽度(像素)", - "max_width_unit": "像素" + "max_width_unit": "像素", + "centerContent": "保持内容居中" }, "native_title_bar": { "title": "原生标题栏(需要重新启动应用)",