From 0d0a1866e45bdf370bd1adfd8e23a8245610eb72 Mon Sep 17 00:00:00 2001 From: noobhjy Date: Tue, 23 Dec 2025 06:42:42 +0100 Subject: [PATCH] Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (1720 of 1720 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/zh_Hans/ --- apps/client/src/translations/cn/translation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/translations/cn/translation.json b/apps/client/src/translations/cn/translation.json index 4ff56779b..0d335fdcd 100644 --- a/apps/client/src/translations/cn/translation.json +++ b/apps/client/src/translations/cn/translation.json @@ -817,7 +817,8 @@ }, "inherited_attribute_list": { "title": "继承的属性", - "no_inherited_attributes": "没有继承的属性。" + "no_inherited_attributes": "没有继承的属性。", + "none": "无" }, "note_info_widget": { "note_id": "笔记 ID", @@ -2200,5 +2201,8 @@ "toggle": "切换右侧面板", "custom_widget_go_to_source": "跳转到源码", "empty_message": "这篇笔记没有展示内容" + }, + "attributes_panel": { + "title": "笔记属性" } }