From 77b83b9e4dc3767a6f6e3d47bbdda4cd78451577 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 30 Jun 2019 22:53:27 -0700 Subject: [PATCH] Update translations --- .../components/adguard/.translations/ca.json | 1 + .../components/adguard/.translations/en.json | 1 + .../components/adguard/.translations/ko.json | 3 ++- .../components/adguard/.translations/lb.json | 1 + .../components/adguard/.translations/nl.json | 1 + .../components/adguard/.translations/pl.json | 1 + .../components/adguard/.translations/ru.json | 1 + .../components/adguard/.translations/sl.json | 1 + .../adguard/.translations/zh-Hant.json | 1 + .../components/axis/.translations/sl.json | 3 ++- .../heos/.translations/zh-Hant.json | 2 +- .../components/met/.translations/bg.json | 20 +++++++++++++++++++ .../components/met/.translations/ko.json | 4 ++-- .../components/met/.translations/pl.json | 1 + .../components/met/.translations/sl.json | 20 +++++++++++++++++++ .../components/plaato/.translations/pl.json | 9 +++++++++ .../components/plaato/.translations/sl.json | 18 +++++++++++++++++ .../components/somfy/.translations/sl.json | 13 ++++++++++++ .../components/tradfri/.translations/ca.json | 3 ++- .../components/tradfri/.translations/en.json | 3 ++- .../components/tradfri/.translations/ko.json | 3 ++- .../components/tradfri/.translations/lb.json | 3 ++- .../components/tradfri/.translations/nl.json | 3 ++- .../components/tradfri/.translations/pl.json | 3 ++- .../components/tradfri/.translations/ru.json | 3 ++- .../components/tradfri/.translations/sl.json | 3 ++- .../tradfri/.translations/zh-Hant.json | 3 ++- 27 files changed, 114 insertions(+), 14 deletions(-) create mode 100644 homeassistant/components/met/.translations/bg.json create mode 100644 homeassistant/components/met/.translations/sl.json create mode 100644 homeassistant/components/plaato/.translations/sl.json create mode 100644 homeassistant/components/somfy/.translations/sl.json diff --git a/homeassistant/components/adguard/.translations/ca.json b/homeassistant/components/adguard/.translations/ca.json index 1966002ea13..30fd509cb7a 100644 --- a/homeassistant/components/adguard/.translations/ca.json +++ b/homeassistant/components/adguard/.translations/ca.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "S'ha actualitzat la configuraci\u00f3 existent.", "single_instance_allowed": "Nom\u00e9s es permet una \u00fanica configuraci\u00f3 d'AdGuard Home." }, "error": { diff --git a/homeassistant/components/adguard/.translations/en.json b/homeassistant/components/adguard/.translations/en.json index d5f5e9ff78c..6e3b5b58503 100644 --- a/homeassistant/components/adguard/.translations/en.json +++ b/homeassistant/components/adguard/.translations/en.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "Updated existing configuration.", "single_instance_allowed": "Only a single configuration of AdGuard Home is allowed." }, "error": { diff --git a/homeassistant/components/adguard/.translations/ko.json b/homeassistant/components/adguard/.translations/ko.json index fe58b5d74d5..bb93d675103 100644 --- a/homeassistant/components/adguard/.translations/ko.json +++ b/homeassistant/components/adguard/.translations/ko.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "\uae30\uc874 \uad6c\uc131\uc744 \uc5c5\ub370\uc774\ud2b8\ud588\uc2b5\ub2c8\ub2e4.", "single_instance_allowed": "\ud558\ub098\uc758 AdGuard Home \ub9cc \uad6c\uc131 \ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4." }, "error": { @@ -16,7 +17,7 @@ "host": "\ud638\uc2a4\ud2b8", "password": "\ube44\ubc00\ubc88\ud638", "port": "\ud3ec\ud2b8", - "ssl": "AdGuard Home \uc740 SSL \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud569\ub2c8\ub2e4", + "ssl": "AdGuard Home \uc740 SSL \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4", "username": "\uc0ac\uc6a9\uc790 \uc774\ub984", "verify_ssl": "AdGuard Home \uc740 \uc62c\ubc14\ub978 \uc778\uc99d\uc11c\ub97c \uc0ac\uc6a9\ud558\uace0 \uc788\uc2b5\ub2c8\ub2e4" }, diff --git a/homeassistant/components/adguard/.translations/lb.json b/homeassistant/components/adguard/.translations/lb.json index 71a8488a93a..cc3ecf5db87 100644 --- a/homeassistant/components/adguard/.translations/lb.json +++ b/homeassistant/components/adguard/.translations/lb.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "D\u00e9i bestehend Konfiguratioun ass ge\u00e4nnert.", "single_instance_allowed": "N\u00ebmmen eng eenzeg Konfiguratioun vun AdGuard Home ass erlaabt." }, "error": { diff --git a/homeassistant/components/adguard/.translations/nl.json b/homeassistant/components/adguard/.translations/nl.json index e0e61c04525..3ef86c30a3f 100644 --- a/homeassistant/components/adguard/.translations/nl.json +++ b/homeassistant/components/adguard/.translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "Bestaande configuratie bijgewerkt.", "single_instance_allowed": "Slechts \u00e9\u00e9n configuratie van AdGuard Home is toegestaan." }, "error": { diff --git a/homeassistant/components/adguard/.translations/pl.json b/homeassistant/components/adguard/.translations/pl.json index 8ba1c18f722..199b621c81b 100644 --- a/homeassistant/components/adguard/.translations/pl.json +++ b/homeassistant/components/adguard/.translations/pl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "Zaktualizowano istniej\u0105c\u0105 konfiguracj\u0119.", "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja AdGuard Home." }, "error": { diff --git a/homeassistant/components/adguard/.translations/ru.json b/homeassistant/components/adguard/.translations/ru.json index cddced8018d..c50d0197351 100644 --- a/homeassistant/components/adguard/.translations/ru.json +++ b/homeassistant/components/adguard/.translations/ru.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430.", "single_instance_allowed": "\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." }, "error": { diff --git a/homeassistant/components/adguard/.translations/sl.json b/homeassistant/components/adguard/.translations/sl.json index c098f382bfd..5c8d75d4cc8 100644 --- a/homeassistant/components/adguard/.translations/sl.json +++ b/homeassistant/components/adguard/.translations/sl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "Posodobljena obstoje\u010da konfiguracija.", "single_instance_allowed": "Dovoljena je samo ena konfiguracija AdGuard Home." }, "error": { diff --git a/homeassistant/components/adguard/.translations/zh-Hant.json b/homeassistant/components/adguard/.translations/zh-Hant.json index b97d50aa0b6..a693652fedf 100644 --- a/homeassistant/components/adguard/.translations/zh-Hant.json +++ b/homeassistant/components/adguard/.translations/zh-Hant.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "existing_instance_updated": "\u5df2\u66f4\u65b0\u73fe\u6709\u8a2d\u5b9a\u3002", "single_instance_allowed": "\u50c5\u5141\u8a31\u8a2d\u5b9a\u4e00\u7d44 AdGuard Home\u3002" }, "error": { diff --git a/homeassistant/components/axis/.translations/sl.json b/homeassistant/components/axis/.translations/sl.json index cf58ed345ce..205e901553e 100644 --- a/homeassistant/components/axis/.translations/sl.json +++ b/homeassistant/components/axis/.translations/sl.json @@ -3,7 +3,8 @@ "abort": { "already_configured": "Naprava je \u017ee konfigurirana", "bad_config_file": "Napa\u010dni podatki iz konfiguracijske datoteke", - "link_local_address": "Lokalni naslovi povezave niso podprti" + "link_local_address": "Lokalni naslovi povezave niso podprti", + "not_axis_device": "Odkrita naprava ni naprava Axis" }, "error": { "already_configured": "Naprava je \u017ee konfigurirana", diff --git a/homeassistant/components/heos/.translations/zh-Hant.json b/homeassistant/components/heos/.translations/zh-Hant.json index 8e49922709c..c45f9c467e4 100644 --- a/homeassistant/components/heos/.translations/zh-Hant.json +++ b/homeassistant/components/heos/.translations/zh-Hant.json @@ -16,6 +16,6 @@ "title": "\u9023\u7dda\u81f3 Heos" } }, - "title": "Heos" + "title": "HEOS" } } \ No newline at end of file diff --git a/homeassistant/components/met/.translations/bg.json b/homeassistant/components/met/.translations/bg.json new file mode 100644 index 00000000000..aabb1aeda3f --- /dev/null +++ b/homeassistant/components/met/.translations/bg.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "\u0418\u043c\u0435\u0442\u043e \u0432\u0435\u0447\u0435 \u0441\u044a\u0449\u0435\u0441\u0442\u0432\u0443\u0432\u0430" + }, + "step": { + "user": { + "data": { + "elevation": "\u041d\u0430\u0434\u043c\u043e\u0440\u0441\u043a\u0430 \u0432\u0438\u0441\u043e\u0447\u0438\u043d\u0430", + "latitude": "\u0413\u0435\u043e\u0433\u0440\u0430\u0444\u0441\u043a\u0430 \u0448\u0438\u0440\u0438\u043d\u0430", + "longitude": "\u0413\u0435\u043e\u0433\u0440\u0430\u0444\u0441\u043a\u0430 \u0434\u044a\u043b\u0436\u0438\u043d\u0430", + "name": "\u0418\u043c\u0435" + }, + "description": "\u041d\u043e\u0440\u0432\u0435\u0436\u043a\u0438 \u043c\u0435\u0442\u0435\u043e\u0440\u043e\u043b\u043e\u0433\u0438\u0447\u0435\u043d \u0438\u043d\u0441\u0442\u0438\u0442\u0443\u0442", + "title": "\u041c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/met/.translations/ko.json b/homeassistant/components/met/.translations/ko.json index 3cb6fd66943..6900458ba60 100644 --- a/homeassistant/components/met/.translations/ko.json +++ b/homeassistant/components/met/.translations/ko.json @@ -11,10 +11,10 @@ "longitude": "\uacbd\ub3c4", "name": "\uc774\ub984" }, - "description": "\ub178\ub974\uc6e8\uc774 \uae30\uc0c1 \uc5f0\uad6c\uc18c", + "description": "\ub178\ub974\uc6e8\uc774 \uae30\uc0c1 \uc5f0\uad6c\uc18c (Meteorologisk institutt)", "title": "\uc704\uce58" } }, - "title": "Met.no" + "title": "\ub178\ub974\uc6e8\uc774 \uae30\uc0c1 \uc5f0\uad6c\uc18c (Met.no)" } } \ No newline at end of file diff --git a/homeassistant/components/met/.translations/pl.json b/homeassistant/components/met/.translations/pl.json index 2eb9e446079..61b66b794e1 100644 --- a/homeassistant/components/met/.translations/pl.json +++ b/homeassistant/components/met/.translations/pl.json @@ -11,6 +11,7 @@ "longitude": "D\u0142ugo\u015b\u0107 geograficzna", "name": "Nazwa" }, + "description": "Meteorologisk institutt", "title": "Lokalizacja" } }, diff --git a/homeassistant/components/met/.translations/sl.json b/homeassistant/components/met/.translations/sl.json new file mode 100644 index 00000000000..5dffbe133e7 --- /dev/null +++ b/homeassistant/components/met/.translations/sl.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "name_exists": "Ime \u017ee obstaja" + }, + "step": { + "user": { + "data": { + "elevation": "Nadmorska vi\u0161ina", + "latitude": "Zemljepisna \u0161irina", + "longitude": "Zemljepisna dol\u017eina", + "name": "Ime" + }, + "description": "Meteorolo\u0161ki institut", + "title": "Lokacija" + } + }, + "title": "Met.no" + } +} \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/pl.json b/homeassistant/components/plaato/.translations/pl.json index 0d59cb3942b..aa7eb5f29bc 100644 --- a/homeassistant/components/plaato/.translations/pl.json +++ b/homeassistant/components/plaato/.translations/pl.json @@ -4,6 +4,15 @@ "not_internet_accessible": "Twoja instancja Home Assistant musi by\u0107 dost\u0119pna z Internetu, aby otrzymywa\u0107 wiadomo\u015bci z Plaato Airlock.", "one_instance_allowed": "Wymagana jest tylko jedna instancja." }, + "create_entry": { + "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistant'a, musisz skonfigurowa\u0107 webhook w Plaato Airlock. \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}) by pozna\u0107 szczeg\u00f3\u0142y." + }, + "step": { + "user": { + "description": "Czy chcesz skonfigurowa\u0107 Plaato Airlock?", + "title": "Konfiguracja Plaato Webhook" + } + }, "title": "Plaato Airlock" } } \ No newline at end of file diff --git a/homeassistant/components/plaato/.translations/sl.json b/homeassistant/components/plaato/.translations/sl.json new file mode 100644 index 00000000000..b30bcb66d2e --- /dev/null +++ b/homeassistant/components/plaato/.translations/sl.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "not_internet_accessible": "Va\u0161 Home Assistant mora biti dostopen prek interneta, da boste lahko prejemali Plaato sporo\u010dila.", + "one_instance_allowed": "Potrebna je samo ena instanca." + }, + "create_entry": { + "default": "\u010ce \u017eelite dogodke poslati Home Assistant-u, morate v Plaato Airlock-u nastaviti funkcijo webhook. \n\n Izpolnite naslednje podatke: \n\n - URL: ` {webhook_url} ` \n - Metoda: POST \n\n Za podrobnosti glejte [dokumentacija] ( {docs_url} )." + }, + "step": { + "user": { + "description": "Ali ste prepri\u010dani, da \u017eelite nastaviti Plaato Webhook?", + "title": "Nastavite Plaato Webhook" + } + }, + "title": "Plaato Airlock" + } +} \ No newline at end of file diff --git a/homeassistant/components/somfy/.translations/sl.json b/homeassistant/components/somfy/.translations/sl.json new file mode 100644 index 00000000000..87e8e33c814 --- /dev/null +++ b/homeassistant/components/somfy/.translations/sl.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "already_setup": "Nastavite lahko samo en ra\u010dun Somfy.", + "authorize_url_timeout": "\u010casovna omejitev za generiranje potrditvenega URL-ja je potekla.", + "missing_configuration": "Komponenta Somfy ni konfigurirana. Upo\u0161tevajte dokumentacijo." + }, + "create_entry": { + "default": "Uspe\u0161no overjen s Somfy-jem." + }, + "title": "Somfy" + } +} \ No newline at end of file diff --git a/homeassistant/components/tradfri/.translations/ca.json b/homeassistant/components/tradfri/.translations/ca.json index 22d70092f0d..eb3f25e8b49 100644 --- a/homeassistant/components/tradfri/.translations/ca.json +++ b/homeassistant/components/tradfri/.translations/ca.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "L'enlla\u00e7 ja est\u00e0 configurat" + "already_configured": "L'enlla\u00e7 ja est\u00e0 configurat", + "already_in_progress": "La configuraci\u00f3 de l'enlla\u00e7 ja est\u00e0 en curs." }, "error": { "cannot_connect": "No s'ha pogut connectar a la passarel\u00b7la d'enlla\u00e7", diff --git a/homeassistant/components/tradfri/.translations/en.json b/homeassistant/components/tradfri/.translations/en.json index 7b0d2005c2a..0b11474d677 100644 --- a/homeassistant/components/tradfri/.translations/en.json +++ b/homeassistant/components/tradfri/.translations/en.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Bridge is already configured" + "already_configured": "Bridge is already configured.", + "already_in_progress": "Bridge configuration is already in progress." }, "error": { "cannot_connect": "Unable to connect to the gateway.", diff --git a/homeassistant/components/tradfri/.translations/ko.json b/homeassistant/components/tradfri/.translations/ko.json index b901a1fd508..02c46b52f6d 100644 --- a/homeassistant/components/tradfri/.translations/ko.json +++ b/homeassistant/components/tradfri/.translations/ko.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "\ube0c\ub9bf\uc9c0\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4" + "already_configured": "\ube0c\ub9bf\uc9c0\uac00 \uc774\ubbf8 \uad6c\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4", + "already_in_progress": "\ube0c\ub9bf\uc9c0 \uad6c\uc131\uc774 \uc774\ubbf8 \uc9c4\ud589\uc911\uc785\ub2c8\ub2e4." }, "error": { "cannot_connect": "\uac8c\uc774\ud2b8\uc6e8\uc774\uc5d0 \uc5f0\uacb0\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4.", diff --git a/homeassistant/components/tradfri/.translations/lb.json b/homeassistant/components/tradfri/.translations/lb.json index 8a623929d23..cd3e61a42ce 100644 --- a/homeassistant/components/tradfri/.translations/lb.json +++ b/homeassistant/components/tradfri/.translations/lb.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Bridge ass schon konfigur\u00e9iert" + "already_configured": "Bridge ass schon konfigur\u00e9iert", + "already_in_progress": "Bridge Konfiguratioun ass schonn am gaang." }, "error": { "cannot_connect": "Keng Verbindung mat der Gateway m\u00e9iglech.", diff --git a/homeassistant/components/tradfri/.translations/nl.json b/homeassistant/components/tradfri/.translations/nl.json index 1a681933b0b..f190d378ec7 100644 --- a/homeassistant/components/tradfri/.translations/nl.json +++ b/homeassistant/components/tradfri/.translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Bridge is al geconfigureerd" + "already_configured": "Bridge is al geconfigureerd.", + "already_in_progress": "Bridge configuratie is al in volle gang." }, "error": { "cannot_connect": "Kan geen verbinding maken met bridge", diff --git a/homeassistant/components/tradfri/.translations/pl.json b/homeassistant/components/tradfri/.translations/pl.json index 4fd71567afe..a61a028f396 100644 --- a/homeassistant/components/tradfri/.translations/pl.json +++ b/homeassistant/components/tradfri/.translations/pl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Mostek jest ju\u017c skonfigurowany" + "already_configured": "Mostek jest ju\u017c skonfigurowany", + "already_in_progress": "Konfigurowanie mostka jest ju\u017c w toku." }, "error": { "cannot_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z bram\u0105.", diff --git a/homeassistant/components/tradfri/.translations/ru.json b/homeassistant/components/tradfri/.translations/ru.json index e1e0c950618..99844dc91ca 100644 --- a/homeassistant/components/tradfri/.translations/ru.json +++ b/homeassistant/components/tradfri/.translations/ru.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430" + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430.", + "already_in_progress": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0448\u043b\u044e\u0437\u0430 \u0443\u0436\u0435 \u043d\u0430\u0447\u0430\u0442\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 \u043a \u0448\u043b\u044e\u0437\u0443", diff --git a/homeassistant/components/tradfri/.translations/sl.json b/homeassistant/components/tradfri/.translations/sl.json index ee2bf7d3d2b..dbdc39c6047 100644 --- a/homeassistant/components/tradfri/.translations/sl.json +++ b/homeassistant/components/tradfri/.translations/sl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Most je \u017ee konfiguriran" + "already_configured": "Most je \u017ee konfiguriran", + "already_in_progress": "Konfiguracija mostu je \u017ee v teku." }, "error": { "cannot_connect": "Povezava s prehodom ni mogo\u010de.", diff --git a/homeassistant/components/tradfri/.translations/zh-Hant.json b/homeassistant/components/tradfri/.translations/zh-Hant.json index b295bba0564..b1608870037 100644 --- a/homeassistant/components/tradfri/.translations/zh-Hant.json +++ b/homeassistant/components/tradfri/.translations/zh-Hant.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Bridge \u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" + "already_configured": "Bridge \u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "already_in_progress": "Bridge \u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d\u3002" }, "error": { "cannot_connect": "\u7121\u6cd5\u9023\u7dda\u81f3\u9598\u9053\u5668\u3002",