mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
remove client side validation & tidy up
This commit is contained in:
@@ -636,6 +636,9 @@
|
||||
"never": "never - keep connection open",
|
||||
"immed": "immediately - don't wait for reply"
|
||||
},
|
||||
"tip": {
|
||||
"inbound-disabled": "inbound connections are disabled for this Node-RED instance"
|
||||
},
|
||||
"status": {
|
||||
"connecting": "connecting to __host__:__port__",
|
||||
"connected": "connected to __host__:__port__",
|
||||
@@ -644,10 +647,10 @@
|
||||
"connection-from": "connection from __host__:__port__",
|
||||
"connection-closed": "connection closed from __host__:__port__",
|
||||
"connections": "__count__ connection",
|
||||
"connections_plural": "__count__ connections"
|
||||
"connections_plural": "__count__ connections",
|
||||
"inbound-disabled": "inbound connections are disabled"
|
||||
},
|
||||
"errors": {
|
||||
"inbound-disabled": "inbound connections are disabled",
|
||||
"connection-lost": "connection lost to __host__:__port__",
|
||||
"timeout": "timeout closed socket port __port__",
|
||||
"cannot-listen": "unable to listen on port __port__, error: __error__",
|
||||
@@ -698,7 +701,8 @@
|
||||
"tip": {
|
||||
"in": "Tip: Make sure your firewall will allow the data in.",
|
||||
"out": "Tip: leave address and port blank if you want to set using <code>msg.ip</code> and <code>msg.port</code>.",
|
||||
"port": "Ports already in use: "
|
||||
"port": "Ports already in use: ",
|
||||
"inbound-disabled": "inbound connections are disabled for this Node-RED instance"
|
||||
},
|
||||
"status": {
|
||||
"listener-at": "udp listener at __host__:__port__",
|
||||
@@ -709,10 +713,10 @@
|
||||
"bc-ready": "udp broadcast ready: __outport__ -> __host__:__port__",
|
||||
"ready": "udp ready: __outport__ -> __host__:__port__",
|
||||
"ready-nolocal": "udp ready: __host__:__port__",
|
||||
"re-use": "udp re-use socket: __outport__ -> __host__:__port__"
|
||||
"re-use": "udp re-use socket: __outport__ -> __host__:__port__",
|
||||
"inbound-disabled": "inbound connections are disabled"
|
||||
},
|
||||
"errors": {
|
||||
"inbound-disabled": "inbound connections are disabled",
|
||||
"access-error": "UDP access error, you may need root access for ports below 1024",
|
||||
"error": "error: __error__",
|
||||
"bad-mcaddress": "Bad Multicast Address",
|
||||
|
||||
Reference in New Issue
Block a user