From a5b9f5040f03cbb0fe207a73bbe9b90c3d61127c Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Oct 2018 14:12:41 +0200 Subject: [PATCH] Update translations --- .../components/auth/.translations/uk.json | 9 +++++ .../components/deconz/.translations/ru.json | 2 +- .../components/ifttt/.translations/cs.json | 11 ++++++ .../components/ifttt/.translations/de.json | 2 +- .../components/ifttt/.translations/ko.json | 2 +- .../components/ifttt/.translations/ro.json | 10 ++++++ .../components/lifx/.translations/cs.json | 15 ++++++++ .../components/lifx/.translations/de.json | 15 ++++++++ .../components/lifx/.translations/hu.json | 10 ++++++ .../components/lifx/.translations/no.json | 15 ++++++++ .../components/lifx/.translations/ro.json | 15 ++++++++ .../components/mqtt/.translations/de.json | 2 +- .../components/mqtt/.translations/uk.json | 23 +++++++++++++ .../components/openuv/.translations/uk.json | 17 ++++++++++ .../sensor/.translations/season.uk.json | 8 +++++ .../simplisafe/.translations/ca.json | 19 +++++++++++ .../simplisafe/.translations/cs.json | 18 ++++++++++ .../simplisafe/.translations/de.json | 19 +++++++++++ .../simplisafe/.translations/hu.json | 11 ++++++ .../simplisafe/.translations/it.json | 19 +++++++++++ .../simplisafe/.translations/ko.json | 19 +++++++++++ .../simplisafe/.translations/lb.json | 19 +++++++++++ .../simplisafe/.translations/no.json | 19 +++++++++++ .../simplisafe/.translations/pl.json | 19 +++++++++++ .../simplisafe/.translations/ro.json | 17 ++++++++++ .../simplisafe/.translations/ru.json | 19 +++++++++++ .../simplisafe/.translations/sl.json | 19 +++++++++++ .../simplisafe/.translations/uk.json | 14 ++++++++ .../simplisafe/.translations/zh-Hans.json | 19 +++++++++++ .../simplisafe/.translations/zh-Hant.json | 19 +++++++++++ .../components/smhi/.translations/cs.json | 19 +++++++++++ .../components/smhi/.translations/de.json | 19 +++++++++++ .../components/smhi/.translations/no.json | 19 +++++++++++ .../components/smhi/.translations/ro.json | 18 ++++++++++ .../components/tradfri/.translations/uk.json | 15 ++++++++ .../components/unifi/.translations/ca.json | 26 ++++++++++++++ .../components/unifi/.translations/en.json | 34 +++++++++---------- .../components/unifi/.translations/hu.json | 12 +++++++ .../components/unifi/.translations/ko.json | 26 ++++++++++++++ .../components/unifi/.translations/lb.json | 26 ++++++++++++++ .../components/unifi/.translations/pl.json | 26 ++++++++++++++ .../components/unifi/.translations/ru.json | 25 ++++++++++++++ .../components/unifi/.translations/sl.json | 26 ++++++++++++++ .../unifi/.translations/zh-Hant.json | 26 ++++++++++++++ .../components/upnp/.translations/cs.json | 13 +++++++ .../components/upnp/.translations/no.json | 6 ++-- .../components/upnp/.translations/ro.json | 27 +++++++++++++++ .../upnp/.translations/zh-Hant.json | 2 +- .../components/zone/.translations/uk.json | 21 ++++++++++++ .../components/zwave/.translations/cs.json | 22 ++++++++++++ .../components/zwave/.translations/de.json | 22 ++++++++++++ .../components/zwave/.translations/hu.json | 5 +++ .../components/zwave/.translations/it.json | 15 ++++++++ .../components/zwave/.translations/ko.json | 2 +- .../components/zwave/.translations/no.json | 22 ++++++++++++ .../components/zwave/.translations/pl.json | 22 ++++++++++++ .../components/zwave/.translations/ro.json | 22 ++++++++++++ script/translations_download | 2 +- 58 files changed, 919 insertions(+), 26 deletions(-) create mode 100644 homeassistant/components/auth/.translations/uk.json create mode 100644 homeassistant/components/ifttt/.translations/cs.json create mode 100644 homeassistant/components/ifttt/.translations/ro.json create mode 100644 homeassistant/components/lifx/.translations/cs.json create mode 100644 homeassistant/components/lifx/.translations/de.json create mode 100644 homeassistant/components/lifx/.translations/hu.json create mode 100644 homeassistant/components/lifx/.translations/no.json create mode 100644 homeassistant/components/lifx/.translations/ro.json create mode 100644 homeassistant/components/mqtt/.translations/uk.json create mode 100644 homeassistant/components/openuv/.translations/uk.json create mode 100644 homeassistant/components/sensor/.translations/season.uk.json create mode 100644 homeassistant/components/simplisafe/.translations/ca.json create mode 100644 homeassistant/components/simplisafe/.translations/cs.json create mode 100644 homeassistant/components/simplisafe/.translations/de.json create mode 100644 homeassistant/components/simplisafe/.translations/hu.json create mode 100644 homeassistant/components/simplisafe/.translations/it.json create mode 100644 homeassistant/components/simplisafe/.translations/ko.json create mode 100644 homeassistant/components/simplisafe/.translations/lb.json create mode 100644 homeassistant/components/simplisafe/.translations/no.json create mode 100644 homeassistant/components/simplisafe/.translations/pl.json create mode 100644 homeassistant/components/simplisafe/.translations/ro.json create mode 100644 homeassistant/components/simplisafe/.translations/ru.json create mode 100644 homeassistant/components/simplisafe/.translations/sl.json create mode 100644 homeassistant/components/simplisafe/.translations/uk.json create mode 100644 homeassistant/components/simplisafe/.translations/zh-Hans.json create mode 100644 homeassistant/components/simplisafe/.translations/zh-Hant.json create mode 100644 homeassistant/components/smhi/.translations/cs.json create mode 100644 homeassistant/components/smhi/.translations/de.json create mode 100644 homeassistant/components/smhi/.translations/no.json create mode 100644 homeassistant/components/smhi/.translations/ro.json create mode 100644 homeassistant/components/tradfri/.translations/uk.json create mode 100644 homeassistant/components/unifi/.translations/ca.json create mode 100644 homeassistant/components/unifi/.translations/hu.json create mode 100644 homeassistant/components/unifi/.translations/ko.json create mode 100644 homeassistant/components/unifi/.translations/lb.json create mode 100644 homeassistant/components/unifi/.translations/pl.json create mode 100644 homeassistant/components/unifi/.translations/ru.json create mode 100644 homeassistant/components/unifi/.translations/sl.json create mode 100644 homeassistant/components/unifi/.translations/zh-Hant.json create mode 100644 homeassistant/components/upnp/.translations/cs.json create mode 100644 homeassistant/components/upnp/.translations/ro.json create mode 100644 homeassistant/components/zone/.translations/uk.json create mode 100644 homeassistant/components/zwave/.translations/cs.json create mode 100644 homeassistant/components/zwave/.translations/de.json create mode 100644 homeassistant/components/zwave/.translations/hu.json create mode 100644 homeassistant/components/zwave/.translations/it.json create mode 100644 homeassistant/components/zwave/.translations/no.json create mode 100644 homeassistant/components/zwave/.translations/pl.json create mode 100644 homeassistant/components/zwave/.translations/ro.json diff --git a/homeassistant/components/auth/.translations/uk.json b/homeassistant/components/auth/.translations/uk.json new file mode 100644 index 00000000000..3d4d9a5b151 --- /dev/null +++ b/homeassistant/components/auth/.translations/uk.json @@ -0,0 +1,9 @@ +{ + "mfa_setup": { + "notify": { + "error": { + "invalid_code": "\u041d\u0435\u0432\u0456\u0440\u043d\u0438\u0439 \u043a\u043e\u0434, \u0441\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0449\u0435 \u0440\u0430\u0437." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/deconz/.translations/ru.json b/homeassistant/components/deconz/.translations/ru.json index 4cbc9594ead..a9b66314f31 100644 --- a/homeassistant/components/deconz/.translations/ru.json +++ b/homeassistant/components/deconz/.translations/ru.json @@ -28,6 +28,6 @@ "title": "\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \u0434\u043b\u044f deCONZ" } }, - "title": "\u041e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0448\u043b\u044e\u0437 deCONZ" + "title": "deCONZ" } } \ No newline at end of file diff --git a/homeassistant/components/ifttt/.translations/cs.json b/homeassistant/components/ifttt/.translations/cs.json new file mode 100644 index 00000000000..abbbd9ff890 --- /dev/null +++ b/homeassistant/components/ifttt/.translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "description": "Opravdu chcete nastavit IFTTT?", + "title": "Nastavte applet IFTTT Webhook" + } + }, + "title": "IFTTT" + } +} \ No newline at end of file diff --git a/homeassistant/components/ifttt/.translations/de.json b/homeassistant/components/ifttt/.translations/de.json index b8fdc819753..a5b66156389 100644 --- a/homeassistant/components/ifttt/.translations/de.json +++ b/homeassistant/components/ifttt/.translations/de.json @@ -5,7 +5,7 @@ "one_instance_allowed": "Nur eine einzige Instanz ist notwendig." }, "create_entry": { - "default": "Um Ereignisse an den Home Assistant zu senden, m\u00fcssen Sie die Aktion \"Eine Webanforderung erstellen\" aus dem [IFTTT Webhook Applet]({applet_url}) ausw\u00e4hlen.\n\nF\u00fcllen Sie folgende Informationen aus: \n- URL: `{webhook_url}`\n- Methode: POST\n- Inhaltstyp: application/json\n\nIn der Dokumentation ({docs_url}) finden Sie Informationen zur Konfiguration der Automation eingehender Daten." + "default": "Um Ereignisse an Home Assistant zu senden, musst du die Aktion \"Eine Webanforderung erstellen\" aus dem [IFTTT Webhook Applet]({applet_url}) ausw\u00e4hlen.\n\nF\u00fclle folgende Informationen aus: \n- URL: `{webhook_url}`\n- Methode: POST\n- Inhaltstyp: application/json\n\nIn der Dokumentation ({docs_url}) findest du Informationen zur Konfiguration der Automation eingehender Daten." }, "step": { "user": { diff --git a/homeassistant/components/ifttt/.translations/ko.json b/homeassistant/components/ifttt/.translations/ko.json index 832123d5065..57ad8037753 100644 --- a/homeassistant/components/ifttt/.translations/ko.json +++ b/homeassistant/components/ifttt/.translations/ko.json @@ -5,7 +5,7 @@ "one_instance_allowed": "\ud558\ub098\uc758 \uc778\uc2a4\ud134\uc2a4\ub9cc \ud544\uc694\ud569\ub2c8\ub2e4." }, "create_entry": { - "default": "Home Assistant \ub85c \uc774\ubca4\ud2b8\ub97c \ubcf4\ub0b4\uae30 \uc704\ud574\uc11c\ub294 [IFTTT Webhook \uc560\ud50c\ub9bf]({applet_url}) \uc5d0\uc11c \"Make a web request\" \ub97c \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \n\n \ub2e4\uc74c\uc758 \uc815\ubcf4\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.\n\n - URL: `{webhook_url}` \n - Method: POST \n - Content Type: application/json \n\n Home Assistant \ub85c \ub4e4\uc5b4\uc624\ub294 \ub370\uc774\ud130\ub97c \ucc98\ub9ac\ud558\uae30 \uc704\ud55c \uc790\ub3d9\ud654\ub97c \uad6c\uc131\ud558\ub294 \ubc29\ubc95\uc740 [\ubcf8 \ubb38\uc11c]({docs_url}) \ub97c \ucc38\uc870\ud574 \uc8fc\uc138\uc694." + "default": "Home Assistant \ub85c \uc774\ubca4\ud2b8\ub97c \ubcf4\ub0b4\uae30 \uc704\ud574\uc11c\ub294 [IFTTT Webhook \uc560\ud50c\ub9bf]({applet_url}) \uc5d0\uc11c \"Make a web request\" \ub97c \uc0ac\uc6a9\ud574\uc57c \ud569\ub2c8\ub2e4. \n\n \ub2e4\uc74c\uc758 \uc815\ubcf4\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694.\n\n - URL: `{webhook_url}` \n - Method: POST \n - Content Type: application/json \n\n Home Assistant \ub85c \ub4e4\uc5b4\uc624\ub294 \ub370\uc774\ud130\ub97c \ucc98\ub9ac\ud558\uae30 \uc704\ud55c \uc790\ub3d9\ud654\ub97c \uad6c\uc131\ud558\ub294 \ubc29\ubc95\uc740 [\uc548\ub0b4]({docs_url})\ub97c \ucc38\uc870\ud574 \uc8fc\uc138\uc694." }, "step": { "user": { diff --git a/homeassistant/components/ifttt/.translations/ro.json b/homeassistant/components/ifttt/.translations/ro.json new file mode 100644 index 00000000000..03c77426671 --- /dev/null +++ b/homeassistant/components/ifttt/.translations/ro.json @@ -0,0 +1,10 @@ +{ + "config": { + "step": { + "user": { + "description": "Sigur dori\u021bi s\u0103 configura\u021bi IFTTT?" + } + }, + "title": "IFTTT" + } +} \ No newline at end of file diff --git a/homeassistant/components/lifx/.translations/cs.json b/homeassistant/components/lifx/.translations/cs.json new file mode 100644 index 00000000000..d83ee576768 --- /dev/null +++ b/homeassistant/components/lifx/.translations/cs.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nejsou nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed LIFX.", + "single_instance_allowed": "K dispozici je pouze jedna konfigurace LIFX." + }, + "step": { + "confirm": { + "description": "Chcete nastavit LIFX?", + "title": "LIFX" + } + }, + "title": "LIFX" + } +} \ No newline at end of file diff --git a/homeassistant/components/lifx/.translations/de.json b/homeassistant/components/lifx/.translations/de.json new file mode 100644 index 00000000000..2553e2d5e86 --- /dev/null +++ b/homeassistant/components/lifx/.translations/de.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "Keine LIFX Ger\u00e4te im Netzwerk gefunden.", + "single_instance_allowed": "Nur eine einzige Konfiguration von LIFX ist zul\u00e4ssig." + }, + "step": { + "confirm": { + "description": "M\u00f6chtest du LIFX einrichten?", + "title": "LIFX" + } + }, + "title": "LIFX" + } +} \ No newline at end of file diff --git a/homeassistant/components/lifx/.translations/hu.json b/homeassistant/components/lifx/.translations/hu.json new file mode 100644 index 00000000000..c78905b09c8 --- /dev/null +++ b/homeassistant/components/lifx/.translations/hu.json @@ -0,0 +1,10 @@ +{ + "config": { + "step": { + "confirm": { + "title": "LIFX" + } + }, + "title": "LIFX" + } +} \ No newline at end of file diff --git a/homeassistant/components/lifx/.translations/no.json b/homeassistant/components/lifx/.translations/no.json new file mode 100644 index 00000000000..63080a30ff1 --- /dev/null +++ b/homeassistant/components/lifx/.translations/no.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "Ingen LIFX-enheter funnet p\u00e5 nettverket.", + "single_instance_allowed": "Kun en enkelt konfigurasjon av LIFX er mulig." + }, + "step": { + "confirm": { + "description": "\u00d8nsker du \u00e5 sette opp LIFX?", + "title": "LIFX" + } + }, + "title": "LIFX" + } +} \ No newline at end of file diff --git a/homeassistant/components/lifx/.translations/ro.json b/homeassistant/components/lifx/.translations/ro.json new file mode 100644 index 00000000000..12827082104 --- /dev/null +++ b/homeassistant/components/lifx/.translations/ro.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "no_devices_found": "Nu exist\u0103 dispozitive LIFX g\u0103site \u00een re\u021bea.", + "single_instance_allowed": "Doar o singur\u0103 configura\u021bie de LIFX este posibil\u0103." + }, + "step": { + "confirm": { + "description": "Dori\u021bi s\u0103 configura\u021bi LIFX?", + "title": "LIFX" + } + }, + "title": "LIFX" + } +} \ No newline at end of file diff --git a/homeassistant/components/mqtt/.translations/de.json b/homeassistant/components/mqtt/.translations/de.json index 1c895136d9d..d95c43cc618 100644 --- a/homeassistant/components/mqtt/.translations/de.json +++ b/homeassistant/components/mqtt/.translations/de.json @@ -22,7 +22,7 @@ "data": { "discovery": "Suche aktivieren" }, - "description": "M\u00f6chten Sie den Home Assistant so konfigurieren, dass er eine Verbindung mit dem MQTT-Broker herstellt, der vom Add-on hass.io {addon} bereitgestellt wird?", + "description": "M\u00f6chtest du Home Assistant so konfigurieren, dass er eine Verbindung mit dem MQTT-Broker herstellt, der vom Add-on hass.io {addon} bereitgestellt wird?", "title": "MQTT Broker per Hass.io add-on" } }, diff --git a/homeassistant/components/mqtt/.translations/uk.json b/homeassistant/components/mqtt/.translations/uk.json new file mode 100644 index 00000000000..e747e774c45 --- /dev/null +++ b/homeassistant/components/mqtt/.translations/uk.json @@ -0,0 +1,23 @@ +{ + "config": { + "error": { + "cannot_connect": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438\u0441\u044f \u0434\u043e \u0431\u0440\u043e\u043a\u0435\u0440\u0430." + }, + "step": { + "broker": { + "data": { + "broker": "\u0411\u0440\u043e\u043a\u0435\u0440", + "discovery": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u043e\u0448\u0443\u043a", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "port": "\u041f\u043e\u0440\u0442", + "username": "\u0406\u043c'\u044f \u043a\u043e\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447\u0430" + } + }, + "hassio_confirm": { + "data": { + "discovery": "\u0423\u0432\u0456\u043c\u043a\u043d\u0443\u0442\u0438 \u043f\u043e\u0448\u0443\u043a" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openuv/.translations/uk.json b/homeassistant/components/openuv/.translations/uk.json new file mode 100644 index 00000000000..144ae8b8d36 --- /dev/null +++ b/homeassistant/components/openuv/.translations/uk.json @@ -0,0 +1,17 @@ +{ + "config": { + "error": { + "identifier_exists": "\u041a\u043e\u043e\u0440\u0434\u0438\u043d\u0430\u0442\u0438 \u0432\u0436\u0435 \u0437\u0430\u0440\u0435\u0454\u0441\u0442\u0440\u043e\u0432\u0430\u043d\u0456" + }, + "step": { + "user": { + "data": { + "elevation": "\u0412\u0438\u0441\u043e\u0442\u0430", + "latitude": "\u0428\u0438\u0440\u043e\u0442\u0430", + "longitude": "\u0414\u043e\u0432\u0433\u043e\u0442\u0430" + }, + "title": "\u0417\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u0432\u0430\u0448\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sensor/.translations/season.uk.json b/homeassistant/components/sensor/.translations/season.uk.json new file mode 100644 index 00000000000..766e59a43da --- /dev/null +++ b/homeassistant/components/sensor/.translations/season.uk.json @@ -0,0 +1,8 @@ +{ + "state": { + "autumn": "\u041e\u0441\u0456\u043d\u044c", + "spring": "\u0412\u0435\u0441\u043d\u0430", + "summer": "\u041b\u0456\u0442\u043e", + "winter": "\u0417\u0438\u043c\u0430" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/ca.json b/homeassistant/components/simplisafe/.translations/ca.json new file mode 100644 index 00000000000..1662162c439 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/ca.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Aquest compte ja est\u00e0 registrat", + "invalid_credentials": "Credencials inv\u00e0lides" + }, + "step": { + "user": { + "data": { + "code": "Codi (pel Home Assistant)", + "password": "Contrasenya", + "username": "Correu electr\u00f2nic" + }, + "title": "Introdu\u00efu la vostra informaci\u00f3" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/cs.json b/homeassistant/components/simplisafe/.translations/cs.json new file mode 100644 index 00000000000..0dd9912de0d --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "error": { + "identifier_exists": "\u00da\u010det je ji\u017e zaregistrov\u00e1n", + "invalid_credentials": "Neplatn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje" + }, + "step": { + "user": { + "data": { + "code": "K\u00f3d (pro Home Assistant)", + "password": "Heslo", + "username": "E-mailov\u00e1 adresa" + }, + "title": "Vypl\u0148te va\u0161e \u00fadaje" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/de.json b/homeassistant/components/simplisafe/.translations/de.json new file mode 100644 index 00000000000..ee7eaecc852 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/de.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Konto bereits registriert", + "invalid_credentials": "Ung\u00fcltige Anmeldeinformationen" + }, + "step": { + "user": { + "data": { + "code": "Code (f\u00fcr Home Assistant)", + "password": "Passwort", + "username": "E-Mail-Adresse" + }, + "title": "Gebe deine Informationen ein" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/hu.json b/homeassistant/components/simplisafe/.translations/hu.json new file mode 100644 index 00000000000..ff2c2fc87b5 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/hu.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Jelsz\u00f3" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/it.json b/homeassistant/components/simplisafe/.translations/it.json new file mode 100644 index 00000000000..134bfae3668 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/it.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Account gi\u00e0 registrato", + "invalid_credentials": "Credenziali non valide" + }, + "step": { + "user": { + "data": { + "code": "Codice (Home Assistant)", + "password": "Password", + "username": "Indirizzo email" + }, + "title": "Inserisci i tuoi dati" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/ko.json b/homeassistant/components/simplisafe/.translations/ko.json new file mode 100644 index 00000000000..eca099ed79d --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/ko.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "\uacc4\uc815\uc774 \uc774\ubbf8 \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4", + "invalid_credentials": "\uc774\uba54\uc77c \uc8fc\uc18c \ud639\uc740 \ube44\ubc00\ubc88\ud638\uac00 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4" + }, + "step": { + "user": { + "data": { + "code": "\ucf54\ub4dc (Home Assistant \uc6a9)", + "password": "\ube44\ubc00\ubc88\ud638", + "username": "\uc774\uba54\uc77c \uc8fc\uc18c" + }, + "title": "\uc0ac\uc6a9\uc790 \uc815\ubcf4\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/lb.json b/homeassistant/components/simplisafe/.translations/lb.json new file mode 100644 index 00000000000..94c451a49db --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/lb.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Konto ass scho registr\u00e9iert", + "invalid_credentials": "Ong\u00eblteg Login Informatioune" + }, + "step": { + "user": { + "data": { + "code": "Code (fir Home Assistant)", + "password": "Passwuert", + "username": "E-Mail Adress" + }, + "title": "F\u00ebllt \u00e4r Informatiounen aus" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/no.json b/homeassistant/components/simplisafe/.translations/no.json new file mode 100644 index 00000000000..7c28209514e --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/no.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Konto er allerede registrert", + "invalid_credentials": "Ugyldig legitimasjon" + }, + "step": { + "user": { + "data": { + "code": "Kode (for Home Assistant)", + "password": "Passord", + "username": "E-postadresse" + }, + "title": "Fyll ut informasjonen din" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/pl.json b/homeassistant/components/simplisafe/.translations/pl.json new file mode 100644 index 00000000000..0b83ba8cbed --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/pl.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Konto zosta\u0142o ju\u017c zarejestrowane", + "invalid_credentials": "Nieprawid\u0142owe po\u015bwiadczenia" + }, + "step": { + "user": { + "data": { + "code": "Kod (dla Home Assistant'a)", + "password": "Has\u0142o", + "username": "Adres e-mail" + }, + "title": "Wprowad\u017a swoje dane" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/ro.json b/homeassistant/components/simplisafe/.translations/ro.json new file mode 100644 index 00000000000..7046b0992b1 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/ro.json @@ -0,0 +1,17 @@ +{ + "config": { + "error": { + "identifier_exists": "Contul este deja \u00eenregistrat", + "invalid_credentials": "Credentiale invalide" + }, + "step": { + "user": { + "data": { + "password": "Parola", + "username": "Adresa de email" + }, + "title": "Completa\u021bi informa\u021biile dvs." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/ru.json b/homeassistant/components/simplisafe/.translations/ru.json new file mode 100644 index 00000000000..4ddf405e1ed --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/ru.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "\u0423\u0447\u0435\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0430", + "invalid_credentials": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435" + }, + "step": { + "user": { + "data": { + "code": "\u041a\u043e\u0434 (\u0434\u043b\u044f Home Assistant)", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "username": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b" + }, + "title": "\u0417\u0430\u043f\u043e\u043b\u043d\u0438\u0442\u0435 \u0441\u0432\u043e\u044e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/sl.json b/homeassistant/components/simplisafe/.translations/sl.json new file mode 100644 index 00000000000..7fe0adad2df --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/sl.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "Ra\u010dun je \u017ee registriran", + "invalid_credentials": "Neveljavne poverilnice" + }, + "step": { + "user": { + "data": { + "code": "Koda (za Home Assistant)", + "password": "Geslo", + "username": "E-po\u0161tni naslov" + }, + "title": "Izpolnite svoje podatke" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/uk.json b/homeassistant/components/simplisafe/.translations/uk.json new file mode 100644 index 00000000000..4dee0ed5f4d --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/uk.json @@ -0,0 +1,14 @@ +{ + "config": { + "step": { + "user": { + "data": { + "code": "\u041a\u043e\u0434 (\u0434\u043b\u044f Home Assistant)", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "username": "\u0410\u0434\u0440\u0435\u0441\u0430 \u0435\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0457 \u043f\u043e\u0448\u0442\u0438" + }, + "title": "\u0417\u0430\u043f\u043e\u0432\u043d\u0456\u0442\u044c \u0432\u0430\u0448\u0443 \u0456\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0456\u044e" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/zh-Hans.json b/homeassistant/components/simplisafe/.translations/zh-Hans.json new file mode 100644 index 00000000000..2316f5c7454 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/zh-Hans.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "\u5e10\u6237\u5df2\u6ce8\u518c", + "invalid_credentials": "\u65e0\u6548\u7684\u8eab\u4efd\u8ba4\u8bc1" + }, + "step": { + "user": { + "data": { + "code": "\u4ee3\u7801\uff08\u7528\u4e8eHome Assistant\uff09", + "password": "\u5bc6\u7801", + "username": "\u7535\u5b50\u90ae\u4ef6\u5730\u5740" + }, + "title": "\u586b\u5199\u60a8\u7684\u4fe1\u606f" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/.translations/zh-Hant.json b/homeassistant/components/simplisafe/.translations/zh-Hant.json new file mode 100644 index 00000000000..bd0b2c6f3d6 --- /dev/null +++ b/homeassistant/components/simplisafe/.translations/zh-Hant.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "identifier_exists": "\u5e33\u865f\u5df2\u8a3b\u518a", + "invalid_credentials": "\u6191\u8b49\u7121\u6548" + }, + "step": { + "user": { + "data": { + "code": "\u9a57\u8b49\u78bc\uff08Home Assistant \u7528\uff09", + "password": "\u5bc6\u78bc", + "username": "\u96fb\u5b50\u90f5\u4ef6\u5730\u5740" + }, + "title": "\u586b\u5beb\u8cc7\u8a0a" + } + }, + "title": "SimpliSafe" + } +} \ No newline at end of file diff --git a/homeassistant/components/smhi/.translations/cs.json b/homeassistant/components/smhi/.translations/cs.json new file mode 100644 index 00000000000..356603c9cf8 --- /dev/null +++ b/homeassistant/components/smhi/.translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "name_exists": "N\u00e1zev ji\u017e existuje", + "wrong_location": "Lokalita pouze pro \u0160v\u00e9dsko" + }, + "step": { + "user": { + "data": { + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", + "name": "N\u00e1zev" + }, + "title": "Lokalita ve \u0160v\u00e9dsku" + } + }, + "title": "\u0160v\u00e9dsk\u00e1 meteorologick\u00e1 slu\u017eba (SMHI)" + } +} \ No newline at end of file diff --git a/homeassistant/components/smhi/.translations/de.json b/homeassistant/components/smhi/.translations/de.json new file mode 100644 index 00000000000..7c41731988c --- /dev/null +++ b/homeassistant/components/smhi/.translations/de.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "name_exists": "Name existiert bereits", + "wrong_location": "Standort nur in Schweden" + }, + "step": { + "user": { + "data": { + "latitude": "Breitengrad", + "longitude": "L\u00e4ngengrad", + "name": "Name" + }, + "title": "Standort in Schweden" + } + }, + "title": "Schwedischer Wetterdienst (SMHI)" + } +} \ No newline at end of file diff --git a/homeassistant/components/smhi/.translations/no.json b/homeassistant/components/smhi/.translations/no.json new file mode 100644 index 00000000000..19c90f8ec5c --- /dev/null +++ b/homeassistant/components/smhi/.translations/no.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "name_exists": "Navnet eksisterer allerede", + "wrong_location": "Bare plassering i Sverige" + }, + "step": { + "user": { + "data": { + "latitude": "Breddegrad", + "longitude": "Lengdegrad", + "name": "Navn" + }, + "title": "Plassering i Sverige" + } + }, + "title": "Sveriges Meteorologiske og Hydrologiske Institut (SMHI)" + } +} \ No newline at end of file diff --git a/homeassistant/components/smhi/.translations/ro.json b/homeassistant/components/smhi/.translations/ro.json new file mode 100644 index 00000000000..6fe28787655 --- /dev/null +++ b/homeassistant/components/smhi/.translations/ro.json @@ -0,0 +1,18 @@ +{ + "config": { + "error": { + "name_exists": "Numele exist\u0103 deja" + }, + "step": { + "user": { + "data": { + "latitude": "Latitudine", + "longitude": "Longitudine", + "name": "Nume" + }, + "title": "Loca\u021bie \u00een Suedia" + } + }, + "title": "Serviciul meteorologic suedez (SMHI)" + } +} \ No newline at end of file diff --git a/homeassistant/components/tradfri/.translations/uk.json b/homeassistant/components/tradfri/.translations/uk.json new file mode 100644 index 00000000000..a163a4680e3 --- /dev/null +++ b/homeassistant/components/tradfri/.translations/uk.json @@ -0,0 +1,15 @@ +{ + "config": { + "error": { + "cannot_connect": "\u041d\u0435\u043c\u043e\u0436\u043b\u0438\u0432\u043e \u043f\u0456\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u0438\u0441\u044f \u0434\u043e \u0448\u043b\u044e\u0437\u0443." + }, + "step": { + "auth": { + "data": { + "security_code": "\u041a\u043e\u0434 \u0431\u0435\u0437\u043f\u0435\u043a\u0438" + }, + "title": "\u0412\u0432\u0435\u0434\u0456\u0442\u044c \u043a\u043e\u0434 \u0431\u0435\u0437\u043f\u0435\u043a\u0438" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/ca.json b/homeassistant/components/unifi/.translations/ca.json new file mode 100644 index 00000000000..77d859627dc --- /dev/null +++ b/homeassistant/components/unifi/.translations/ca.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "El lloc del controlador ja est\u00e0 configurat", + "user_privilege": "L'usuari ha de ser administrador" + }, + "error": { + "faulty_credentials": "Credencials d'usuari incorrectes", + "service_unavailable": "Servei no disponible" + }, + "step": { + "user": { + "data": { + "host": "Amfitri\u00f3", + "password": "Contrasenya", + "port": "Port", + "site": "ID del lloc", + "username": "Nom d'usuari", + "verify_ssl": "El controlador est\u00e0 utilitzant un certificat adequat" + }, + "title": "Configura el controlador UniFi" + } + }, + "title": "Controlador UniFi" + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/en.json b/homeassistant/components/unifi/.translations/en.json index 938ac058d22..3686148fdb6 100644 --- a/homeassistant/components/unifi/.translations/en.json +++ b/homeassistant/components/unifi/.translations/en.json @@ -1,26 +1,26 @@ { "config": { - "title": "UniFi Controller", - "step": { - "user": { - "title": "Set up UniFi Controller", - "data": { - "host": "Host", - "username": "User name", - "password": "Password", - "port": "Port", - "site": "Site ID", - "verify_ssl": "Controller using proper certificate" - } - } + "abort": { + "already_configured": "Controller site is already configured", + "user_privilege": "User needs to be administrator" }, "error": { "faulty_credentials": "Bad user credentials", "service_unavailable": "No service available" }, - "abort": { - "already_configured": "Controller site is already configured", - "user_privilege": "User needs to be administrator" - } + "step": { + "user": { + "data": { + "host": "Host", + "password": "Password", + "port": "Port", + "site": "Site ID", + "username": "User name", + "verify_ssl": "Controller using proper certificate" + }, + "title": "Set up UniFi Controller" + } + }, + "title": "UniFi Controller" } } \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/hu.json b/homeassistant/components/unifi/.translations/hu.json new file mode 100644 index 00000000000..f5827c47353 --- /dev/null +++ b/homeassistant/components/unifi/.translations/hu.json @@ -0,0 +1,12 @@ +{ + "config": { + "step": { + "user": { + "data": { + "password": "Jelsz\u00f3", + "port": "Port" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/ko.json b/homeassistant/components/unifi/.translations/ko.json new file mode 100644 index 00000000000..431d6bbf5e6 --- /dev/null +++ b/homeassistant/components/unifi/.translations/ko.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "\ucee8\ud2b8\ub864\ub7ec \uc0ac\uc774\ud2b8\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4", + "user_privilege": "\uc0ac\uc6a9\uc790\ub294 \uad00\ub9ac\uc790\uc5ec\uc57c \ud569\ub2c8\ub2e4" + }, + "error": { + "faulty_credentials": "\uc0ac\uc6a9\uc790 \uc790\uaca9\uc99d\uba85\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4", + "service_unavailable": "\uc0ac\uc6a9\ud560 \uc218 \uc788\ub294 \uc11c\ube44\uc2a4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4" + }, + "step": { + "user": { + "data": { + "host": "\ud638\uc2a4\ud2b8", + "password": "\ube44\ubc00\ubc88\ud638", + "port": "\ud3ec\ud2b8", + "site": "\uc0ac\uc774\ud2b8 ID", + "username": "\uc0ac\uc6a9\uc790 \uc774\ub984", + "verify_ssl": "\uc62c\ubc14\ub978 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud558\ub294 \ucee8\ud2b8\ub864\ub7ec" + }, + "title": "UniFi \ucee8\ud2b8\ub864\ub7ec \uc124\uc815" + } + }, + "title": "UniFi \ucee8\ud2b8\ub864\ub7ec" + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/lb.json b/homeassistant/components/unifi/.translations/lb.json new file mode 100644 index 00000000000..3bef273b83e --- /dev/null +++ b/homeassistant/components/unifi/.translations/lb.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "Kontroller Site ass scho konfigur\u00e9iert", + "user_privilege": "Benotzer muss een Administrator sinn" + }, + "error": { + "faulty_credentials": "Ong\u00eblteg Login Informatioune", + "service_unavailable": "Keen Service disponibel" + }, + "step": { + "user": { + "data": { + "host": "Host", + "password": "Passwuert", + "port": "Port", + "site": "Site ID", + "username": "Benotzer", + "verify_ssl": "Kontroller benotzt g\u00ebltegen Zertifikat" + }, + "title": "Unifi Kontroller ariichten" + } + }, + "title": "Unifi Kontroller" + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/pl.json b/homeassistant/components/unifi/.translations/pl.json new file mode 100644 index 00000000000..f2f8082ac76 --- /dev/null +++ b/homeassistant/components/unifi/.translations/pl.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "Witryna kontrolera jest ju\u017c skonfigurowana", + "user_privilege": "U\u017cytkownik musi by\u0107 administratorem" + }, + "error": { + "faulty_credentials": "B\u0142\u0119dne dane uwierzytelniaj\u0105ce", + "service_unavailable": "Brak dost\u0119pnych us\u0142ug" + }, + "step": { + "user": { + "data": { + "host": "Host", + "password": "Has\u0142o", + "port": "Port", + "site": "Identyfikator witryny", + "username": "Nazwa u\u017cytkownika", + "verify_ssl": "Kontroler u\u017cywa prawid\u0142owego certyfikatu" + }, + "title": "Skonfiguruj kontroler UniFi" + } + }, + "title": "Kontroler UniFi" + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/ru.json b/homeassistant/components/unifi/.translations/ru.json new file mode 100644 index 00000000000..908c1c5d0c5 --- /dev/null +++ b/homeassistant/components/unifi/.translations/ru.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430.", + "user_privilege": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u0434\u043e\u043b\u0436\u0435\u043d \u0431\u044b\u0442\u044c \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u043e\u0440\u043e\u043c" + }, + "error": { + "faulty_credentials": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u0443\u0447\u0435\u0442\u043d\u044b\u0435 \u0434\u0430\u043d\u043d\u044b\u0435", + "service_unavailable": "\u0421\u043b\u0443\u0436\u0431\u0430 \u043d\u0435 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u0430" + }, + "step": { + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "port": "\u041f\u043e\u0440\u0442", + "site": "ID \u0441\u0430\u0439\u0442\u0430", + "username": "\u0418\u043c\u044f \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f" + }, + "title": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 UniFi Controller" + } + }, + "title": "UniFi Controller" + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/sl.json b/homeassistant/components/unifi/.translations/sl.json new file mode 100644 index 00000000000..7543542abbf --- /dev/null +++ b/homeassistant/components/unifi/.translations/sl.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "Nadzornik je \u017ee konfiguriran", + "user_privilege": "Uporabnik mora biti skrbnik" + }, + "error": { + "faulty_credentials": "Napa\u010dni uporabni\u0161ki podatki", + "service_unavailable": "Nobena storitev ni na voljo" + }, + "step": { + "user": { + "data": { + "host": "Gostitelj", + "password": "Geslo", + "port": "Vrata", + "site": "Mesto ID", + "username": "Uporabni\u0161ko ime", + "verify_ssl": "Kontroler uporablja ustrezen certifikat" + }, + "title": "Nastavi UniFi Controller" + } + }, + "title": "UniFi Krmilnik" + } +} \ No newline at end of file diff --git a/homeassistant/components/unifi/.translations/zh-Hant.json b/homeassistant/components/unifi/.translations/zh-Hant.json new file mode 100644 index 00000000000..e506c582cb7 --- /dev/null +++ b/homeassistant/components/unifi/.translations/zh-Hant.json @@ -0,0 +1,26 @@ +{ + "config": { + "abort": { + "already_configured": "\u63a7\u5236\u5668\u4f4d\u5740\u5df2\u7d93\u8a2d\u5b9a", + "user_privilege": "\u4f7f\u7528\u8005\u5fc5\u9808\u70ba\u7ba1\u7406\u54e1\u8eab\u4efd" + }, + "error": { + "faulty_credentials": "\u4f7f\u7528\u8005\u6191\u8b49\u7121\u6548", + "service_unavailable": "\u7121\u670d\u52d9\u53ef\u7528" + }, + "step": { + "user": { + "data": { + "host": "\u4e3b\u6a5f\u7aef", + "password": "\u5bc6\u78bc", + "port": "\u901a\u8a0a\u57e0", + "site": "\u4f4d\u5740 ID", + "username": "\u4f7f\u7528\u8005\u540d\u7a31", + "verify_ssl": "\u63a7\u5236\u5668\u4f7f\u7528\u9a57\u8b49" + }, + "title": "\u8a2d\u5b9a UniFi \u63a7\u5236\u5668" + } + }, + "title": "UniFi \u63a7\u5236\u5668" + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/.translations/cs.json b/homeassistant/components/upnp/.translations/cs.json new file mode 100644 index 00000000000..24a725d1af6 --- /dev/null +++ b/homeassistant/components/upnp/.translations/cs.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "igd": "UPnP/IGD" + }, + "title": "Mo\u017enosti konfigurace pro UPnP/IGD" + } + }, + "title": "UPnP/IGD" + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/.translations/no.json b/homeassistant/components/upnp/.translations/no.json index fbb1b4afc75..a0c4c23f9c4 100644 --- a/homeassistant/components/upnp/.translations/no.json +++ b/homeassistant/components/upnp/.translations/no.json @@ -2,7 +2,8 @@ "config": { "abort": { "already_configured": "UPnP / IGD er allerede konfigurert", - "no_devices_discovered": "Ingen UPnP / IGDs oppdaget" + "no_devices_discovered": "Ingen UPnP / IGDs oppdaget", + "no_sensors_or_port_mapping": "Aktiver minst sensorer eller port mapping" }, "error": { "few": "f\u00e5", @@ -18,12 +19,13 @@ }, "user": { "data": { + "enable_port_mapping": "Aktiver port mapping for Home Assistant", "enable_sensors": "Legg til trafikk sensorer", "igd": "UPnP / IGD" }, "title": "Konfigurasjonsalternativer for UPnP / IGD" } }, - "title": "UPnP / IGD" + "title": "UPnP/IGD" } } \ No newline at end of file diff --git a/homeassistant/components/upnp/.translations/ro.json b/homeassistant/components/upnp/.translations/ro.json new file mode 100644 index 00000000000..bb584da05dc --- /dev/null +++ b/homeassistant/components/upnp/.translations/ro.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "already_configured": "UPnP/IGD este deja configurat", + "no_devices_discovered": "Nu au fost descoperite UPnP/IGD-uri" + }, + "error": { + "few": "", + "one": "Unul", + "other": "" + }, + "step": { + "init": { + "title": "UPnP/IGD" + }, + "user": { + "data": { + "enable_port_mapping": "Activa\u021bi maparea porturilor pentru Home Assistant", + "enable_sensors": "Ad\u0103uga\u021bi senzori de trafic", + "igd": "UPnP/IGD" + }, + "title": "Op\u021biuni de configurare pentru UPnP/IGD" + } + }, + "title": "UPnP/IGD" + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/.translations/zh-Hant.json b/homeassistant/components/upnp/.translations/zh-Hant.json index ca8171265ae..22db0f26482 100644 --- a/homeassistant/components/upnp/.translations/zh-Hant.json +++ b/homeassistant/components/upnp/.translations/zh-Hant.json @@ -12,7 +12,7 @@ "user": { "data": { "enable_port_mapping": "\u958b\u555f Home Assistant \u901a\u8a0a\u57e0\u8f49\u767c", - "enable_sensors": "\u65b0\u589e\u4ea4\u901a\u611f\u61c9\u5668", + "enable_sensors": "\u65b0\u589e\u6d41\u91cf\u611f\u61c9\u5668", "igd": "UPnP/IGD" }, "title": "UPnP/IGD \u8a2d\u5b9a\u9078\u9805" diff --git a/homeassistant/components/zone/.translations/uk.json b/homeassistant/components/zone/.translations/uk.json new file mode 100644 index 00000000000..ce082d34a1c --- /dev/null +++ b/homeassistant/components/zone/.translations/uk.json @@ -0,0 +1,21 @@ +{ + "config": { + "error": { + "name_exists": "\u0406\u043c'\u044f \u0432\u0436\u0435 \u0456\u0441\u043d\u0443\u0454" + }, + "step": { + "init": { + "data": { + "icon": "\u0406\u043a\u043e\u043d\u043a\u0430", + "latitude": "\u0428\u0438\u0440\u043e\u0442\u0430", + "longitude": "\u0414\u043e\u0432\u0433\u043e\u0442\u0430", + "name": "\u041d\u0430\u0437\u0432\u0430", + "passive": "\u041f\u0430\u0441\u0438\u0432\u043d\u0438\u0439", + "radius": "\u0420\u0430\u0434\u0456\u0443\u0441" + }, + "title": "\u0412\u0438\u0437\u043d\u0430\u0447\u0435\u043d\u043d\u044f \u043f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u0456\u0432 \u0437\u043e\u043d\u0438" + } + }, + "title": "\u0417\u043e\u043d\u0430" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/cs.json b/homeassistant/components/zwave/.translations/cs.json new file mode 100644 index 00000000000..a44fb8ad34b --- /dev/null +++ b/homeassistant/components/zwave/.translations/cs.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Z-Wave je ji\u017e nakonfigurov\u00e1no", + "one_instance_only": "Komponenta podporuje pouze jednu instanci Z-Wave" + }, + "error": { + "option_error": "Z-Wave ov\u011b\u0159en\u00ed se nezda\u0159ilo. Je cesta k USB za\u0159\u00edzen\u00ed spr\u00e1vn\u011b?" + }, + "step": { + "user": { + "data": { + "network_key": "S\u00ed\u0165ov\u00fd kl\u00ed\u010d (ponechte pr\u00e1zdn\u00e9 pro automatick\u00e9 generov\u00e1n\u00ed)", + "usb_path": "Cesta k USB" + }, + "description": "Viz https://www.home-assistant.io/docs/z-wave/installation/ pro informace o konfigura\u010dn\u00edch prom\u011bnn\u00fdch", + "title": "Nastavit Z-Wave" + } + }, + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/de.json b/homeassistant/components/zwave/.translations/de.json new file mode 100644 index 00000000000..f2438f1561f --- /dev/null +++ b/homeassistant/components/zwave/.translations/de.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Z-Wave ist bereits konfiguriert", + "one_instance_only": "Komponente unterst\u00fctzt nur eine Z-Wave-Instanz" + }, + "error": { + "option_error": "Z-Wave-Validierung fehlgeschlagen. Ist der Pfad zum USB-Stick korrekt?" + }, + "step": { + "user": { + "data": { + "network_key": "Netzwerkschl\u00fcssel (leer lassen, um automatisch zu generieren)", + "usb_path": "USB-Pfad" + }, + "description": "Informationen zu den Konfigurationsvariablen findest du unter https://www.home-assistant.io/docs/z-wave/installation/", + "title": "Z-Wave einrichten" + } + }, + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/hu.json b/homeassistant/components/zwave/.translations/hu.json new file mode 100644 index 00000000000..16c25cb7cab --- /dev/null +++ b/homeassistant/components/zwave/.translations/hu.json @@ -0,0 +1,5 @@ +{ + "config": { + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/it.json b/homeassistant/components/zwave/.translations/it.json new file mode 100644 index 00000000000..86a61307814 --- /dev/null +++ b/homeassistant/components/zwave/.translations/it.json @@ -0,0 +1,15 @@ +{ + "config": { + "step": { + "user": { + "data": { + "network_key": "Chiave di rete (lascia vuoto per generare automaticamente)", + "usb_path": "Percorso USB" + }, + "description": "Vai su https://www.home-assistant.io/docs/z-wave/installation/ per le informazioni sulle variabili di configurazione", + "title": "Imposta Z-Wave" + } + }, + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/ko.json b/homeassistant/components/zwave/.translations/ko.json index 43103de3d51..d57f758ce25 100644 --- a/homeassistant/components/zwave/.translations/ko.json +++ b/homeassistant/components/zwave/.translations/ko.json @@ -13,7 +13,7 @@ "network_key": "\ub124\ud2b8\uc6cc\ud06c \ud0a4 (\uacf5\ub780\uc73c\ub85c \ube44\uc6cc\ub450\uba74 \uc790\ub3d9 \uc0dd\uc131\ud569\ub2c8\ub2e4)", "usb_path": "USB \uacbd\ub85c" }, - "description": "\uad6c\uc131 \ubcc0\uc218\uc5d0 \ub300\ud55c \uc815\ubcf4\ub294 https://www.home-assistant.io/docs/z-wave/installation/ \uc744 \ucc38\uc870\ud574\uc8fc\uc138\uc694", + "description": "\uad6c\uc131 \ubcc0\uc218\uc5d0 \ub300\ud55c \uc815\ubcf4\ub294 [\uc548\ub0b4](https://www.home-assistant.io/docs/z-wave/installation/)\ub97c \ucc38\uc870\ud574\uc8fc\uc138\uc694", "title": "Z-Wave \uc124\uc815" } }, diff --git a/homeassistant/components/zwave/.translations/no.json b/homeassistant/components/zwave/.translations/no.json new file mode 100644 index 00000000000..f70eaa48260 --- /dev/null +++ b/homeassistant/components/zwave/.translations/no.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Z-Wave er allerede konfigurert", + "one_instance_only": "Komponenten st\u00f8tter kun en enkelt Z-Wave-forekomst" + }, + "error": { + "option_error": "Z-Wave-validering mislyktes. Er banen til USB dongel riktig?" + }, + "step": { + "user": { + "data": { + "network_key": "Nettverksn\u00f8kkel (la v\u00e6re tom for automatisk generering)", + "usb_path": "USB bane" + }, + "description": "Se [www.home-assistant.io/docs/z-wave/installation/](https://www.home-assistant.io/docs/z-wave/installation/) for informasjon om konfigurasjon variablene", + "title": "Sett opp Z-Wave" + } + }, + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/pl.json b/homeassistant/components/zwave/.translations/pl.json new file mode 100644 index 00000000000..a96010a74a8 --- /dev/null +++ b/homeassistant/components/zwave/.translations/pl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Z-Wave jest ju\u017c skonfigurowany", + "one_instance_only": "Komponent obs\u0142uguje tylko jedn\u0105 instancj\u0119 Z-Wave" + }, + "error": { + "option_error": "Walidacja Z-Wave nie powiod\u0142a si\u0119. Czy \u015bcie\u017cka do kontrolera Z-Wave USB jest prawid\u0142owa?" + }, + "step": { + "user": { + "data": { + "network_key": "Klucz sieciowy (pozostaw pusty by generowa\u0107 automatycznie)", + "usb_path": "\u015acie\u017cka do kontrolera Z-Wave USB" + }, + "description": "Zobacz https://www.home-assistant.io/docs/z-wave/installation/, aby uzyska\u0107 informacje na temat zmiennych konfiguracyjnych", + "title": "Konfiguracja Z-Wave" + } + }, + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/.translations/ro.json b/homeassistant/components/zwave/.translations/ro.json new file mode 100644 index 00000000000..6920f56cdb1 --- /dev/null +++ b/homeassistant/components/zwave/.translations/ro.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Z-Wave este deja configurat", + "one_instance_only": "Componenta accept\u0103 numai o instan\u021b\u0103 Z-Wave" + }, + "error": { + "option_error": "Validarea Z-Wave a e\u0219uat. Este corect\u0103 calea c\u0103tre stick-ul USB?" + }, + "step": { + "user": { + "data": { + "network_key": "Cheie de re\u021bea (l\u0103sa\u021bi necompletat pentru a genera automat)", + "usb_path": "Cale USB" + }, + "description": "Vede\u021bi https://www.home-assistant.io/docs/z-wave/installation/ pentru informa\u021bii despre variabilele de configurare", + "title": "Configura\u021bi Z-Wave" + } + }, + "title": "Z-Wave" + } +} \ No newline at end of file diff --git a/script/translations_download b/script/translations_download index 15b6a681056..9363bc425ae 100755 --- a/script/translations_download +++ b/script/translations_download @@ -28,7 +28,7 @@ mkdir -p ${LOCAL_DIR} docker run \ -v ${LOCAL_DIR}:/opt/dest/locale \ - lokalise/lokalise-cli@sha256:ddf5677f58551261008342df5849731c88bcdc152ab645b133b21819aede8218 lokalise \ + lokalise/lokalise-cli@sha256:b8329d20280263cad04f65b843e54b9e8e6909a348a678eac959550b5ef5c75f lokalise \ --token ${LOKALISE_TOKEN} \ export ${PROJECT_ID} \ --export_empty skip \