mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Rewording some of the message sequence nodes (#1564)
* Rewording some of the message sequence nodes * Fix batch test for overlap renaming * Finish msg-sequence node help rewording * Rename maxKeptMsgsCount to nodeMessageBufferMaxLength * Rename nodeMessageBufferMaxLength in tests * Remove Join-merge mode for later rework
This commit is contained in:
@@ -543,7 +543,7 @@
|
||||
"label": {
|
||||
"property": "Property",
|
||||
"rule": "rule",
|
||||
"repair" : "repair sequence (reconstruct parts property of outgoing messages)"
|
||||
"repair" : "recreate message sequences"
|
||||
},
|
||||
"and": "and",
|
||||
"checkall": "checking all rules",
|
||||
@@ -559,7 +559,7 @@
|
||||
"nnull":"is not null",
|
||||
"head":"head",
|
||||
"tail":"tail",
|
||||
"index":"is between",
|
||||
"index":"index between",
|
||||
"exp":"JSONata exp",
|
||||
"else":"otherwise"
|
||||
},
|
||||
@@ -847,7 +847,7 @@
|
||||
"mode":{
|
||||
"mode":"Mode",
|
||||
"auto":"automatic",
|
||||
"merge":"merge sequence",
|
||||
"merge":"merge sequences",
|
||||
"reduce":"reduce sequence",
|
||||
"custom":"manual"
|
||||
},
|
||||
@@ -882,8 +882,8 @@
|
||||
"exp": "Reduce exp",
|
||||
"exp-value": "exp",
|
||||
"init": "Initial value",
|
||||
"right": "Evaluate in reverse order (right to left)",
|
||||
"fixup": "Fixup exp"
|
||||
"right": "Evaluate in reverse order (last to first)",
|
||||
"fixup": "Fix-up exp"
|
||||
},
|
||||
"errors": {
|
||||
"invalid-expr": "Invalid JSONata expression: __error__"
|
||||
@@ -905,20 +905,19 @@
|
||||
"batch" : {
|
||||
"mode": {
|
||||
"label" : "Mode",
|
||||
"num-msgs" : "number of messages",
|
||||
"interval" : "interval in seconds",
|
||||
"concat" : "concatenate sequences"
|
||||
"num-msgs" : "Group by number of messages",
|
||||
"interval" : "Group by time interval",
|
||||
"concat" : "Concatenate sequences"
|
||||
},
|
||||
"count": {
|
||||
"label" : "Number of msgs",
|
||||
"overwrap" : "Overwrap",
|
||||
"label" : "Number of messages",
|
||||
"overlap" : "Overlap",
|
||||
"count" : "count",
|
||||
"invalid" : "Invalid count and overwrap"
|
||||
"invalid" : "Invalid count and overlap"
|
||||
},
|
||||
"interval": {
|
||||
"label" : "Interval (sec)",
|
||||
"label" : "Interval",
|
||||
"seconds" : "seconds",
|
||||
"sec" : "sec",
|
||||
"empty" : "send empty message when no message arrives"
|
||||
},
|
||||
"concat": {
|
||||
|
Reference in New Issue
Block a user