Fix indents in message catalog

This commit is contained in:
Kazuhito Yokoi 2022-05-22 10:51:35 +09:00
parent b17b68c44b
commit 6c15fb6978
5 changed files with 228 additions and 237 deletions

View File

@ -493,7 +493,6 @@
"invalid-action-alreadyconnected": "Disconnect from broker before connecting", "invalid-action-alreadyconnected": "Disconnect from broker before connecting",
"invalid-action-badsubscription": "msg.topic is missing or invalid", "invalid-action-badsubscription": "msg.topic is missing or invalid",
"invalid-client-id": "Missing Client ID" "invalid-client-id": "Missing Client ID"
} }
}, },
"httpin": { "httpin": {
@ -645,7 +644,6 @@
"connection-closed": "connection closed from __host__:__port__", "connection-closed": "connection closed from __host__:__port__",
"connections": "__count__ connection", "connections": "__count__ connection",
"connections_plural": "__count__ connections" "connections_plural": "__count__ connections"
}, },
"errors": { "errors": {
"connection-lost": "connection lost to __host__:__port__", "connection-lost": "connection lost to __host__:__port__",

View File

@ -8,7 +8,6 @@
"httpStatic": "HTTP Static : __path__" "httpStatic": "HTTP Static : __path__"
} }
}, },
"server": { "server": {
"loading": "Loading palette nodes", "loading": "Loading palette nodes",
"palette-editor": { "palette-editor": {
@ -61,7 +60,6 @@
"function-required": "httpsRefreshInterval requires https property to be a function" "function-required": "httpsRefreshInterval requires https property to be a function"
} }
}, },
"api": { "api": {
"flows": { "flows": {
"error-save": "Error saving flows: __message__", "error-save": "Error saving flows: __message__",
@ -79,13 +77,11 @@
"error-enable": "Failed to enable node:" "error-enable": "Failed to enable node:"
} }
}, },
"comms": { "comms": {
"error": "Communication channel error: __message__", "error": "Communication channel error: __message__",
"error-server": "Communication server error: __message__", "error-server": "Communication server error: __message__",
"error-send": "Communication send error: __message__" "error-send": "Communication send error: __message__"
}, },
"settings": { "settings": {
"user-not-available": "Cannot save user settings: __message__", "user-not-available": "Cannot save user settings: __message__",
"not-available": "Settings not available", "not-available": "Settings not available",
@ -150,7 +146,6 @@
} }
} }
}, },
"storage": { "storage": {
"index": { "index": {
"forbidden-flow-name": "forbidden flow name" "forbidden-flow-name": "forbidden flow name"
@ -180,7 +175,6 @@
} }
} }
}, },
"context": { "context": {
"log-store-init": "Context store : '__name__' [__info__]", "log-store-init": "Context store : '__name__' [__info__]",
"error-loading-module": "Error loading context store: __message__", "error-loading-module": "Error loading context store: __message__",
@ -195,5 +189,4 @@
"error-write": "Error writing context: __message__" "error-write": "Error writing context: __message__"
} }
} }
} }