mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Tidy up node i18n
This commit is contained in:
@@ -3,9 +3,7 @@
|
||||
"label": {
|
||||
"payload": "Payload",
|
||||
"topic": "Topic",
|
||||
"topicph": "topic",
|
||||
"name": "Name",
|
||||
"nameph": "name",
|
||||
"username": "Username",
|
||||
"password": "Password"
|
||||
},
|
||||
@@ -35,6 +33,14 @@
|
||||
"noconnection": "no connection",
|
||||
"tweeting": "tweeting",
|
||||
"failed": "failed"
|
||||
},
|
||||
"notification": {
|
||||
"error": "<strong>Error</strong>: __message__",
|
||||
"errors": {
|
||||
"not-deployed": "node not deployed",
|
||||
"no-response": "no response from server",
|
||||
"unexpected": "unexpected error (__status__) __message__"
|
||||
}
|
||||
}
|
||||
},
|
||||
"inject": {
|
||||
@@ -75,10 +81,7 @@
|
||||
"success": "Successfully injected: __label__",
|
||||
"error": "<strong>Error</strong>: __message__",
|
||||
"errors": {
|
||||
"not-deployed": "inject node not deployed",
|
||||
"failed": "inject failed, see log for details",
|
||||
"no-response": "no response from server",
|
||||
"unexpected": "unexpected error (__status__) __message__"
|
||||
"failed": "inject failed, see log for details"
|
||||
}
|
||||
},
|
||||
"catch": {
|
||||
@@ -91,29 +94,37 @@
|
||||
"msgobj": "complete msg object",
|
||||
"to": "to",
|
||||
"debtab": "debug tab",
|
||||
"tabcon": "debug tab and console"
|
||||
"tabcon": "debug tab and console",
|
||||
"notification": {
|
||||
"activated": "Successfully activated: __label__",
|
||||
"deactivated": "Successfully deactivated: __label__"
|
||||
}
|
||||
},
|
||||
"exec": {
|
||||
"exec": "exec",
|
||||
"spawnerr": "Spawn command must be just the command - no spaces or extra parameters",
|
||||
"badstdout": "Bad STDOUT",
|
||||
"command": "Command",
|
||||
"commandph": "command",
|
||||
"append": "Append",
|
||||
"extraparams": "extra input parameters",
|
||||
"label": {
|
||||
"command": "Command",
|
||||
"append": "Append"
|
||||
},
|
||||
"placeholder": {
|
||||
"extraparams": "extra input parameters"
|
||||
},
|
||||
"spawn": "Use spawn() instead of exec() ?",
|
||||
"tip": "Tip: <i>spawn</i> expects only one command word - and appended args to be comma separated."
|
||||
},
|
||||
"function": {
|
||||
"function": "function",
|
||||
"functionlabel": "Function",
|
||||
"outputs": "Outputs",
|
||||
"label": {
|
||||
"function": "Function",
|
||||
"outputs": "Outputs"
|
||||
},
|
||||
"tip": "See the Info tab for help writing functions."
|
||||
},
|
||||
"template": {
|
||||
"template": "template",
|
||||
"templatelabel": "Template",
|
||||
"property": "Property",
|
||||
"label": {
|
||||
"template": "Template",
|
||||
"property": "Property"
|
||||
},
|
||||
"templatevalue": "This is the payload: {{payload}} !"
|
||||
},
|
||||
"delay": {
|
||||
@@ -169,7 +180,6 @@
|
||||
"body": "Body - will be rendered in info tab.",
|
||||
"tip1": "Tip: The text here can be styled as ",
|
||||
"tip2": "Github flavoured Markdown",
|
||||
"commentph": "comment",
|
||||
"commentnode": "Comment node",
|
||||
"commentinfo": "Use this node to add simple documentation.\n\nAnything you add will be rendered in this info panel.\n\nYou may use Markdown syntax to **enhance** the *presentation*."
|
||||
},
|
||||
@@ -186,14 +196,15 @@
|
||||
"broker": "Broker",
|
||||
"qos": "QoS",
|
||||
"clientid": "Client ID",
|
||||
"clientidph": "Leave blank for auto generated"
|
||||
"port": "Port"
|
||||
},
|
||||
"placeholder": {
|
||||
"clientid": "Leave blank for auto generated"
|
||||
},
|
||||
"retain": "Retain",
|
||||
"true": "true",
|
||||
"false": "false",
|
||||
"tip": "Tip: Leave topic, qos or retain blank if you want to set them via msg properties.",
|
||||
"port": "Port",
|
||||
"portph": "port",
|
||||
"errors": {
|
||||
"not-defined": "topic not defined",
|
||||
"missing-config": "missing broker configuration",
|
||||
@@ -201,13 +212,10 @@
|
||||
}
|
||||
},
|
||||
"httpin": {
|
||||
"httpin": "httpin",
|
||||
"label": {
|
||||
"method": "Method",
|
||||
"url": "URL",
|
||||
"urlph": "/url",
|
||||
"httpph": "http://",
|
||||
"doc": "Doc",
|
||||
"doc": "Documentation",
|
||||
"return": "Return"
|
||||
},
|
||||
"setby": "- set by msg.method -",
|
||||
@@ -215,9 +223,11 @@
|
||||
"utf8": "a UTF-8 string",
|
||||
"binary": "a binary buffer",
|
||||
"json": "a parsed JSON object",
|
||||
"in-tip": "The url will be relative to ",
|
||||
"res-tip": "The messages sent to this node <b>must</b> originate from an <i>http input</i> node",
|
||||
"req-tip": "Tip: If the JSON parse fails the fetched string is returned as-is.",
|
||||
"tip": {
|
||||
"in": "The url will be relative to ",
|
||||
"res": "The messages sent to this node <b>must</b> originate from an <i>http input</i> node",
|
||||
"req": "Tip: If the JSON parse fails the fetched string is returned as-is."
|
||||
},
|
||||
"httpreq": "http request",
|
||||
"errors": {
|
||||
"not-created": "Cannot create http-in node when httpNodeRoot set to false",
|
||||
@@ -232,18 +242,18 @@
|
||||
"label": {
|
||||
"type": "Type",
|
||||
"path": "Path",
|
||||
"url": "URL",
|
||||
"pathph": "/ws/example",
|
||||
"urlph": "ws://example.com/ws"
|
||||
"url": "URL"
|
||||
},
|
||||
"listenon": "Listen on",
|
||||
"connectto": "Connect to",
|
||||
"payload": "Send/Receive payload",
|
||||
"message": "Send/Receive entire message",
|
||||
"path-tip1": "By default, <code>payload</code> will contain the data to be sent over, or received from a websocket. The listener can be configured to send or receive the entire message object as a JSON formatted string.",
|
||||
"path-tip2": "This path will be relative to ",
|
||||
"url-tip1": "URL should use ws:// or wss:// scheme and point to an existing websocket listener.",
|
||||
"url-tip2": "By default, <code>payload</code> will contain the data to be sent over, or received from a websocket. The client can be configured to send or receive the entire message object as a JSON formatted string.",
|
||||
"tip": {
|
||||
"path1": "By default, <code>payload</code> will contain the data to be sent over, or received from a websocket. The listener can be configured to send or receive the entire message object as a JSON formatted string.",
|
||||
"path2": "This path will be relative to ",
|
||||
"url1": "URL should use ws:// or wss:// scheme and point to an existing websocket listener.",
|
||||
"url2": "By default, <code>payload</code> will contain the data to be sent over, or received from a websocket. The client can be configured to send or receive the entire message object as a JSON formatted string."
|
||||
},
|
||||
"errors": {
|
||||
"connect-error": "An error occured on the ws connection: ",
|
||||
"send-error": "An error occurred while sending: ",
|
||||
@@ -510,10 +520,7 @@
|
||||
}
|
||||
},
|
||||
"sentiment": {
|
||||
"sentiment": "sentiment",
|
||||
"label": {
|
||||
"sentimentlabel": "sentiment"
|
||||
}
|
||||
"sentiment": "sentiment"
|
||||
},
|
||||
"arduino": {
|
||||
"arduino": "arduino",
|
||||
@@ -521,8 +528,10 @@
|
||||
"arduino": "Arduino",
|
||||
"pin": "Pin",
|
||||
"type": "Type",
|
||||
"port": "Port",
|
||||
"portph": "e.g. /dev/ttyUSB0 COM1"
|
||||
"port": "Port"
|
||||
},
|
||||
"placeholder": {
|
||||
"port": "e.g. /dev/ttyUSB0 COM1"
|
||||
},
|
||||
"digitalpin": "Digital pin",
|
||||
"analoguepin": "Analogue pin",
|
||||
|
Reference in New Issue
Block a user