mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #2178 from node-red-hitachi/update-nodes-message-jp
update Japanese message for nodes
This commit is contained in:
commit
df24e13eb5
@ -6,7 +6,8 @@
|
|||||||
"name": "名前",
|
"name": "名前",
|
||||||
"username": "ユーザ名",
|
"username": "ユーザ名",
|
||||||
"password": "パスワード",
|
"password": "パスワード",
|
||||||
"property": "プロパティ"
|
"property": "プロパティ",
|
||||||
|
"selectNodes": "ノードを選択..."
|
||||||
},
|
},
|
||||||
"status": {
|
"status": {
|
||||||
"connected": "接続済",
|
"connected": "接続済",
|
||||||
@ -90,11 +91,7 @@
|
|||||||
"catchUncaught": "catch: 未補足",
|
"catchUncaught": "catch: 未補足",
|
||||||
"label": {
|
"label": {
|
||||||
"source": "エラー取得元",
|
"source": "エラー取得元",
|
||||||
"node": "ノード",
|
|
||||||
"type": "型",
|
|
||||||
"selectAll": "全て選択",
|
"selectAll": "全て選択",
|
||||||
"sortByLabel": "ノード名で並べ替え",
|
|
||||||
"sortByType": "型で並べ替え",
|
|
||||||
"uncaught": "Catchノードで処理済みのエラーを無視"
|
"uncaught": "Catchノードで処理済みのエラーを無視"
|
||||||
},
|
},
|
||||||
"scope": {
|
"scope": {
|
||||||
@ -107,10 +104,6 @@
|
|||||||
"statusNodes": "status: __number__",
|
"statusNodes": "status: __number__",
|
||||||
"label": {
|
"label": {
|
||||||
"source": "状態取得元",
|
"source": "状態取得元",
|
||||||
"node": "ノード",
|
|
||||||
"type": "型",
|
|
||||||
"selectAll": "全て選択",
|
|
||||||
"sortByLabel": "ノード名で並べ替え",
|
|
||||||
"sortByType": "型で並べ替え"
|
"sortByType": "型で並べ替え"
|
||||||
},
|
},
|
||||||
"scope": {
|
"scope": {
|
||||||
@ -692,7 +685,8 @@
|
|||||||
"firstrow": "1行目に列名を含む",
|
"firstrow": "1行目に列名を含む",
|
||||||
"output": "出力",
|
"output": "出力",
|
||||||
"includerow": "1行目を列名とする",
|
"includerow": "1行目を列名とする",
|
||||||
"newline": "改行コード"
|
"newline": "改行コード",
|
||||||
|
"usestrings": "数値を変換する"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"columns": "コンマ区切りで列名を入力"
|
"columns": "コンマ区切りで列名を入力"
|
||||||
|
Loading…
Reference in New Issue
Block a user