mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
add i18n support for port label of inject/exec/httprequest/file node
This commit is contained in:
@@ -35,7 +35,22 @@
|
||||
"stopped": "stopped",
|
||||
"failed": "Inject failed: __error__",
|
||||
"label": {
|
||||
"repeat": "Repeat"
|
||||
"repeat": "Repeat",
|
||||
"flow": "flow context",
|
||||
"global": "global context",
|
||||
"str": "string",
|
||||
"num": "number",
|
||||
"bool": "boolean",
|
||||
"json": "object",
|
||||
"bin": "buffer",
|
||||
"date": "timestamp",
|
||||
"env": "env variable",
|
||||
"object": "object",
|
||||
"string": "string",
|
||||
"boolean": "boolean",
|
||||
"number": "number",
|
||||
"Array": "Array",
|
||||
"invalid": "Invalid JSON Object"
|
||||
},
|
||||
"timestamp": "timestamp",
|
||||
"none": "none",
|
||||
@@ -174,7 +189,10 @@
|
||||
"timeout": "Timeout",
|
||||
"timeoutplace": "optional",
|
||||
"return": "Output",
|
||||
"seconds": "seconds"
|
||||
"seconds": "seconds",
|
||||
"stdout": "stdout",
|
||||
"stderr": "stderr",
|
||||
"retcode": "return code"
|
||||
},
|
||||
"placeholder": {
|
||||
"extraparams": "extra input parameters"
|
||||
@@ -380,7 +398,10 @@
|
||||
"status": "Status code",
|
||||
"headers": "Headers",
|
||||
"other": "other",
|
||||
"paytoqs" : "Append msg.payload as query string parameters"
|
||||
"paytoqs" : "Append msg.payload as query string parameters",
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer",
|
||||
"jsonObject": "parsed JSON object"
|
||||
},
|
||||
"setby": "- set by msg.method -",
|
||||
"basicauth": "Use basic authentication",
|
||||
@@ -833,7 +854,9 @@
|
||||
"breaklines": "Break into lines",
|
||||
"filelabel": "file",
|
||||
"sendError": "Send message on error (legacy mode)",
|
||||
"deletelabel": "delete __file__"
|
||||
"deletelabel": "delete __file__",
|
||||
"utf8String": "UTF8 string",
|
||||
"binaryBuffer": "binary buffer"
|
||||
},
|
||||
"action": {
|
||||
"append": "append to file",
|
||||
|
Reference in New Issue
Block a user