update support of i18n of JSON editor

This commit is contained in:
Hiroyasu Nishiyama
2019-10-31 12:26:04 +09:00
parent 3a1d0f3695
commit 8c1aa83d12
3 changed files with 15 additions and 5 deletions

View File

@@ -792,7 +792,12 @@
"copyPath": "Copy path to item",
"expandItems": "Expand items",
"collapseItems": "Collapse items",
"duplicate": "Duplicate"
"duplicate": "Duplicate",
"array": "array",
"object": "object",
"error": {
"invalidJSON": "Invalid JSON: "
}
},
"markdownEditor": {
"title": "Markdown editor",

View File

@@ -791,7 +791,12 @@
"copyPath": "要素のパスをコピー",
"expandItems": "要素を展開",
"collapseItems": "要素を折り畳む",
"duplicate": "複製"
"duplicate": "複製",
"array": "配列",
"object": "オブジェクト",
"error": {
"invalidJSON": "不正なJSON: "
}
},
"markdownEditor": {
"title": "マークダウンエディタ",