diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json old mode 100644 new mode 100755 index 65e89e6fb..1fff8b87e --- a/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/editor.json @@ -118,7 +118,6 @@ "project_not_found": "

Project '__project__' not found.

", "git_merge_conflict": "

Automatic merging of changes failed.

Fix the unmerged conflicts then commit the results.

" }, - "error": "Error: __message__", "errors": { "lostConnection": "Lost connection to server, reconnecting...", @@ -154,7 +153,6 @@ "node_plural": "__count__ nodes", "configNode": "__count__ configuration node", "configNode_plural": "__count__ configuration nodes", - "node_plural": "__count__ nodes", "flow": "__count__ flow", "flow_plural": "__count__ flows", "subflow": "__count__ subflow", @@ -462,7 +460,6 @@ "update": "Update" } } - } }, "sidebar": { diff --git a/packages/node_modules/@node-red/editor-client/locales/en-US/jsonata.json b/packages/node_modules/@node-red/editor-client/locales/en-US/jsonata.json old mode 100644 new mode 100755 index 23917e749..6efd962ce --- a/packages/node_modules/@node-red/editor-client/locales/en-US/jsonata.json +++ b/packages/node_modules/@node-red/editor-client/locales/en-US/jsonata.json @@ -115,7 +115,6 @@ "args": "array", "desc": "Returns the mean value of an `array` of numbers. It is an error if the input `array` contains an item which isn't a number." }, - "$boolean": { "args": "arg", "desc": "Casts the argument to a Boolean using the following rules:\n\n - `Boolean` : unchanged\n - `string`: empty : `false`\n - `string`: non-empty : `true`\n - `number`: `0` : `false`\n - `number`: non-zero : `true`\n - `null` : `false`\n - `array`: empty : `false`\n - `array`: contains a member that casts to `true` : `true`\n - `array`: all members cast to `false` : `false`\n - `object`: empty : `false`\n - `object`: non-empty : `true`\n - `function` : `false`" 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 old mode 100644 new mode 100755 index 0ab8c8409..df87bac2c --- a/packages/node_modules/@node-red/editor-client/locales/ja/editor.json +++ b/packages/node_modules/@node-red/editor-client/locales/ja/editor.json @@ -153,7 +153,6 @@ "node_plural": "__count__ 個のノード", "configNode": "__count__ 個の設定ノード", "configNode_plural": "__count__ 個の設定ノード", - "node_plural": "__count__ 個のノード", "flow": "__count__ 個のフロー", "flow_plural": "__count__ 個のフロー", "subflow": "__count__ 個のサブフロー", @@ -716,6 +715,7 @@ }, "markdownEditor": { "title": "マークダウンエディタ", + "format": "マークダウン形式で記述" "heading1": "見出しレベル1", "heading2": "見出しレベル2", "heading3": "見出しレベル3", diff --git a/packages/node_modules/@node-red/runtime/locales/ja/runtime.json b/packages/node_modules/@node-red/runtime/locales/ja/runtime.json old mode 100644 new mode 100755 index e4f4f7baf..3dc4d58ab --- a/packages/node_modules/@node-red/runtime/locales/ja/runtime.json +++ b/packages/node_modules/@node-red/runtime/locales/ja/runtime.json @@ -12,7 +12,8 @@ "loading": "パレットノードのロード", "palette-editor": { "disabled": "パレットエディタを無効化 : ユーザ設定", - "npm-not-found": "バレットエディタを無効化 : npmコマンドが見つかりません" + "npm-not-found": "パレットエディタを無効化 : npmコマンドが見つかりません", + "npm-too-old": "パレットエディタを無効化 : npmのバージョンが古過ぎます。npm 3.x以上が必要です" }, "errors": "__count__ 個のノードの登録に失敗しました", "errors_plural": "__count__ 個のノードの登録に失敗しました",