From f9a009c4460ba8d9b42030124adb288445d926bc Mon Sep 17 00:00:00 2001 From: Francis C Date: Thu, 16 Oct 2025 14:43:25 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1614 of 1614 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- .../client/src/translations/cn/translation.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 5a2131342..ed746a380 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -646,7 +646,9 @@ "about": "关于 TriliumNext 笔记", "logout": "登出", "show-cheatsheet": "显示快捷帮助", - "toggle-zen-mode": "禅模式" + "toggle-zen-mode": "禅模式", + "new-version-available": "新更新可用", + "download-update": "取得版本 {{latestVersion}}" }, "zen_mode": { "button_exit": "退出禅模式" @@ -736,7 +738,8 @@ "insert_child_note": "插入子笔记", "delete_this_note": "删除此笔记", "error_cannot_get_branch_id": "无法获取 notePath '{{notePath}}' 的 branchId", - "error_unrecognized_command": "无法识别的命令 {{command}}" + "error_unrecognized_command": "无法识别的命令 {{command}}", + "note_revisions": "笔记历史版本" }, "note_icon": { "change_note_icon": "更改笔记图标", @@ -749,7 +752,7 @@ "editable": "可编辑", "basic_properties": "基本属性", "language": "语言", - "configure_code_notes": "配置代码注释..." + "configure_code_notes": "配置代码笔记…" }, "book_properties": { "view_type": "视图类型", @@ -1258,7 +1261,13 @@ "min-days-in-first-week": "第一周的最小天数", "first-week-info": "第一周包含一年的第一个周四,基于 ISO 8601 标准。", "first-week-warning": "更改第一周选项可能会导致与现有周笔记重复,已创建的周笔记将不会相应更新。", - "formatting-locale": "日期和数字格式" + "formatting-locale": "日期和数字格式", + "tuesday": "周二", + "wednesday": "周三", + "thursday": "周四", + "friday": "周五", + "saturday": "周六", + "formatting-locale-auto": "依应用的语言设置" }, "backup": { "automatic_backup": "自动备份",