1
0
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:
Nick O'Leary 2018-07-20 11:44:19 +01:00 committed by GitHub
commit e34d883e50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,8 +457,14 @@
"filtered": "__count__ 個が無効"
},
"context": {
"name": "コンテキスト",
"label": "コンテキスト"
"name": "コンテキストデータ",
"label": "コンテキストデータ",
"none": "選択されていません",
"refresh": "読み込みのため更新してください",
"empty": "データが存在しません",
"node": "Node",
"flow": "Flow",
"global": "Global"
},
"palette": {
"name": "パレットの管理",
@ -639,6 +645,9 @@
"eval": "表現評価エラー:\n __message__"
}
},
"jsEditor": {
"title": "JavaScriptエディタ"
},
"jsonEditor": {
"title": "JSONエディタ",
"format": "JSONフォーマット"