mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove spaces before ? in messages
This commit is contained in:
parent
811c4f2630
commit
10ad7fbf6e
@ -60,7 +60,7 @@
|
|||||||
"Sunday"
|
"Sunday"
|
||||||
],
|
],
|
||||||
"on": "on",
|
"on": "on",
|
||||||
"onstart": "Inject once at start ?",
|
"onstart": "Inject once at start?",
|
||||||
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>See info box for details.",
|
"tip": "<b>Note:</b> \"interval between times\" and \"at a specific time\" will use cron.<br/>See info box for details.",
|
||||||
"success": "Successfully injected: __label__",
|
"success": "Successfully injected: __label__",
|
||||||
"errors": {
|
"errors": {
|
||||||
@ -96,7 +96,7 @@
|
|||||||
"placeholder": {
|
"placeholder": {
|
||||||
"extraparams": "extra input parameters"
|
"extraparams": "extra input parameters"
|
||||||
},
|
},
|
||||||
"spawn": "Use spawn() instead of exec() ?",
|
"spawn": "Use spawn() instead of exec()?",
|
||||||
"tip": "Tip: <i>spawn</i> expects only one command word - and appended args to be comma separated."
|
"tip": "Tip: <i>spawn</i> expects only one command word - and appended args to be comma separated."
|
||||||
},
|
},
|
||||||
"function": {
|
"function": {
|
||||||
@ -208,7 +208,7 @@
|
|||||||
"return": "Return"
|
"return": "Return"
|
||||||
},
|
},
|
||||||
"setby": "- set by msg.method -",
|
"setby": "- set by msg.method -",
|
||||||
"basicauth": "Use basic authentication ?",
|
"basicauth": "Use basic authentication?",
|
||||||
"utf8": "a UTF-8 string",
|
"utf8": "a UTF-8 string",
|
||||||
"binary": "a binary buffer",
|
"binary": "a binary buffer",
|
||||||
"json": "a parsed JSON object",
|
"json": "a parsed JSON object",
|
||||||
@ -267,8 +267,8 @@
|
|||||||
"host": "at host",
|
"host": "at host",
|
||||||
"payload": "payload(s)",
|
"payload": "payload(s)",
|
||||||
"delimited": "delimited by",
|
"delimited": "delimited by",
|
||||||
"close-connection": "Close connection after each message is sent ?",
|
"close-connection": "Close connection after each message is sent?",
|
||||||
"decode-base64": "Decode Base64 message ?",
|
"decode-base64": "Decode Base64 message?",
|
||||||
"server": "Server",
|
"server": "Server",
|
||||||
"return": "Return"
|
"return": "Return"
|
||||||
},
|
},
|
||||||
@ -324,7 +324,7 @@
|
|||||||
"send": "Send a",
|
"send": "Send a",
|
||||||
"toport": "to port",
|
"toport": "to port",
|
||||||
"address": "Address",
|
"address": "Address",
|
||||||
"decode-base64": "Decode Base64 encoded payload ?"
|
"decode-base64": "Decode Base64 encoded payload?"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"interface": "(optional) ip address of eth0",
|
"interface": "(optional) ip address of eth0",
|
||||||
@ -416,7 +416,7 @@
|
|||||||
"resultrange": "to the result range",
|
"resultrange": "to the result range",
|
||||||
"from": "from",
|
"from": "from",
|
||||||
"to": "to",
|
"to": "to",
|
||||||
"roundresult": "Round result to the nearest integer ?"
|
"roundresult": "Round result to the nearest integer?"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"min": "e.g. 0",
|
"min": "e.g. 0",
|
||||||
@ -507,9 +507,9 @@
|
|||||||
"gpiopin": "GPIO Pin",
|
"gpiopin": "GPIO Pin",
|
||||||
"selectpin": "select pin",
|
"selectpin": "select pin",
|
||||||
"resistor": "Resistor?",
|
"resistor": "Resistor?",
|
||||||
"readinitial": "Read initial state of pin on deploy/restart ?",
|
"readinitial": "Read initial state of pin on deploy/restart?",
|
||||||
"type": "Type",
|
"type": "Type",
|
||||||
"initpin": "Initialise pin state ?",
|
"initpin": "Initialise pin state?",
|
||||||
"button": "Button",
|
"button": "Button",
|
||||||
"pimouse": "Pi Mouse",
|
"pimouse": "Pi Mouse",
|
||||||
"left": "Left",
|
"left": "Left",
|
||||||
@ -569,7 +569,7 @@
|
|||||||
"tail": {
|
"tail": {
|
||||||
"label": {
|
"label": {
|
||||||
"filename": "Filename",
|
"filename": "Filename",
|
||||||
"splitlines": "Split lines on \\n ?"
|
"splitlines": "Split lines on \\n?"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"windowsnotsupport": "Not currently supported on Windows."
|
"windowsnotsupport": "Not currently supported on Windows."
|
||||||
@ -579,8 +579,8 @@
|
|||||||
"label": {
|
"label": {
|
||||||
"filename": "Filename",
|
"filename": "Filename",
|
||||||
"action": "Action",
|
"action": "Action",
|
||||||
"addnewline": "Add newline (\\n) to each payload ?",
|
"addnewline": "Add newline (\\n) to each payload?",
|
||||||
"createdir": "Create directory if it doesn't exist ?",
|
"createdir": "Create directory if it doesn't exist?",
|
||||||
"outputas": "Output as",
|
"outputas": "Output as",
|
||||||
"filelabel": "file",
|
"filelabel": "file",
|
||||||
"deletelabel": "delete __file__"
|
"deletelabel": "delete __file__"
|
||||||
|
Loading…
Reference in New Issue
Block a user