Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (1621 of 1621 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
This commit is contained in:
Francis C 2025-10-29 15:18:41 +01:00 committed by Hosted Weblate
parent 35a924a05a
commit 5115baeb21
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -51,7 +51,7 @@
"bulk_actions_executed": "批量操作已成功执行。", "bulk_actions_executed": "批量操作已成功执行。",
"none_yet": "暂无操作 ... 通过点击上方的可用操作添加一个操作。", "none_yet": "暂无操作 ... 通过点击上方的可用操作添加一个操作。",
"labels": "标签", "labels": "标签",
"relations": "关联关系", "relations": "关系",
"notes": "笔记", "notes": "笔记",
"other": "其它" "other": "其它"
}, },
@ -104,7 +104,8 @@
"export_status": "导出状态", "export_status": "导出状态",
"export_in_progress": "导出进行中:{{progressCount}}", "export_in_progress": "导出进行中:{{progressCount}}",
"export_finished_successfully": "导出成功完成。", "export_finished_successfully": "导出成功完成。",
"format_pdf": "PDF - 用于打印或共享目的。" "format_pdf": "PDF - 用于打印或共享目的。",
"share-format": "HTML 网页发布——采用与共享笔记相同的主题,但可发布为静态网站。"
}, },
"help": { "help": {
"noteNavigation": "笔记导航", "noteNavigation": "笔记导航",
@ -184,7 +185,8 @@
}, },
"import-status": "导入状态", "import-status": "导入状态",
"in-progress": "导入进行中:{{progress}}", "in-progress": "导入进行中:{{progress}}",
"successful": "导入成功完成。" "successful": "导入成功完成。",
"importZipRecommendation": "导入 ZIP 文件时,笔记层级将反映压缩文件内的子目录结构。"
}, },
"include_note": { "include_note": {
"dialog_title": "包含笔记", "dialog_title": "包含笔记",
@ -1557,7 +1559,9 @@
"window-on-top": "保持此窗口置顶" "window-on-top": "保持此窗口置顶"
}, },
"note_detail": { "note_detail": {
"could_not_find_typewidget": "找不到类型为 '{{type}}' 的 typeWidget" "could_not_find_typewidget": "找不到类型为 '{{type}}' 的 typeWidget",
"printing": "正在打印…",
"printing_pdf": "正在导出为PDF…"
}, },
"note_title": { "note_title": {
"placeholder": "请输入笔记标题..." "placeholder": "请输入笔记标题..."