Fix typo and update message catalog

This commit is contained in:
Kazuhito Yokoi
2019-02-19 14:24:37 +09:00
parent 9d673a213e
commit 91cc03dd80
7 changed files with 19 additions and 7 deletions

4
packages/node_modules/@node-red/nodes/locales/en-US/messages.json vendored Normal file → Executable file
View File

@@ -224,7 +224,7 @@
"limittopic": "For each msg.topic",
"fairqueue": "Send each topic in turn",
"timedqueue": "Send all topics",
"milisecs": "Miliseconds",
"milisecs": "Milliseconds",
"secs": "Seconds",
"sec": "Second",
"mins": "Minutes",
@@ -437,7 +437,7 @@
"connected_plural": "connected __count__"
},
"errors": {
"connect-error": "An error occured on the ws connection: ",
"connect-error": "An error occurred on the ws connection: ",
"send-error": "An error occurred while sending: ",
"missing-conf": "Missing server configuration",
"duplicate-path": "Cannot have two WebSocket listeners on the same path: __path__"