fix(i18n): translate "nodes.note.addNote" as "メモを追加" in ja-JP (#34294)

This commit is contained in:
doskoi
2026-03-30 23:56:58 +09:00
committed by GitHub
parent 3c7180bfd5
commit a1513f06c3

View File

@@ -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": "リンク入力中...",