From f32e15da36842d09b6eebdd911720a45b6cf9b89 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Sat, 8 May 2021 00:03:19 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/cast/translations/ca.json | 20 ++++++++++-- .../components/cast/translations/en.json | 15 +++++++-- .../components/epson/translations/en.json | 3 +- .../components/mqtt/translations/no.json | 6 ++-- .../components/mqtt/translations/zh-Hant.json | 6 ++-- .../components/nam/translations/ca.json | 24 ++++++++++++++ .../components/nam/translations/en.json | 24 ++++++++++++++ .../components/nam/translations/et.json | 24 ++++++++++++++ .../components/nam/translations/ru.json | 24 ++++++++++++++ .../rainmachine/translations/no.json | 1 + .../rainmachine/translations/zh-Hant.json | 1 + .../system_bridge/translations/no.json | 32 +++++++++++++++++++ .../components/zwave_js/translations/pl.json | 2 +- 13 files changed, 170 insertions(+), 12 deletions(-) create mode 100644 homeassistant/components/nam/translations/ca.json create mode 100644 homeassistant/components/nam/translations/en.json create mode 100644 homeassistant/components/nam/translations/et.json create mode 100644 homeassistant/components/nam/translations/ru.json create mode 100644 homeassistant/components/system_bridge/translations/no.json diff --git a/homeassistant/components/cast/translations/ca.json b/homeassistant/components/cast/translations/ca.json index 6a5d16aa6bb..aaef5803b5c 100644 --- a/homeassistant/components/cast/translations/ca.json +++ b/homeassistant/components/cast/translations/ca.json @@ -10,10 +10,10 @@ "step": { "config": { "data": { - "known_hosts": "Llista opcional d'amfitrions coneguts per si el descobriment mDNS deixa de funcionar." + "known_hosts": "Amfitrions coneguts" }, - "description": "Introdueix la configuraci\u00f3 de Google Cast.", - "title": "Google Cast" + "description": "Amfitrions coneguts - Llista, separada per comes, dels noms d'amfitri\u00f3 o adreces IP dels dispositius Cast. Utilitza-ho si el descobriment mDNS no funciona.", + "title": "Configuraci\u00f3 de Google Cast" }, "confirm": { "description": "Vols comen\u00e7ar la configuraci\u00f3?" @@ -25,6 +25,20 @@ "invalid_known_hosts": "Els amfitrions coneguts han de ser una llista d'amfitrions separats per comes." }, "step": { + "advanced_options": { + "data": { + "ignore_cec": "Ignora CEC", + "uuid": "UUID permesos" + }, + "title": "Configuraci\u00f3 avan\u00e7ada de Google Cast" + }, + "basic_options": { + "data": { + "known_hosts": "Amfitrions coneguts" + }, + "description": "Amfitrions coneguts - Llista, separada per comes, dels noms d'amfitri\u00f3 o adreces IP dels dispositius Cast. Utilitza-ho si el descobriment mDNS no funciona.", + "title": "Configuraci\u00f3 de Google Cast" + }, "options": { "data": { "ignore_cec": "Llista opcional que es passar\u00e0 a pychromecast.IGNORE_CEC.", diff --git a/homeassistant/components/cast/translations/en.json b/homeassistant/components/cast/translations/en.json index a1aceb5f029..b61c5eee99e 100644 --- a/homeassistant/components/cast/translations/en.json +++ b/homeassistant/components/cast/translations/en.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "no_devices_found": "No devices found on the network", "single_instance_allowed": "Already configured. Only a single configuration possible." }, "error": { @@ -11,7 +12,7 @@ "data": { "known_hosts": "Known hosts" }, - "description": "### Known Hosts \n A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.", + "description": "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.", "title": "Google Cast configuration" }, "confirm": { @@ -29,15 +30,23 @@ "ignore_cec": "Ignore CEC", "uuid": "Allowed UUIDs" }, - "description": "### Allowed UUIDs\n A comma-separated list of UUIDs of Cast devices to add to Home Assistant. **Use only if you don\u2019t want to add all available cast devices.** \n ### Ignore CEC \n A comma-separated list of Chromecasts that should ignore CEC data for determining the active input. This will be will be passed to pychromecast.IGNORE_CEC. [See the upstream documentation for more information](https://github.com/balloob/pychromecast#ignoring-cec-data).", + "description": "Allowed UUIDs - A comma-separated list of UUIDs of Cast devices to add to Home Assistant. Use only if you don\u2019t want to add all available cast devices.\nIgnore CEC - A comma-separated list of Chromecasts that should ignore CEC data for determining the active input. This will be will be passed to pychromecast.IGNORE_CEC.", "title": "Advanced Google Cast configuration" }, "basic_options": { "data": { "known_hosts": "Known hosts" }, - "description": "### Known Hosts \n A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.", + "description": "Known Hosts - A comma-separated list of hostnames or IP-addresses of cast devices, use if mDNS discovery is not working.", "title": "Google Cast configuration" + }, + "options": { + "data": { + "ignore_cec": "Optional list which will be passed to pychromecast.IGNORE_CEC.", + "known_hosts": "Optional list of known hosts if mDNS discovery is not working.", + "uuid": "Optional list of UUIDs. Casts not listed will not be added." + }, + "description": "Please enter the Google Cast configuration." } } } diff --git a/homeassistant/components/epson/translations/en.json b/homeassistant/components/epson/translations/en.json index 931bbcf557e..2c477f65de4 100644 --- a/homeassistant/components/epson/translations/en.json +++ b/homeassistant/components/epson/translations/en.json @@ -8,7 +8,8 @@ "user": { "data": { "host": "Host", - "name": "Name" + "name": "Name", + "port": "Port" } } } diff --git a/homeassistant/components/mqtt/translations/no.json b/homeassistant/components/mqtt/translations/no.json index 44792075813..d12237deba1 100644 --- a/homeassistant/components/mqtt/translations/no.json +++ b/homeassistant/components/mqtt/translations/no.json @@ -62,7 +62,8 @@ "port": "Port", "username": "Brukernavn" }, - "description": "Vennligst oppgi tilkoblingsinformasjonen for din MQTT megler." + "description": "Vennligst oppgi tilkoblingsinformasjonen for din MQTT megler.", + "title": "Megleralternativer" }, "options": { "data": { @@ -78,7 +79,8 @@ "will_retain": "Testament melding behold", "will_topic": "Testament melding emne" }, - "description": "Vennligst velg MQTT-alternativer." + "description": "Vennligst velg MQTT-alternativer.", + "title": "MQTT-alternativer" } } } diff --git a/homeassistant/components/mqtt/translations/zh-Hant.json b/homeassistant/components/mqtt/translations/zh-Hant.json index e24474ed7b6..a8dc6d4ce9e 100644 --- a/homeassistant/components/mqtt/translations/zh-Hant.json +++ b/homeassistant/components/mqtt/translations/zh-Hant.json @@ -62,7 +62,8 @@ "port": "\u901a\u8a0a\u57e0", "username": "\u4f7f\u7528\u8005\u540d\u7a31" }, - "description": "\u8acb\u8f38\u5165 MQTT Broker \u9023\u7dda\u8cc7\u8a0a\u3002" + "description": "\u8acb\u8f38\u5165 MQTT Broker \u9023\u7dda\u8cc7\u8a0a\u3002", + "title": "Broker \u9078\u9805" }, "options": { "data": { @@ -78,7 +79,8 @@ "will_retain": "Will \u8a0a\u606f Retain", "will_topic": "Will \u8a0a\u606f\u4e3b\u984c" }, - "description": "\u8acb\u9078\u64c7 MQTT \u9078\u9805\u3002" + "description": "Discovery - \u5047\u5982\u63a2\u7d22\uff08Discovery\uff09\u529f\u80fd\u958b\u555f\uff08\u5efa\u8b70\uff09\uff0cHome Assistant \u5c07\u6703\u81ea\u52d5\u767c\u73fe\u88dd\u7f6e\u8207\u5be6\u9ad4\u3001\u4e26\u767c\u5e03\u5176\u8a2d\u5b9a\u81f3 MQTT Broker\u3002\u5047\u5982\u63a2\u7d22\u95dc\u9589\u7684\u8a71\uff0c\u6240\u6709\u8a2d\u5b9a\u5fc5\u9808\u624b\u52d5\u9032\u884c\u3002\nBirth \u8a0a\u606f - Birth \u8a0a\u606f\u5c07\u6703\u65bc\u6bcf\u6b21 Home Assistant \u9023\u7dda\u81f3 MQTT Broker \u6642\u50b3\u9001\u3002\nWill \u8a0a\u606f - Will \u8a0a\u606f\u5c07\u6703\u65bc\u6bcf\u6b21 Home Assistant \u81ea Broker \u65b7\u7dda\u6642\u50b3\u9001\u3001\u540c\u6642\u5305\u542b\u5b89\u5168\u65b7\u7dda\uff08\u4f8b\u5982 Home Assistant \u95dc\u6a5f\uff09\u53ca\u975e\u5b89\u5168\u65b7\u7dda\uff08\u4f8b\u5982 Home Assistant \u7576\u6a5f\u6216\u65b7\u7dda\uff09\u72c0\u6cc1\u3002", + "title": "MQTT \u9078\u9805" } } } diff --git a/homeassistant/components/nam/translations/ca.json b/homeassistant/components/nam/translations/ca.json new file mode 100644 index 00000000000..bc4ca456f4e --- /dev/null +++ b/homeassistant/components/nam/translations/ca.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositiu ja est\u00e0 configurat", + "device_unsupported": "El dispositiu no \u00e9s compatible." + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", + "unknown": "Error inesperat" + }, + "flow_title": "{name}", + "step": { + "confirm_discovery": { + "description": "Vols configurar Nettigo Air Monitor a {host}?" + }, + "user": { + "data": { + "host": "Amfitri\u00f3" + }, + "description": "Configura la integraci\u00f3 Nettigo Air Monitor." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nam/translations/en.json b/homeassistant/components/nam/translations/en.json new file mode 100644 index 00000000000..0ea0c7ae6c1 --- /dev/null +++ b/homeassistant/components/nam/translations/en.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "Device is already configured", + "device_unsupported": "The device is unsupported." + }, + "error": { + "cannot_connect": "Failed to connect", + "unknown": "Unexpected error" + }, + "flow_title": "{name}", + "step": { + "confirm_discovery": { + "description": "Do you want to set up Nettigo Air Monitor at {host}?" + }, + "user": { + "data": { + "host": "Host" + }, + "description": "Set up Nettigo Air Monitor integration." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nam/translations/et.json b/homeassistant/components/nam/translations/et.json new file mode 100644 index 00000000000..e94cd3a46b6 --- /dev/null +++ b/homeassistant/components/nam/translations/et.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "device_unsupported": "Seadet ei toetata." + }, + "error": { + "cannot_connect": "\u00dchendamine nurjus", + "unknown": "Ootamatu t\u00f5rge" + }, + "flow_title": "{name}", + "step": { + "confirm_discovery": { + "description": "Kas seadistada Nettigo Air Monitori asukohas {host}?" + }, + "user": { + "data": { + "host": "host" + }, + "description": "Seadista Nettigo Air Monitori sidumine." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nam/translations/ru.json b/homeassistant/components/nam/translations/ru.json new file mode 100644 index 00000000000..d475081285b --- /dev/null +++ b/homeassistant/components/nam/translations/ru.json @@ -0,0 +1,24 @@ +{ + "config": { + "abort": { + "already_configured": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u043e \u0432 Home Assistant.", + "device_unsupported": "\u042d\u0442\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442\u0441\u044f." + }, + "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + }, + "flow_title": "{name}", + "step": { + "confirm_discovery": { + "description": "\u0412\u044b \u0443\u0432\u0435\u0440\u0435\u043d\u044b, \u0447\u0442\u043e \u0445\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0438\u0442\u044c Nettigo Air Monitor ({host})?" + }, + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442" + }, + "description": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 Home Assistant \u0434\u043b\u044f \u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u0438 \u0441 Nettigo Air Monitor." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rainmachine/translations/no.json b/homeassistant/components/rainmachine/translations/no.json index 214b50404a6..7c106a400e9 100644 --- a/homeassistant/components/rainmachine/translations/no.json +++ b/homeassistant/components/rainmachine/translations/no.json @@ -6,6 +6,7 @@ "error": { "invalid_auth": "Ugyldig godkjenning" }, + "flow_title": "RainMachine {ip}", "step": { "user": { "data": { diff --git a/homeassistant/components/rainmachine/translations/zh-Hant.json b/homeassistant/components/rainmachine/translations/zh-Hant.json index 2cb80edb39b..942fd9ebea6 100644 --- a/homeassistant/components/rainmachine/translations/zh-Hant.json +++ b/homeassistant/components/rainmachine/translations/zh-Hant.json @@ -6,6 +6,7 @@ "error": { "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548" }, + "flow_title": "RainMachine {ip}", "step": { "user": { "data": { diff --git a/homeassistant/components/system_bridge/translations/no.json b/homeassistant/components/system_bridge/translations/no.json new file mode 100644 index 00000000000..bd46c0e1824 --- /dev/null +++ b/homeassistant/components/system_bridge/translations/no.json @@ -0,0 +1,32 @@ +{ + "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert", + "reauth_successful": "Godkjenning p\u00e5 nytt var vellykket", + "unknown": "Uventet feil" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" + }, + "flow_title": "System Bridge: {name}", + "step": { + "authenticate": { + "data": { + "api_key": "API-n\u00f8kkel" + }, + "description": "Angi API-n\u00f8kkelen du angav i konfigurasjonen for {name} ." + }, + "user": { + "data": { + "api_key": "API-n\u00f8kkel", + "host": "Vert", + "port": "Port" + }, + "description": "Vennligst skriv inn tilkoblingsdetaljene dine." + } + } + }, + "title": "System Bridge" +} \ No newline at end of file diff --git a/homeassistant/components/zwave_js/translations/pl.json b/homeassistant/components/zwave_js/translations/pl.json index 2bfd994132b..9fbd66de4f2 100644 --- a/homeassistant/components/zwave_js/translations/pl.json +++ b/homeassistant/components/zwave_js/translations/pl.json @@ -48,7 +48,7 @@ "title": "Wybierz metod\u0119 po\u0142\u0105czenia" }, "start_addon": { - "title": "Dodatek Z-Wave JS uruchamia si\u0119." + "title": "Dodatek Z-Wave JS uruchamia si\u0119..." }, "user": { "data": {