mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #3622 from kazuhitoyokoi/master-addjpn
Add Japanese translations for v3.0-beta.2
This commit is contained in:
@@ -499,7 +499,7 @@
|
||||
types:['msg', fullType, "jsonata"],
|
||||
typeField: $("#node-input-targetType")
|
||||
});
|
||||
if (this.targetType === "jsonata") {
|
||||
if (this.targetType === "jsonata") {
|
||||
var property = this.complete || "";
|
||||
$("#node-input-typed-complete").typedInput('type','jsonata');
|
||||
$("#node-input-typed-complete").typedInput('value',property);
|
||||
|
@@ -237,7 +237,7 @@
|
||||
}).text(label).appendTo(encSel);
|
||||
$("#node-input-filename").typedInput({
|
||||
default: "msg",
|
||||
types:[{ value: "str", label:"", icon:"red/images/typedInput/az.svg"}, "msg", "jsonata", "env"],
|
||||
types: ["str", "msg", "jsonata", "env"],
|
||||
typeField: $("#node-input-filenameType")
|
||||
});
|
||||
if(typeof node.filenameType == 'undefined') {
|
||||
@@ -342,7 +342,7 @@
|
||||
}).text(label).appendTo(encSel);
|
||||
$("#node-input-filename").typedInput({
|
||||
default: "msg",
|
||||
types:[{ value: "str", label:"", icon:"red/images/typedInput/az.svg"}, "msg", "jsonata", "env"],
|
||||
types: ["str", "msg", "jsonata", "env"],
|
||||
typeField: $("#node-input-filenameType")
|
||||
});
|
||||
if(typeof node.filenameType == 'undefined') {
|
||||
|
214
packages/node_modules/@node-red/nodes/locales/en-US/messages.json
vendored
Executable file → Normal file
214
packages/node_modules/@node-red/nodes/locales/en-US/messages.json
vendored
Executable file → Normal file
@@ -137,7 +137,7 @@
|
||||
"toConsole": "system console",
|
||||
"toStatus": "node status (32 characters)",
|
||||
"severity": "Level",
|
||||
"node": "node",
|
||||
"node": "node",
|
||||
"notification": {
|
||||
"activated": "Successfully activated: __label__",
|
||||
"deactivated": "Successfully deactivated: __label__"
|
||||
@@ -194,22 +194,22 @@
|
||||
"key": "Private Key",
|
||||
"passphrase": "Passphrase",
|
||||
"ca": "CA Certificate",
|
||||
"verify-server-cert":"Verify server certificate",
|
||||
"verify-server-cert": "Verify server certificate",
|
||||
"servername": "Server Name",
|
||||
"alpnprotocol": "ALPN Protocol"
|
||||
},
|
||||
"placeholder": {
|
||||
"cert":"path to certificate (PEM format)",
|
||||
"key":"path to private key (PEM format)",
|
||||
"ca":"path to CA certificate (PEM format)",
|
||||
"passphrase":"private key passphrase (optional)",
|
||||
"servername":"for use with SNI",
|
||||
"alpnprotocol":"for use with ALPN"
|
||||
"cert": "path to certificate (PEM format)",
|
||||
"key": "path to private key (PEM format)",
|
||||
"ca": "path to CA certificate (PEM format)",
|
||||
"passphrase": "private key passphrase (optional)",
|
||||
"servername": "for use with SNI",
|
||||
"alpnprotocol": "for use with ALPN"
|
||||
},
|
||||
"error": {
|
||||
"missing-file": "No certificate/key file provided",
|
||||
"invalid-cert": "Certificate not specified",
|
||||
"invalid-key": "Private key not specified"
|
||||
"invalid-cert": "Certificate not specified",
|
||||
"invalid-key": "Private key not specified"
|
||||
}
|
||||
},
|
||||
"exec": {
|
||||
@@ -263,10 +263,10 @@
|
||||
"moduleLoadError": "Failed to load module __module__: __error__",
|
||||
"moduleNameError": "Invalid module variable name: __name__",
|
||||
"moduleNameReserved": "Reserved variable name: __name__",
|
||||
"inputListener":"Cannot add listener to 'input' event within Function",
|
||||
"non-message-returned":"Function tried to send a message of type __type__",
|
||||
"invalid-js": "Error in JavaScript code",
|
||||
"missing-module": "Module __module__ missing"
|
||||
"inputListener": "Cannot add listener to 'input' event within Function",
|
||||
"non-message-returned": "Function tried to send a message of type __type__",
|
||||
"invalid-js": "Error in JavaScript code",
|
||||
"missing-module": "Module __module__ missing"
|
||||
}
|
||||
},
|
||||
"template": {
|
||||
@@ -320,35 +320,35 @@
|
||||
"limit": "limit",
|
||||
"limitTopic": "limit topic",
|
||||
"random": "random",
|
||||
"rate": "rate",
|
||||
"random-first": "first random value",
|
||||
"random-last": "last random value",
|
||||
"units" : {
|
||||
"rate": "rate",
|
||||
"random-first": "first random value",
|
||||
"random-last": "last random value",
|
||||
"units": {
|
||||
"second": {
|
||||
"plural" : "Seconds",
|
||||
"plural": "Seconds",
|
||||
"singular": "Second"
|
||||
},
|
||||
"minute": {
|
||||
"plural" : "Minutes",
|
||||
"plural": "Minutes",
|
||||
"singular": "Minute"
|
||||
},
|
||||
"hour": {
|
||||
"plural" : "Hours",
|
||||
"plural": "Hours",
|
||||
"singular": "Hour"
|
||||
},
|
||||
"day": {
|
||||
"plural" : "Days",
|
||||
"plural": "Days",
|
||||
"singular": "Day"
|
||||
}
|
||||
}
|
||||
},
|
||||
"errors": {
|
||||
"too-many" : "too many pending messages in delay node",
|
||||
"invalid-timeout": "Invalid delay value",
|
||||
"invalid-rate": "Invalid rate value",
|
||||
"invalid-rate-unit": "Invalid rate unit value",
|
||||
"invalid-random-first": "Invalid first random value",
|
||||
"invalid-random-last": "Invalid last random value"
|
||||
"too-many": "too many pending messages in delay node",
|
||||
"invalid-timeout": "Invalid delay value",
|
||||
"invalid-rate": "Invalid rate value",
|
||||
"invalid-rate-unit": "Invalid rate unit value",
|
||||
"invalid-random-first": "Invalid first random value",
|
||||
"invalid-random-last": "Invalid last random value"
|
||||
}
|
||||
},
|
||||
"trigger": {
|
||||
@@ -383,11 +383,11 @@
|
||||
"trigger-block": "trigger & block",
|
||||
"trigger-loop": "resend every",
|
||||
"reset": "Reset the trigger if:",
|
||||
"resetMessage":"msg.reset is set",
|
||||
"resetPayload":"msg.payload equals",
|
||||
"resetMessage": "msg.reset is set",
|
||||
"resetPayload": "msg.payload equals",
|
||||
"resetprompt": "optional",
|
||||
"duration": "duration",
|
||||
"topic": "topic"
|
||||
"duration": "duration",
|
||||
"topic": "topic"
|
||||
}
|
||||
},
|
||||
"comment": {
|
||||
@@ -412,8 +412,8 @@
|
||||
"cleansession": "Use clean session",
|
||||
"cleanstart": "Use clean start",
|
||||
"use-tls": "Use TLS",
|
||||
"tls-config":"TLS Configuration",
|
||||
"verify-server-cert":"Verify server certificate",
|
||||
"tls-config": "TLS Configuration",
|
||||
"verify-server-cert": "Verify server certificate",
|
||||
"compatmode": "Use legacy MQTT 3.1 support",
|
||||
"userProperties": "User Properties",
|
||||
"subscriptionIdentifier": "Subscription ID",
|
||||
@@ -448,10 +448,10 @@
|
||||
"auto-connect": "Connect automatically",
|
||||
"auto-mode-depreciated": "This option is depreciated. Please use the new auto-detect mode."
|
||||
},
|
||||
"sections-label":{
|
||||
"sections-label": {
|
||||
"birth-message": "Message sent on connection (birth message)",
|
||||
"will-message":"Message sent on an unexpected disconnection (will message)",
|
||||
"close-message":"Message sent before disconnecting (close message)"
|
||||
"will-message": "Message sent on an unexpected disconnection (will message)",
|
||||
"close-message": "Message sent before disconnecting (close message)"
|
||||
},
|
||||
"tabs-label": {
|
||||
"connection": "Connection",
|
||||
@@ -460,7 +460,7 @@
|
||||
},
|
||||
"placeholder": {
|
||||
"clientid": "Leave blank for auto generated",
|
||||
"clientid-nonclean":"Must be set for non-clean sessions",
|
||||
"clientid-nonclean": "Must be set for non-clean sessions",
|
||||
"will-topic": "Leave blank to disable will message",
|
||||
"birth-topic": "Leave blank to disable birth message",
|
||||
"close-topic": "Leave blank to disable close message"
|
||||
@@ -493,8 +493,7 @@
|
||||
"invalid-action-action": "Invalid action specified",
|
||||
"invalid-action-alreadyconnected": "Disconnect from broker before connecting",
|
||||
"invalid-action-badsubscription": "msg.topic is missing or invalid",
|
||||
"invalid-client-id": "Missing Client ID"
|
||||
|
||||
"invalid-client-id": "Missing Client ID"
|
||||
}
|
||||
},
|
||||
"httpin": {
|
||||
@@ -507,7 +506,7 @@
|
||||
"status": "Status code",
|
||||
"headers": "Headers",
|
||||
"other": "other",
|
||||
"paytoqs" : {
|
||||
"paytoqs": {
|
||||
"ignore": "Ignore",
|
||||
"query": "Append to query-string parameters",
|
||||
"body": "Send as request body"
|
||||
@@ -521,7 +520,7 @@
|
||||
"setby": "- set by msg.method -",
|
||||
"basicauth": "Use authentication",
|
||||
"use-tls": "Enable secure (SSL/TLS) connection",
|
||||
"tls-config":"TLS Configuration",
|
||||
"tls-config": "TLS Configuration",
|
||||
"basic": "basic authentication",
|
||||
"digest": "digest authentication",
|
||||
"bearer": "bearer authentication",
|
||||
@@ -546,8 +545,8 @@
|
||||
"no-response": "No response object",
|
||||
"json-error": "JSON parse error",
|
||||
"no-url": "No url specified",
|
||||
"deprecated-call":"Deprecated call to __method__",
|
||||
"invalid-transport":"non-http transport requested",
|
||||
"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",
|
||||
"invalid-payload": "Invalid payload",
|
||||
@@ -585,8 +584,8 @@
|
||||
"send-error": "An error occurred while sending: ",
|
||||
"missing-conf": "Missing server configuration",
|
||||
"duplicate-path": "Cannot have two WebSocket listeners on the same path: __path__",
|
||||
"missing-server": "Missing server configuration",
|
||||
"missing-client": "Missing client configuration"
|
||||
"missing-server": "Missing server configuration",
|
||||
"missing-client": "Missing client configuration"
|
||||
}
|
||||
},
|
||||
"watch": {
|
||||
@@ -646,7 +645,6 @@
|
||||
"connection-closed": "connection closed from __host__:__port__",
|
||||
"connections": "__count__ connection",
|
||||
"connections_plural": "__count__ connections"
|
||||
|
||||
},
|
||||
"errors": {
|
||||
"connection-lost": "connection lost to __host__:__port__",
|
||||
@@ -658,8 +656,8 @@
|
||||
"connect-timeout": "connect timeout",
|
||||
"connect-fail": "connect failed",
|
||||
"bad-string": "failed to convert to string",
|
||||
"invalid-host": "Invalid host",
|
||||
"invalid-port": "Invalid port"
|
||||
"invalid-host": "Invalid host",
|
||||
"invalid-port": "Invalid port"
|
||||
}
|
||||
},
|
||||
"udp": {
|
||||
@@ -674,7 +672,7 @@
|
||||
"toport": "to port",
|
||||
"address": "Address",
|
||||
"decode-base64": "Decode Base64 encoded payload?",
|
||||
"port": "port"
|
||||
"port": "port"
|
||||
},
|
||||
"placeholder": {
|
||||
"interface": "(optional) local interface or address to bind to",
|
||||
@@ -722,7 +720,7 @@
|
||||
"port-invalid": "udp: port number not valid",
|
||||
"alreadyused": "udp: port __port__ already in use",
|
||||
"ifnotfound": "udp: interface __iface__ not found",
|
||||
"invalid-group": "invalid multicast group"
|
||||
"invalid-group": "invalid multicast group"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
@@ -731,8 +729,8 @@
|
||||
"property": "Property",
|
||||
"rule": "rule",
|
||||
"repair": "recreate message sequences",
|
||||
"value-rules": "value rules",
|
||||
"sequence-rules": "sequence rules"
|
||||
"value-rules": "value rules",
|
||||
"sequence-rules": "sequence rules"
|
||||
},
|
||||
"previous": "previous value",
|
||||
"and": "and",
|
||||
@@ -789,8 +787,8 @@
|
||||
"invalid-json": "Invalid 'to' JSON property",
|
||||
"invalid-expr": "Invalid JSONata expression: __error__",
|
||||
"no-override": "Cannot set property of non-object type: __property__",
|
||||
"invalid-prop": "Invalid property expression: __property__",
|
||||
"invalid-json-data": "Invalid JSON data: __error__"
|
||||
"invalid-prop": "Invalid property expression: __property__",
|
||||
"invalid-json-data": "Invalid JSON data: __error__"
|
||||
}
|
||||
},
|
||||
"range": {
|
||||
@@ -802,10 +800,10 @@
|
||||
"from": "from",
|
||||
"to": "to",
|
||||
"roundresult": "Round result to the nearest integer?",
|
||||
"minin": "input from",
|
||||
"maxin": "input to",
|
||||
"minout": "target from",
|
||||
"maxout": "target to"
|
||||
"minin": "input from",
|
||||
"maxin": "input to",
|
||||
"minout": "target from",
|
||||
"maxout": "target to"
|
||||
},
|
||||
"placeholder": {
|
||||
"min": "e.g. 0",
|
||||
@@ -902,8 +900,8 @@
|
||||
"property": "Property",
|
||||
"actions": {
|
||||
"toggle": "Convert between JSON String & Object",
|
||||
"str":"Always convert to JSON String",
|
||||
"obj":"Always convert to JavaScript Object"
|
||||
"str": "Always convert to JSON String",
|
||||
"obj": "Always convert to JavaScript Object"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -989,15 +987,15 @@
|
||||
},
|
||||
"split": {
|
||||
"split": "split",
|
||||
"intro":"Split <code>msg.payload</code> based on type:",
|
||||
"object":"<b>Object</b>",
|
||||
"objectSend":"Send a message for each key/value pair",
|
||||
"strBuff":"<b>String</b> / <b>Buffer</b>",
|
||||
"array":"<b>Array</b>",
|
||||
"splitUsing":"Split using",
|
||||
"splitLength":"Fixed length of",
|
||||
"stream":"Handle as a stream of messages",
|
||||
"addname":" Copy key to "
|
||||
"intro": "Split <code>msg.payload</code> based on type:",
|
||||
"object": "<b>Object</b>",
|
||||
"objectSend": "Send a message for each key/value pair",
|
||||
"strBuff": "<b>String</b> / <b>Buffer</b>",
|
||||
"array": "<b>Array</b>",
|
||||
"splitUsing": "Split using",
|
||||
"splitLength": "Fixed length of",
|
||||
"stream": "Handle as a stream of messages",
|
||||
"addname": " Copy key to "
|
||||
},
|
||||
"join": {
|
||||
"join": "join",
|
||||
@@ -1030,7 +1028,7 @@
|
||||
"complete": "After a message with the <code>msg.complete</code> property set",
|
||||
"tip": "This mode assumes this node is either paired with a <i>split</i> node or the received messages will have a properly configured <code>msg.parts</code> property.",
|
||||
"too-many": "too many pending messages in join node",
|
||||
"message-prop": "message property",
|
||||
"message-prop": "message property",
|
||||
"merge": {
|
||||
"topics-label": "Merged Topics",
|
||||
"topics": "topics",
|
||||
@@ -1049,51 +1047,51 @@
|
||||
"invalid-type": "Cannot join __error__ to buffer"
|
||||
}
|
||||
},
|
||||
"sort" : {
|
||||
"sort": {
|
||||
"sort": "sort",
|
||||
"target" : "Sort",
|
||||
"seq" : "message sequence",
|
||||
"key" : "Key",
|
||||
"elem" : "element value",
|
||||
"order" : "Order",
|
||||
"ascending" : "ascending",
|
||||
"descending" : "descending",
|
||||
"as-number" : "as number",
|
||||
"invalid-exp" : "Invalid JSONata expression in sort node: __message__",
|
||||
"too-many" : "Too many pending messages in sort node",
|
||||
"clear" : "clear pending message in sort node"
|
||||
"target": "Sort",
|
||||
"seq": "message sequence",
|
||||
"key": "Key",
|
||||
"elem": "element value",
|
||||
"order": "Order",
|
||||
"ascending": "ascending",
|
||||
"descending": "descending",
|
||||
"as-number": "as number",
|
||||
"invalid-exp": "Invalid JSONata expression in sort node: __message__",
|
||||
"too-many": "Too many pending messages in sort node",
|
||||
"clear": "clear pending message in sort node"
|
||||
},
|
||||
"batch" : {
|
||||
"batch": {
|
||||
"batch": "batch",
|
||||
"mode": {
|
||||
"label" : "Mode",
|
||||
"num-msgs" : "Group by number of messages",
|
||||
"interval" : "Group by time interval",
|
||||
"concat" : "Concatenate sequences"
|
||||
"label": "Mode",
|
||||
"num-msgs": "Group by number of messages",
|
||||
"interval": "Group by time interval",
|
||||
"concat": "Concatenate sequences"
|
||||
},
|
||||
"count": {
|
||||
"label" : "Number of messages",
|
||||
"overlap" : "Overlap",
|
||||
"count" : "count",
|
||||
"invalid" : "Invalid count and overlap"
|
||||
"label": "Number of messages",
|
||||
"overlap": "Overlap",
|
||||
"count": "count",
|
||||
"invalid": "Invalid count and overlap"
|
||||
},
|
||||
"interval": {
|
||||
"label" : "Interval",
|
||||
"seconds" : "seconds",
|
||||
"empty" : "send empty message when no message arrives"
|
||||
"label": "Interval",
|
||||
"seconds": "seconds",
|
||||
"empty": "send empty message when no message arrives"
|
||||
},
|
||||
"concat": {
|
||||
"topics-label": "Topics",
|
||||
"topic" : "topic"
|
||||
"topic": "topic"
|
||||
},
|
||||
"too-many" : "too many pending messages in batch node",
|
||||
"unexpected" : "unexpected mode",
|
||||
"no-parts" : "no parts property in message",
|
||||
"error": {
|
||||
"invalid-count": "Invalid count",
|
||||
"invalid-overlap": "Invalid overlap",
|
||||
"invalid-interval": "Invalid interval"
|
||||
}
|
||||
"too-many": "too many pending messages in batch node",
|
||||
"unexpected": "unexpected mode",
|
||||
"no-parts": "no parts property in message",
|
||||
"error": {
|
||||
"invalid-count": "Invalid count",
|
||||
"invalid-overlap": "Invalid overlap",
|
||||
"invalid-interval": "Invalid interval"
|
||||
}
|
||||
},
|
||||
"rbe": {
|
||||
"rbe": "filter",
|
||||
@@ -1103,11 +1101,11 @@
|
||||
"start": "Start value",
|
||||
"name": "Name",
|
||||
"septopics": "Apply mode separately for each ",
|
||||
"gap": "value change",
|
||||
"property": "property",
|
||||
"topic": "topic"
|
||||
"gap": "value change",
|
||||
"property": "property",
|
||||
"topic": "topic"
|
||||
},
|
||||
"placeholder":{
|
||||
"placeholder": {
|
||||
"bandgap": "e.g. 10 or 5%",
|
||||
"start": "leave blank to use first data received"
|
||||
},
|
||||
|
@@ -137,7 +137,7 @@
|
||||
"toConsole": "システムコンソール",
|
||||
"toStatus": "ノードステータス(32 文字)",
|
||||
"severity": "Level",
|
||||
"node": "ノード",
|
||||
"node": "ノード",
|
||||
"notification": {
|
||||
"activated": "有効化しました: __label__",
|
||||
"deactivated": "無効化しました: __label__"
|
||||
@@ -729,8 +729,8 @@
|
||||
"property": "プロパティ",
|
||||
"rule": "条件",
|
||||
"repair": "メッセージ列の補正",
|
||||
"value-rules": "値ルール",
|
||||
"sequence-rules": "列ルール"
|
||||
"value-rules": "値ルール",
|
||||
"sequence-rules": "列ルール"
|
||||
},
|
||||
"previous": "前回の値",
|
||||
"and": "~",
|
||||
|
Reference in New Issue
Block a user