mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #2005 from kazuhitoyokoi/dev-updatemessagecatalog
Update message catalog
This commit is contained in:
commit
afe9367bac
3
packages/node_modules/@node-red/editor-client/locales/en-US/editor.json
vendored
Normal file → Executable file
3
packages/node_modules/@node-red/editor-client/locales/en-US/editor.json
vendored
Normal file → Executable file
@ -118,7 +118,6 @@
|
|||||||
"project_not_found": "<p>Project '__project__' not found.</p>",
|
"project_not_found": "<p>Project '__project__' not found.</p>",
|
||||||
"git_merge_conflict": "<p>Automatic merging of changes failed.</p><p>Fix the unmerged conflicts then commit the results.</p>"
|
"git_merge_conflict": "<p>Automatic merging of changes failed.</p><p>Fix the unmerged conflicts then commit the results.</p>"
|
||||||
},
|
},
|
||||||
|
|
||||||
"error": "<strong>Error</strong>: __message__",
|
"error": "<strong>Error</strong>: __message__",
|
||||||
"errors": {
|
"errors": {
|
||||||
"lostConnection": "Lost connection to server, reconnecting...",
|
"lostConnection": "Lost connection to server, reconnecting...",
|
||||||
@ -154,7 +153,6 @@
|
|||||||
"node_plural": "__count__ nodes",
|
"node_plural": "__count__ nodes",
|
||||||
"configNode": "__count__ configuration node",
|
"configNode": "__count__ configuration node",
|
||||||
"configNode_plural": "__count__ configuration nodes",
|
"configNode_plural": "__count__ configuration nodes",
|
||||||
"node_plural": "__count__ nodes",
|
|
||||||
"flow": "__count__ flow",
|
"flow": "__count__ flow",
|
||||||
"flow_plural": "__count__ flows",
|
"flow_plural": "__count__ flows",
|
||||||
"subflow": "__count__ subflow",
|
"subflow": "__count__ subflow",
|
||||||
@ -462,7 +460,6 @@
|
|||||||
"update": "Update"
|
"update": "Update"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
|
1
packages/node_modules/@node-red/editor-client/locales/en-US/jsonata.json
vendored
Normal file → Executable file
1
packages/node_modules/@node-red/editor-client/locales/en-US/jsonata.json
vendored
Normal file → Executable file
@ -115,7 +115,6 @@
|
|||||||
"args": "array",
|
"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."
|
"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": {
|
"$boolean": {
|
||||||
"args": "arg",
|
"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`"
|
"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`"
|
||||||
|
2
packages/node_modules/@node-red/editor-client/locales/ja/editor.json
vendored
Normal file → Executable file
2
packages/node_modules/@node-red/editor-client/locales/ja/editor.json
vendored
Normal file → Executable file
@ -153,7 +153,6 @@
|
|||||||
"node_plural": "__count__ 個のノード",
|
"node_plural": "__count__ 個のノード",
|
||||||
"configNode": "__count__ 個の設定ノード",
|
"configNode": "__count__ 個の設定ノード",
|
||||||
"configNode_plural": "__count__ 個の設定ノード",
|
"configNode_plural": "__count__ 個の設定ノード",
|
||||||
"node_plural": "__count__ 個のノード",
|
|
||||||
"flow": "__count__ 個のフロー",
|
"flow": "__count__ 個のフロー",
|
||||||
"flow_plural": "__count__ 個のフロー",
|
"flow_plural": "__count__ 個のフロー",
|
||||||
"subflow": "__count__ 個のサブフロー",
|
"subflow": "__count__ 個のサブフロー",
|
||||||
@ -716,6 +715,7 @@
|
|||||||
},
|
},
|
||||||
"markdownEditor": {
|
"markdownEditor": {
|
||||||
"title": "マークダウンエディタ",
|
"title": "マークダウンエディタ",
|
||||||
|
"format": "マークダウン形式で記述",
|
||||||
"heading1": "見出しレベル1",
|
"heading1": "見出しレベル1",
|
||||||
"heading2": "見出しレベル2",
|
"heading2": "見出しレベル2",
|
||||||
"heading3": "見出しレベル3",
|
"heading3": "見出しレベル3",
|
||||||
|
3
packages/node_modules/@node-red/runtime/locales/ja/runtime.json
vendored
Normal file → Executable file
3
packages/node_modules/@node-red/runtime/locales/ja/runtime.json
vendored
Normal file → Executable file
@ -12,7 +12,8 @@
|
|||||||
"loading": "パレットノードのロード",
|
"loading": "パレットノードのロード",
|
||||||
"palette-editor": {
|
"palette-editor": {
|
||||||
"disabled": "パレットエディタを無効化 : ユーザ設定",
|
"disabled": "パレットエディタを無効化 : ユーザ設定",
|
||||||
"npm-not-found": "バレットエディタを無効化 : npmコマンドが見つかりません"
|
"npm-not-found": "パレットエディタを無効化 : npmコマンドが見つかりません",
|
||||||
|
"npm-too-old": "パレットエディタを無効化 : npmのバージョンが古過ぎます。npm 3.x以上が必要です"
|
||||||
},
|
},
|
||||||
"errors": "__count__ 個のノードの登録に失敗しました",
|
"errors": "__count__ 個のノードの登録に失敗しました",
|
||||||
"errors_plural": "__count__ 個のノードの登録に失敗しました",
|
"errors_plural": "__count__ 個のノードの登録に失敗しました",
|
||||||
|
Loading…
Reference in New Issue
Block a user