From f9c7c5637b01b2f760f1c77cbfe9dcfddd4b0b3f Mon Sep 17 00:00:00 2001 From: liqiuchen1988 <629266341@qq.com> Date: Sun, 3 Aug 2025 11:16:14 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (378 of 378 strings) Translation: Trilium Notes/Server Translate-URL: https://hosted.weblate.org/projects/trilium/server/zh_Hans/ --- .../src/assets/translations/cn/server.json | 66 ++++++++++++++++++- 1 file changed, 64 insertions(+), 2 deletions(-) diff --git a/apps/server/src/assets/translations/cn/server.json b/apps/server/src/assets/translations/cn/server.json index 19d6ddb48..7001b86f5 100644 --- a/apps/server/src/assets/translations/cn/server.json +++ b/apps/server/src/assets/translations/cn/server.json @@ -254,7 +254,11 @@ "advanced-title": "高级", "visible-launchers-title": "可见启动器", "user-guide": "用户指南", - "localization": "语言和区域" + "localization": "语言和区域", + "jump-to-note-title": "跳转到……", + "llm-chat-title": "与笔记对话", + "ai-llm-title": "AI/LLM", + "inbox-title": "收件箱" }, "notes": { "new-note": "新建笔记", @@ -361,6 +365,64 @@ "cut-into-note": "剪切到笔记中", "add-include-note-to-text": "在文本中添加引用笔记", "edit-read-only-note": "编辑只读笔记", - "add-new-label": "添加新标签" + "add-new-label": "添加新标签", + "add-new-relation": "添加新关联", + "toggle-ribbon-tab-classic-editor": "切换功能区选项卡至经典编辑器模式", + "toggle-ribbon-tab-basic-properties": "切换功能区选项卡基本属性", + "toggle-ribbon-tab-book-properties": "切换功能区选项卡书籍属性", + "toggle-ribbon-tab-file-properties": "切换功能区选项卡文件属性", + "toggle-ribbon-tab-image-properties": "切换功能区选项卡图片属性", + "toggle-ribbon-tab-owned-attributes": "切换功能区选项卡自有属性", + "toggle-ribbon-tab-inherited-attributes": "切换功能区选项卡继承属性", + "toggle-ribbon-tab-promoted-attributes": "切换功能区选项卡突出显示属性", + "toggle-ribbon-tab-note-map": "切换功能区选项卡笔记地图", + "toggle-ribbon-tab-note-info": "切换功能区选项卡笔记信息", + "toggle-ribbon-tab-note-paths": "切换功能区选项卡笔记路径", + "toggle-ribbon-tab-similar-notes": "切换功能区选项卡相似笔记", + "toggle-right-pane": "切换右侧窗格", + "print-active-note": "打印当前笔记", + "export-active-note-as-pdf": "导出当前笔记为 PDF 格式", + "open-note-externally": "用外部程序打开笔记", + "render-active-note": "渲染当前笔记", + "run-active-note": "运行当前笔记", + "toggle-note-hoisting": "切换笔记提升显示", + "unhoist-note": "取消笔记提升", + "reload-frontend-app": "重新加载前端应用", + "open-developer-tools": "打开开发者工具", + "find-in-text": "在文本中查找", + "toggle-left-pane": "切换左侧窗格", + "toggle-full-screen": "切换全屏模式" + }, + "share_theme": { + "site-theme": "网站主题", + "search_placeholder": "搜索……", + "image_alt": "文稿图片", + "last-updated": "最后更新于 {{- date}}", + "subpages": "子页面:", + "on-this-page": "本页内容", + "expand": "展开" + }, + "hidden_subtree_templates": { + "text-snippet": "文本片段", + "description": "描述", + "list-view": "列表视图", + "grid-view": "网格视图", + "calendar": "日历", + "table": "表格", + "geo-map": "地理地图", + "start-date": "开始日期", + "end-date": "结束日期", + "start-time": "开始时间", + "end-time": "结束时间", + "geolocation": "地理位置", + "built-in-templates": "内置模板", + "board": "看板", + "status": "状态", + "board_note_first": "第一条笔记", + "board_note_second": "第二条笔记", + "board_note_third": "第三条笔记", + "board_status_todo": "待办事项", + "board_status_progress": "进行中", + "board_status_done": "已完成" } }