mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update catch/status nodes to use selectNodes api and treeList
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
"name": "Name",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"property": "Property"
|
||||
"property": "Property",
|
||||
"selectNodes": "Select nodes..."
|
||||
},
|
||||
"status": {
|
||||
"connected": "connected",
|
||||
@@ -17,6 +18,7 @@
|
||||
"ok": "OK"
|
||||
},
|
||||
"notification": {
|
||||
"selectNodesTarget": "Click nodes to select",
|
||||
"error": "<strong>Error</strong>: __message__",
|
||||
"errors": {
|
||||
"not-deployed": "node not deployed",
|
||||
@@ -90,11 +92,7 @@
|
||||
"catchUncaught": "catch: uncaught",
|
||||
"label": {
|
||||
"source": "Catch errors from",
|
||||
"node": "node",
|
||||
"type": "type",
|
||||
"selectAll": "select all",
|
||||
"sortByLabel": "sort by label",
|
||||
"sortByType": "sort by type",
|
||||
"uncaught": "Ignore errors handled by other Catch nodes"
|
||||
},
|
||||
"scope": {
|
||||
@@ -107,10 +105,6 @@
|
||||
"statusNodes": "status: __number__",
|
||||
"label": {
|
||||
"source": "Report status from",
|
||||
"node": "node",
|
||||
"type": "type",
|
||||
"selectAll": "select all",
|
||||
"sortByLabel": "sort by label",
|
||||
"sortByType": "sort by type"
|
||||
},
|
||||
"scope": {
|
||||
|
Reference in New Issue
Block a user