mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	fix message catalogue for CSV ndoe & update japanese message catalogue (#2554)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							18bf220ca4
						
					
				
				
					commit
					9cbc40a229
				
			| @@ -732,7 +732,7 @@ | ||||
|         "errors": { | ||||
|             "csv_js": "This node only handles CSV strings or js objects.", | ||||
|             "obj_csv": "No columns template specified for object -> CSV.", | ||||
|             "bad_csv": "Malformed CSV file - output probably corrupt." | ||||
|             "bad_csv": "Malformed CSV data - output probably corrupt." | ||||
|         } | ||||
|     }, | ||||
|     "html": { | ||||
|   | ||||
| @@ -726,7 +726,8 @@ | ||||
|         }, | ||||
|         "errors": { | ||||
|             "csv_js": "本ノードが処理できる形式は、CSV文字列またはJSONのみです", | ||||
|             "obj_csv": "オブジェクトをCSVへ変換する際の列名が設定されていません" | ||||
|             "obj_csv": "オブジェクトをCSVへ変換する際の列名が設定されていません", | ||||
|             "bad_csv": "不正なCSVデータ - 出力の修正を試みました" | ||||
|         } | ||||
|     }, | ||||
|     "html": { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user