From 82c40302bd3174b391df4ebd6eed43d50235d837 Mon Sep 17 00:00:00 2001 From: Wen QI Date: Mon, 8 Dec 2025 09:24:33 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1646 of 1646 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- apps/client/src/translations/cn/translation.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 4c7e2d3e7..88d6910ac 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -205,7 +205,8 @@ "info": { "modalTitle": "信息消息", "closeButton": "关闭", - "okButton": "确定" + "okButton": "确定", + "copy_to_clipboard": "复制到剪切板" }, "jump_to_note": { "search_button": "全文搜索", @@ -988,7 +989,12 @@ "editable_text": { "placeholder": "在这里输入您的笔记内容...", "auto-detect-language": "自动检测", - "keeps-crashing": "编辑组件时持续崩溃。请尝试重启 Trilium。如果问题仍然存在,请考虑提交错误报告。" + "keeps-crashing": "编辑组件时持续崩溃。请尝试重启 Trilium。如果问题仍然存在,请考虑提交错误报告。", + "editor_crashed_title": "文本编辑器崩溃", + "editor_crashed_content": "您的内容已经成功恢复,但是某些最近的内容可能没有保存。", + "editor_crashed_details_button": "浏览更多明细...", + "editor_crashed_details_intro": "如果您多次经历此错误,考虑在Github上提交这些信息。", + "editor_crashed_details_title": "技术信息" }, "empty": { "open_note_instruction": "通过在下面的输入框中输入笔记标题或在树中选择笔记来打开笔记。", @@ -1952,7 +1958,8 @@ "button_title": "将图表导出为PNG" }, "svg": { - "export_to_png": "无法将图表导出为PNG。" + "export_to_png": "无法将图表导出为PNG。", + "export_to_svg": "此图像无法导出为SVG。" }, "code_theme": { "title": "外观",