mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
use type name from common.type
This commit is contained in:
parent
d5234888b3
commit
21635aadfe
@ -804,8 +804,6 @@
|
||||
"expandItems": "Expand items",
|
||||
"collapseItems": "Collapse items",
|
||||
"duplicate": "Duplicate",
|
||||
"array": "array",
|
||||
"object": "object",
|
||||
"error": {
|
||||
"invalidJSON": "Invalid JSON: "
|
||||
}
|
||||
|
@ -803,8 +803,6 @@
|
||||
"expandItems": "要素を展開",
|
||||
"collapseItems": "要素を折り畳む",
|
||||
"duplicate": "複製",
|
||||
"array": "配列",
|
||||
"object": "オブジェクト",
|
||||
"error": {
|
||||
"invalidJSON": "不正なJSON: "
|
||||
}
|
||||
|
@ -302,8 +302,8 @@
|
||||
types:[
|
||||
'str','num','bool',
|
||||
{value:"null",label:"null",hasValue:false},
|
||||
{value:"array",label:RED._("jsonEditor.array"),hasValue:false},
|
||||
{value:"object",label:RED._("jsonEditor.object"),hasValue:false}
|
||||
{value:"array",label:RED._("common.type.array"),hasValue:false},
|
||||
{value:"object",label:RED._("common.type.object"),hasValue:false}
|
||||
],
|
||||
default: valType
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user