mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Update messages.json
This commit is contained in:
parent
8167608f04
commit
6c75baecb2
@ -384,7 +384,8 @@
|
||||
"upload": "Accept file uploads?",
|
||||
"status": "Status code",
|
||||
"headers": "Headers",
|
||||
"other": "other"
|
||||
"other": "other",
|
||||
"usePayloadAsParameters" : "Use payload properties as parameters"
|
||||
},
|
||||
"setby": "- set by msg.method -",
|
||||
"basicauth": "Use basic authentication",
|
||||
@ -412,7 +413,8 @@
|
||||
"deprecated-call":"Deprecated call to __method__",
|
||||
"invalid-transport":"non-http transport requested",
|
||||
"timeout-isnan": "Timeout value is not a valid number, ignoring",
|
||||
"timeout-isnegative": "Timeout value is negative, ignoring"
|
||||
"timeout-isnegative": "Timeout value is negative, ignoring",
|
||||
"invalid-payload": "Invalid payload"
|
||||
},
|
||||
"status": {
|
||||
"requesting": "requesting"
|
||||
|
Loading…
Reference in New Issue
Block a user