From 2856915b6dd2597fcce9aceec1976dd6a4421bae Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Mon, 31 Aug 2020 00:03:01 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/insteon/translations/en.json | 63 ++++++++++++++----- .../components/nzbget/translations/ca.json | 36 +++++++++++ .../components/nzbget/translations/ru.json | 36 +++++++++++ .../nzbget/translations/zh-Hant.json | 36 +++++++++++ .../progettihwsw/translations/en.json | 40 ++++++------ .../components/sharkiq/translations/en.json | 39 +++++------- .../components/sharkiq/translations/ru.json | 20 ++++++ 7 files changed, 213 insertions(+), 57 deletions(-) create mode 100644 homeassistant/components/nzbget/translations/ca.json create mode 100644 homeassistant/components/nzbget/translations/ru.json create mode 100644 homeassistant/components/nzbget/translations/zh-Hant.json create mode 100644 homeassistant/components/sharkiq/translations/ru.json diff --git a/homeassistant/components/insteon/translations/en.json b/homeassistant/components/insteon/translations/en.json index a37bab106e6..eec80f60b90 100644 --- a/homeassistant/components/insteon/translations/en.json +++ b/homeassistant/components/insteon/translations/en.json @@ -1,48 +1,83 @@ { "config": { "abort": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "already_configured": "An Insteon modem connection is already configured", + "cannot_connect": "Failed to connect", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed" }, "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "cannot_connect": "Failed to connect", "select_single": "Select one option." }, "step": { + "hub1": { + "data": { + "host": "Hub IP address", + "port": "IP port" + }, + "description": "Configure the Insteon Hub Version 1 (pre-2014).", + "title": "Insteon Hub Version 1" + }, + "hub2": { + "data": { + "host": "Hub IP address", + "password": "Password", + "port": "IP port", + "username": "Username" + }, + "description": "Configure the Insteon Hub Version 2.", + "title": "Insteon Hub Version 2" + }, "hubv1": { "data": { - "host": "[%key:common::config_flow::data::ip%]", - "port": "[%key:common::config_flow::data::port%]" + "host": "IP Address", + "port": "Port" }, "description": "Configure the Insteon Hub Version 1 (pre-2014).", "title": "Insteon Hub Version 1" }, "hubv2": { "data": { - "host": "[%key:common::config_flow::data::ip%]", - "password": "[%key:common::config_flow::data::password%]", - "port": "[%key:common::config_flow::data::port%]", - "username": "[%key:common::config_flow::data::username%]" + "host": "IP Address", + "password": "Password", + "port": "Port", + "username": "Username" }, "description": "Configure the Insteon Hub Version 2.", "title": "Insteon Hub Version 2" }, + "init": { + "data": { + "hubv1": "Hub Version 1 (Pre-2014)", + "hubv2": "Hub Version 2", + "plm": "PowerLink Modem (PLM)" + }, + "description": "Select the Insteon modem type.", + "title": "Insteon" + }, "plm": { "data": { - "device": "[%key:common::config_flow::data::usb_path%]" + "device": "USB Device Path" }, "description": "Configure the Insteon PowerLink Modem (PLM).", "title": "Insteon PLM" }, "user": { + "data": { + "modem_type": "Modem type." + }, "description": "Select the Insteon modem type.", "title": "Insteon" } } }, "options": { + "abort": { + "already_configured": "An Insteon modem connection is already configured", + "cannot_connect": "Unable to connect to the Insteon modem" + }, "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", + "cannot_connect": "Failed to connect", "input_error": "Invalid entries, please check your values.", "select_single": "Select one option." }, @@ -68,10 +103,10 @@ }, "change_hub_config": { "data": { - "host": "[%key:common::config_flow::data::ip%]", - "password": "[%key:common::config_flow::data::password%]", - "port": "[%key:common::config_flow::data::port%]", - "username": "[%key:common::config_flow::data::username%]" + "host": "IP Address", + "password": "Password", + "port": "Port", + "username": "Username" }, "description": "Change the Insteon Hub connection information. You must restart Home Assistant after making this change. This does not change the configuration of the Hub itself. To change the configuration in the Hub use the Hub app.", "title": "Insteon" diff --git a/homeassistant/components/nzbget/translations/ca.json b/homeassistant/components/nzbget/translations/ca.json new file mode 100644 index 00000000000..535b56a3768 --- /dev/null +++ b/homeassistant/components/nzbget/translations/ca.json @@ -0,0 +1,36 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3.", + "unknown": "Error inesperat" + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida" + }, + "flow_title": "NZBGet: {name}", + "step": { + "user": { + "data": { + "host": "Amfitri\u00f3", + "name": "Nom", + "password": "Contrasenya", + "port": "Port", + "ssl": "NZBGet utilitza un certificat SSL", + "username": "Nom d'usuari", + "verify_ssl": "NZBGet utilitza un certificat adequat" + }, + "title": "Connexi\u00f3 amb NZBGet" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Freq\u00fc\u00e8ncia d'actualitzaci\u00f3 (segons)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nzbget/translations/ru.json b/homeassistant/components/nzbget/translations/ru.json new file mode 100644 index 00000000000..93e44307ab8 --- /dev/null +++ b/homeassistant/components/nzbget/translations/ru.json @@ -0,0 +1,36 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u0434\u043e\u0431\u0430\u0432\u0438\u0442\u044c \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0434\u043d\u0443 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044e.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + }, + "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f." + }, + "flow_title": "NZBGet: {name}", + "step": { + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442", + "name": "\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "port": "\u041f\u043e\u0440\u0442", + "ssl": "NZBGet \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442 SSL", + "username": "\u041b\u043e\u0433\u0438\u043d", + "verify_ssl": "NZBGet \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442 \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0441\u0435\u0440\u0442\u0438\u0444\u0438\u043a\u0430\u0442" + }, + "title": "NZBGet" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "\u0427\u0430\u0441\u0442\u043e\u0442\u0430 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f (\u0432 \u0441\u0435\u043a\u0443\u043d\u0434\u0430\u0445)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nzbget/translations/zh-Hant.json b/homeassistant/components/nzbget/translations/zh-Hant.json new file mode 100644 index 00000000000..d2fc50ac26a --- /dev/null +++ b/homeassistant/components/nzbget/translations/zh-Hant.json @@ -0,0 +1,36 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u8a2d\u5099\u3002", + "unknown": "\u672a\u9810\u671f\u932f\u8aa4" + }, + "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548" + }, + "flow_title": "NZBGet\uff1a{name}", + "step": { + "user": { + "data": { + "host": "\u4e3b\u6a5f\u7aef", + "name": "\u540d\u7a31", + "password": "\u5bc6\u78bc", + "port": "\u901a\u8a0a\u57e0", + "ssl": "NZBGet \u4f7f\u7528 SSL \u8a8d\u8b49", + "username": "\u4f7f\u7528\u8005\u540d\u7a31", + "verify_ssl": "NZBGet \u4f7f\u7528\u5c0d\u61c9\u8a8d\u8b49" + }, + "title": "\u9023\u7dda\u81f3 NZBGet" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "\u66f4\u65b0\u983b\u7387\uff08\u79d2\uff09" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/progettihwsw/translations/en.json b/homeassistant/components/progettihwsw/translations/en.json index 254620bcf8b..9add8609390 100644 --- a/homeassistant/components/progettihwsw/translations/en.json +++ b/homeassistant/components/progettihwsw/translations/en.json @@ -1,22 +1,21 @@ { "config": { "error": { - "cannot_connect": "Cannot connect to the board.", - "unknown": "Unknown error.", + "cannot_connect": "Failed to connect", + "unknown": "Unexpected error", "wrong_info_relay_modes": "Relay mode selection must be monostable or bistable." }, "step": { - "user": { - "title": "Set up board", - "data": { - "host": "Host", - "port": "Port Number" - } - }, "relay_modes": { - "title": "Set up relays", "data": { "relay_1": "Relay 1", + "relay_10": "Relay 10", + "relay_11": "Relay 11", + "relay_12": "Relay 12", + "relay_13": "Relay 13", + "relay_14": "Relay 14", + "relay_15": "Relay 15", + "relay_16": "Relay 16", "relay_2": "Relay 2", "relay_3": "Relay 3", "relay_4": "Relay 4", @@ -24,17 +23,18 @@ "relay_6": "Relay 6", "relay_7": "Relay 7", "relay_8": "Relay 8", - "relay_9": "Relay 9", - "relay_10": "Relay 10", - "relay_11": "Relay 11", - "relay_12": "Relay 12", - "relay_13": "Relay 13", - "relay_14": "Relay 14", - "relay_15": "Relay 15", - "relay_16": "Relay 16" - } + "relay_9": "Relay 9" + }, + "title": "Set up relays" + }, + "user": { + "data": { + "host": "Host", + "port": "Port" + }, + "title": "Set up board" } } }, "title": "ProgettiHWSW Automation" - } \ No newline at end of file +} \ No newline at end of file diff --git a/homeassistant/components/sharkiq/translations/en.json b/homeassistant/components/sharkiq/translations/en.json index 3bd9bb2e46e..331c12402f1 100644 --- a/homeassistant/components/sharkiq/translations/en.json +++ b/homeassistant/components/sharkiq/translations/en.json @@ -1,27 +1,20 @@ { - "title": "Shark IQ", - "config": { - "step": { - "init": { - "data": { - "username": "Username", - "password": "Password" + "config": { + "abort": { + "already_configured_account": "Account is already configured" + }, + "error": { + "cannot_connect": "Failed to connect", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, + "step": { + "user": { + "data": { + "password": "Password", + "username": "Username" + } + } } - }, - "user": { - "data": { - "username": "Username", - "password": "Password" - } - } - }, - "error": { - "cannot_connect": "Failed to connect", - "invalid_auth": "Invalid authentication", - "unknown": "Unexpected error" - }, - "abort": { - "already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]" } - } } \ No newline at end of file diff --git a/homeassistant/components/sharkiq/translations/ru.json b/homeassistant/components/sharkiq/translations/ru.json new file mode 100644 index 00000000000..0c8d369dbec --- /dev/null +++ b/homeassistant/components/sharkiq/translations/ru.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured_account": "\u0423\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430." + }, + "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + }, + "step": { + "user": { + "data": { + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "username": "\u041b\u043e\u0433\u0438\u043d" + } + } + } + } +} \ No newline at end of file