mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Merge pull request #1828 from node-red-hitachi/master-editorjson
Update Japanese translation (editor.json)
This commit is contained in:
commit
e34d883e50
@ -457,8 +457,14 @@
|
|||||||
"filtered": "__count__ 個が無効"
|
"filtered": "__count__ 個が無効"
|
||||||
},
|
},
|
||||||
"context": {
|
"context": {
|
||||||
"name": "コンテキスト",
|
"name": "コンテキストデータ",
|
||||||
"label": "コンテキスト"
|
"label": "コンテキストデータ",
|
||||||
|
"none": "選択されていません",
|
||||||
|
"refresh": "読み込みのため更新してください",
|
||||||
|
"empty": "データが存在しません",
|
||||||
|
"node": "Node",
|
||||||
|
"flow": "Flow",
|
||||||
|
"global": "Global"
|
||||||
},
|
},
|
||||||
"palette": {
|
"palette": {
|
||||||
"name": "パレットの管理",
|
"name": "パレットの管理",
|
||||||
@ -639,6 +645,9 @@
|
|||||||
"eval": "表現評価エラー:\n __message__"
|
"eval": "表現評価エラー:\n __message__"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"jsEditor": {
|
||||||
|
"title": "JavaScriptエディタ"
|
||||||
|
},
|
||||||
"jsonEditor": {
|
"jsonEditor": {
|
||||||
"title": "JSONエディタ",
|
"title": "JSONエディタ",
|
||||||
"format": "JSONフォーマット"
|
"format": "JSONフォーマット"
|
||||||
|
Loading…
Reference in New Issue
Block a user