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

Update Japanese translation (editor.json)

This commit is contained in:
Kazuhito Yokoi 2018-07-17 17:24:02 +09:00 committed by HirokiUchikawa
parent 6bccdd015f
commit 991c68c394

View File

@ -456,7 +456,13 @@
}, },
"context": { "context": {
"name": "コンテキスト", "name": "コンテキスト",
"label": "コンテキスト" "label": "コンテキスト",
"none": "選択されていません",
"refresh": "読み込みのため更新してください",
"empty": "空",
"node": "なし",
"flow": "フロー",
"global": "グローバル"
}, },
"palette": { "palette": {
"name": "パレットの管理", "name": "パレットの管理",
@ -637,6 +643,9 @@
"eval": "表現評価エラー:\n __message__" "eval": "表現評価エラー:\n __message__"
} }
}, },
"jsEditor": {
"title": "JavaScriptエディタ"
},
"jsonEditor": { "jsonEditor": {
"title": "JSONエディタ", "title": "JSONエディタ",
"format": "JSONフォーマット" "format": "JSONフォーマット"