fix message catalogue for CSV ndoe & update japanese message catalogue (#2554)

This commit is contained in:
Hiroyasu Nishiyama 2020-05-05 22:43:08 +09:00 committed by GitHub
parent 18bf220ca4
commit 9cbc40a229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -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": {

View File

@ -726,7 +726,8 @@
},
"errors": {
"csv_js": "本ードが処理できる形式は、CSV文字列またはJSONのみです",
"obj_csv": "オブジェクトをCSVへ変換する際の列名が設定されていません"
"obj_csv": "オブジェクトをCSVへ変換する際の列名が設定されていません",
"bad_csv": "不正なCSVデータ - 出力の修正を試みました"
}
},
"html": {