Merge branch 'dev' into pr_2165

This commit is contained in:
Nick O'Leary
2019-07-10 09:30:48 +01:00
282 changed files with 4009 additions and 1538 deletions

View File

@@ -22,7 +22,7 @@
<p>Optionally, the node can be set to stop evaluating rules once it finds one
that matches.</p>
<p>The rules can be evaluated against an individual message property, a flow or global
context property or the result of a JSONata expression.</p>
context property, environment variable or the result of a JSONata expression.</p>
<h4>Rules</h4>
<p>There are four types of rule:</p>
<ol>

View File

@@ -6,7 +6,9 @@
"name": "Name",
"username": "Username",
"password": "Password",
"property": "Property"
"property": "Property",
"selectNodes": "Select nodes...",
"expand": "Expand"
},
"status": {
"connected": "connected",
@@ -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": {
@@ -144,7 +138,10 @@
"debugNodes": "Debug nodes",
"clearLog": "Clear log",
"filterLog": "Filter log",
"openWindow": "Open in new window"
"openWindow": "Open in new window",
"copyPath": "Copy path",
"copyPayload": "Copy value",
"pinPath": "Pin open"
},
"messageMenu": {
"collapseAll": "Collapse all paths",