From a1513f06c31dc09c2a2c6d63162c6ae88fbc0796 Mon Sep 17 00:00:00 2001 From: doskoi <50610194+t-daisuke@users.noreply.github.com> Date: Mon, 30 Mar 2026 23:56:58 +0900 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20translate=20"nodes.note.addNote"?= =?UTF-8?q?=20as=20"=E3=83=A1=E3=83=A2=E3=82=92=E8=BF=BD=E5=8A=A0"=20in=20?= =?UTF-8?q?ja-JP=20(#34294)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/i18n/ja-JP/workflow.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/ja-JP/workflow.json b/web/i18n/ja-JP/workflow.json index b9b60d6e73..acf43b8ce8 100644 --- a/web/i18n/ja-JP/workflow.json +++ b/web/i18n/ja-JP/workflow.json @@ -818,7 +818,7 @@ "nodes.loop.setLoopVariables": "ループスコープ内で変数を設定", "nodes.loop.totalLoopCount": "総ループ回数:{{count}}", "nodes.loop.variableName": "変数名", - "nodes.note.addNote": "コメントを追加", + "nodes.note.addNote": "メモを追加", "nodes.note.editor.bold": "太字", "nodes.note.editor.bulletList": "リスト", "nodes.note.editor.enterUrl": "リンク入力中...",