diff --git a/packages/node_modules/@node-red/editor-client/locales/ja/editor.json b/packages/node_modules/@node-red/editor-client/locales/ja/editor.json index 723bee1cd..f5774d57d 100644 --- a/packages/node_modules/@node-red/editor-client/locales/ja/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/ja/editor.json @@ -1089,6 +1089,7 @@ "en-US": "英語", "ja": "日本語", "ko": "韓国語", + "ru": "ロシア語", "zh-CN": "中国語(簡体)", "zh-TW": "中国語(繁体)" } diff --git a/packages/node_modules/@node-red/runtime/locales/ja/runtime.json b/packages/node_modules/@node-red/runtime/locales/ja/runtime.json index ff871e3c2..6f3d07c6d 100644 --- a/packages/node_modules/@node-red/runtime/locales/ja/runtime.json +++ b/packages/node_modules/@node-red/runtime/locales/ja/runtime.json @@ -169,6 +169,7 @@ "error-invalid-default-module": "デフォルトコンテキストストアが不明: '__storage__'", "unknown-store": "不明なコンテキストストア '__name__' が指定されました。デフォルトストアを使用します。", "localfilesystem": { + "invalid-json": "コンテキストファイル '__file__' のJSONが不正", "error-circular": "コンテキスト __scope__ は永続化できない循環参照を含んでいます", "error-write": "コンテキスト書込みエラー: __message__" }