1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

update Japanese message for nodes

This commit is contained in:
Hiroyasu Nishiyama 2019-05-27 14:25:03 +09:00
parent c514d988df
commit 3b177bedf8

View File

@ -6,7 +6,8 @@
"name": "名前",
"username": "ユーザ名",
"password": "パスワード",
"property": "プロパティ"
"property": "プロパティ",
"selectNodes": "ノードを選択..."
},
"status": {
"connected": "接続済",
@ -90,11 +91,7 @@
"catchUncaught": "catch: 未補足",
"label": {
"source": "エラー取得元",
"node": "ノード",
"type": "型",
"selectAll": "全て選択",
"sortByLabel": "ノード名で並べ替え",
"sortByType": "型で並べ替え",
"uncaught": "Catchードで処理済みのエラーを無視"
},
"scope": {
@ -107,10 +104,6 @@
"statusNodes": "status: __number__",
"label": {
"source": "状態取得元",
"node": "ノード",
"type": "型",
"selectAll": "全て選択",
"sortByLabel": "ノード名で並べ替え",
"sortByType": "型で並べ替え"
},
"scope": {
@ -692,7 +685,8 @@
"firstrow": "1行目に列名を含む",
"output": "出力",
"includerow": "1行目を列名とする",
"newline": "改行コード"
"newline": "改行コード",
"usestrings": "数値を変換する"
},
"placeholder": {
"columns": "コンマ区切りで列名を入力"