Support i18n in websocket node (#1785)

This commit is contained in:
Kazuhito Yokoi
2018-07-10 20:42:32 +09:00
committed by Nick O'Leary
parent 9d219c163d
commit 8b38fe9fe0
3 changed files with 16 additions and 8 deletions

View File

@@ -420,6 +420,10 @@
"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."
},
"status": {
"connected": "connected __count__",
"connected_plural": "connected __count__"
},
"errors": {
"connect-error": "An error occured on the ws connection: ",
"send-error": "An error occurred while sending: ",