From cd47e79a1b23b40d684d3e46fbc764d72e4b768e Mon Sep 17 00:00:00 2001 From: green Date: Tue, 23 Dec 2025 04:24:57 +0100 Subject: [PATCH] Translated using Weblate (Japanese) Currently translated at 100.0% (1720 of 1720 strings) Translation: Trilium Notes/Client Translate-URL: https://hosted.weblate.org/projects/trilium/client/ja/ --- apps/client/src/translations/ja/translation.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/translations/ja/translation.json b/apps/client/src/translations/ja/translation.json index b4478749c..3e553ac1c 100644 --- a/apps/client/src/translations/ja/translation.json +++ b/apps/client/src/translations/ja/translation.json @@ -1621,7 +1621,8 @@ }, "inherited_attribute_list": { "title": "継承属性", - "no_inherited_attributes": "継承属性はありません。" + "no_inherited_attributes": "継承属性はありません。", + "none": "なし" }, "note_map": { "open_full": "拡大表示", @@ -2200,5 +2201,8 @@ "empty_button": "パネルを非表示", "toggle": "右パネルを切り替え", "custom_widget_go_to_source": "ソースコードへ移動" + }, + "attributes_panel": { + "title": "ノート属性" } }