Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 100.0% (1668 of 1668 strings)

Translation: Trilium Notes/Client
Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/
This commit is contained in:
noobhjy 2025-12-11 15:03:13 +01:00 committed by Hosted Weblate
parent d99d701095
commit 88aad6d351
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -693,7 +693,8 @@
"convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。", "convert_into_attachment_successful": "笔记 '{{title}}' 已成功转换为附件。",
"convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?", "convert_into_attachment_prompt": "确定要将笔记 '{{title}}' 转换为父笔记的附件吗?",
"print_pdf": "导出为 PDF...", "print_pdf": "导出为 PDF...",
"open_note_on_server": "在服务器上打开笔记" "open_note_on_server": "在服务器上打开笔记",
"view_revisions": "笔记修订..."
}, },
"onclick_button": { "onclick_button": {
"no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序" "no_click_handler": "按钮组件'{{componentId}}'没有定义点击处理程序"
@ -1578,8 +1579,8 @@
}, },
"note_title": { "note_title": {
"placeholder": "请输入笔记标题...", "placeholder": "请输入笔记标题...",
"created_on": "建立于 {{date}}", "created_on": "建立于 <Value />",
"last_modified": "最后修改于 {{date}}" "last_modified": "最后修改于 <Value />"
}, },
"search_result": { "search_result": {
"no_notes_found": "没有找到符合搜索条件的笔记。", "no_notes_found": "没有找到符合搜索条件的笔记。",
@ -1941,8 +1942,9 @@
"unknown_widget": "未知组件:\"{{id}}\"." "unknown_widget": "未知组件:\"{{id}}\"."
}, },
"note_language": { "note_language": {
"not_set": "不设置", "not_set": "未设置语言",
"configure-languages": "设置语言..." "configure-languages": "设置语言...",
"help-on-languages": "内容语言帮助..."
}, },
"content_language": { "content_language": {
"title": "内容语言", "title": "内容语言",
@ -2133,6 +2135,14 @@
"read_only_explicit": "只读", "read_only_explicit": "只读",
"read_only_auto": "自动只读", "read_only_auto": "自动只读",
"shared_publicly": "公开共享", "shared_publicly": "公开共享",
"shared_locally": "本地共享" "shared_locally": "本地共享",
"read_only_explicit_description": "此笔记已被手动设置为只读。\n点击可临时编辑。",
"read_only_auto_description": "出于性能原因,此笔记已被自动设置为只读模式。此自动限制可以在设置中调整。\n\n点击可临时编辑。",
"read_only_temporarily_disabled": "临时编辑",
"read_only_temporarily_disabled_description": "此笔记当前可编辑,但通常是只读的。一旦你切换到其他笔记,该笔记将恢复为只读模式。\n\n点击以重新启用只读模式。",
"shared_publicly_description": "此笔记已在网上发布,链接为 {{- link}},并且可公开访问。\n\n点击以导航到共享笔记或右键点击查看更多选项。",
"shared_locally_description": "此笔记仅在本地网络共享,链接为 {{- link}}。\n\n点击以导航到共享笔记或右键点击查看更多选项。",
"backlinks_other": "{{count}} 个反向链接",
"backlinks_description_other": "此笔记与 {{count}} 个其他笔记相关联。\n\n点击查看反向链接列表。"
} }
} }