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": "完整資訊",
"tip": {
"path1": "預設情況下,<code>payload</code>將包含要發送或從Websocket接收的資料。偵聽器可以配置為以JSON格式的字串發送或接收整個消息物件.",
"path2": "這條路徑將相對於 ",
"path2": "這條路徑將相對於 <code>__path__</code>.",
"url1": "URL 應該使用ws:&#47;&#47;或者wss:&#47;&#47;方案並指向現有的websocket監聽器.",
"url2": "預設情況下,<code>payload</code> 將包含要發送或從Websocket接收的資料。可以將使用者端配置為以JSON格式的字串發送或接收整個消息物件."
},