mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update message catalogue
This commit is contained in:
		
							
								
								
									
										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>", | ||||
|             "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__", | ||||
|         "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": { | ||||
|   | ||||
							
								
								
									
										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", | ||||
|         "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`" | ||||
|   | ||||
							
								
								
									
										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__ 個のノード", | ||||
|         "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", | ||||
|   | ||||
							
								
								
									
										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": "パレットノードのロード", | ||||
|         "palette-editor": { | ||||
|             "disabled": "パレットエディタを無効化 : ユーザ設定", | ||||
|             "npm-not-found": "バレットエディタを無効化 : npmコマンドが見つかりません" | ||||
|             "npm-not-found": "パレットエディタを無効化 : npmコマンドが見つかりません", | ||||
|             "npm-too-old": "パレットエディタを無効化 : npmのバージョンが古過ぎます。npm 3.x以上が必要です" | ||||
|         }, | ||||
|         "errors": "__count__ 個のノードの登録に失敗しました", | ||||
|         "errors_plural": "__count__ 個のノードの登録に失敗しました", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user