mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Palette category label NLS for core nodes
This commit is contained in:
committed by
Nick O'Leary
parent
24efdbe4da
commit
fe9dc6b272
@@ -126,7 +126,17 @@
|
||||
"palette": {
|
||||
"noInfo": "no information available",
|
||||
"popOverError": "Error generating pop-over label for '__type__'.",
|
||||
"filter": "filter"
|
||||
"filter": "filter",
|
||||
"core": {
|
||||
"subflows": "subflows",
|
||||
"input": "input",
|
||||
"output": "output",
|
||||
"function": "function",
|
||||
"social": "social",
|
||||
"storage": "storage",
|
||||
"analysis": "analysis",
|
||||
"advanced": "advanced"
|
||||
}
|
||||
},
|
||||
"tabInfo": {
|
||||
"node": "Node",
|
||||
|
||||
Reference in New Issue
Block a user