From 3e5cb7c4238a83ea55065ee9534f120b6137d707 Mon Sep 17 00:00:00 2001 From: Zexin Yuan Date: Fri, 17 Oct 2025 12:54:09 +0200 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1618 of 1618 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- apps/client/src/translations/cn/translation.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index ed746a380..c7053e709 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -768,7 +768,8 @@ "table": "表格", "geo-map": "地理地图", "board": "看板", - "include_archived_notes": "展示归档笔记" + "include_archived_notes": "展示归档笔记", + "presentation": "演示" }, "edited_notes": { "no_edited_notes_found": "今天还没有编辑过的笔记...", @@ -2074,5 +2075,10 @@ }, "collections": { "rendering_error": "出现错误无法显示内容。" + }, + "presentation_view": { + "edit-slide": "编辑此幻灯片", + "start-presentation": "开始演示", + "slide-overview": "切换幻灯片概览" } }