Merge pull request #2502 from kazuhitoyokoi/master-updatemsgcatalog4websocketnode

Add Japanese translation to node property of websocket node
This commit is contained in:
Nick O'Leary
2020-03-24 15:14:17 +00:00
committed by GitHub
8 changed files with 8 additions and 32 deletions

View File

@@ -455,7 +455,7 @@
"message": "entire message",
"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 ",
"path2": "This path will be relative to <code>__path__</code>.",
"url1": "URL should use ws:&#47;&#47; or wss:&#47;&#47; 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."
},