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",
|
"expandItems": "Expand items",
|
||||||
"collapseItems": "Collapse items",
|
"collapseItems": "Collapse items",
|
||||||
"duplicate": "Duplicate",
|
"duplicate": "Duplicate",
|
||||||
"array": "array",
|
|
||||||
"object": "object",
|
|
||||||
"error": {
|
"error": {
|
||||||
"invalidJSON": "Invalid JSON: "
|
"invalidJSON": "Invalid JSON: "
|
||||||
}
|
}
|
||||||
|
@ -803,8 +803,6 @@
|
|||||||
"expandItems": "要素を展開",
|
"expandItems": "要素を展開",
|
||||||
"collapseItems": "要素を折り畳む",
|
"collapseItems": "要素を折り畳む",
|
||||||
"duplicate": "複製",
|
"duplicate": "複製",
|
||||||
"array": "配列",
|
|
||||||
"object": "オブジェクト",
|
|
||||||
"error": {
|
"error": {
|
||||||
"invalidJSON": "不正なJSON: "
|
"invalidJSON": "不正なJSON: "
|
||||||
}
|
}
|
||||||
|
@ -302,8 +302,8 @@
|
|||||||
types:[
|
types:[
|
||||||
'str','num','bool',
|
'str','num','bool',
|
||||||
{value:"null",label:"null",hasValue:false},
|
{value:"null",label:"null",hasValue:false},
|
||||||
{value:"array",label:RED._("jsonEditor.array"),hasValue:false},
|
{value:"array",label:RED._("common.type.array"),hasValue:false},
|
||||||
{value:"object",label:RED._("jsonEditor.object"),hasValue:false}
|
{value:"object",label:RED._("common.type.object"),hasValue:false}
|
||||||
],
|
],
|
||||||
default: valType
|
default: valType
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user