diff --git a/homeassistant/components/abode/translations/cs.json b/homeassistant/components/abode/translations/cs.json index e482cce526f9..bbf26a8968a5 100644 --- a/homeassistant/components/abode/translations/cs.json +++ b/homeassistant/components/abode/translations/cs.json @@ -1,18 +1,20 @@ { "config": { "abort": { - "single_instance_allowed": "Je povolena pouze jedna konfigurace Abode." + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "connection_error": "Nelze se p\u0159ipojit k Abode.", "identifier_exists": "\u00da\u010det je ji\u017e zaregistrov\u00e1n.", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "invalid_credentials": "Neplatn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje." }, "step": { "user": { "data": { "password": "Heslo", - "username": "E-mailov\u00e1 adresa" + "username": "E-mail" }, "title": "Vypl\u0148te p\u0159ihla\u0161ovac\u00ed \u00fadaje Abode" } diff --git a/homeassistant/components/abode/translations/pl.json b/homeassistant/components/abode/translations/pl.json index 141e21110213..6ec7a8d4eb79 100644 --- a/homeassistant/components/abode/translations/pl.json +++ b/homeassistant/components/abode/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja Abode." + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", diff --git a/homeassistant/components/accuweather/translations/cs.json b/homeassistant/components/accuweather/translations/cs.json index 80383c424621..f4908aea3b0b 100644 --- a/homeassistant/components/accuweather/translations/cs.json +++ b/homeassistant/components/accuweather/translations/cs.json @@ -1,11 +1,32 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API" + }, "step": { "user": { "data": { + "api_key": "Kl\u00ed\u010d API", "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", - "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" - } + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", + "name": "Jm\u00e9no" + }, + "description": "Pokud pot\u0159ebujete pomoc s nastaven\u00ed, pod\u00edvejte se na: https://www.home-assistant.io/integrations/accuweather/\n\nN\u011bkter\u00e9 senzory nejsou ve v\u00fdchoz\u00edm nastaven\u00ed povoleny. M\u016f\u017eete je povolit po nastaven\u00ed integrace v registru entit.\nP\u0159edpov\u011b\u010f po\u010das\u00ed nen\u00ed ve v\u00fdchoz\u00edm nastaven\u00ed povolena. M\u016f\u017eete ji povolit v mo\u017enostech integrace.", + "title": "AccuWeather" + } + } + }, + "options": { + "step": { + "user": { + "data": { + "forecast": "P\u0159edpov\u011b\u010f po\u010das\u00ed" + }, + "title": "Mo\u017enosti AccuWeather" } } } diff --git a/homeassistant/components/acmeda/translations/cs.json b/homeassistant/components/acmeda/translations/cs.json new file mode 100644 index 000000000000..3f0012e00d20 --- /dev/null +++ b/homeassistant/components/acmeda/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/adguard/translations/cs.json b/homeassistant/components/adguard/translations/cs.json index 082fa365e7ca..176a6496c9d8 100644 --- a/homeassistant/components/adguard/translations/cs.json +++ b/homeassistant/components/adguard/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "connection_error": "Nepoda\u0159ilo se p\u0159ipojit." + }, "step": { "hassio_confirm": { "description": "Chcete nakonfigurovat slu\u017ebu Home Assistant pro p\u0159ipojen\u00ed k AddGuard pomoc\u00ed hass.io {addon}?", @@ -10,7 +17,9 @@ "host": "Hostitel", "password": "Heslo", "port": "Port", - "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" } } } diff --git a/homeassistant/components/adguard/translations/pl.json b/homeassistant/components/adguard/translations/pl.json index 787b321afd50..911d59bec035 100644 --- a/homeassistant/components/adguard/translations/pl.json +++ b/homeassistant/components/adguard/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "existing_instance_updated": "Zaktualizowano istniej\u0105c\u0105 konfiguracj\u0119.", - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja AdGuard Home." + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", diff --git a/homeassistant/components/agent_dvr/translations/cs.json b/homeassistant/components/agent_dvr/translations/cs.json index 406bddd1a129..1ef83c5fca1f 100644 --- a/homeassistant/components/agent_dvr/translations/cs.json +++ b/homeassistant/components/agent_dvr/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/agent_dvr/translations/no.json b/homeassistant/components/agent_dvr/translations/no.json index 8df278350ca1..912c5d1ae378 100644 --- a/homeassistant/components/agent_dvr/translations/no.json +++ b/homeassistant/components/agent_dvr/translations/no.json @@ -5,6 +5,7 @@ }, "error": { "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", + "cannot_connect": "Tilkobling mislyktes.", "device_unavailable": "Enheten er ikke tilgjengelig" }, "step": { diff --git a/homeassistant/components/agent_dvr/translations/pl.json b/homeassistant/components/agent_dvr/translations/pl.json index ea66dafd93ae..c21b3c2934fc 100644 --- a/homeassistant/components/agent_dvr/translations/pl.json +++ b/homeassistant/components/agent_dvr/translations/pl.json @@ -4,7 +4,7 @@ "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" }, "error": { - "already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.", + "already_in_progress": "[%key::common::config_flow::abort::already_in_progress%]", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "device_unavailable": "Urz\u0105dzenie nie jest dost\u0119pne." }, diff --git a/homeassistant/components/agent_dvr/translations/ru.json b/homeassistant/components/agent_dvr/translations/ru.json index 6bda3e2e5912..20a6eebc73f9 100644 --- a/homeassistant/components/agent_dvr/translations/ru.json +++ b/homeassistant/components/agent_dvr/translations/ru.json @@ -5,6 +5,7 @@ }, "error": { "already_in_progress": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.", + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "device_unavailable": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e." }, "step": { diff --git a/homeassistant/components/airly/translations/cs.json b/homeassistant/components/airly/translations/cs.json index 757cf90e1e21..50784c477d7a 100644 --- a/homeassistant/components/airly/translations/cs.json +++ b/homeassistant/components/airly/translations/cs.json @@ -1,10 +1,20 @@ { "config": { + "abort": { + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API" + }, "step": { "user": { "data": { - "api_key": "Kl\u00ed\u010d API" - } + "api_key": "Kl\u00ed\u010d API", + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", + "name": "Jm\u00e9no" + }, + "title": "Airly" } } } diff --git a/homeassistant/components/airly/translations/no.json b/homeassistant/components/airly/translations/no.json index 95b5331c8b60..1fd5bd2e77f6 100644 --- a/homeassistant/components/airly/translations/no.json +++ b/homeassistant/components/airly/translations/no.json @@ -14,7 +14,7 @@ "api_key": "API-n\u00f8kkel", "latitude": "Breddegrad", "longitude": "Lengdegrad", - "name": "Navn p\u00e5 integrasjonen" + "name": "Navn" }, "description": "Sett opp Airly luftkvalitet integrasjon. For \u00e5 opprette API-n\u00f8kkel, g\u00e5 til [https://developer.airly.eu/register](https://developer.airly.eu/register)", "title": "" diff --git a/homeassistant/components/airvisual/translations/cs.json b/homeassistant/components/airvisual/translations/cs.json index 9c41a50b09f3..d9b1ee8a5435 100644 --- a/homeassistant/components/airvisual/translations/cs.json +++ b/homeassistant/components/airvisual/translations/cs.json @@ -1,15 +1,31 @@ { "config": { + "abort": { + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no nebo ID uzlu/Pro je ji\u017e zaregistrov\u00e1no." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "general_error": "Neo\u010dek\u00e1van\u00e1 chyba", + "invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API" + }, "step": { "geography": { "data": { - "api_key": "Kl\u00ed\u010d API" + "api_key": "Kl\u00ed\u010d API", + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" } }, "node_pro": { "data": { "password": "Heslo" } + }, + "user": { + "data": { + "node_pro": "AirVisual Node Pro" + }, + "description": "Vyberte, jak\u00fd typ dat AirVisual chcete sledovat." } } } diff --git a/homeassistant/components/alarmdecoder/translations/cs.json b/homeassistant/components/alarmdecoder/translations/cs.json index b42e092bb478..c300e79e1041 100644 --- a/homeassistant/components/alarmdecoder/translations/cs.json +++ b/homeassistant/components/alarmdecoder/translations/cs.json @@ -1,4 +1,21 @@ { + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "service_unavailable": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "protocol": { + "data": { + "host": "Hostitel", + "port": "Port" + } + } + } + }, "options": { "step": { "arm_settings": { diff --git a/homeassistant/components/alarmdecoder/translations/no.json b/homeassistant/components/alarmdecoder/translations/no.json index 36c5f21c60c7..351c027d9a76 100644 --- a/homeassistant/components/alarmdecoder/translations/no.json +++ b/homeassistant/components/alarmdecoder/translations/no.json @@ -7,6 +7,7 @@ "default": "Vellykket koblet til AlarmDecoder." }, "error": { + "cannot_connect": "Tilkobling mislyktes.", "service_unavailable": "Tilkobling mislyktes." }, "step": { diff --git a/homeassistant/components/alarmdecoder/translations/pl.json b/homeassistant/components/alarmdecoder/translations/pl.json index a6ddf7c40287..1af04672cd2b 100644 --- a/homeassistant/components/alarmdecoder/translations/pl.json +++ b/homeassistant/components/alarmdecoder/translations/pl.json @@ -60,7 +60,7 @@ "zone_rfid": "RF Serial", "zone_type": "Rodzaj strefy" }, - "description": "Wprowad\u017a szczeg\u00f3\u0142y dla strefy {zone_number} . Aby usun\u0105\u0107 stref\u0119 {zone_number}, pozostaw nazw\u0119 strefy pust\u0105.", + "description": "Wprowad\u017a szczeg\u00f3\u0142y dla strefy {zone_number}. Aby usun\u0105\u0107 stref\u0119 {zone_number}, pozostaw nazw\u0119 strefy pust\u0105.", "title": "Konfiguracja AlarmDecoder" }, "zone_select": { diff --git a/homeassistant/components/alarmdecoder/translations/ru.json b/homeassistant/components/alarmdecoder/translations/ru.json index 3a6e56686fd6..700b4fe6a887 100644 --- a/homeassistant/components/alarmdecoder/translations/ru.json +++ b/homeassistant/components/alarmdecoder/translations/ru.json @@ -7,6 +7,7 @@ "default": "\u0423\u0441\u043f\u0435\u0448\u043d\u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u043e \u043a AlarmDecoder." }, "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "service_unavailable": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f." }, "step": { diff --git a/homeassistant/components/almond/translations/cs.json b/homeassistant/components/almond/translations/cs.json index f103fcc27277..0132c7d52a3e 100644 --- a/homeassistant/components/almond/translations/cs.json +++ b/homeassistant/components/almond/translations/cs.json @@ -1,9 +1,18 @@ { "config": { + "abort": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, "step": { "hassio_confirm": { "description": "Chcete nakonfigurovat slu\u017ebu Home Assistant pro p\u0159ipojen\u00ed k Almond pomoc\u00ed hass.io {addon}?", "title": "Almond prost\u0159ednictv\u00edm dopl\u0148ku Hass.io" + }, + "pick_implementation": { + "title": "Vyberte metodu ov\u011b\u0159en\u00ed" } } } diff --git a/homeassistant/components/almond/translations/no.json b/homeassistant/components/almond/translations/no.json index a0877493014e..f6aa3f941c1c 100644 --- a/homeassistant/components/almond/translations/no.json +++ b/homeassistant/components/almond/translations/no.json @@ -3,7 +3,7 @@ "abort": { "already_setup": "Du kan bare konfigurere en Almond konto.", "cannot_connect": "Tilkobling mislyktes.", - "missing_configuration": "Vennligst sjekk dokumentasjonen om hvordan du setter opp Almond.", + "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", "no_url_available": "Ingen URL tilgjengelig. For informasjon om denne feilen, [sjekk {docs_url} ] ( {docs_url} )", "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, diff --git a/homeassistant/components/almond/translations/pl.json b/homeassistant/components/almond/translations/pl.json index ef01886e5ce8..785f01cf34b3 100644 --- a/homeassistant/components/almond/translations/pl.json +++ b/homeassistant/components/almond/translations/pl.json @@ -2,8 +2,8 @@ "config": { "abort": { "already_setup": "Mo\u017cesz skonfigurowa\u0107 tylko jedno konto Almond.", - "cannot_connect": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z serwerem Almond.", - "missing_configuration": "Prosz\u0119 zapozna\u0107 si\u0119 z dokumentacj\u0105 konfiguracji Almond.", + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", + "missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.", "no_url_available": "Brak dost\u0119pnego adresu URL. Aby uzyska\u0107 informacje na temat tego b\u0142\u0119du, [sprawd\u017a sekcj\u0119 pomocy] ({docs_url})", "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, diff --git a/homeassistant/components/almond/translations/ru.json b/homeassistant/components/almond/translations/ru.json index 5b5732362346..5a5d6a4c5c4c 100644 --- a/homeassistant/components/almond/translations/ru.json +++ b/homeassistant/components/almond/translations/ru.json @@ -3,7 +3,7 @@ "abort": { "already_setup": "\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.", "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", - "missing_configuration": "\u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438 \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 Almond.", + "missing_configuration": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438.", "no_url_available": "URL-\u0430\u0434\u0440\u0435\u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d. \u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 [\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0435\u0439]({docs_url}) \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e\u0431 \u044d\u0442\u043e\u0439 \u043e\u0448\u0438\u0431\u043a\u0435.", "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." }, diff --git a/homeassistant/components/ambiclimate/translations/cs.json b/homeassistant/components/ambiclimate/translations/cs.json index 2f2369429fe4..acac97fd5505 100644 --- a/homeassistant/components/ambiclimate/translations/cs.json +++ b/homeassistant/components/ambiclimate/translations/cs.json @@ -1,5 +1,9 @@ { "config": { + "abort": { + "already_configured_account": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "oauth2_missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace." + }, "error": { "follow_link": "N\u00e1sledujte odkaz a prove\u010fte ov\u011b\u0159en\u00ed p\u0159ed stisknut\u00edm tla\u010d\u00edtka Odeslat.", "no_token": "Nen\u00ed ov\u011b\u0159en s Ambiclimate" diff --git a/homeassistant/components/ambiclimate/translations/pl.json b/homeassistant/components/ambiclimate/translations/pl.json index 29f289f43498..180810b2bb99 100644 --- a/homeassistant/components/ambiclimate/translations/pl.json +++ b/homeassistant/components/ambiclimate/translations/pl.json @@ -16,7 +16,7 @@ }, "step": { "auth": { - "description": "Kliknij poni\u017cszy [link]({authorization_url}) i Zezw\u00f3l na dost\u0119p do konta Ambiclimate, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij Zatwierd\u017a poni\u017cej. \n(Upewnij si\u0119, \u017ce podany adres URL to {cb_url})", + "description": "Kliknij poni\u017cszy [link]({authorization_url}) i **Zezw\u00f3l** na dost\u0119p do konta Ambiclimate, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij **Zatwierd\u017a** poni\u017cej.\n(Upewnij si\u0119, \u017ce podany adres \"URL callback\" to {cb_url})", "title": "Uwierzytelnienie Ambiclimate" } } diff --git a/homeassistant/components/ambient_station/translations/cs.json b/homeassistant/components/ambient_station/translations/cs.json index 757cf90e1e21..e6517da9f5c8 100644 --- a/homeassistant/components/ambient_station/translations/cs.json +++ b/homeassistant/components/ambient_station/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "error": { + "invalid_key": "Neplatn\u00fd kl\u00ed\u010d API" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/arcam_fmj/translations/cs.json b/homeassistant/components/arcam_fmj/translations/cs.json index 5bcc0c2295dd..535f8260d16d 100644 --- a/homeassistant/components/arcam_fmj/translations/cs.json +++ b/homeassistant/components/arcam_fmj/translations/cs.json @@ -1,5 +1,10 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/atag/translations/cs.json b/homeassistant/components/atag/translations/cs.json index 406bddd1a129..c8367918b81b 100644 --- a/homeassistant/components/atag/translations/cs.json +++ b/homeassistant/components/atag/translations/cs.json @@ -1,12 +1,21 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "connection_error": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { + "email": "E-mail", "host": "Hostitel", "port": "Port" } } } - } + }, + "title": "Atag" } \ No newline at end of file diff --git a/homeassistant/components/atag/translations/it.json b/homeassistant/components/atag/translations/it.json index aee7a323ef58..bdeeac8e60e6 100644 --- a/homeassistant/components/atag/translations/it.json +++ b/homeassistant/components/atag/translations/it.json @@ -1,9 +1,10 @@ { "config": { "abort": { - "already_configured": "Questo dispositivo \u00e8 gi\u00e0 stato aggiunto a HomeAssistant" + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato" }, "error": { + "cannot_connect": "Impossibile connettersi", "connection_error": "Impossibile connettersi", "unauthorized": "Associazione negata, controllare il dispositivo per la richiesta di autenticazione" }, diff --git a/homeassistant/components/atag/translations/no.json b/homeassistant/components/atag/translations/no.json index 690a8ce661ae..2956337e586a 100644 --- a/homeassistant/components/atag/translations/no.json +++ b/homeassistant/components/atag/translations/no.json @@ -1,9 +1,10 @@ { "config": { "abort": { - "already_configured": "Denne enheten er allerede lagt til i HomeAssistant" + "already_configured": "Enheten er allerede konfigurert" }, "error": { + "cannot_connect": "Tilkobling mislyktes.", "connection_error": "Tilkobling mislyktes.", "unauthorized": "Parring nektet, sjekk enheten for autorisasjonsforesp\u00f8rsel" }, diff --git a/homeassistant/components/atag/translations/ru.json b/homeassistant/components/atag/translations/ru.json index c7bdcead280c..181f6c8092b2 100644 --- a/homeassistant/components/atag/translations/ru.json +++ b/homeassistant/components/atag/translations/ru.json @@ -1,9 +1,10 @@ { "config": { "abort": { - "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430." + "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." }, "error": { + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "connection_error": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "unauthorized": "\u0421\u043e\u043f\u0440\u044f\u0436\u0435\u043d\u0438\u0435 \u0437\u0430\u043f\u0440\u0435\u0449\u0435\u043d\u043e, \u043f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e \u043d\u0430 \u0437\u0430\u043f\u0440\u043e\u0441 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438." }, diff --git a/homeassistant/components/atag/translations/zh-Hant.json b/homeassistant/components/atag/translations/zh-Hant.json index 5e3590f7a5df..fe507272b4a1 100644 --- a/homeassistant/components/atag/translations/zh-Hant.json +++ b/homeassistant/components/atag/translations/zh-Hant.json @@ -1,9 +1,10 @@ { "config": { "abort": { - "already_configured": "\u6b64\u8a2d\u5099\u5df2\u7d93\u65b0\u589e\u81f3 Home Assistant" + "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210" }, "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", "connection_error": "\u9023\u7dda\u5931\u6557", "unauthorized": "\u914d\u5c0d\u906d\u62d2\uff0c\u8acb\u6aa2\u67e5\u8a2d\u5099\u8a8d\u8b49\u8acb\u6c42" }, diff --git a/homeassistant/components/august/translations/cs.json b/homeassistant/components/august/translations/cs.json index 338ff5d9a44c..332685b28aeb 100644 --- a/homeassistant/components/august/translations/cs.json +++ b/homeassistant/components/august/translations/cs.json @@ -1,11 +1,23 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } + }, + "validation": { + "title": "Dvoufaktorov\u00e9 ov\u011b\u0159ov\u00e1n\u00ed" } } } diff --git a/homeassistant/components/august/translations/et.json b/homeassistant/components/august/translations/et.json index e260eaa3fa2c..32f0a170f451 100644 --- a/homeassistant/components/august/translations/et.json +++ b/homeassistant/components/august/translations/et.json @@ -4,6 +4,9 @@ "already_configured": "Konto on juba seadistatud", "reauth_successful": "Taasautentimine \u00f5nnestus" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/automation/translations/cs.json b/homeassistant/components/automation/translations/cs.json index 5a8f3819c9dd..b4b3c61be5af 100644 --- a/homeassistant/components/automation/translations/cs.json +++ b/homeassistant/components/automation/translations/cs.json @@ -1,8 +1,8 @@ { "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Automatizace" diff --git a/homeassistant/components/avri/translations/cs.json b/homeassistant/components/avri/translations/cs.json new file mode 100644 index 000000000000..f98a9faf5ec2 --- /dev/null +++ b/homeassistant/components/avri/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "error": { + "invalid_house_number": "Neplatn\u00e9 \u010d\u00edslo domu." + }, + "step": { + "user": { + "data": { + "country_code": "2p\u00edsmenn\u00fd k\u00f3d zem\u011b", + "house_number": "\u010c\u00edslo domu", + "house_number_extension": "Roz\u0161\u00ed\u0159en\u00ed \u010d\u00edsla domu", + "zip_code": "PS\u010c" + }, + "title": "Avri" + } + } + }, + "title": "Avri" +} \ No newline at end of file diff --git a/homeassistant/components/awair/translations/cs.json b/homeassistant/components/awair/translations/cs.json index 131ef0a62610..280d6c286c9f 100644 --- a/homeassistant/components/awair/translations/cs.json +++ b/homeassistant/components/awair/translations/cs.json @@ -2,11 +2,14 @@ "config": { "abort": { "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", - "no_devices": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed.", - "reauth_successful": "P\u0159\u00edstupov\u00fd token \u00fasp\u011b\u0161n\u011b aktualizov\u00e1n" + "no_devices": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" }, "error": { - "auth": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token" + "auth": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token", + "invalid_access_token": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "step": { "reauth": { diff --git a/homeassistant/components/awair/translations/no.json b/homeassistant/components/awair/translations/no.json index 17c1bc6545bd..a38a6e07e70a 100644 --- a/homeassistant/components/awair/translations/no.json +++ b/homeassistant/components/awair/translations/no.json @@ -3,11 +3,13 @@ "abort": { "already_configured": "Kontoen er allerede konfigurert", "no_devices": "Ingen enheter funnet p\u00e5 nettverket", + "no_devices_found": "Ingen enheter funnet p\u00e5 nettverket", "reauth_successful": "Reautentisering var vellykket" }, "error": { "auth": "Ugyldig tilgangstoken", - "unknown": "Ukjent Awair API-feil." + "invalid_access_token": "Ugyldig tilgangstoken", + "unknown": "Uventet feil" }, "step": { "reauth": { diff --git a/homeassistant/components/awair/translations/pl.json b/homeassistant/components/awair/translations/pl.json index 3e557313574e..8427600d6689 100644 --- a/homeassistant/components/awair/translations/pl.json +++ b/homeassistant/components/awair/translations/pl.json @@ -9,7 +9,7 @@ "error": { "auth": "Token dost\u0119pu", "invalid_access_token": "Niepoprawny token dost\u0119pu", - "unknown": "Nieznany b\u0142\u0105d API Awair." + "unknown": "[%key::common::config_flow::error::unknown%]" }, "step": { "reauth": { diff --git a/homeassistant/components/awair/translations/pt-BR.json b/homeassistant/components/awair/translations/pt-BR.json new file mode 100644 index 000000000000..6cec4b5050d6 --- /dev/null +++ b/homeassistant/components/awair/translations/pt-BR.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "invalid_access_token": "token de acesso invalido" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/awair/translations/ru.json b/homeassistant/components/awair/translations/ru.json index 2cf98c7348f9..d18311645874 100644 --- a/homeassistant/components/awair/translations/ru.json +++ b/homeassistant/components/awair/translations/ru.json @@ -3,11 +3,13 @@ "abort": { "already_configured": "\u042d\u0442\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant.", "no_devices": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0435\u0442\u0438.", + "no_devices_found": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0435\u0442\u0438.", "reauth_successful": "\u041f\u043e\u0432\u0442\u043e\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e." }, "error": { "auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u043e\u043a\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f\u0430.", - "unknown": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + "invalid_access_token": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0442\u043e\u043a\u0435\u043d \u0434\u043e\u0441\u0442\u0443\u043f\u0430.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." }, "step": { "reauth": { diff --git a/homeassistant/components/axis/translations/cs.json b/homeassistant/components/axis/translations/cs.json index dc88556b6e19..0ae25dae124f 100644 --- a/homeassistant/components/axis/translations/cs.json +++ b/homeassistant/components/axis/translations/cs.json @@ -1,5 +1,15 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "bad_config_file": "Chybn\u00e1 data z konfigura\u010dn\u00edho souboru" + }, + "error": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "flow_title": "Za\u0159\u00edzen\u00ed Axis: {name} ({host})", "step": { "user": { diff --git a/homeassistant/components/axis/translations/pl.json b/homeassistant/components/axis/translations/pl.json index cdd2fe915b8b..68e7093c7e73 100644 --- a/homeassistant/components/axis/translations/pl.json +++ b/homeassistant/components/axis/translations/pl.json @@ -8,7 +8,7 @@ }, "error": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "device_unavailable": "Urz\u0105dzenie jest niedost\u0119pne", "faulty_credentials": "B\u0142\u0119dne dane uwierzytelniaj\u0105ce", diff --git a/homeassistant/components/azure_devops/translations/cs.json b/homeassistant/components/azure_devops/translations/cs.json new file mode 100644 index 000000000000..13de888af4bb --- /dev/null +++ b/homeassistant/components/azure_devops/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/binary_sensor/translations/cs.json b/homeassistant/components/binary_sensor/translations/cs.json index ae0745d3a497..be54f0192d70 100644 --- a/homeassistant/components/binary_sensor/translations/cs.json +++ b/homeassistant/components/binary_sensor/translations/cs.json @@ -52,7 +52,7 @@ "hot": "{entity_name} se zah\u0159\u00e1l", "light": "{entity_name} za\u010dalo detekovat sv\u011btlo", "locked": "{entity_name} zam\u010deno", - "moist": "{entity_name} se navlh\u010dil", + "moist": "{entity_name} zvlhnul", "motion": "{entity_name} za\u010dalo detekovat pohyb", "moving": "{entity_name} se za\u010dal pohybovat", "no_gas": "{entity_name} p\u0159estalo detekovat plyn", diff --git a/homeassistant/components/blebox/translations/cs.json b/homeassistant/components/blebox/translations/cs.json index 814e0c634185..b859d07a88fd 100644 --- a/homeassistant/components/blebox/translations/cs.json +++ b/homeassistant/components/blebox/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/blink/translations/cs.json b/homeassistant/components/blink/translations/cs.json index 3b0f6c09f829..e010c668d707 100644 --- a/homeassistant/components/blink/translations/cs.json +++ b/homeassistant/components/blink/translations/cs.json @@ -4,10 +4,19 @@ "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" }, "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_access_token": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token", "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "step": { + "2fa": { + "data": { + "2fa": "K\u00f3d dvoufaktorov\u00e9ho ov\u011b\u0159ov\u00e1n\u00ed" + }, + "description": "Zadejte PIN zaslan\u00fd na v\u00e1\u0161 e-mail", + "title": "Dvoufaktorov\u00e9 ov\u011b\u0159ov\u00e1n\u00ed" + }, "user": { "data": { "password": "Heslo", @@ -15,5 +24,12 @@ } } } + }, + "options": { + "step": { + "simple_options": { + "title": "Mo\u017enosti Blink" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/blink/translations/et.json b/homeassistant/components/blink/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/blink/translations/et.json +++ b/homeassistant/components/blink/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/bond/translations/cs.json b/homeassistant/components/bond/translations/cs.json index bf42fe8d5fcd..50959d9970b4 100644 --- a/homeassistant/components/bond/translations/cs.json +++ b/homeassistant/components/bond/translations/cs.json @@ -3,6 +3,11 @@ "abort": { "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakofigurovan\u00e9" }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "flow_title": "Bond: {bond_id} ({host})", "step": { "confirm": { @@ -10,6 +15,12 @@ "access_token": "P\u0159\u00edstupov\u00fd token" }, "description": "Chcete nastavit {bond_id} ?" + }, + "user": { + "data": { + "access_token": "P\u0159\u00edstupov\u00fd token", + "host": "Hostitel" + } } } } diff --git a/homeassistant/components/bond/translations/et.json b/homeassistant/components/bond/translations/et.json index 2b3d39637f9b..13ba50212d28 100644 --- a/homeassistant/components/bond/translations/et.json +++ b/homeassistant/components/bond/translations/et.json @@ -2,6 +2,9 @@ "config": { "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "invalid_auth": "Tuvastamine nurjus" } } } \ No newline at end of file diff --git a/homeassistant/components/braviatv/translations/cs.json b/homeassistant/components/braviatv/translations/cs.json index d7737722cc37..144bd4dc99c5 100644 --- a/homeassistant/components/braviatv/translations/cs.json +++ b/homeassistant/components/braviatv/translations/cs.json @@ -1,10 +1,23 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_host": "Neplatn\u00fd hostitel nebo IP adresa" + }, "step": { + "authorize": { + "data": { + "pin": "PIN k\u00f3d" + } + }, "user": { "data": { "host": "Hostitel" - } + }, + "title": "Televize Sony Bravia" } } } diff --git a/homeassistant/components/braviatv/translations/no.json b/homeassistant/components/braviatv/translations/no.json index a890890c072b..976bb47334e4 100644 --- a/homeassistant/components/braviatv/translations/no.json +++ b/homeassistant/components/braviatv/translations/no.json @@ -6,7 +6,7 @@ }, "error": { "cannot_connect": "Tilkobling mislyktes.", - "invalid_host": "Ugyldig vertsnavn eller IP-adresse.", + "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "unsupported_model": "TV-modellen din st\u00f8ttes ikke." }, "step": { diff --git a/homeassistant/components/broadlink/translations/cs.json b/homeassistant/components/broadlink/translations/cs.json new file mode 100644 index 000000000000..95f21a65dcc5 --- /dev/null +++ b/homeassistant/components/broadlink/translations/cs.json @@ -0,0 +1,33 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_host": "Neplatn\u00fd hostitel nebo IP adresa", + "not_supported": "Za\u0159\u00edzen\u00ed nen\u00ed podporov\u00e1no", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_host": "Neplatn\u00fd hostitel nebo IP adresa", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "finish": { + "data": { + "name": "Jm\u00e9no" + } + }, + "unlock": { + "title": "Odemknut\u00ed za\u0159\u00edzen\u00ed (voliteln\u00e9)" + }, + "user": { + "data": { + "host": "Hostitel", + "timeout": "\u010casov\u00fd limit" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/broadlink/translations/no.json b/homeassistant/components/broadlink/translations/no.json index ad8716d91164..ad07b2b6d958 100644 --- a/homeassistant/components/broadlink/translations/no.json +++ b/homeassistant/components/broadlink/translations/no.json @@ -10,6 +10,7 @@ }, "error": { "cannot_connect": "Tilkobling mislyktes.", + "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "unknown": "Uventet feil" }, "flow_title": "{name} ( {model} hos {host} )", diff --git a/homeassistant/components/broadlink/translations/pl.json b/homeassistant/components/broadlink/translations/pl.json index be1284c9d21d..9777bfc805ad 100644 --- a/homeassistant/components/broadlink/translations/pl.json +++ b/homeassistant/components/broadlink/translations/pl.json @@ -2,9 +2,9 @@ "config": { "abort": { "already_configured": "[%key::common::config_flow::abort::already_configured_device%]", - "already_in_progress": "Konfiguracja integracji Broadlink jest ju\u017c w toku.", + "already_in_progress": "[%key::common::config_flow::abort::already_in_progress%]", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", - "invalid_host": "B\u0142\u0119dna nazwa hosta b\u0105d\u017a adres IP", + "invalid_host": "[%key::common::config_flow::error::invalid_host%]", "not_supported": "Urz\u0105dzenie nie jest obs\u0142ugiwane", "unknown": "[%key::common::config_flow::error::unknown%]" }, diff --git a/homeassistant/components/broadlink/translations/ru.json b/homeassistant/components/broadlink/translations/ru.json index 99e6858db29d..617c508b8c2e 100644 --- a/homeassistant/components/broadlink/translations/ru.json +++ b/homeassistant/components/broadlink/translations/ru.json @@ -10,6 +10,7 @@ }, "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_host": "\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0434\u043e\u043c\u0435\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u0438\u043b\u0438 IP-\u0430\u0434\u0440\u0435\u0441.", "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." }, "flow_title": "{name} ({model}, {host})", diff --git a/homeassistant/components/brother/translations/cs.json b/homeassistant/components/brother/translations/cs.json index ed5f4998d3c1..d6441e747f3d 100644 --- a/homeassistant/components/brother/translations/cs.json +++ b/homeassistant/components/brother/translations/cs.json @@ -1,10 +1,18 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "connection_error": "Nepoda\u0159ilo se p\u0159ipojit" + }, "flow_title": "Tisk\u00e1rna Brother: {model} {serial_number}", "step": { "user": { "data": { - "host": "Hostitel" + "host": "Hostitel", + "type": "Typ tisk\u00e1rny" } }, "zeroconf_confirm": { diff --git a/homeassistant/components/bsblan/translations/cs.json b/homeassistant/components/bsblan/translations/cs.json index 406bddd1a129..80fc91d03572 100644 --- a/homeassistant/components/bsblan/translations/cs.json +++ b/homeassistant/components/bsblan/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "flow_title": "BSB-Lan: {name}", "step": { "user": { "data": { @@ -8,5 +15,6 @@ } } } - } + }, + "title": "BSB-Lan" } \ No newline at end of file diff --git a/homeassistant/components/calendar/translations/cs.json b/homeassistant/components/calendar/translations/cs.json index 315c67b07030..289c8ac1c6c2 100644 --- a/homeassistant/components/calendar/translations/cs.json +++ b/homeassistant/components/calendar/translations/cs.json @@ -1,8 +1,8 @@ { "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Kalend\u00e1\u0159" diff --git a/homeassistant/components/camera/translations/cs.json b/homeassistant/components/camera/translations/cs.json index 3a310779d797..fcd1ca7b8d00 100644 --- a/homeassistant/components/camera/translations/cs.json +++ b/homeassistant/components/camera/translations/cs.json @@ -2,8 +2,8 @@ "state": { "_": { "idle": "Ne\u010dinn\u00fd", - "recording": "Z\u00e1znam", - "streaming": "Streamov\u00e1n\u00ed" + "recording": "Nahr\u00e1v\u00e1 se", + "streaming": "Streamuje" } }, "title": "Kamera" diff --git a/homeassistant/components/canary/translations/cs.json b/homeassistant/components/canary/translations/cs.json new file mode 100644 index 000000000000..4e383bc1a986 --- /dev/null +++ b/homeassistant/components/canary/translations/cs.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "flow_title": "Canary: {name}", + "step": { + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/cast/translations/cs.json b/homeassistant/components/cast/translations/cs.json index 3f67763b48b7..9a265eac425b 100644 --- a/homeassistant/components/cast/translations/cs.json +++ b/homeassistant/components/cast/translations/cs.json @@ -1,12 +1,12 @@ { "config": { "abort": { - "no_devices_found": "V s\u00edti nebyly nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed Google Cast.", - "single_instance_allowed": "Pouze jedin\u00e1 konfigurace Google Cast je nezbytn\u00e1." + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "step": { "confirm": { - "description": "Chcete nastavit Google Cast?" + "description": "Chcete za\u010d\u00edt nastavovat?" } } } diff --git a/homeassistant/components/cast/translations/pl.json b/homeassistant/components/cast/translations/pl.json index fd7a9eddcd6e..de80a8ad88b8 100644 --- a/homeassistant/components/cast/translations/pl.json +++ b/homeassistant/components/cast/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 Google Cast.", - "single_instance_allowed": "Wymagana jest tylko jedna konfiguracja Google Cast." + "no_devices_found": "[%key::common::config_flow::abort::no_devices_found%]", + "single_instance_allowed": "[%key::common::config_flow::abort::single_instance_allowed%]" }, "step": { "confirm": { diff --git a/homeassistant/components/cert_expiry/translations/cs.json b/homeassistant/components/cert_expiry/translations/cs.json index 406bddd1a129..7860dd418847 100644 --- a/homeassistant/components/cert_expiry/translations/cs.json +++ b/homeassistant/components/cert_expiry/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "error": { + "connection_timeout": "\u010casov\u00fd limit p\u0159i p\u0159ipojen\u00ed k tomuto hostiteli vypr\u0161el" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/climate/translations/cs.json b/homeassistant/components/climate/translations/cs.json index a61706acea8f..6eced920dfc5 100644 --- a/homeassistant/components/climate/translations/cs.json +++ b/homeassistant/components/climate/translations/cs.json @@ -1,4 +1,18 @@ { + "device_automation": { + "action_type": { + "set_hvac_mode": "Zm\u011bnit re\u017eim HVAC na {entity_name}" + }, + "condition_type": { + "is_hvac_mode": "{entity_name} je nastaveno na ur\u010dit\u00fd re\u017eim HVAC", + "is_preset_mode": "{entity_name} je nastaveno na p\u0159ednastaven\u00fd re\u017eim" + }, + "trigger_type": { + "current_humidity_changed": "M\u011b\u0159en\u00e1 vlhkost na {entity_name} zm\u011bn\u011bna", + "current_temperature_changed": "M\u011b\u0159en\u00e1 teplota na {entity_name} zm\u011bn\u011bna", + "hvac_mode_changed": "Re\u017eim HVAC na {entity_name} zm\u011bn\u011bn" + } + }, "state": { "_": { "auto": "Automatika", @@ -6,9 +20,9 @@ "dry": "Vysou\u0161en\u00ed", "fan_only": "Pouze ventil\u00e1tor", "heat": "Topen\u00ed", - "heat_cool": "Vyt\u00e1p\u011bn\u00ed/Chlazen\u00ed", - "off": "Neaktivn\u00ed" + "heat_cool": "Topen\u00ed/Chlazen\u00ed", + "off": "Vypnuto" } }, - "title": "Klimatizace" + "title": "Klima" } \ No newline at end of file diff --git a/homeassistant/components/configurator/translations/cs.json b/homeassistant/components/configurator/translations/cs.json index dcd1b4ee91e7..4776871c73c3 100644 --- a/homeassistant/components/configurator/translations/cs.json +++ b/homeassistant/components/configurator/translations/cs.json @@ -1,8 +1,8 @@ { "state": { "_": { - "configure": "Nakonfigurovat", - "configured": "Nakonfigurov\u00e1no" + "configure": "Nastavit", + "configured": "Nastaveno" } }, "title": "Konfigur\u00e1tor" diff --git a/homeassistant/components/control4/translations/cs.json b/homeassistant/components/control4/translations/cs.json new file mode 100644 index 000000000000..35cc672d63ff --- /dev/null +++ b/homeassistant/components/control4/translations/cs.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "host": "IP adresa", + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/control4/translations/et.json b/homeassistant/components/control4/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/control4/translations/et.json +++ b/homeassistant/components/control4/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/coolmaster/translations/cs.json b/homeassistant/components/coolmaster/translations/cs.json index 56e7d591d6b4..2f65198b6b4d 100644 --- a/homeassistant/components/coolmaster/translations/cs.json +++ b/homeassistant/components/coolmaster/translations/cs.json @@ -1,6 +1,7 @@ { "config": { "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "connection_error": "Nepoda\u0159ilo se p\u0159ipojit k instanci CoolMasterNet. Zkontrolujte pros\u00edm sv\u00e9ho hostitele.", "no_units": "V hostiteli CoolMasterNet nelze naj\u00edt \u017e\u00e1dn\u00e9 jednotky HVAC." }, diff --git a/homeassistant/components/coronavirus/translations/cs.json b/homeassistant/components/coronavirus/translations/cs.json new file mode 100644 index 000000000000..e6e728fe9cf8 --- /dev/null +++ b/homeassistant/components/coronavirus/translations/cs.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "step": { + "user": { + "data": { + "country": "Zem\u011b" + }, + "title": "Vyberte zemi, kterou chcete sledovat" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/cover/translations/cs.json b/homeassistant/components/cover/translations/cs.json index b093fb9f2145..4d1311212e78 100644 --- a/homeassistant/components/cover/translations/cs.json +++ b/homeassistant/components/cover/translations/cs.json @@ -1,6 +1,12 @@ { "device_automation": { "action_type": { + "close": "Zav\u0159\u00edt {entity_name}", + "close_tilt": "Sn\u00ed\u017eit n\u00e1klon {entity_name}", + "open": "Otev\u0159\u00edt {entity_name}", + "open_tilt": "Zv\u00fd\u0161it n\u00e1klon {entity_name}", + "set_position": "Nastavit pozici {entity_name}", + "set_tilt_position": "Nastavit n\u00e1klon {entity_name}", "stop": "Zastavit {entity_name}" }, "condition_type": { @@ -8,16 +14,24 @@ "is_closing": "{entity_name} se zav\u00edr\u00e1", "is_open": "{entity_name} je otev\u0159eno", "is_opening": "{entity_name} se otev\u00edr\u00e1", - "is_position": "pozice {entity_name} je", - "is_tilt_position": "pozice naklon\u011bn\u00ed {entity_name} je" + "is_position": "Pozice {entity_name} je", + "is_tilt_position": "N\u00e1klon {entity_name} je" + }, + "trigger_type": { + "closed": "{entity_name} zav\u0159eno", + "closing": "{entity_name} se zav\u00edr\u00e1", + "opened": "{entity_name} otev\u0159ena", + "opening": "{entity_name} se otv\u00edr\u00e1", + "position": "Pozice {entity_name} se zm\u011bnila", + "tilt_position": "N\u00e1klon {entity_name} se zm\u011bnil" } }, "state": { "_": { "closed": "Zav\u0159eno", - "closing": "Zav\u00edr\u00e1n\u00ed", + "closing": "Zav\u00edr\u00e1 se", "open": "Otev\u0159eno", - "opening": "Otev\u00edr\u00e1n\u00ed", + "opening": "Otev\u00edr\u00e1 se", "stopped": "Zastaveno" } }, diff --git a/homeassistant/components/daikin/translations/cs.json b/homeassistant/components/daikin/translations/cs.json index ad0a820e599b..7cb3ca0dc5d3 100644 --- a/homeassistant/components/daikin/translations/cs.json +++ b/homeassistant/components/daikin/translations/cs.json @@ -1,21 +1,26 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "device_fail": "Neo\u010dek\u00e1van\u00e1 chyba", "device_timeout": "Nepoda\u0159ilo se p\u0159ipojit", - "forbidden": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + "forbidden": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "step": { "user": { "data": { + "api_key": "Kl\u00ed\u010d API", "host": "Hostitel", "key": "Kl\u00ed\u010d API", "password": "Heslo" }, - "description": "Zadejte IP adresu va\u0161eho Daikin AC. \n\n V\u0161imn\u011bte si, \u017ee Kl\u00ed\u010d API a Heslo pou\u017e\u00edvaj\u00ed za\u0159\u00edzen\u00ed BRP072Cxx respektive SKYFi." + "description": "Zadejte IP adresu va\u0161eho Daikin AC. \n\nV\u0161imn\u011bte si, \u017ee Kl\u00ed\u010d API a Heslo jsou pou\u017eit\u00e9 za\u0159\u00edzen\u00edm BRP072Cxx, respektive SKYFi." } } } diff --git a/homeassistant/components/daikin/translations/et.json b/homeassistant/components/daikin/translations/et.json index 9f40ff2663f5..486ebfeb0c5e 100644 --- a/homeassistant/components/daikin/translations/et.json +++ b/homeassistant/components/daikin/translations/et.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "\u00dchendamine nurjus", + "forbidden": "Tuvastamine nurjus", "invalid_auth": "Tuvastamise viga", "unknown": "Tundmatu viga" }, diff --git a/homeassistant/components/daikin/translations/it.json b/homeassistant/components/daikin/translations/it.json index 07aa45e7d963..6416024224a3 100644 --- a/homeassistant/components/daikin/translations/it.json +++ b/homeassistant/components/daikin/translations/it.json @@ -5,18 +5,22 @@ "cannot_connect": "Impossibile connettersi" }, "error": { + "cannot_connect": "Impossibile connettersi", "device_fail": "Errore imprevisto", "device_timeout": "Impossibile connettersi", - "forbidden": "Autenticazione non valida" + "forbidden": "Autenticazione non valida", + "invalid_auth": "Autenticazione non valida", + "unknown": "Errore imprevisto" }, "step": { "user": { "data": { + "api_key": "Chiave API", "host": "Host", "key": "Chiave API", "password": "Password" }, - "description": "Inserisci l'indirizzo IP del tuo condizionatore d'aria Daikin. \n\nSi noti che Chiave API e Password sono usati rispettivamente dai dispositivi BRP072Cxx e SKYFi.", + "description": "Inserire l'Indirizzo IP del tuo condizionatore d'aria Daikin.\n\nNotare che solo la Chiave API e la Password sono rispettivamente usati dai dispositivi BRP072Cxx e SKYFi.", "title": "Configura Daikin AC" } } diff --git a/homeassistant/components/daikin/translations/no.json b/homeassistant/components/daikin/translations/no.json index c06688a7e16d..233add41eb24 100644 --- a/homeassistant/components/daikin/translations/no.json +++ b/homeassistant/components/daikin/translations/no.json @@ -5,18 +5,22 @@ "cannot_connect": "Tilkobling mislyktes." }, "error": { + "cannot_connect": "Tilkobling mislyktes.", "device_fail": "Uventet feil", "device_timeout": "Tilkobling mislyktes.", - "forbidden": "Ugyldig godkjenning" + "forbidden": "Ugyldig godkjenning", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" }, "step": { "user": { "data": { + "api_key": "API-n\u00f8kkel", "host": "Vert", "key": "API-n\u00f8kkel", "password": "Passord" }, - "description": "Angi IP-adressen til Daikin AC. \n\n Merk at API-n\u00f8kkel og Passord brukes av henholdsvis BRP072Cxx og SKYFi-enheter.", + "description": "Skriv inn IP adresse av Daikin AC.\n\n Merk at API-n\u00f8kkel og Passord bare brukes av henholdsvis BRP072Cxx og SKYFi-enheter.", "title": "Konfigurer Daikin AC" } } diff --git a/homeassistant/components/daikin/translations/pl.json b/homeassistant/components/daikin/translations/pl.json index 8a377494ed0a..ca1cb1f57088 100644 --- a/homeassistant/components/daikin/translations/pl.json +++ b/homeassistant/components/daikin/translations/pl.json @@ -20,7 +20,7 @@ "key": "Klucz API", "password": "Has\u0142o" }, - "description": "Wprowad\u017a adres IP Daikin AC.", + "description": "Wprowad\u017a Adres IP\n\nZwr\u00f3\u0107 uwag\u0119, \u017ce Klucz API i Has\u0142o u\u017cywane s\u0105 odpowiednio tylko przez urz\u0105dzenia BRP072Cxx i SKYFi.", "title": "Konfiguracja Daikin AC" } } diff --git a/homeassistant/components/daikin/translations/ru.json b/homeassistant/components/daikin/translations/ru.json index 32043f257d11..8587232fbbbc 100644 --- a/homeassistant/components/daikin/translations/ru.json +++ b/homeassistant/components/daikin/translations/ru.json @@ -5,18 +5,22 @@ "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\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.", "device_fail": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.", "device_timeout": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", - "forbidden": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f." + "forbidden": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\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": { + "api_key": "\u041a\u043b\u044e\u0447 API", "host": "\u0425\u043e\u0441\u0442", "key": "\u041a\u043b\u044e\u0447 API", "password": "\u041f\u0430\u0440\u043e\u043b\u044c" }, - "description": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 IP-\u0430\u0434\u0440\u0435\u0441 \u0432\u0430\u0448\u0435\u0433\u043e Daikin AC. \n\n\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u041a\u043b\u044e\u0447 API \u0438 \u041f\u0430\u0440\u043e\u043b\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 BRP072Cxx \u0438 SKYFi \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e.", + "description": "\u0412\u0432\u0435\u0434\u0438\u0442\u0435 IP-\u0430\u0434\u0440\u0435\u0441 \u0412\u0430\u0448\u0435\u0433\u043e Daikin AC. \n\n\u041e\u0431\u0440\u0430\u0442\u0438\u0442\u0435 \u0432\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0447\u0442\u043e \u041a\u043b\u044e\u0447 API \u0438 \u041f\u0430\u0440\u043e\u043b\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u044e\u0442\u0441\u044f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 BRP072Cxx \u0438 SKYFi \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e.", "title": "Daikin AC" } } diff --git a/homeassistant/components/daikin/translations/zh-Hant.json b/homeassistant/components/daikin/translations/zh-Hant.json index 60ffcb8aba39..6ebd03b4376c 100644 --- a/homeassistant/components/daikin/translations/zh-Hant.json +++ b/homeassistant/components/daikin/translations/zh-Hant.json @@ -5,18 +5,22 @@ "cannot_connect": "\u9023\u7dda\u5931\u6557" }, "error": { + "cannot_connect": "\u9023\u7dda\u5931\u6557", "device_fail": "\u672a\u9810\u671f\u932f\u8aa4", "device_timeout": "\u9023\u7dda\u5931\u6557", - "forbidden": "\u9a57\u8b49\u78bc\u7121\u6548" + "forbidden": "\u9a57\u8b49\u78bc\u7121\u6548", + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548", + "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, "step": { "user": { "data": { + "api_key": "API \u5bc6\u9470", "host": "\u4e3b\u6a5f\u7aef", "key": "API \u5bc6\u9470", "password": "\u5bc6\u78bc" }, - "description": "\u8f38\u5165\u60a8\u7684\u5927\u91d1\u7a7a\u8abf IP \u4f4d\u5740\u3002\n\n\u8acb\u6ce8\u610f\uff1aBRP072Cxx \u8207 SKYFi \u8a2d\u5099\u4e4b API \u5bc6\u9470\u8207\u5bc6\u78bc\u70ba\u5206\u958b\u4f7f\u7528\u3002", + "description": "\u8f38\u5165\u60a8\u7684\u5927\u91d1\u7a7a\u8abfIP \u4f4d\u5740\u3002\n\n\u8acb\u6ce8\u610f\uff1aBRP072Cxx \u8207 SKYFi \u8a2d\u5099\u4e4b API \u5bc6\u9470\u8207\u5bc6\u78bc\u70ba\u5206\u958b\u4f7f\u7528\u3002", "title": "\u8a2d\u5b9a\u5927\u91d1\u7a7a\u8abf" } } diff --git a/homeassistant/components/deconz/translations/cs.json b/homeassistant/components/deconz/translations/cs.json index 44d6b098da29..58ee34393f8a 100644 --- a/homeassistant/components/deconz/translations/cs.json +++ b/homeassistant/components/deconz/translations/cs.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "P\u0159emost\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", "no_bridges": "\u017d\u00e1dn\u00e9 deCONZ p\u0159emost\u011bn\u00ed nebyly nalezeny", "one_instance_only": "Komponent podporuje pouze jednu instanci deCONZ" }, @@ -15,7 +16,7 @@ "title": "deCONZ Zigbee br\u00e1na prost\u0159ednictv\u00edm dopl\u0148ku Hass.io" }, "link": { - "description": "Odemkn\u011bte br\u00e1nu deCONZ, pro registraci v Home Assistant. \n\n 1. P\u0159ejd\u011bte do nastaven\u00ed syst\u00e9mu deCONZ \n 2. Stiskn\u011bte tla\u010d\u00edtko \"Unlock Gateway\"", + "description": "Odemkn\u011bte br\u00e1nu deCONZ pro registraci v Home Assistant.\n\n 1. P\u0159ejd\u011bte na Nastaven\u00ed deCONZ - > Br\u00e1na - > Pokro\u010dil\u00e9\n 2. Stiskn\u011bte tla\u010d\u00edtko \"Ov\u011b\u0159it aplikaci\"", "title": "Propojit s deCONZ" }, "manual_input": { @@ -25,5 +26,46 @@ } } } + }, + "device_automation": { + "trigger_subtype": { + "both_buttons": "Ob\u011b tla\u010d\u00edtka", + "bottom_buttons": "Spodn\u00ed tla\u010d\u00edtka", + "button_1": "Prvn\u00ed tla\u010d\u00edtko", + "button_2": "Druh\u00e9 tla\u010d\u00edtko", + "button_3": "T\u0159et\u00ed tla\u010d\u00edtko", + "button_4": "\u010ctvrt\u00e9 tla\u010d\u00edtko", + "close": "Zav\u0159\u00edt", + "dim_down": "Sn\u00ed\u017eit ztlumen\u00ed", + "dim_up": "Zv\u00fd\u0161it ztlumen\u00ed", + "left": "Vlevo", + "open": "Otev\u0159eno", + "right": "Vpravo", + "side_1": "Strana 1", + "side_2": "Strana 2", + "side_3": "Strana 3", + "side_4": "Strana 4", + "side_5": "Strana 5", + "side_6": "Strana 6", + "top_buttons": "Horn\u00ed tla\u010d\u00edtka", + "turn_off": "Vypnout", + "turn_on": "Zapnout" + }, + "trigger_type": { + "remote_awakened": "Za\u0159\u00edzen\u00ed probuzeno", + "remote_rotate_from_side_1": "Za\u0159\u00edzen\u00ed oto\u010deno ze \"strany 1\" na \"{subtype}\"", + "remote_rotate_from_side_2": "Za\u0159\u00edzen\u00ed oto\u010deno ze \"strany 2\" na \"{subtype}\"", + "remote_rotate_from_side_3": "Za\u0159\u00edzen\u00ed oto\u010deno ze \"strany 3\" na \"{subtype}\"", + "remote_rotate_from_side_4": "Za\u0159\u00edzen\u00ed oto\u010deno ze \"strany 4\" na \"{subtype}\"", + "remote_rotate_from_side_5": "Za\u0159\u00edzen\u00ed oto\u010deno ze \"strany 5\" na \"{subtype}\"", + "remote_rotate_from_side_6": "Za\u0159\u00edzen\u00ed oto\u010deno ze \"strany 6\" na \"{subtype}\"" + } + }, + "options": { + "step": { + "deconz_devices": { + "title": "Mo\u017enosti deCONZ" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/deconz/translations/et.json b/homeassistant/components/deconz/translations/et.json index 6fb2e3525735..56ff3bf15e02 100644 --- a/homeassistant/components/deconz/translations/et.json +++ b/homeassistant/components/deconz/translations/et.json @@ -3,7 +3,11 @@ "abort": { "already_configured": "L\u00fc\u00fcs on juba h\u00e4\u00e4lestatud", "no_bridges": "DeCONZ l\u00fc\u00fcse ei leitud", - "no_hardware_available": "DeCONZi raadio riistvara puudub" + "no_hardware_available": "DeCONZi raadio riistvara puudub", + "one_instance_only": "Komponent toetab ainult \u00fchte deCONZ-i sidumist" + }, + "error": { + "no_key": "API v\u00f5tit ei leitud" }, "step": { "link": { diff --git a/homeassistant/components/deconz/translations/pl.json b/homeassistant/components/deconz/translations/pl.json index 57249e5f5150..5c57ae6d20f8 100644 --- a/homeassistant/components/deconz/translations/pl.json +++ b/homeassistant/components/deconz/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja mostka jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "no_bridges": "Nie odkryto mostk\u00f3w deCONZ", "no_hardware_available": "Nie wykryto komponentu radiowego pod\u0142\u0105czonego do deCONZ", "not_deconz_bridge": "To nie jest mostek deCONZ", diff --git a/homeassistant/components/demo/translations/cs.json b/homeassistant/components/demo/translations/cs.json index 5fe8151103ee..2cfc29ada52e 100644 --- a/homeassistant/components/demo/translations/cs.json +++ b/homeassistant/components/demo/translations/cs.json @@ -7,5 +7,6 @@ } } } - } + }, + "title": "Demo" } \ No newline at end of file diff --git a/homeassistant/components/denonavr/translations/cs.json b/homeassistant/components/denonavr/translations/cs.json index 1eee6cfc151c..2d68d4f6c225 100644 --- a/homeassistant/components/denonavr/translations/cs.json +++ b/homeassistant/components/denonavr/translations/cs.json @@ -1,7 +1,26 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "connection_error": "Nepoda\u0159ilo se p\u0159ipojit, zkuste to pros\u00edm znovu - m\u016f\u017ee pomoci odpojen\u00ed a op\u011btovn\u00e9 p\u0159ipojen\u00ed nap\u00e1jec\u00edho a ethernetov\u00e9ho kabelu" + }, + "step": { + "user": { + "data": { + "host": "IP adresa" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "zone2": "Nastavte z\u00f3nu 2", + "zone3": "Nastavte z\u00f3nu 3" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/devolo_home_control/translations/cs.json b/homeassistant/components/devolo_home_control/translations/cs.json index 66e8cd431a4a..4a2a1c0d0a9d 100644 --- a/homeassistant/components/devolo_home_control/translations/cs.json +++ b/homeassistant/components/devolo_home_control/translations/cs.json @@ -1,11 +1,22 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { - "password": "Heslo" - } + "home_control_url": "Home Control URL", + "mydevolo_url": "mydevolo URL", + "password": "Heslo", + "username": "E-mail / Devolo ID" + }, + "title": "devolo Home Control" } } - } + }, + "title": "devolo Home Control" } \ No newline at end of file diff --git a/homeassistant/components/dexcom/translations/cs.json b/homeassistant/components/dexcom/translations/cs.json new file mode 100644 index 000000000000..7e1bd3d472b6 --- /dev/null +++ b/homeassistant/components/dexcom/translations/cs.json @@ -0,0 +1,32 @@ +{ + "config": { + "abort": { + "already_configured_account": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "account_error": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "session_error": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "server": "Server", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "unit_of_measurement": "Jednotka m\u011b\u0159en\u00ed" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dexcom/translations/et.json b/homeassistant/components/dexcom/translations/et.json index a4f79b1c8128..e8c21081ed06 100644 --- a/homeassistant/components/dexcom/translations/et.json +++ b/homeassistant/components/dexcom/translations/et.json @@ -4,6 +4,7 @@ "already_configured_account": "Konto on juba seadistatud" }, "error": { + "account_error": "Tuvastamine nurjus", "cannot_connect": "\u00dchendamine nurjus", "invalid_auth": "Tuvastamise viga" }, diff --git a/homeassistant/components/dialogflow/translations/cs.json b/homeassistant/components/dialogflow/translations/cs.json index 3ad8ba78c72e..329c8bba0eed 100644 --- a/homeassistant/components/dialogflow/translations/cs.json +++ b/homeassistant/components/dialogflow/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Va\u0161e Home Assistant instance mus\u00ed b\u00fdt p\u0159\u00edstupn\u00e1 z internetu aby mohla p\u0159ij\u00edmat zpr\u00e1vy Dialogflow.", - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "Chcete-li odeslat ud\u00e1losti do aplikace Home Assistant, budete muset nastavit [integraci Dialogflow]({dialogflow_url}). \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: `{webhook_url}' \n - Metoda: POST \n - Typ obsahu: application/json\n\n Podrobn\u011bj\u0161\u00ed informace naleznete v [dokumentaci]({docs_url})." diff --git a/homeassistant/components/directv/translations/cs.json b/homeassistant/components/directv/translations/cs.json index 8e0810bb3332..3a0644104ce1 100644 --- a/homeassistant/components/directv/translations/cs.json +++ b/homeassistant/components/directv/translations/cs.json @@ -1,11 +1,13 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, + "flow_title": "DirecTV: {name}", "step": { "user": { "data": { diff --git a/homeassistant/components/doorbird/translations/cs.json b/homeassistant/components/doorbird/translations/cs.json index db55b78e6898..d21b112fdb35 100644 --- a/homeassistant/components/doorbird/translations/cs.json +++ b/homeassistant/components/doorbird/translations/cs.json @@ -1,10 +1,14 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, + "flow_title": "DoorBird {name} ({host})", "step": { "user": { "data": { diff --git a/homeassistant/components/doorbird/translations/et.json b/homeassistant/components/doorbird/translations/et.json index 2bb4f5783b3c..8c4cde1a6b70 100644 --- a/homeassistant/components/doorbird/translations/et.json +++ b/homeassistant/components/doorbird/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/doorbird/translations/pl.json b/homeassistant/components/doorbird/translations/pl.json index 28ed17ce4005..23203a01365f 100644 --- a/homeassistant/components/doorbird/translations/pl.json +++ b/homeassistant/components/doorbird/translations/pl.json @@ -29,7 +29,7 @@ "data": { "events": "Lista wydarze\u0144 oddzielona przecinkami" }, - "description": "Dodaj nazwy wydarze\u0144 oddzielonych przecinkami, kt\u00f3re chcesz \u015bledzi\u0107. Po wprowadzeniu ich tutaj u\u017cyj aplikacji DoorBird, aby przypisa\u0107 je do okre\u015blonych zdarze\u0144. Zapoznaj si\u0119 z dokumentacj\u0105 na stronie https://www.home-assistant.io/integrations/doorbird/#events.\nPrzyk\u0142ad: nacisnienie_przycisku, ruch" + "description": "Dodaj nazwy wydarze\u0144 oddzielonych przecinkami, kt\u00f3re chcesz \u015bledzi\u0107. Po wprowadzeniu ich tutaj u\u017cyj aplikacji DoorBird, aby przypisa\u0107 je do okre\u015blonych zdarze\u0144. Zapoznaj si\u0119 z dokumentacj\u0105 na stronie https://www.home-assistant.io/integrations/doorbird/#events.\nPrzyk\u0142ad: nacisniecie_przycisku, ruch" } } } diff --git a/homeassistant/components/dsmr/translations/cs.json b/homeassistant/components/dsmr/translations/cs.json new file mode 100644 index 000000000000..1eee6cfc151c --- /dev/null +++ b/homeassistant/components/dsmr/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/cs.json b/homeassistant/components/dunehd/translations/cs.json index 6b7bad06c1c3..f74e7f03fa8a 100644 --- a/homeassistant/components/dunehd/translations/cs.json +++ b/homeassistant/components/dunehd/translations/cs.json @@ -5,13 +5,15 @@ }, "error": { "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", - "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_host": "Neplatn\u00fd hostitel nebo IP adresa" }, "step": { "user": { "data": { "host": "Hostitel" - } + }, + "title": "Dune HD" } } } diff --git a/homeassistant/components/dunehd/translations/no.json b/homeassistant/components/dunehd/translations/no.json index e395c28b7a9d..9208f964047e 100644 --- a/homeassistant/components/dunehd/translations/no.json +++ b/homeassistant/components/dunehd/translations/no.json @@ -6,7 +6,7 @@ "error": { "already_configured": "Enheten er allerede konfigurert", "cannot_connect": "Tilkobling mislyktes.", - "invalid_host": "Ugyldig vertsnavn eller IP-adresse." + "invalid_host": "Ugyldig vertsnavn eller IP-adresse" }, "step": { "user": { diff --git a/homeassistant/components/eafm/translations/cs.json b/homeassistant/components/eafm/translations/cs.json new file mode 100644 index 000000000000..881971169892 --- /dev/null +++ b/homeassistant/components/eafm/translations/cs.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "step": { + "user": { + "data": { + "station": "Stanice" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ecobee/translations/cs.json b/homeassistant/components/ecobee/translations/cs.json index 757cf90e1e21..9a28181253a2 100644 --- a/homeassistant/components/ecobee/translations/cs.json +++ b/homeassistant/components/ecobee/translations/cs.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, "step": { "user": { "data": { diff --git a/homeassistant/components/elgato/translations/cs.json b/homeassistant/components/elgato/translations/cs.json index 406bddd1a129..f9db721d2e5a 100644 --- a/homeassistant/components/elgato/translations/cs.json +++ b/homeassistant/components/elgato/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/elkm1/translations/cs.json b/homeassistant/components/elkm1/translations/cs.json index 338ff5d9a44c..18687cf0d269 100644 --- a/homeassistant/components/elkm1/translations/cs.json +++ b/homeassistant/components/elkm1/translations/cs.json @@ -1,9 +1,15 @@ { "config": { + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { "password": "Heslo", + "protocol": "Protokol", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } } diff --git a/homeassistant/components/elkm1/translations/et.json b/homeassistant/components/elkm1/translations/et.json index 6d3cf2544b20..8f5519b7bc75 100644 --- a/homeassistant/components/elkm1/translations/et.json +++ b/homeassistant/components/elkm1/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/emulated_roku/translations/cs.json b/homeassistant/components/emulated_roku/translations/cs.json new file mode 100644 index 000000000000..5c36f6a4b5b9 --- /dev/null +++ b/homeassistant/components/emulated_roku/translations/cs.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "name_exists": "Jm\u00e9no ji\u017e existuje" + }, + "step": { + "user": { + "data": { + "name": "Jm\u00e9no" + } + } + } + }, + "title": "Emulovan\u00e9 Roku" +} \ No newline at end of file diff --git a/homeassistant/components/emulated_roku/translations/pl.json b/homeassistant/components/emulated_roku/translations/pl.json index 6ce1c17e5d8b..b00692390e17 100644 --- a/homeassistant/components/emulated_roku/translations/pl.json +++ b/homeassistant/components/emulated_roku/translations/pl.json @@ -17,5 +17,5 @@ } } }, - "title": "EmulatedRoku" + "title": "Emulated Roku" } \ No newline at end of file diff --git a/homeassistant/components/enocean/translations/cs.json b/homeassistant/components/enocean/translations/cs.json new file mode 100644 index 000000000000..c04f556cc1d6 --- /dev/null +++ b/homeassistant/components/enocean/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + }, + "title": "EnOcean" +} \ No newline at end of file diff --git a/homeassistant/components/esphome/translations/ca.json b/homeassistant/components/esphome/translations/ca.json index ff16b40bc25b..79b705db0d85 100644 --- a/homeassistant/components/esphome/translations/ca.json +++ b/homeassistant/components/esphome/translations/ca.json @@ -1,11 +1,12 @@ { "config": { "abort": { - "already_configured": "ESP ja est\u00e0 configurat", + "already_configured": "El dispositiu ja est\u00e0 configurat", "already_in_progress": "El flux de configuraci\u00f3 ja est\u00e0 en curs" }, "error": { "connection_error": "No s'ha pogut connectar amb ESP. Verifica que l'arxiu YAML cont\u00e9 la l\u00ednia 'api:'.", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida", "invalid_password": "Contrasenya inv\u00e0lida!", "resolve_error": "No s'ha pogut trobar l'adre\u00e7a de l'ESP. Si l'error persisteix, configura una adre\u00e7a IP est\u00e0tica: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, diff --git a/homeassistant/components/esphome/translations/cs.json b/homeassistant/components/esphome/translations/cs.json index 4d3691e0cbc5..8231dae67f10 100644 --- a/homeassistant/components/esphome/translations/cs.json +++ b/homeassistant/components/esphome/translations/cs.json @@ -1,10 +1,12 @@ { "config": { "abort": { - "already_configured": "Tento ESP uzel je ji\u017e nakonfigurov\u00e1n" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1" }, "error": { "connection_error": "Nelze se p\u0159ipojit k ESP. Zkontrolujte, zda va\u0161e YAML konfigurace obsahuje \u0159\u00e1dek 'api:'.", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "invalid_password": "Neplatn\u00e9 heslo", "resolve_error": "Nelze naj\u00edt IP adresu uzlu ESP. Pokud tato chyba p\u0159etrv\u00e1v\u00e1, nastavte statickou adresu IP: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, @@ -22,7 +24,7 @@ }, "user": { "data": { - "host": "Adresa uzlu", + "host": "Hostitel", "port": "Port" }, "description": "Zadejte pros\u00edm nastaven\u00ed p\u0159ipojen\u00ed va\u0161eho [ESPHome](https://esphomelib.com/) uzlu." diff --git a/homeassistant/components/esphome/translations/en.json b/homeassistant/components/esphome/translations/en.json index b31664cc6040..71e81083b6c6 100644 --- a/homeassistant/components/esphome/translations/en.json +++ b/homeassistant/components/esphome/translations/en.json @@ -1,11 +1,12 @@ { "config": { "abort": { - "already_configured": "ESP is already configured", + "already_configured": "Device is already configured", "already_in_progress": "Configuration flow is already in progress" }, "error": { "connection_error": "Can't connect to ESP. Please make sure your YAML file contains an 'api:' line.", + "invalid_auth": "Invalid authentication", "invalid_password": "Invalid password!", "resolve_error": "Can't resolve address of the ESP. If this error persists, please set a static IP address: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, diff --git a/homeassistant/components/esphome/translations/et.json b/homeassistant/components/esphome/translations/et.json index fc0d462c9cab..b47c40b45c5e 100644 --- a/homeassistant/components/esphome/translations/et.json +++ b/homeassistant/components/esphome/translations/et.json @@ -1,6 +1,7 @@ { "config": { "error": { + "invalid_auth": "Tuvastamise viga", "invalid_password": "Vale salas\u00f5na!" }, "step": { diff --git a/homeassistant/components/esphome/translations/it.json b/homeassistant/components/esphome/translations/it.json index feef1bda5496..4095b3bd1070 100644 --- a/homeassistant/components/esphome/translations/it.json +++ b/homeassistant/components/esphome/translations/it.json @@ -1,11 +1,12 @@ { "config": { "abort": { - "already_configured": "ESP \u00e8 gi\u00e0 configurato", + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", "already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso" }, "error": { "connection_error": "Impossibile connettersi ad ESP. Assicurati che il tuo file YAML contenga una riga \"api:\".", + "invalid_auth": "Autenticazione non valida", "invalid_password": "Password non valida!", "resolve_error": "Impossibile risolvere l'indirizzo dell'ESP. Se questo errore persiste, impostare un indirizzo IP statico: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, diff --git a/homeassistant/components/esphome/translations/no.json b/homeassistant/components/esphome/translations/no.json index cc775d05a979..32004ae8e212 100644 --- a/homeassistant/components/esphome/translations/no.json +++ b/homeassistant/components/esphome/translations/no.json @@ -1,11 +1,12 @@ { "config": { "abort": { - "already_configured": "ESP er allerede konfigurert", + "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede" }, "error": { "connection_error": "Kan ikke koble til ESP. Kontroller at YAML filen din inneholder en \"api:\" linje.", + "invalid_auth": "Ugyldig godkjenning", "invalid_password": "Ugyldig passord!", "resolve_error": "Kan ikke l\u00f8se adressen til ESP. Hvis denne feilen vedvarer, vennligst [sett en statisk IP-adresse](https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips)" }, diff --git a/homeassistant/components/esphome/translations/pl.json b/homeassistant/components/esphome/translations/pl.json index 36ac9532f4e1..248de87e1dac 100644 --- a/homeassistant/components/esphome/translations/pl.json +++ b/homeassistant/components/esphome/translations/pl.json @@ -2,10 +2,11 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja ESP jest ju\u017c w toku." + "already_in_progress": "Konfiguracja jest ju\u017c w toku" }, "error": { "connection_error": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 z ESP. Upewnij si\u0119, \u017ce Tw\u00f3j plik YAML zawiera lini\u0119 'api:'.", + "invalid_auth": "Niepoprawne uwierzytelnienie", "invalid_password": "Nieprawid\u0142owe has\u0142o!", "resolve_error": "Nie mo\u017cna rozpozna\u0107 adresu ESP. Je\u015bli ten b\u0142\u0105d b\u0119dzie si\u0119 powtarza\u0142, nale\u017cy ustawi\u0107 statyczny adres IP: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, diff --git a/homeassistant/components/esphome/translations/ru.json b/homeassistant/components/esphome/translations/ru.json index 332b4176f487..70b64cc48bae 100644 --- a/homeassistant/components/esphome/translations/ru.json +++ b/homeassistant/components/esphome/translations/ru.json @@ -1,11 +1,12 @@ { "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": "\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.", "already_in_progress": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f." }, "error": { "connection_error": "\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a ESP. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0443\u0431\u0435\u0434\u0438\u0442\u0435\u0441\u044c, \u0447\u0442\u043e \u0412\u0430\u0448 YAML-\u0444\u0430\u0439\u043b \u0441\u043e\u0434\u0435\u0440\u0436\u0438\u0442 \u0441\u0442\u0440\u043e\u043a\u0443 'api:'.", + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f.", "invalid_password": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c!", "resolve_error": "\u041d\u0435 \u0443\u0434\u0430\u0435\u0442\u0441\u044f \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0438\u0442\u044c \u0430\u0434\u0440\u0435\u0441 ESP. \u0415\u0441\u043b\u0438 \u044d\u0442\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0432\u0442\u043e\u0440\u044f\u0435\u0442\u0441\u044f, \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u0442\u0435 \u0441\u0442\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 IP-\u0430\u0434\u0440\u0435\u0441: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips." }, diff --git a/homeassistant/components/esphome/translations/zh-Hans.json b/homeassistant/components/esphome/translations/zh-Hans.json index bda2140c4f06..012e4f266d36 100644 --- a/homeassistant/components/esphome/translations/zh-Hans.json +++ b/homeassistant/components/esphome/translations/zh-Hans.json @@ -1,11 +1,13 @@ { "config": { "abort": { - "already_configured": "ESP \u5df2\u914d\u7f6e\u5b8c\u6210" + "already_configured": "\u8bbe\u5907\u5df2\u7ecf\u914d\u7f6e\u8fc7\u4e86", + "already_in_progress": "\u914d\u7f6e\u6d41\u7a0b\u5df2\u5728\u8fdb\u884c\u4e2d" }, "error": { "connection_error": "\u65e0\u6cd5\u8fde\u63a5\u5230 ESP\u3002\u8bf7\u786e\u8ba4\u60a8\u7684 YAML \u6587\u4ef6\u4e2d\u5305\u542b 'api:' \u884c\u3002", - "invalid_password": "\u65e0\u6548\u7684\u5bc6\u7801\uff01", + "invalid_auth": "\u8eab\u4efd\u8ba4\u8bc1\u65e0\u6548", + "invalid_password": "\u5bc6\u7801\u65e0\u6548\uff01", "resolve_error": "\u65e0\u6cd5\u89e3\u6790 ESP \u7684\u5730\u5740\u3002\u5982\u679c\u6b64\u9519\u8bef\u6301\u7eed\u5b58\u5728\uff0c\u8bf7\u8bbe\u7f6e\u9759\u6001IP\u5730\u5740\uff1ahttps://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, "flow_title": "ESPHome: {name}", diff --git a/homeassistant/components/fan/translations/cs.json b/homeassistant/components/fan/translations/cs.json index 58f27535d2bd..34776232682f 100644 --- a/homeassistant/components/fan/translations/cs.json +++ b/homeassistant/components/fan/translations/cs.json @@ -1,8 +1,21 @@ { + "device_automation": { + "action_type": { + "turn_off": "Vypnout {entity_name}", + "turn_on": "Zapnout {entity_name}" + }, + "condition_type": { + "is_off": "{entity_name} je vypnuto", + "is_on": "{entity_name} je zapnuto" + }, + "trigger_type": { + "turned_on": "{entity_name} bylo zapnuto" + } + }, "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Ventil\u00e1tor" diff --git a/homeassistant/components/firmata/translations/cs.json b/homeassistant/components/firmata/translations/cs.json new file mode 100644 index 000000000000..70f27aed901c --- /dev/null +++ b/homeassistant/components/firmata/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flick_electric/translations/cs.json b/homeassistant/components/flick_electric/translations/cs.json index 338ff5d9a44c..67926120a3f8 100644 --- a/homeassistant/components/flick_electric/translations/cs.json +++ b/homeassistant/components/flick_electric/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { @@ -8,5 +16,6 @@ } } } - } + }, + "title": "Flick Electric" } \ No newline at end of file diff --git a/homeassistant/components/flick_electric/translations/et.json b/homeassistant/components/flick_electric/translations/et.json index 218619d60850..9b18f642fc91 100644 --- a/homeassistant/components/flick_electric/translations/et.json +++ b/homeassistant/components/flick_electric/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Konto on juba seadistatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/flo/translations/cs.json b/homeassistant/components/flo/translations/cs.json new file mode 100644 index 000000000000..c77603fd2742 --- /dev/null +++ b/homeassistant/components/flo/translations/cs.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "host": "Hostitel", + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + }, + "title": "flo" +} \ No newline at end of file diff --git a/homeassistant/components/flo/translations/et.json b/homeassistant/components/flo/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/flo/translations/et.json +++ b/homeassistant/components/flo/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/flume/translations/cs.json b/homeassistant/components/flume/translations/cs.json index 338ff5d9a44c..2743b2922cc2 100644 --- a/homeassistant/components/flume/translations/cs.json +++ b/homeassistant/components/flume/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/flume/translations/et.json b/homeassistant/components/flume/translations/et.json index 218619d60850..9b18f642fc91 100644 --- a/homeassistant/components/flume/translations/et.json +++ b/homeassistant/components/flume/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Konto on juba seadistatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/flunearyou/translations/cs.json b/homeassistant/components/flunearyou/translations/cs.json new file mode 100644 index 000000000000..01b16208160d --- /dev/null +++ b/homeassistant/components/flunearyou/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/flunearyou/translations/pl.json b/homeassistant/components/flunearyou/translations/pl.json index 338306fc3863..14e423a81174 100644 --- a/homeassistant/components/flunearyou/translations/pl.json +++ b/homeassistant/components/flunearyou/translations/pl.json @@ -13,7 +13,7 @@ "latitude": "[%key::common::config_flow::data::latitude%]", "longitude": "[%key::common::config_flow::data::longitude%]" }, - "description": "Monitoruj repoty oparte na u\u017cytkownikach i CDC dla pary wsp\u00f3\u0142rz\u0119dnych.", + "description": "Monitoruj raporty oparte na u\u017cytkownikach i CDC dla pary wsp\u00f3\u0142rz\u0119dnych.", "title": "Skonfiguruj Flu Near You" } } diff --git a/homeassistant/components/forked_daapd/translations/cs.json b/homeassistant/components/forked_daapd/translations/cs.json new file mode 100644 index 000000000000..4d953b7b28be --- /dev/null +++ b/homeassistant/components/forked_daapd/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "unknown_error": "Neo\u010dek\u00e1van\u00e1 chyba", + "wrong_server_type": "Integrace forked-daapd vy\u017eaduje server forked-daapd s verz\u00ed >= 27.0." + }, + "step": { + "user": { + "data": { + "host": "Hostitel", + "password": "Heslo API (ponechte pr\u00e1zdn\u00e9, pokud \u017e\u00e1dn\u00e9 heslo nen\u00ed)" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/forked_daapd/translations/pl.json b/homeassistant/components/forked_daapd/translations/pl.json index ef7547505c62..753f7f469771 100644 --- a/homeassistant/components/forked_daapd/translations/pl.json +++ b/homeassistant/components/forked_daapd/translations/pl.json @@ -31,7 +31,7 @@ "librespot_java_port": "Numer portu do kontroli librespot-java (je\u015bli jest u\u017cywany)", "max_playlists": "Maksymalna liczba list odtwarzania u\u017cywanych jako \u017ar\u00f3d\u0142a", "tts_pause_time": "Przerwa przed i po TTS (w sekundach)", - "tts_volume": "G\u0142o\u015bno\u015b\u0107 TTS (w zakresie od 0 do 1, np. 0.5=50%)" + "tts_volume": "G\u0142o\u015bno\u015b\u0107 TTS (w zakresie od 0 do 1, np. 0.5 = 50%)" }, "description": "Ustawianie r\u00f3\u017cnych opcji dla integracji forked-daapd", "title": "Konfiguracja opcji forked-daapd" diff --git a/homeassistant/components/freebox/translations/cs.json b/homeassistant/components/freebox/translations/cs.json index 406bddd1a129..aa04b2d24b5e 100644 --- a/homeassistant/components/freebox/translations/cs.json +++ b/homeassistant/components/freebox/translations/cs.json @@ -1,11 +1,19 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { "host": "Hostitel", "port": "Port" - } + }, + "title": "Freebox" } } } diff --git a/homeassistant/components/fritzbox/translations/cs.json b/homeassistant/components/fritzbox/translations/cs.json index 4ba0a24faddf..94c679557cd4 100644 --- a/homeassistant/components/fritzbox/translations/cs.json +++ b/homeassistant/components/fritzbox/translations/cs.json @@ -1,5 +1,14 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "flow_title": "AVM FRITZ!Box: {name}", "step": { "confirm": { "data": { diff --git a/homeassistant/components/fritzbox/translations/it.json b/homeassistant/components/fritzbox/translations/it.json index 26c0f2a35a83..d3c64a083075 100644 --- a/homeassistant/components/fritzbox/translations/it.json +++ b/homeassistant/components/fritzbox/translations/it.json @@ -1,13 +1,15 @@ { "config": { "abort": { - "already_configured": "Questo AVM FRITZ!Box \u00e8 gi\u00e0 configurato.", + "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", "already_in_progress": "Il flusso di configurazione \u00e8 gi\u00e0 in corso", + "no_devices_found": "Nessun dispositivo trovato sulla rete", "not_found": "Nessun AVM FRITZ!Box supportato trovato sulla rete.", "not_supported": "Collegato a AVM FRITZ!Box ma non \u00e8 in grado di controllare i dispositivi Smart Home." }, "error": { - "auth_failed": "Nome utente e/o password non sono corretti." + "auth_failed": "Nome utente e/o password non sono corretti.", + "invalid_auth": "Autenticazione non valida" }, "flow_title": "AVM FRITZ!Box: {name}", "step": { diff --git a/homeassistant/components/fritzbox/translations/no.json b/homeassistant/components/fritzbox/translations/no.json index 8b9b5a5c9115..ed9caac028b5 100644 --- a/homeassistant/components/fritzbox/translations/no.json +++ b/homeassistant/components/fritzbox/translations/no.json @@ -1,13 +1,15 @@ { "config": { "abort": { - "already_configured": "Denne AVM FRITZ!Box er allerede konfigurert.", + "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", + "no_devices_found": "Ingen enheter funnet p\u00e5 nettverket", "not_found": "Ingen st\u00f8ttet AVM FRITZ!Box funnet p\u00e5 nettverket.", "not_supported": "Tilkoblet AVM FRITZ! Box, men den klarer ikke \u00e5 kontrollere Smart Home-enheter." }, "error": { - "auth_failed": "Brukernavn og/eller passord er feil." + "auth_failed": "Brukernavn og/eller passord er feil.", + "invalid_auth": "Ugyldig godkjenning" }, "flow_title": "AVM FRITZ!Box: {name}", "step": { diff --git a/homeassistant/components/fritzbox/translations/pl.json b/homeassistant/components/fritzbox/translations/pl.json index 0fcf76ff82f0..2f833c7f4ccf 100644 --- a/homeassistant/components/fritzbox/translations/pl.json +++ b/homeassistant/components/fritzbox/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "[%key::common::config_flow::abort::already_configured_device%]", - "already_in_progress": "Konfiguracja AVM FRITZ!Box jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "no_devices_found": "[%key::common::config_flow::abort::no_devices_found%]", "not_found": "W sieci nie znaleziono obs\u0142ugiwanego urz\u0105dzenia AVM FRITZ!Box.", "not_supported": "Po\u0142\u0105czony z AVM FRITZ! Box, ale nie jest w stanie kontrolowa\u0107 urz\u0105dze\u0144 Smart Home." diff --git a/homeassistant/components/fritzbox/translations/ru.json b/homeassistant/components/fritzbox/translations/ru.json index 5c6ecc076b9b..0dbaf5055715 100644 --- a/homeassistant/components/fritzbox/translations/ru.json +++ b/homeassistant/components/fritzbox/translations/ru.json @@ -1,13 +1,15 @@ { "config": { "abort": { - "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430.", + "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.", "already_in_progress": "\u041f\u0440\u043e\u0446\u0435\u0441\u0441 \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f.", + "no_devices_found": "\u0423\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u044b \u0432 \u0441\u0435\u0442\u0438.", "not_found": "\u0412 \u0441\u0435\u0442\u0438 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u043e \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u043c\u044b\u0445 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432.", "not_supported": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a AVM FRITZ! Box \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u043e, \u043d\u043e \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430\u043c\u0438 Smart Home \u043d\u0435\u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e." }, "error": { - "auth_failed": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043b\u043e\u0433\u0438\u043d \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c." + "auth_failed": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043b\u043e\u0433\u0438\u043d \u0438\u043b\u0438 \u043f\u0430\u0440\u043e\u043b\u044c.", + "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": "AVM FRITZ!Box: {name}", "step": { diff --git a/homeassistant/components/fritzbox/translations/zh-Hant.json b/homeassistant/components/fritzbox/translations/zh-Hant.json index 882e2d0b6a66..f1960cee54d1 100644 --- a/homeassistant/components/fritzbox/translations/zh-Hant.json +++ b/homeassistant/components/fritzbox/translations/zh-Hant.json @@ -1,13 +1,15 @@ { "config": { "abort": { - "already_configured": "\u6b64 AVM FRITZ!Box \u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "already_configured": "\u8a2d\u5099\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "already_in_progress": "\u8a2d\u5b9a\u5df2\u7d93\u9032\u884c\u4e2d", + "no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u8a2d\u5099", "not_found": "\u5728\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u652f\u63f4\u7684 AVM FRITZ!Box\u3002", "not_supported": "\u5df2\u9023\u7dda\u81f3 AVM FRITZ!Box \u4f46\u7121\u6cd5\u63a7\u5236\u667a\u80fd\u5bb6\u5ead\u8a2d\u5099\u3002" }, "error": { - "auth_failed": "\u4f7f\u7528\u8005\u53ca/\u6216\u5bc6\u78bc\u932f\u8aa4\u3002" + "auth_failed": "\u4f7f\u7528\u8005\u53ca/\u6216\u5bc6\u78bc\u932f\u8aa4\u3002", + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548" }, "flow_title": "AVM FRITZ!Box\uff1a{name}", "step": { diff --git a/homeassistant/components/garmin_connect/translations/cs.json b/homeassistant/components/garmin_connect/translations/cs.json index 504c95290e1a..56ca414e405e 100644 --- a/homeassistant/components/garmin_connect/translations/cs.json +++ b/homeassistant/components/garmin_connect/translations/cs.json @@ -1,11 +1,11 @@ { "config": { "abort": { - "already_configured": "Tento \u00fa\u010det je ji\u017e nakonfigurov\u00e1n." + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" }, "error": { - "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit, zkuste to znovu.", - "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed.", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "too_many_requests": "P\u0159\u00edli\u0161 mnoho po\u017eadavk\u016f, opakujte to pozd\u011bji.", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, diff --git a/homeassistant/components/garmin_connect/translations/et.json b/homeassistant/components/garmin_connect/translations/et.json index 218619d60850..9b18f642fc91 100644 --- a/homeassistant/components/garmin_connect/translations/et.json +++ b/homeassistant/components/garmin_connect/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Konto on juba seadistatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/gdacs/translations/cs.json b/homeassistant/components/gdacs/translations/cs.json new file mode 100644 index 000000000000..5725cabdd658 --- /dev/null +++ b/homeassistant/components/gdacs/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gdacs/translations/pl.json b/homeassistant/components/gdacs/translations/pl.json index d4db79e3fa73..e32b7934ef9f 100644 --- a/homeassistant/components/gdacs/translations/pl.json +++ b/homeassistant/components/gdacs/translations/pl.json @@ -6,7 +6,7 @@ "step": { "user": { "data": { - "radius": "Promie\u0144" + "radius": "Promie\u0144 (km)" }, "title": "Wprowad\u017a szczeg\u00f3\u0142owe dane filtra." } diff --git a/homeassistant/components/geofency/translations/cs.json b/homeassistant/components/geofency/translations/cs.json index a91fa1cbb6f2..64ac0b6a8187 100644 --- a/homeassistant/components/geofency/translations/cs.json +++ b/homeassistant/components/geofency/translations/cs.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, "create_entry": { "default": "Chcete-li odes\u00edlat ud\u00e1losti do aplikace Home Assistant, mus\u00edte v aplikaci Geofency nastavit funkci webhook. \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: `{webhook_url}` \n - Metoda: POST \n\n Dal\u0161\u00ed informace viz [dokumentace]({docs_url})." }, diff --git a/homeassistant/components/geonetnz_quakes/translations/cs.json b/homeassistant/components/geonetnz_quakes/translations/cs.json new file mode 100644 index 000000000000..5725cabdd658 --- /dev/null +++ b/homeassistant/components/geonetnz_quakes/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gios/translations/cs.json b/homeassistant/components/gios/translations/cs.json new file mode 100644 index 000000000000..e1d0891bb67b --- /dev/null +++ b/homeassistant/components/gios/translations/cs.json @@ -0,0 +1,17 @@ +{ + "config": { + "abort": { + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "user": { + "data": { + "name": "Jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gios/translations/no.json b/homeassistant/components/gios/translations/no.json index 8266bdb6b981..7cd5b7d5adeb 100644 --- a/homeassistant/components/gios/translations/no.json +++ b/homeassistant/components/gios/translations/no.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Tjenesten er allerede konfigurert for denne m\u00e5lestasjonen" + "already_configured": "Plasseringen er allerede konfigurert" }, "error": { "cannot_connect": "Tilkobling mislyktes.", diff --git a/homeassistant/components/gios/translations/ru.json b/homeassistant/components/gios/translations/ru.json index ef914d6c2938..826cfc22d4df 100644 --- a/homeassistant/components/gios/translations/ru.json +++ b/homeassistant/components/gios/translations/ru.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "\u042d\u0442\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant. \u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u0443\u044e \u0438\u0437\u043c\u0435\u0440\u0438\u0442\u0435\u043b\u044c\u043d\u0443\u044e \u0441\u0442\u0430\u043d\u0446\u0438\u044e." + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0434\u043b\u044f \u044d\u0442\u043e\u0433\u043e \u043c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u044f \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\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.", diff --git a/homeassistant/components/glances/translations/cs.json b/homeassistant/components/glances/translations/cs.json index 23ddc89a94d9..5baf0a8f2acf 100644 --- a/homeassistant/components/glances/translations/cs.json +++ b/homeassistant/components/glances/translations/cs.json @@ -1,12 +1,21 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { "host": "Hostitel", + "name": "Jm\u00e9no", "password": "Heslo", "port": "Port", - "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" } } } diff --git a/homeassistant/components/goalzero/translations/cs.json b/homeassistant/components/goalzero/translations/cs.json new file mode 100644 index 000000000000..53a7a4e1f184 --- /dev/null +++ b/homeassistant/components/goalzero/translations/cs.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_host": "Neplatn\u00fd hostitel nebo IP adresa", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "host": "Hostitel", + "name": "Jm\u00e9no" + }, + "title": "Goal Zero Yeti" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/goalzero/translations/no.json b/homeassistant/components/goalzero/translations/no.json index 745ce1dc391d..dbd515884a38 100644 --- a/homeassistant/components/goalzero/translations/no.json +++ b/homeassistant/components/goalzero/translations/no.json @@ -5,7 +5,7 @@ }, "error": { "cannot_connect": "Tilkobling mislyktes.", - "invalid_host": "Ugyldig vert gitt", + "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/goalzero/translations/pl.json b/homeassistant/components/goalzero/translations/pl.json index 3603ddce7083..972513914cb5 100644 --- a/homeassistant/components/goalzero/translations/pl.json +++ b/homeassistant/components/goalzero/translations/pl.json @@ -5,7 +5,7 @@ }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", - "invalid_host": "Podano nieprawid\u0142ow\u0105 nazw\u0119 hosta", + "invalid_host": "[%key::common::config_flow::error::invalid_host%]", "unknown": "Nieoczekiwany b\u0142\u0105d" }, "step": { diff --git a/homeassistant/components/goalzero/translations/ru.json b/homeassistant/components/goalzero/translations/ru.json index 80c349f4c0f1..5eee4e70e986 100644 --- a/homeassistant/components/goalzero/translations/ru.json +++ b/homeassistant/components/goalzero/translations/ru.json @@ -5,7 +5,7 @@ }, "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_host": "\u0423\u043a\u0430\u0437\u0430\u043d \u043d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u044b\u0439 \u0445\u043e\u0441\u0442.", + "invalid_host": "\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0434\u043e\u043c\u0435\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u0438\u043b\u0438 IP-\u0430\u0434\u0440\u0435\u0441.", "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." }, "step": { diff --git a/homeassistant/components/gogogate2/translations/cs.json b/homeassistant/components/gogogate2/translations/cs.json index c46cedfa2723..bf8a20ba4093 100644 --- a/homeassistant/components/gogogate2/translations/cs.json +++ b/homeassistant/components/gogogate2/translations/cs.json @@ -10,9 +10,12 @@ "step": { "user": { "data": { + "ip_address": "IP adresa", "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" - } + }, + "description": "N\u00ed\u017ee zadejte po\u017eadovan\u00e9 informace.", + "title": "Nastaven\u00ed GogoGate2 nebo iSmartGate" } } } diff --git a/homeassistant/components/gogogate2/translations/et.json b/homeassistant/components/gogogate2/translations/et.json index af5a16c13002..571b9f7e856b 100644 --- a/homeassistant/components/gogogate2/translations/et.json +++ b/homeassistant/components/gogogate2/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/gpslogger/translations/cs.json b/homeassistant/components/gpslogger/translations/cs.json index d3420c011ca2..86adbe55589a 100644 --- a/homeassistant/components/gpslogger/translations/cs.json +++ b/homeassistant/components/gpslogger/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Instalace dom\u00e1c\u00edho asistenta mus\u00ed b\u00fdt p\u0159\u00edstupn\u00e1 z internetu, aby p\u0159ij\u00edmala zpr\u00e1vy od spole\u010dnosti GPSLogger.", - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "Chcete-li odeslat ud\u00e1losti do aplikace Home Assistant, budete muset nastavit funkci Webhook v n\u00e1stroji GPSLogger. \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: ` {webhook_url} ' \n - Metoda: POST \n\n Dal\u0161\u00ed podrobnosti naleznete v [dokumentaci] ( {docs_url} )." diff --git a/homeassistant/components/griddy/translations/cs.json b/homeassistant/components/griddy/translations/cs.json new file mode 100644 index 000000000000..60e4aed57a27 --- /dev/null +++ b/homeassistant/components/griddy/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/group/translations/cs.json b/homeassistant/components/group/translations/cs.json index b33ff28448ba..d35e48058e7a 100644 --- a/homeassistant/components/group/translations/cs.json +++ b/homeassistant/components/group/translations/cs.json @@ -5,9 +5,9 @@ "home": "Doma", "locked": "Zam\u010deno", "not_home": "Pry\u010d", - "off": "Neaktivn\u00ed", + "off": "Vypnuto", "ok": "V po\u0159\u00e1dku", - "on": "Aktivn\u00ed", + "on": "Zapnuto", "open": "Otev\u0159eno", "problem": "Probl\u00e9m", "unlocked": "Odem\u010deno" diff --git a/homeassistant/components/group/translations/pl.json b/homeassistant/components/group/translations/pl.json index b82492d83d0c..d916f6d3c2cb 100644 --- a/homeassistant/components/group/translations/pl.json +++ b/homeassistant/components/group/translations/pl.json @@ -2,7 +2,7 @@ "state": { "_": { "closed": "zamkni\u0119te", - "home": "w domu", + "home": "[%key::common::state::home%]", "locked": "Zablokowane", "not_home": "poza domem", "off": "wy\u0142\u0105czony", diff --git a/homeassistant/components/guardian/translations/cs.json b/homeassistant/components/guardian/translations/cs.json new file mode 100644 index 000000000000..f2bba0f3b83a --- /dev/null +++ b/homeassistant/components/guardian/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "user": { + "data": { + "ip_address": "IP adresa", + "port": "Port" + } + } + } + }, + "title": "Elexa Guardian" +} \ No newline at end of file diff --git a/homeassistant/components/hangouts/translations/cs.json b/homeassistant/components/hangouts/translations/cs.json index 6b6d430307ec..9be025a2c760 100644 --- a/homeassistant/components/hangouts/translations/cs.json +++ b/homeassistant/components/hangouts/translations/cs.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "already_configured": "Slu\u017eba Google Hangouts je ji\u017e nakonfigurov\u00e1na", - "unknown": "Do\u0161lo k nezn\u00e1m\u00e9 chyb\u011b" + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "error": { "invalid_2fa": "Dfoufaktorov\u00e9 ov\u011b\u0159en\u00ed se nezda\u0159ilo. Zkuste to znovu.", @@ -18,7 +18,7 @@ }, "user": { "data": { - "email": "E-mailov\u00e1 adresa", + "email": "E-mail", "password": "Heslo" }, "title": "P\u0159ihl\u00e1\u0161en\u00ed do slu\u017eby Google Hangouts" diff --git a/homeassistant/components/hangouts/translations/et.json b/homeassistant/components/hangouts/translations/et.json index 63b7495ba57f..c5b1ff734b4f 100644 --- a/homeassistant/components/hangouts/translations/et.json +++ b/homeassistant/components/hangouts/translations/et.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Teenus on juba seadistatud" + "already_configured": "Teenus on juba seadistatud", + "unknown": "Tundmatu viga" }, "error": { "invalid_2fa": "Vale 2-teguriline autentimine, proovige uuesti.", @@ -19,7 +20,8 @@ "data": { "email": "E-posti aadress", "password": "Salas\u00f5na" - } + }, + "title": "Google Hangoutsi sisselogimine" } } } diff --git a/homeassistant/components/harmony/translations/cs.json b/homeassistant/components/harmony/translations/cs.json index d7737722cc37..21c9827cba72 100644 --- a/homeassistant/components/harmony/translations/cs.json +++ b/homeassistant/components/harmony/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_configured_device": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/heos/translations/cs.json b/homeassistant/components/heos/translations/cs.json index d7737722cc37..3afa677f67bb 100644 --- a/homeassistant/components/heos/translations/cs.json +++ b/homeassistant/components/heos/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/hisense_aehw4a1/translations/cs.json b/homeassistant/components/hisense_aehw4a1/translations/cs.json new file mode 100644 index 000000000000..67f70a0446d3 --- /dev/null +++ b/homeassistant/components/hisense_aehw4a1/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hisense_aehw4a1/translations/pl.json b/homeassistant/components/hisense_aehw4a1/translations/pl.json index 61f15a998066..2512868e3012 100644 --- a/homeassistant/components/hisense_aehw4a1/translations/pl.json +++ b/homeassistant/components/hisense_aehw4a1/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 Hisense AEH-W4A1.", - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja Hisense AEH-W4A1." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { "confirm": { diff --git a/homeassistant/components/hlk_sw16/translations/cs.json b/homeassistant/components/hlk_sw16/translations/cs.json index 480a7187a7a6..80a508506b4a 100644 --- a/homeassistant/components/hlk_sw16/translations/cs.json +++ b/homeassistant/components/hlk_sw16/translations/cs.json @@ -4,11 +4,14 @@ "already_configured": "Za\u0159\u00edzen\u00ed ji\u017e je nakonfigurov\u00e1no" }, "error": { - "cannot_connect": "Nelze se p\u0159ipojit" + "cannot_connect": "Nelze se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "step": { "user": { "data": { + "host": "Hostitel", "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } diff --git a/homeassistant/components/hlk_sw16/translations/et.json b/homeassistant/components/hlk_sw16/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/hlk_sw16/translations/et.json +++ b/homeassistant/components/hlk_sw16/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/home_connect/translations/cs.json b/homeassistant/components/home_connect/translations/cs.json new file mode 100644 index 000000000000..9751cd8a196b --- /dev/null +++ b/homeassistant/components/home_connect/translations/cs.json @@ -0,0 +1,16 @@ +{ + "config": { + "abort": { + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})" + }, + "create_entry": { + "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno" + }, + "step": { + "pick_implementation": { + "title": "Vyberte metodu ov\u011b\u0159en\u00ed" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homekit/translations/cs.json b/homeassistant/components/homekit/translations/cs.json index 3e96cd44af84..131a12840de4 100644 --- a/homeassistant/components/homekit/translations/cs.json +++ b/homeassistant/components/homekit/translations/cs.json @@ -1,3 +1,21 @@ { + "config": { + "step": { + "user": { + "data": { + "include_domains": "Dom\u00e9ny, kter\u00e9 maj\u00ed b\u00fdt zahrnuty" + } + } + } + }, + "options": { + "step": { + "init": { + "data": { + "include_domains": "Dom\u00e9ny, kter\u00e9 maj\u00ed b\u00fdt zahrnuty" + } + } + } + }, "title": "HomeKit Bridge" } \ No newline at end of file diff --git a/homeassistant/components/homekit_controller/translations/cs.json b/homeassistant/components/homekit_controller/translations/cs.json index e70ed3973d20..8d6f32c7cdf6 100644 --- a/homeassistant/components/homekit_controller/translations/cs.json +++ b/homeassistant/components/homekit_controller/translations/cs.json @@ -1,19 +1,48 @@ { "config": { "abort": { - "accessory_not_found_error": "P\u00e1rov\u00e1n\u00ed nelze p\u0159idat, proto\u017ee za\u0159\u00edzen\u00ed ji\u017e nelze nal\u00e9zt." + "accessory_not_found_error": "P\u00e1rov\u00e1n\u00ed nelze p\u0159idat, proto\u017ee za\u0159\u00edzen\u00ed ji\u017e nelze nal\u00e9zt.", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "invalid_config_entry": "Toto za\u0159\u00edzen\u00ed vypad\u00e1, \u017ee je p\u0159ipraven\u00e9 ke sp\u00e1rov\u00e1n\u00ed, ale v Home Assistant ji\u017e existuje konfliktn\u00ed polo\u017eka konfigurace, kterou je t\u0159eba nejprve odebrat." }, "error": { - "busy_error": "Za\u0159\u00edzen\u00ed odm\u00edtlo p\u0159idat p\u00e1rov\u00e1n\u00ed, proto\u017ee je ji\u017e sp\u00e1rov\u00e1no s jin\u00fdm \u0159adi\u010dem.", + "busy_error": "Za\u0159\u00edzen\u00ed odm\u00edtlo p\u0159idat p\u00e1rov\u00e1n\u00ed, proto\u017ee je ji\u017e sp\u00e1rov\u00e1no s jin\u00fdm ovlada\u010dem.", "max_peers_error": "Za\u0159\u00edzen\u00ed odm\u00edtlo p\u0159idat p\u00e1rov\u00e1n\u00ed, proto\u017ee nem\u00e1 voln\u00e9 \u00falo\u017ei\u0161t\u011b pro p\u00e1rov\u00e1n\u00ed.", "max_tries_error": "Za\u0159\u00edzen\u00ed odm\u00edtlo p\u0159idat p\u00e1rov\u00e1n\u00ed, proto\u017ee p\u0159ijalo v\u00edce ne\u017e 100 ne\u00fasp\u011b\u0161n\u00fdch pokus\u016f o ov\u011b\u0159en\u00ed.", - "pairing_failed": "P\u0159i pokusu o sp\u00e1rov\u00e1n\u00ed s t\u00edmto za\u0159\u00edzen\u00edm do\u0161lo k neo\u0161et\u0159en\u00e9 chyb\u011b. M\u016f\u017ee se jednat o do\u010dasn\u00e9 selh\u00e1n\u00ed nebo za\u0159\u00edzen\u00ed nen\u00ed aktu\u00e1ln\u011b podporov\u00e1no." + "pairing_failed": "P\u0159i pokusu o sp\u00e1rov\u00e1n\u00ed s t\u00edmto za\u0159\u00edzen\u00edm do\u0161lo k neo\u010dek\u00e1van\u00e9 chyb\u011b. M\u016f\u017ee se jednat o do\u010dasn\u00e9 selh\u00e1n\u00ed nebo va\u0161e za\u0159\u00edzen\u00ed nemus\u00ed b\u00fdt aktu\u00e1ln\u011b podporov\u00e1no." }, + "flow_title": "{name} prost\u0159ednictv\u00edm protokolu HomeKit p\u0159\u00edslu\u0161enstv\u00ed", "step": { "pair": { - "description": "Chcete-li pou\u017e\u00edt toto p\u0159\u00edslu\u0161enstv\u00ed, zadejte k\u00f3d p\u00e1rov\u00e1n\u00ed HomeKit (ve form\u00e1tu XXX-XX-XXX)", - "title": "P\u00e1rov\u00e1n\u00ed s dopl\u0148kem HomeKit" + "data": { + "pairing_code": "P\u00e1rovac\u00ed k\u00f3d" + }, + "description": "Ovlada\u010d HomeKit komunikuje s {name} p\u0159es m\u00edstn\u00ed s\u00ed\u0165 pomoc\u00ed zabezpe\u010den\u00e9ho \u0161ifrovan\u00e9ho p\u0159ipojen\u00ed bez samostatn\u00e9ho ovlada\u010de HomeKit nebo iCloud. Chcete-li pou\u017e\u00edvat toto p\u0159\u00edslu\u0161enstv\u00ed, zadejte sv\u016fj p\u00e1rovac\u00ed k\u00f3d HomeKit (ve form\u00e1tu XXX-XX-XXX). Tento k\u00f3d se obvykle nach\u00e1z\u00ed na samotn\u00e9m za\u0159\u00edzen\u00ed nebo v obalu.", + "title": "Sp\u00e1rujte prost\u0159ednictv\u00edm protokolu HomeKit p\u0159\u00edslu\u0161enstv\u00ed" + }, + "user": { + "data": { + "device": "Za\u0159\u00edzen\u00ed" + }, + "description": "Ovlada\u010d HomeKit komunikuje p\u0159es m\u00edstn\u00ed s\u00ed\u0165 pomoc\u00ed zabezpe\u010den\u00e9ho \u0161ifrovan\u00e9ho p\u0159ipojen\u00ed bez samostatn\u00e9ho ovlada\u010de HomeKit nebo iCloud. Vyberte za\u0159\u00edzen\u00ed, kter\u00e9 chcete sp\u00e1rovat:", + "title": "V\u00fdb\u011br za\u0159\u00edzen\u00ed" } } - } + }, + "device_automation": { + "trigger_subtype": { + "button1": "Tla\u010d\u00edtko 1", + "button10": "Tla\u010d\u00edtko 10", + "button2": "Tla\u010d\u00edtko 2", + "button3": "Tla\u010d\u00edtko 3", + "button4": "Tla\u010d\u00edtko 4", + "button5": "Tla\u010d\u00edtko 5", + "button6": "Tla\u010d\u00edtko 6", + "button7": "Tla\u010d\u00edtko 7", + "button8": "Tla\u010d\u00edtko 8", + "button9": "Tla\u010d\u00edtko 9", + "doorbell": "Zvonek" + } + }, + "title": "HomeKit ovlada\u010d" } \ No newline at end of file diff --git a/homeassistant/components/homekit_controller/translations/pl.json b/homeassistant/components/homekit_controller/translations/pl.json index 2fa5e9b6b1a3..73c71b79a154 100644 --- a/homeassistant/components/homekit_controller/translations/pl.json +++ b/homeassistant/components/homekit_controller/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "accessory_not_found_error": "Nie mo\u017cna rozpocz\u0105\u0107 parowania, poniewa\u017c nie znaleziono urz\u0105dzenia.", "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "already_paired": "To akcesorium jest ju\u017c sparowane z innym urz\u0105dzeniem. Zresetuj akcesorium i spr\u00f3buj ponownie.", "ignored_model": "Obs\u0142uga HomeKit dla tego modelu jest zablokowana, poniewa\u017c dost\u0119pna jest pe\u0142niejsza integracja natywna.", "invalid_config_entry": "To urz\u0105dzenie jest wy\u015bwietlane jako gotowe do sparowania, ale istnieje ju\u017c konfliktowy wpis konfiguracyjny dla niego w Home Assistant, kt\u00f3ry musi zosta\u0107 najpierw usuni\u0119ty.", diff --git a/homeassistant/components/homematicip_cloud/translations/cs.json b/homeassistant/components/homematicip_cloud/translations/cs.json index 36b6cd00e986..68ab779dbe6d 100644 --- a/homeassistant/components/homematicip_cloud/translations/cs.json +++ b/homeassistant/components/homematicip_cloud/translations/cs.json @@ -1,12 +1,12 @@ { "config": { "abort": { - "already_configured": "P\u0159\u00edstupov\u00fd bod je ji\u017e nakonfigurov\u00e1n", - "connection_aborted": "Nelze se p\u0159ipojit k HMIP serveru", - "unknown": "Do\u0161lo k nezn\u00e1m\u00e9 chyb\u011b" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "connection_aborted": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "error": { - "invalid_sgtin_or_pin": "Neplatn\u00fd k\u00f3d PIN, zkuste to znovu.", + "invalid_sgtin_or_pin": "Neplatn\u00fd k\u00f3d SGTIN nebo PIN, zkuste to pros\u00edm znovu.", "press_the_button": "Stiskn\u011bte modr\u00e9 tla\u010d\u00edtko.", "register_failed": "Registrace se nezda\u0159ila, zkuste to znovu.", "timeout_button": "\u010casov\u00fd limit stisknut\u00ed modr\u00e9ho tla\u010d\u00edtka vypr\u0161el. Zkuste to znovu." @@ -15,8 +15,8 @@ "init": { "data": { "hapid": "ID p\u0159\u00edstupov\u00e9ho bodu (SGTIN)", - "name": "N\u00e1zev (nepovinn\u00e9, pou\u017e\u00edv\u00e1 se jako p\u0159edpona n\u00e1zvu pro v\u0161echna za\u0159\u00edzen\u00ed)", - "pin": "Pin k\u00f3d (nepovinn\u00e9)" + "name": "Jm\u00e9no (nepovinn\u00e9, pou\u017e\u00edv\u00e1 se jako p\u0159edpona n\u00e1zvu pro v\u0161echna za\u0159\u00edzen\u00ed)", + "pin": "PIN k\u00f3d" }, "title": "Vyberte p\u0159\u00edstupov\u00fd bod HomematicIP" }, diff --git a/homeassistant/components/homematicip_cloud/translations/et.json b/homeassistant/components/homematicip_cloud/translations/et.json index fce92ebcb006..3d88f62eedc6 100644 --- a/homeassistant/components/homematicip_cloud/translations/et.json +++ b/homeassistant/components/homematicip_cloud/translations/et.json @@ -1,16 +1,22 @@ { "config": { "abort": { - "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "connection_aborted": "\u00dchendus nurjus", + "unknown": "Tundmatu viga" }, "error": { "invalid_pin": "Vale PIN-kood. Palun proovige uuesti.", - "invalid_sgtin_or_pin": "Vale PIN, palun proovige uuesti" + "invalid_sgtin_or_pin": "Vale PIN, palun proovige uuesti", + "press_the_button": "Palun vajuta sinist nuppu.", + "register_failed": "Registreerimine nurjus, proovi uuesti.", + "timeout_button": "Sinise nupu vajutamise ajal\u00f5pp, proovi uuesti." }, "step": { "init": { "data": { "hapid": "P\u00e4\u00e4supunkti ID (SGTIN)", + "name": "Nimi (valikuline, kasutatakse k\u00f5igi seadmete nime eesliitena)", "pin": "PIN-kood (valikuline)" } } diff --git a/homeassistant/components/homematicip_cloud/translations/pl.json b/homeassistant/components/homematicip_cloud/translations/pl.json index 5fc35379e90d..ac6cf7b7e7d3 100644 --- a/homeassistant/components/homematicip_cloud/translations/pl.json +++ b/homeassistant/components/homematicip_cloud/translations/pl.json @@ -7,7 +7,7 @@ }, "error": { "invalid_pin": "Nieprawid\u0142owy kod PIN, spr\u00f3buj ponownie.", - "invalid_sgtin_or_pin": "Nieprawid\u0142owy kod PIN, spr\u00f3buj ponownie.", + "invalid_sgtin_or_pin": "Nieprawid\u0142owy SGTIN lub kod PIN, spr\u00f3buj ponownie.", "press_the_button": "Prosz\u0119 nacisn\u0105\u0107 niebieski przycisk.", "register_failed": "Nie uda\u0142o si\u0119 zarejestrowa\u0107, spr\u00f3buj ponownie.", "timeout_button": "Oczekiwania na naci\u015bni\u0119cie niebieskiego przycisku zako\u0144czone, spr\u00f3buj ponownie." @@ -22,7 +22,7 @@ "title": "Wybierz punkt dost\u0119pu HomematicIP" }, "link": { - "description": "Naci\u015bnij niebieski przycisk na punkcie dost\u0119pu i przycisk przesy\u0142ania, aby zarejestrowa\u0107 HomematicIP w Home Assistant. \n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)", + "description": "Naci\u015bnij niebieski przycisk na punkcie dost\u0119pu i przycisk przesy\u0142ania, aby zarejestrowa\u0107 HomematicIP w Home Assistant. \n\n![Umiejscowienie przycisku na mostku](/static/images/config_flows/config_homematicip_cloud.png)", "title": "Po\u0142\u0105czenie z punktem dost\u0119pu" } } diff --git a/homeassistant/components/huawei_lte/translations/cs.json b/homeassistant/components/huawei_lte/translations/cs.json index 9593c27d76ac..8ab6b256f200 100644 --- a/homeassistant/components/huawei_lte/translations/cs.json +++ b/homeassistant/components/huawei_lte/translations/cs.json @@ -1,22 +1,27 @@ { "config": { "abort": { - "already_configured": "Toto za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1" }, "error": { "connection_failed": "P\u0159ipojen\u00ed se nezda\u0159ilo", "incorrect_password": "Nespr\u00e1vn\u00e9 heslo", "incorrect_username": "Nespr\u00e1vn\u00e9 u\u017eivatelsk\u00e9 jm\u00e9no", "incorrect_username_or_password": "Nespr\u00e1vn\u00e9 u\u017eivatelsk\u00e9 jm\u00e9no \u010di heslo", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "invalid_url": "Neplatn\u00e1 adresa URL", "login_attempts_exceeded": "Maxim\u00e1ln\u00ed pokus o p\u0159ihl\u00e1\u0161en\u00ed byl p\u0159ekro\u010den, zkuste to znovu pozd\u011bji", "response_error": "Nezn\u00e1m\u00e1 chyba ze za\u0159\u00edzen\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba", "unknown_connection_error": "Nezn\u00e1m\u00e1 chyba p\u0159i p\u0159ipojov\u00e1n\u00ed k za\u0159\u00edzen\u00ed" }, + "flow_title": "Huawei LTE: {name}", "step": { "user": { "data": { "password": "Heslo", + "url": "URL", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" }, "title": "Konfigurovat Huawei LTE" @@ -27,6 +32,7 @@ "step": { "init": { "data": { + "name": "Jm\u00e9no slu\u017eby ozn\u00e1men\u00ed (zm\u011bna vy\u017eaduje restart)", "recipient": "P\u0159\u00edjemci ozn\u00e1men\u00ed SMS", "track_new_devices": "Sledovat nov\u00e1 za\u0159\u00edzen\u00ed" } diff --git a/homeassistant/components/huawei_lte/translations/pl.json b/homeassistant/components/huawei_lte/translations/pl.json index cbda0663f010..7c236b49af2e 100644 --- a/homeassistant/components/huawei_lte/translations/pl.json +++ b/homeassistant/components/huawei_lte/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Urz\u0105dzenie jest ju\u017c skonfigurowane.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "not_huawei_lte": "To nie jest urz\u0105dzenie Huawei LTE" }, "error": { diff --git a/homeassistant/components/hue/translations/cs.json b/homeassistant/components/hue/translations/cs.json index d9070c7c2952..6708491cf4b1 100644 --- a/homeassistant/components/hue/translations/cs.json +++ b/homeassistant/components/hue/translations/cs.json @@ -2,14 +2,15 @@ "config": { "abort": { "all_configured": "V\u0161echny Philips Hue p\u0159emost\u011bn\u00ed jsou ji\u017e nakonfigurov\u00e1ny", - "already_configured": "P\u0159emost\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no", - "cannot_connect": "Nelze se p\u0159ipojit k p\u0159emost\u011bn\u00ed", + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "discover_timeout": "Nelze nal\u00e9zt p\u0159emost\u011bn\u00ed Hue", "no_bridges": "Nebyly nalezeny \u017e\u00e1dn\u00e9 p\u0159emost\u011bn\u00ed Philips Hue", - "unknown": "Do\u0161lo k nezn\u00e1m\u00e9 chyb\u011b" + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "error": { - "linking": "Do\u0161lo k nezn\u00e1m\u00e9 chyb\u011b propojen\u00ed.", + "linking": "Neo\u010dek\u00e1van\u00e1 chyba", "register_failed": "Registrace se nezda\u0159ila, zkuste to pros\u00edm znovu" }, "step": { @@ -22,6 +23,41 @@ "link": { "description": "Stiskn\u011bte tla\u010d\u00edtko na p\u0159emost\u011bn\u00ed k registraci Philips Hue v Home Assistant.\n\n! [Um\u00edst\u011bn\u00ed tla\u010d\u00edtka na p\u0159emost\u011bn\u00ed](/ static/images/config_philips_hue.jpg)", "title": "P\u0159ipojit Hub" + }, + "manual": { + "data": { + "host": "Hostitel" + }, + "title": "Ru\u010dn\u00ed nastaven\u00ed p\u0159emost\u011bn\u00ed Hue" + } + } + }, + "device_automation": { + "trigger_subtype": { + "button_1": "Prvn\u00ed tla\u010d\u00edtko", + "button_2": "Druh\u00e9 tla\u010d\u00edtko", + "button_3": "T\u0159et\u00ed tla\u010d\u00edtko", + "button_4": "\u010ctvrt\u00e9 tla\u010d\u00edtko", + "dim_down": "Sn\u00ed\u017eit ztlumen\u00ed", + "dim_up": "Zv\u00fd\u0161it ztlumen\u00ed", + "double_buttons_1_3": "Prvn\u00ed a t\u0159et\u00ed tla\u010d\u00edtko", + "double_buttons_2_4": "Druh\u00e9 a \u010dtvrt\u00e9 tla\u010d\u00edtko", + "turn_off": "Vypnout", + "turn_on": "Zapnout" + }, + "trigger_type": { + "remote_button_short_press": "Stisknuto tla\u010d\u00edtko \"{subtype}\"", + "remote_button_short_release": "Uvoln\u011bno tla\u010d\u00edtko \"{subtype}\"", + "remote_double_button_long_press": "Oba \"{subtype}\" uvoln\u011bny po dlouh\u00e9m stisku", + "remote_double_button_short_press": "Oba \"{subtype}\" uvoln\u011bny" + } + }, + "options": { + "step": { + "init": { + "data": { + "allow_hue_groups": "Povolit skupiny Hue" + } } } } diff --git a/homeassistant/components/hue/translations/pl.json b/homeassistant/components/hue/translations/pl.json index 642d5d20470c..103f0082177c 100644 --- a/homeassistant/components/hue/translations/pl.json +++ b/homeassistant/components/hue/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "all_configured": "Wszystkie mostki Hue s\u0105 ju\u017c skonfigurowane", "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja mostka jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "cannot_connect": "[%key::common::config_flow::error::cannot_connect%]", "discover_timeout": "Nie mo\u017cna wykry\u0107 \u017cadnych mostk\u00f3w Hue", "no_bridges": "Nie wykryto mostk\u00f3w Hue", diff --git a/homeassistant/components/humidifier/translations/cs.json b/homeassistant/components/humidifier/translations/cs.json index 5f05202a2e35..2e373587afc4 100644 --- a/homeassistant/components/humidifier/translations/cs.json +++ b/homeassistant/components/humidifier/translations/cs.json @@ -1,8 +1,28 @@ { + "device_automation": { + "action_type": { + "set_humidity": "Nastavit vlhkost pro {entity_name}", + "set_mode": "Zm\u011bnit re\u017eim na {entity_name}", + "toggle": "P\u0159epnout {entity_name}", + "turn_off": "Vypnout {entity_name}", + "turn_on": "Zapnout {entity_name}" + }, + "condition_type": { + "is_mode": "{entity_name} je nastaven na konkr\u00e9tn\u00ed re\u017eim", + "is_off": "{entity_name} je vypnuto", + "is_on": "{entity_name} je zapnuto" + }, + "trigger_type": { + "target_humidity_changed": "C\u00edlov\u00e1 vlhkost {entity_name} zm\u011bn\u011bna", + "turned_off": "{entity_name} vypnuto", + "turned_on": "{entity_name} zapnuto" + } + }, "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } - } + }, + "title": "Zvlh\u010dova\u010d" } \ No newline at end of file diff --git a/homeassistant/components/hunterdouglas_powerview/translations/cs.json b/homeassistant/components/hunterdouglas_powerview/translations/cs.json index 5656d8635a0d..c3895de8299a 100644 --- a/homeassistant/components/hunterdouglas_powerview/translations/cs.json +++ b/homeassistant/components/hunterdouglas_powerview/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/hvv_departures/translations/cs.json b/homeassistant/components/hvv_departures/translations/cs.json new file mode 100644 index 000000000000..c5c4e240fdcc --- /dev/null +++ b/homeassistant/components/hvv_departures/translations/cs.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "step": { + "user": { + "data": { + "host": "Hostitel", + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + }, + "options": { + "step": { + "init": { + "title": "Mo\u017enosti" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hvv_departures/translations/et.json b/homeassistant/components/hvv_departures/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/hvv_departures/translations/et.json +++ b/homeassistant/components/hvv_departures/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/iaqualink/translations/cs.json b/homeassistant/components/iaqualink/translations/cs.json index 338ff5d9a44c..22393bacee66 100644 --- a/homeassistant/components/iaqualink/translations/cs.json +++ b/homeassistant/components/iaqualink/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/icloud/translations/cs.json b/homeassistant/components/icloud/translations/cs.json index e20e44aec6e0..5468605ce58e 100644 --- a/homeassistant/components/icloud/translations/cs.json +++ b/homeassistant/components/icloud/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/ifttt/translations/cs.json b/homeassistant/components/ifttt/translations/cs.json index 1f14283a05e1..0b5c81003da2 100644 --- a/homeassistant/components/ifttt/translations/cs.json +++ b/homeassistant/components/ifttt/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Va\u0161e Home Assistant instance mus\u00ed b\u00fdt p\u0159\u00edstupn\u00e1 z internetu aby mohla p\u0159ij\u00edmat zpr\u00e1vy IFTTT.", - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "Chcete-li odeslat ud\u00e1losti do aplikace Home Assistant, budete muset pou\u017e\u00edt akci \"Vytvo\u0159it webovou \u017e\u00e1dost\" z [IFTTT Webhook appletu]({applet_url}). \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: ` {webhook_url} ' \n - Metoda: POST \n - Typ obsahu: aplikace/json \n\n Viz [dokumentace]({docs_url}), jak konfigurovat automatizace pro zpracov\u00e1n\u00ed p\u0159\u00edchoz\u00edch dat." diff --git a/homeassistant/components/input_boolean/translations/cs.json b/homeassistant/components/input_boolean/translations/cs.json index 4a7d1a8e8c3c..8c3f0dc65a7f 100644 --- a/homeassistant/components/input_boolean/translations/cs.json +++ b/homeassistant/components/input_boolean/translations/cs.json @@ -1,8 +1,8 @@ { "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Pomocn\u00edci - p\u0159ep\u00edna\u010de" diff --git a/homeassistant/components/insteon/translations/cs.json b/homeassistant/components/insteon/translations/cs.json index 354a7eb70b83..6bc052b93711 100644 --- a/homeassistant/components/insteon/translations/cs.json +++ b/homeassistant/components/insteon/translations/cs.json @@ -1,10 +1,83 @@ { "config": { + "abort": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "select_single": "Vyberte jednu mo\u017enost." + }, "step": { "hub2": { "data": { - "password": "Heslo" + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } + }, + "hubv1": { + "data": { + "host": "IP adresa", + "port": "Port" + } + }, + "hubv2": { + "data": { + "host": "IP adresa", + "password": "Heslo", + "port": "Port", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + }, + "init": { + "title": "Insteon" + }, + "plm": { + "data": { + "device": "Cesta k USB za\u0159\u00edzen\u00ed" + } + }, + "user": { + "data": { + "modem_type": "Typ modemu." + }, + "title": "Insteon" + } + } + }, + "options": { + "abort": { + "cannot_connect": "Nelze se p\u0159ipojit k modemu Insteon" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "select_single": "Vyberte jednu mo\u017enost." + }, + "step": { + "add_override": { + "title": "Insteon" + }, + "add_x10": { + "data": { + "platform": "Platforma" + } + }, + "change_hub_config": { + "data": { + "host": "IP adresa", + "password": "Heslo", + "port": "Port", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + }, + "init": { + "title": "Insteon" + }, + "remove_override": { + "title": "Insteon" + }, + "remove_x10": { + "title": "Insteon" } } } diff --git a/homeassistant/components/insteon/translations/pl.json b/homeassistant/components/insteon/translations/pl.json index 11761b81fc47..c7075d203228 100644 --- a/homeassistant/components/insteon/translations/pl.json +++ b/homeassistant/components/insteon/translations/pl.json @@ -93,7 +93,7 @@ }, "add_x10": { "data": { - "housecode": "Housecode (a - p)", + "housecode": "Housecode (a \u2014 p)", "platform": "Platforma", "steps": "Kroki \u015bciemniacza (tylko dla urz\u0105dze\u0144 o\u015bwietleniowych, domy\u015blnie 22)", "unitcode": "Unitcode (1\u201316)" diff --git a/homeassistant/components/ipma/translations/cs.json b/homeassistant/components/ipma/translations/cs.json new file mode 100644 index 000000000000..797a4f94d743 --- /dev/null +++ b/homeassistant/components/ipma/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "error": { + "name_exists": "Jm\u00e9no ji\u017e existuje" + }, + "step": { + "user": { + "data": { + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", + "mode": "Re\u017eim", + "name": "Jm\u00e9no" + }, + "title": "Um\u00edst\u011bn\u00ed" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/ipp/translations/cs.json b/homeassistant/components/ipp/translations/cs.json index 2048e1a0681e..63041a58a9c6 100644 --- a/homeassistant/components/ipp/translations/cs.json +++ b/homeassistant/components/ipp/translations/cs.json @@ -2,17 +2,27 @@ "config": { "abort": { "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "connection_error": "Nepoda\u0159ilo se p\u0159ipojit" }, "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "connection_error": "Nepoda\u0159ilo se p\u0159ipojit" }, + "flow_title": "Tisk\u00e1rna: {name}", "step": { "user": { "data": { "host": "Hostitel", - "port": "Port" - } + "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" + }, + "title": "Propojte svou tisk\u00e1rnu" + }, + "zeroconf_confirm": { + "description": "Chcete nastavit {name}?", + "title": "Zji\u0161t\u011bn\u00e1 tisk\u00e1rna" } } } diff --git a/homeassistant/components/ipp/translations/it.json b/homeassistant/components/ipp/translations/it.json index de8bf9bbe4f0..1223705bacca 100644 --- a/homeassistant/components/ipp/translations/it.json +++ b/homeassistant/components/ipp/translations/it.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Il dispositivo \u00e8 gi\u00e0 configurato", + "cannot_connect": "Impossibile connettersi", "connection_error": "Impossibile connettersi", "connection_upgrade": "Impossibile connettersi alla stampante a causa della necessit\u00e0 dell'aggiornamento della connessione.", "ipp_error": "Si \u00e8 verificato un errore IPP.", @@ -10,6 +11,7 @@ "unique_id_required": "Identificazione univoca del dispositivo mancante necessaria per l'individuazione." }, "error": { + "cannot_connect": "Impossibile connettersi", "connection_error": "Impossibile connettersi", "connection_upgrade": "Impossibile connettersi alla stampante. Riprovare selezionando l'opzione SSL/TLS." }, diff --git a/homeassistant/components/ipp/translations/no.json b/homeassistant/components/ipp/translations/no.json index 3e25dcb0c4c4..d598ca96f7f6 100644 --- a/homeassistant/components/ipp/translations/no.json +++ b/homeassistant/components/ipp/translations/no.json @@ -2,6 +2,7 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert.", + "cannot_connect": "Tilkobling mislyktes.", "connection_error": "Tilkobling mislyktes", "connection_upgrade": "Kunne ikke koble til skriveren fordi tilkoblingsoppgradering var n\u00f8dvendig.", "ipp_error": "Oppdaget IPP-feil.", @@ -10,6 +11,7 @@ "unique_id_required": "Enheten mangler unik identifikasjon som kreves for oppdagelse." }, "error": { + "cannot_connect": "Tilkobling mislyktes.", "connection_error": "Tilkobling mislyktes", "connection_upgrade": "Kunne ikke koble til skriveren. Vennligst pr\u00f8v igjen med alternativet SSL / TLS merket." }, diff --git a/homeassistant/components/ipp/translations/ru.json b/homeassistant/components/ipp/translations/ru.json index 9fdde4c62fec..37502ccf9b02 100644 --- a/homeassistant/components/ipp/translations/ru.json +++ b/homeassistant/components/ipp/translations/ru.json @@ -2,6 +2,7 @@ "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.", + "cannot_connect": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "connection_error": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "connection_upgrade": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0443 \u0438\u0437-\u0437\u0430 \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u044f.", "ipp_error": "\u041e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0430 \u043e\u0448\u0438\u0431\u043a\u0430 IPP.", @@ -10,6 +11,7 @@ "unique_id_required": "\u041d\u0430 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0435 \u043e\u0442\u0441\u0443\u0442\u0441\u0442\u0432\u0443\u0435\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f, \u043d\u0435\u043e\u0431\u0445\u043e\u0434\u0438\u043c\u0430\u044f \u0434\u043b\u044f \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\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.", "connection_error": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f.", "connection_upgrade": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u043a \u043f\u0440\u0438\u043d\u0442\u0435\u0440\u0443. \u041f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0438\u0442\u044c\u0441\u044f \u0447\u0435\u0440\u0435\u0437 SSL/TLS." }, diff --git a/homeassistant/components/iqvia/translations/cs.json b/homeassistant/components/iqvia/translations/cs.json index eb0fdc62f01f..e3420c05845c 100644 --- a/homeassistant/components/iqvia/translations/cs.json +++ b/homeassistant/components/iqvia/translations/cs.json @@ -1,7 +1,17 @@ { "config": { "abort": { - "already_configured": "Toto PS\u010c ji\u017e bylo nakonfigurov\u00e1no." + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "error": { + "invalid_zip_code": "PS\u010c je neplatn\u00e9" + }, + "step": { + "user": { + "data": { + "zip_code": "PS\u010c" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/islamic_prayer_times/translations/cs.json b/homeassistant/components/islamic_prayer_times/translations/cs.json new file mode 100644 index 000000000000..74f975db7040 --- /dev/null +++ b/homeassistant/components/islamic_prayer_times/translations/cs.json @@ -0,0 +1,9 @@ +{ + "config": { + "abort": { + "one_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + }, + "title": "Isl\u00e1msk\u00e9 modlitebn\u00ed \u010dasy" +} \ No newline at end of file diff --git a/homeassistant/components/islamic_prayer_times/translations/pl.json b/homeassistant/components/islamic_prayer_times/translations/pl.json index dbbb56966bff..cd442a4f4384 100644 --- a/homeassistant/components/islamic_prayer_times/translations/pl.json +++ b/homeassistant/components/islamic_prayer_times/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "one_instance_allowed": "Wymagana jest tylko jedna instancja.", + "one_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { diff --git a/homeassistant/components/isy994/translations/cs.json b/homeassistant/components/isy994/translations/cs.json index 78bf9ea9af10..cf70d5de4c2f 100644 --- a/homeassistant/components/isy994/translations/cs.json +++ b/homeassistant/components/isy994/translations/cs.json @@ -11,10 +11,19 @@ "step": { "user": { "data": { + "host": "URL", "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" } } } + }, + "options": { + "step": { + "init": { + "description": "Nastavte mo\u017enosti pro integraci ISY:\n \u2022 \u0158et\u011bzec pro sensory uzl\u016f: S ka\u017ed\u00fdm za\u0159\u00edzen\u00edm nebo slo\u017ekou, jeji\u017e n\u00e1zev obsahuje tento \u0159et\u011bzec, bude zach\u00e1zeno jako se senzorem nebo bin\u00e1rn\u00edm senzorem.\n \u2022 Ignorovat \u0159et\u011bzec: Ka\u017ed\u00e9 za\u0159\u00edzen\u00ed, jeho\u017e jm\u00e9no obsahuje tento \u0159et\u011bzec, bude ignorov\u00e1no.\n \u2022 Prom\u011bnn\u00fd \u0159et\u011bzec senzoru: Jak\u00e1koli prom\u011bnn\u00e1, kter\u00e1 obsahuje \"Prom\u011bnn\u00fd \u0159et\u011bzec senzoru\", bude p\u0159id\u00e1na jako senzor.\n \u2022 Obnovit jas sv\u011btla: Pokud je povoleno, obnov\u00ed se p\u0159edchoz\u00ed jas p\u0159i zapnut\u00ed sv\u011btla nam\u00edsto vestav\u011bn\u00e9ho On-Level za\u0159\u00edzen\u00ed.", + "title": "Mo\u017enosti ISY994" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/isy994/translations/et.json b/homeassistant/components/isy994/translations/et.json index 2bb4f5783b3c..8c4cde1a6b70 100644 --- a/homeassistant/components/isy994/translations/et.json +++ b/homeassistant/components/isy994/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/izone/translations/cs.json b/homeassistant/components/izone/translations/cs.json new file mode 100644 index 000000000000..67f70a0446d3 --- /dev/null +++ b/homeassistant/components/izone/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/izone/translations/pl.json b/homeassistant/components/izone/translations/pl.json index de8eff212329..3a88c500a924 100644 --- a/homeassistant/components/izone/translations/pl.json +++ b/homeassistant/components/izone/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 iZone.", - "single_instance_allowed": "Wymagana jest tylko jedna konfiguracja iZone." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { "confirm": { diff --git a/homeassistant/components/juicenet/translations/cs.json b/homeassistant/components/juicenet/translations/cs.json new file mode 100644 index 000000000000..980ac80b4c1d --- /dev/null +++ b/homeassistant/components/juicenet/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "api_token": "API token" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/juicenet/translations/et.json b/homeassistant/components/juicenet/translations/et.json index 1205350a0f07..2401cc0f365b 100644 --- a/homeassistant/components/juicenet/translations/et.json +++ b/homeassistant/components/juicenet/translations/et.json @@ -2,6 +2,9 @@ "config": { "abort": { "already_configured": "Konto on juba seadistatud" + }, + "error": { + "invalid_auth": "Tuvastamine nurjus" } } } \ No newline at end of file diff --git a/homeassistant/components/kodi/translations/cs.json b/homeassistant/components/kodi/translations/cs.json index 3857095fce28..c74cbe5b0703 100644 --- a/homeassistant/components/kodi/translations/cs.json +++ b/homeassistant/components/kodi/translations/cs.json @@ -1,14 +1,41 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "flow_title": "Kodi: {name}", "step": { + "credentials": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + }, "host": { "data": { + "host": "Hostitel", + "port": "Port", "ssl": "P\u0159ipojen\u00ed p\u0159es SSL" } }, "user": { "data": { - "ssl": "P\u0159ipojen\u00ed p\u0159es SSL" + "host": "Hostitel", + "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t" + } + }, + "ws_port": { + "data": { + "ws_port": "Port" } } } diff --git a/homeassistant/components/kodi/translations/et.json b/homeassistant/components/kodi/translations/et.json index a4f2be7e2da5..82af03c9688d 100644 --- a/homeassistant/components/kodi/translations/et.json +++ b/homeassistant/components/kodi/translations/et.json @@ -1,7 +1,11 @@ { "config": { "abort": { - "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "invalid_auth": "Tuvastamine nurjus" + }, + "error": { + "invalid_auth": "Tuvastamine nurjus" }, "step": { "credentials": { diff --git a/homeassistant/components/konnected/translations/cs.json b/homeassistant/components/konnected/translations/cs.json index df1519035c61..0f347ffae99c 100644 --- a/homeassistant/components/konnected/translations/cs.json +++ b/homeassistant/components/konnected/translations/cs.json @@ -1,6 +1,17 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { + "confirm": { + "description": "Model: {model}\nID: {id}\nHostitel: {host}\nPort: {port}\n\nChov\u00e1n\u00ed vstupu/v\u00fdstupu a panelu m\u016f\u017eete nastavit v ovl\u00e1dac\u00edm panelu alarmu Konnected." + }, "user": { "data": { "host": "IP adresa", @@ -11,11 +22,47 @@ }, "options": { "step": { + "options_binary": { + "data": { + "name": "Jm\u00e9no (voliteln\u00e9)", + "type": "Typ bin\u00e1rn\u00edho senzoru" + }, + "description": "Mo\u017enosti {zone}" + }, + "options_digital": { + "data": { + "name": "Jm\u00e9no (voliteln\u00e9)", + "type": "Typ senzoru" + }, + "description": "Mo\u017enosti {zone}" + }, + "options_io": { + "data": { + "1": "Z\u00f3na 1", + "2": "Z\u00f3na 2", + "3": "Z\u00f3na 3", + "4": "Z\u00f3na 4", + "5": "Z\u00f3na 5", + "6": "Z\u00f3na 6", + "7": "Z\u00f3na 7" + } + }, "options_io_ext": { "data": { + "10": "Z\u00f3na 10", + "11": "Z\u00f3na 11", + "12": "Z\u00f3na 12", + "8": "Z\u00f3na 8", + "9": "Z\u00f3na 9", "alarm1": "ALARM1", "alarm2_out2": "OUT2/ALARM2" } + }, + "options_switch": { + "data": { + "name": "Jm\u00e9no (voliteln\u00e9)" + }, + "description": "Mo\u017enosti {zone} : stav {state}" } } } diff --git a/homeassistant/components/konnected/translations/pl.json b/homeassistant/components/konnected/translations/pl.json index 67a2715e1438..73fae7dc0b80 100644 --- a/homeassistant/components/konnected/translations/pl.json +++ b/homeassistant/components/konnected/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja urz\u0105dzenia jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "not_konn_panel": "Nie rozpoznano urz\u0105dzenia Konnected.io.", "unknown": "Nieoczekiwany b\u0142\u0105d" }, @@ -104,7 +104,7 @@ "pause": "Przerwa mi\u0119dzy impulsami (ms) (opcjonalnie)", "repeat": "Ilo\u015b\u0107 powt\u00f3rze\u0144 (-1=niesko\u0144czenie) (opcjonalnie)" }, - "description": "Wybierz opcje wyj\u015bcia dla {zone}", + "description": "Opcje {zone}: stan {state}", "title": "Konfiguracja prze\u0142\u0105czalne wyj\u015bcie" } } diff --git a/homeassistant/components/lifx/translations/cs.json b/homeassistant/components/lifx/translations/cs.json index 7deccd0eac81..281c3ee73c86 100644 --- a/homeassistant/components/lifx/translations/cs.json +++ b/homeassistant/components/lifx/translations/cs.json @@ -1,8 +1,8 @@ { "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." + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "step": { "confirm": { diff --git a/homeassistant/components/lifx/translations/et.json b/homeassistant/components/lifx/translations/et.json new file mode 100644 index 000000000000..ebe2b4fd724d --- /dev/null +++ b/homeassistant/components/lifx/translations/et.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "V\u00f5rgust ei leitud seadmeid", + "single_instance_allowed": "Juba seadistatud, lubatud on ainult \u00fcks sidumine." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/lifx/translations/pl.json b/homeassistant/components/lifx/translations/pl.json index d24cfd2473e3..b69bfd90de45 100644 --- a/homeassistant/components/lifx/translations/pl.json +++ b/homeassistant/components/lifx/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 LIFX.", - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja LIFX." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "[%key::common::config_flow::abort::single_instance_allowed%]" }, "step": { "confirm": { diff --git a/homeassistant/components/light/translations/cs.json b/homeassistant/components/light/translations/cs.json index fad25c00e794..5f43c684b095 100644 --- a/homeassistant/components/light/translations/cs.json +++ b/homeassistant/components/light/translations/cs.json @@ -1,8 +1,26 @@ { + "device_automation": { + "action_type": { + "brightness_decrease": "Sn\u00ed\u017eit jas {entity_name}", + "brightness_increase": "Zv\u00fd\u0161it jas {entity_name}", + "flash": "Bliknout {entity_name}", + "toggle": "P\u0159epnout {entity_name}", + "turn_off": "Vypnout {entity_name}", + "turn_on": "Zapnout {entity_name}" + }, + "condition_type": { + "is_off": "{entity_name} je vypnuto", + "is_on": "{entity_name} je zapnuto" + }, + "trigger_type": { + "turned_off": "{entity_name} vypnuto", + "turned_on": "{entity_name} zapnuto" + } + }, "state": { "_": { - "off": "Nesv\u00edt\u00ed", - "on": "Sv\u00edt\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Sv\u011btlo" diff --git a/homeassistant/components/local_ip/translations/cs.json b/homeassistant/components/local_ip/translations/cs.json index 8130726dad9a..ed971b384822 100644 --- a/homeassistant/components/local_ip/translations/cs.json +++ b/homeassistant/components/local_ip/translations/cs.json @@ -1,11 +1,16 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, "step": { "user": { "data": { "name": "N\u00e1zev senzoru" - } + }, + "title": "M\u00edstn\u00ed IP adresa" } } - } + }, + "title": "M\u00edstn\u00ed IP adresa" } \ No newline at end of file diff --git a/homeassistant/components/local_ip/translations/pl.json b/homeassistant/components/local_ip/translations/pl.json index 5f8b977dc6ea..48361c110979 100644 --- a/homeassistant/components/local_ip/translations/pl.json +++ b/homeassistant/components/local_ip/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja z lokalnym adresem IP." + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { "user": { diff --git a/homeassistant/components/locative/translations/cs.json b/homeassistant/components/locative/translations/cs.json index 074443908f49..56728d799dda 100644 --- a/homeassistant/components/locative/translations/cs.json +++ b/homeassistant/components/locative/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Va\u0161e instanci dom\u00e1c\u00edho asistenta mus\u00ed b\u00fdt p\u0159\u00edstupn\u00e1 z internetu a p\u0159ij\u00edmat zpr\u00e1vy od spole\u010dnosti Geofency.", - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "Chcete-li odes\u00edlat um\u00edst\u011bn\u00ed do aplikace Home Assistant, budete muset nastavit funkci Webhook v aplikaci Locative. \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: ` {webhook_url} ' \n - Metoda: POST \n\n Dal\u0161\u00ed podrobnosti naleznete v [dokumentaci] ( {docs_url} )." diff --git a/homeassistant/components/lock/translations/cs.json b/homeassistant/components/lock/translations/cs.json index ce9edd13c52e..84d2966cde73 100644 --- a/homeassistant/components/lock/translations/cs.json +++ b/homeassistant/components/lock/translations/cs.json @@ -8,6 +8,10 @@ "condition_type": { "is_locked": "{entity_name} je uzam\u010deno", "is_unlocked": "{entity_name} je odem\u010deno" + }, + "trigger_type": { + "locked": "{entity_name} zam\u010deno", + "unlocked": "{entity_name} odem\u010deno" } }, "state": { diff --git a/homeassistant/components/logi_circle/translations/cs.json b/homeassistant/components/logi_circle/translations/cs.json new file mode 100644 index 000000000000..4a08ec644512 --- /dev/null +++ b/homeassistant/components/logi_circle/translations/cs.json @@ -0,0 +1,9 @@ +{ + "config": { + "step": { + "auth": { + "description": "Postupujte podle n\u00ed\u017ee uveden\u00e9ho odkazu a **P\u0159ijm\u011bte** p\u0159\u00edstup k \u00fa\u010dtu Logi Circle, pot\u00e9 se vra\u0165te zp\u011bt a stiskn\u011bte n\u00ed\u017ee **Odeslat**. \n\n[Odkaz]({authorization_url})" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/logi_circle/translations/pl.json b/homeassistant/components/logi_circle/translations/pl.json index 80d075c35898..493dd72b0570 100644 --- a/homeassistant/components/logi_circle/translations/pl.json +++ b/homeassistant/components/logi_circle/translations/pl.json @@ -16,7 +16,7 @@ }, "step": { "auth": { - "description": "Kliknij poni\u017cszy link i Zaakceptuj dost\u0119p do konta Logi Circle, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij Zatwierd\u017a poni\u017cej. \n\n [Link]({authorization_url})", + "description": "Kliknij poni\u017cszy link i **Zaakceptuj** dost\u0119p do konta Logi Circle, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij **Zatwierd\u017a** poni\u017cej. \n\n [Link]({authorization_url})", "title": "Uwierzytelnij za pomoc\u0105 Logi Circle" }, "user": { diff --git a/homeassistant/components/lutron_caseta/translations/cs.json b/homeassistant/components/lutron_caseta/translations/cs.json new file mode 100644 index 000000000000..44a4b2890849 --- /dev/null +++ b/homeassistant/components/lutron_caseta/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mailgun/translations/cs.json b/homeassistant/components/mailgun/translations/cs.json index 110364427d8c..4d13d6265ab2 100644 --- a/homeassistant/components/mailgun/translations/cs.json +++ b/homeassistant/components/mailgun/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Va\u0161e Home Assistant instance mus\u00ed b\u00fdt p\u0159\u00edstupn\u00e1 z internetu aby mohla p\u0159ij\u00edmat zpr\u00e1vy Mailgun.", - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "Chcete-li odeslat ud\u00e1losti do aplikace Home Assistant, budete muset nastavit [Webhooks with Mailgun]({mailgun_url}). \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: `{webhook_url}`\n - Metoda: POST \n - Typ obsahu: application/json\n\n Viz [dokumentace]({docs_url}), jak konfigurovat automatizace pro zpracov\u00e1n\u00ed p\u0159\u00edchoz\u00edch dat." diff --git a/homeassistant/components/media_player/translations/cs.json b/homeassistant/components/media_player/translations/cs.json index ea2579d798ad..e20ec750f79e 100644 --- a/homeassistant/components/media_player/translations/cs.json +++ b/homeassistant/components/media_player/translations/cs.json @@ -11,10 +11,10 @@ "state": { "_": { "idle": "Ne\u010dinn\u00fd", - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed", + "off": "Vypnuto", + "on": "Zapnuto", "paused": "Pozastaveno", - "playing": "P\u0159ehr\u00e1v\u00e1n\u00ed", + "playing": "P\u0159ehr\u00e1v\u00e1", "standby": "Pohotovostn\u00ed re\u017eim" } }, diff --git a/homeassistant/components/melcloud/translations/cs.json b/homeassistant/components/melcloud/translations/cs.json index e20e44aec6e0..0919ac38e582 100644 --- a/homeassistant/components/melcloud/translations/cs.json +++ b/homeassistant/components/melcloud/translations/cs.json @@ -1,5 +1,10 @@ { "config": { + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/melcloud/translations/et.json b/homeassistant/components/melcloud/translations/et.json index 1f41cd908f8e..f5ae585211a4 100644 --- a/homeassistant/components/melcloud/translations/et.json +++ b/homeassistant/components/melcloud/translations/et.json @@ -2,6 +2,7 @@ "config": { "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/met/translations/cs.json b/homeassistant/components/met/translations/cs.json new file mode 100644 index 000000000000..ec8206ca71c5 --- /dev/null +++ b/homeassistant/components/met/translations/cs.json @@ -0,0 +1,20 @@ +{ + "config": { + "error": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na", + "name_exists": "Um\u00edst\u011bn\u00ed ji\u017e existuje" + }, + "step": { + "user": { + "data": { + "elevation": "Nadmo\u0159sk\u00e1 v\u00fd\u0161ka", + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", + "name": "Jm\u00e9no" + }, + "description": "Meteorologick\u00fd \u00fastav", + "title": "Um\u00edst\u011bn\u00ed" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/meteo_france/translations/cs.json b/homeassistant/components/meteo_france/translations/cs.json index da3388bd558a..2d26fd6b6d2a 100644 --- a/homeassistant/components/meteo_france/translations/cs.json +++ b/homeassistant/components/meteo_france/translations/cs.json @@ -1,5 +1,9 @@ { "config": { + "abort": { + "already_configured": "M\u011bsto je ji\u017e nastaveno", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "error": { "empty": "\u017d\u00e1dn\u00fd v\u00fdsledek p\u0159i hled\u00e1n\u00ed m\u011bsta: zkontrolujte pros\u00edm pole m\u011bsta" }, @@ -9,6 +13,12 @@ "city": "M\u011bsto" }, "description": "Vyberte m\u011bsto ze seznamu" + }, + "user": { + "data": { + "city": "M\u011bsto" + }, + "title": "M\u00e9t\u00e9o-France" } } }, diff --git a/homeassistant/components/metoffice/translations/cs.json b/homeassistant/components/metoffice/translations/cs.json index bdede2be02a3..95e1d1678d96 100644 --- a/homeassistant/components/metoffice/translations/cs.json +++ b/homeassistant/components/metoffice/translations/cs.json @@ -1,11 +1,20 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "api_key": "Kl\u00ed\u010d API", + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/mikrotik/translations/cs.json b/homeassistant/components/mikrotik/translations/cs.json index 23ddc89a94d9..26a807a20521 100644 --- a/homeassistant/components/mikrotik/translations/cs.json +++ b/homeassistant/components/mikrotik/translations/cs.json @@ -1,12 +1,23 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_configured_device": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "name_exists": "Jm\u00e9no ji\u017e existuje" + }, "step": { "user": { "data": { "host": "Hostitel", + "name": "Jm\u00e9no", "password": "Heslo", "port": "Port", - "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + "username": "U\u017eivatelsk\u00e9 jm\u00e9no", + "verify_ssl": "Pou\u017e\u00edt SSL" } } } diff --git a/homeassistant/components/minecraft_server/translations/cs.json b/homeassistant/components/minecraft_server/translations/cs.json index d7737722cc37..e01d769ab42c 100644 --- a/homeassistant/components/minecraft_server/translations/cs.json +++ b/homeassistant/components/minecraft_server/translations/cs.json @@ -1,9 +1,13 @@ { "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, "step": { "user": { "data": { - "host": "Hostitel" + "host": "Hostitel", + "name": "Jm\u00e9no" } } } diff --git a/homeassistant/components/monoprice/translations/cs.json b/homeassistant/components/monoprice/translations/cs.json index 892b8b2cd912..7cd8f00d86ac 100644 --- a/homeassistant/components/monoprice/translations/cs.json +++ b/homeassistant/components/monoprice/translations/cs.json @@ -1,9 +1,37 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { - "port": "Port" + "port": "Port", + "source_1": "Jm\u00e9no zdroje #1", + "source_2": "Jm\u00e9no zdroje #2", + "source_3": "Jm\u00e9no zdroje #3", + "source_4": "Jm\u00e9no zdroje #4", + "source_5": "Jm\u00e9no zdroje #5", + "source_6": "Jm\u00e9no zdroje #6" + }, + "title": "P\u0159ipojit se k za\u0159\u00edzen\u00ed" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "source_1": "Jm\u00e9no zdroje #1", + "source_2": "Jm\u00e9no zdroje #2", + "source_3": "Jm\u00e9no zdroje #3", + "source_4": "Jm\u00e9no zdroje #4", + "source_5": "Jm\u00e9no zdroje #5", + "source_6": "Jm\u00e9no zdroje #6" } } } diff --git a/homeassistant/components/mqtt/translations/cs.json b/homeassistant/components/mqtt/translations/cs.json index 87ab2de60d39..b3a9ab2983b7 100644 --- a/homeassistant/components/mqtt/translations/cs.json +++ b/homeassistant/components/mqtt/translations/cs.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "single_instance_allowed": "Je povolena pouze jedin\u00e1 konfigurace MQTT." + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "error": { - "cannot_connect": "Nelze se p\u0159ipojit k brokeru." + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, "step": { "broker": { @@ -21,14 +21,26 @@ "data": { "discovery": "Povolit automatick\u00e9 vyhled\u00e1v\u00e1n\u00ed za\u0159\u00edzen\u00ed" }, - "description": "Chcete nakonfigurovat slu\u017ebu Home Assistant pro p\u0159ipojen\u00ed k zprost\u0159edkovateli MQTT poskytovan\u00e9mu dopl\u0148kem hass.io {addon}?", + "description": "Chcete nakonfigurovat Home Assistant pro p\u0159ipojen\u00ed k MQTT poskytovan\u00e9mu dopl\u0148kem {addon} z Hass.io?", "title": "MQTT Broker prost\u0159ednictv\u00edm dopl\u0148ku Hass.io" } } }, + "device_automation": { + "trigger_subtype": { + "button_1": "Prvn\u00ed tla\u010d\u00edtko", + "button_2": "Druh\u00e9 tla\u010d\u00edtko", + "button_3": "T\u0159et\u00ed tla\u010d\u00edtko", + "button_4": "\u010ctvrt\u00e9 tla\u010d\u00edtko", + "button_5": "P\u00e1t\u00e9 tla\u010d\u00edtko", + "button_6": "\u0160est\u00e9 tla\u010d\u00edtko", + "turn_off": "Vypnout", + "turn_on": "Zapnout" + } + }, "options": { "error": { - "cannot_connect": "Nelze se p\u0159ipojit k brokeru." + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, "step": { "broker": { diff --git a/homeassistant/components/mqtt/translations/pl.json b/homeassistant/components/mqtt/translations/pl.json index 6c6d31f3e94b..fa4ea7add337 100644 --- a/homeassistant/components/mqtt/translations/pl.json +++ b/homeassistant/components/mqtt/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja MQTT." + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "error": { "cannot_connect": "[%key::common::config_flow::error::cannot_connect%]" diff --git a/homeassistant/components/myq/translations/cs.json b/homeassistant/components/myq/translations/cs.json index 338ff5d9a44c..dd928d750514 100644 --- a/homeassistant/components/myq/translations/cs.json +++ b/homeassistant/components/myq/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/myq/translations/et.json b/homeassistant/components/myq/translations/et.json index f967357ae17e..f52437c2b09b 100644 --- a/homeassistant/components/myq/translations/et.json +++ b/homeassistant/components/myq/translations/et.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/neato/translations/cs.json b/homeassistant/components/neato/translations/cs.json index a3c86fa605f7..601d6e43cd02 100644 --- a/homeassistant/components/neato/translations/cs.json +++ b/homeassistant/components/neato/translations/cs.json @@ -1,14 +1,24 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "create_entry": { + "default": "Viz [dokumentace Neato]({docs_url})." + }, "error": { - "unexpected_error": "Neo\u010dek\u00e1van\u00e1 chyba" + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unexpected_error": "Neo\u010dek\u00e1van\u00e1 chyba", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "step": { "user": { "data": { "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" - } + }, + "description": "Viz [dokumentace Neato]({docs_url})." } } } diff --git a/homeassistant/components/nest/translations/et.json b/homeassistant/components/nest/translations/et.json index 586b9465d764..d8e50b918793 100644 --- a/homeassistant/components/nest/translations/et.json +++ b/homeassistant/components/nest/translations/et.json @@ -13,10 +13,19 @@ "unknown": "Tundmatu viga tuvastuskoodi kinnitamisel" }, "step": { + "init": { + "data": { + "flow_impl": "Pakkuja" + }, + "description": "Vali millise autentimisteenuse pakkujaga soovid Nest-i autentida.", + "title": "Autentimisteenuse pakkuja" + }, "link": { "data": { "code": "PIN-kood" - } + }, + "description": "Nest-i konto linkimiseks [authorize your account] ({url}).\n\nP\u00e4rast autoriseerimist kopeeri allolev PIN kood.", + "title": "Lingi Nesti konto" } } } diff --git a/homeassistant/components/netatmo/translations/cs.json b/homeassistant/components/netatmo/translations/cs.json index 5aedb333d6cd..da7c380ae09c 100644 --- a/homeassistant/components/netatmo/translations/cs.json +++ b/homeassistant/components/netatmo/translations/cs.json @@ -2,7 +2,9 @@ "config": { "abort": { "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", - "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace." + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno" @@ -12,5 +14,14 @@ "title": "Vyberte metodu ov\u011b\u0159en\u00ed" } } + }, + "options": { + "step": { + "public_weather": { + "data": { + "show_on_map": "Zobrazit na map\u011b" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/netatmo/translations/pl.json b/homeassistant/components/netatmo/translations/pl.json index 9508f6223c5d..25d805bbcc3b 100644 --- a/homeassistant/components/netatmo/translations/pl.json +++ b/homeassistant/components/netatmo/translations/pl.json @@ -20,10 +20,10 @@ "public_weather": { "data": { "area_name": "Nazwa obszaru", - "lat_ne": "Szeroko\u015b\u0107 geograficzna - cz\u0119\u015b\u0107 p\u00f3\u0142nocno-wschodnia", - "lat_sw": "Szeroko\u015b\u0107 geograficzna - cz\u0119\u015b\u0107 po\u0142udniowo-zachodnia", - "lon_ne": "D\u0142ugo\u015b\u0107 geograficzna - cz\u0119\u015b\u0107 p\u00f3\u0142nocno-wschodnia", - "lon_sw": "D\u0142ugo\u015b\u0107 geograficzna - cz\u0119\u015b\u0107 po\u0142udniowo-zachodnia", + "lat_ne": "Szeroko\u015b\u0107 geograficzna \u2014 cz\u0119\u015b\u0107 p\u00f3\u0142nocno-wschodnia", + "lat_sw": "Szeroko\u015b\u0107 geograficzna \u2014 cz\u0119\u015b\u0107 po\u0142udniowo-zachodnia", + "lon_ne": "D\u0142ugo\u015b\u0107 geograficzna \u2014 cz\u0119\u015b\u0107 p\u00f3\u0142nocno-wschodnia", + "lon_sw": "D\u0142ugo\u015b\u0107 geograficzna \u2014 cz\u0119\u015b\u0107 po\u0142udniowo-zachodnia", "mode": "Obliczenia", "show_on_map": "Poka\u017c na mapie" }, diff --git a/homeassistant/components/nexia/translations/cs.json b/homeassistant/components/nexia/translations/cs.json index 338ff5d9a44c..78bf9ea9af10 100644 --- a/homeassistant/components/nexia/translations/cs.json +++ b/homeassistant/components/nexia/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/nexia/translations/et.json b/homeassistant/components/nexia/translations/et.json index 09a078487d6d..f2eedeb87dd7 100644 --- a/homeassistant/components/nexia/translations/et.json +++ b/homeassistant/components/nexia/translations/et.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/nightscout/translations/cs.json b/homeassistant/components/nightscout/translations/cs.json new file mode 100644 index 000000000000..8d5b8dc9ae3a --- /dev/null +++ b/homeassistant/components/nightscout/translations/cs.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "flow_title": "Nightscout", + "step": { + "user": { + "data": { + "api_key": "Kl\u00ed\u010d API", + "url": "URL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nightscout/translations/et.json b/homeassistant/components/nightscout/translations/et.json index 6e26a2b8095e..0d730033578e 100644 --- a/homeassistant/components/nightscout/translations/et.json +++ b/homeassistant/components/nightscout/translations/et.json @@ -10,7 +10,8 @@ "user": { "data": { "api_key": "API v\u00f5ti" - } + }, + "title": "Sisesta oma Nightscouti serveri teave." } } } diff --git a/homeassistant/components/notion/translations/cs.json b/homeassistant/components/notion/translations/cs.json index 338ff5d9a44c..db73cae2e00b 100644 --- a/homeassistant/components/notion/translations/cs.json +++ b/homeassistant/components/notion/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/nuheat/translations/cs.json b/homeassistant/components/nuheat/translations/cs.json index 338ff5d9a44c..78bf9ea9af10 100644 --- a/homeassistant/components/nuheat/translations/cs.json +++ b/homeassistant/components/nuheat/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/nuheat/translations/et.json b/homeassistant/components/nuheat/translations/et.json index 09a078487d6d..f2eedeb87dd7 100644 --- a/homeassistant/components/nuheat/translations/et.json +++ b/homeassistant/components/nuheat/translations/et.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/nut/translations/cs.json b/homeassistant/components/nut/translations/cs.json index 5940a9c60adc..ed6431acda4e 100644 --- a/homeassistant/components/nut/translations/cs.json +++ b/homeassistant/components/nut/translations/cs.json @@ -1,6 +1,23 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { + "resources": { + "data": { + "resources": "Zdroje" + } + }, + "ups": { + "data": { + "alias": "Alias" + } + }, "user": { "data": { "host": "Hostitel", @@ -14,6 +31,9 @@ "options": { "step": { "init": { + "data": { + "resources": "Zdroje" + }, "description": "Zvolte zdroje senzoru." } } diff --git a/homeassistant/components/nws/translations/cs.json b/homeassistant/components/nws/translations/cs.json index 757cf90e1e21..95e1d1678d96 100644 --- a/homeassistant/components/nws/translations/cs.json +++ b/homeassistant/components/nws/translations/cs.json @@ -1,9 +1,18 @@ { "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { - "api_key": "Kl\u00ed\u010d API" + "api_key": "Kl\u00ed\u010d API", + "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", + "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" } } } diff --git a/homeassistant/components/nws/translations/pl.json b/homeassistant/components/nws/translations/pl.json index 4e94b77a572f..a3f2e1a7fd0c 100644 --- a/homeassistant/components/nws/translations/pl.json +++ b/homeassistant/components/nws/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" + "already_configured": "[%key::common::config_flow::abort::already_configured_service%]" }, "error": { "cannot_connect": "[%key::common::config_flow::error::cannot_connect%]", diff --git a/homeassistant/components/nzbget/translations/cs.json b/homeassistant/components/nzbget/translations/cs.json new file mode 100644 index 000000000000..08cd3d907ef2 --- /dev/null +++ b/homeassistant/components/nzbget/translations/cs.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "step": { + "user": { + "data": { + "host": "Hostitel", + "name": "Jm\u00e9no", + "password": "Heslo", + "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/nzbget/translations/et.json b/homeassistant/components/nzbget/translations/et.json index af5a16c13002..571b9f7e856b 100644 --- a/homeassistant/components/nzbget/translations/et.json +++ b/homeassistant/components/nzbget/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/omnilogic/translations/cs.json b/homeassistant/components/omnilogic/translations/cs.json new file mode 100644 index 000000000000..11652acc337f --- /dev/null +++ b/homeassistant/components/omnilogic/translations/cs.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + }, + "title": "Omnilogic" +} \ No newline at end of file diff --git a/homeassistant/components/onvif/translations/cs.json b/homeassistant/components/onvif/translations/cs.json index 66d5e1f0093e..ef759def5966 100644 --- a/homeassistant/components/onvif/translations/cs.json +++ b/homeassistant/components/onvif/translations/cs.json @@ -1,12 +1,14 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed ONVIF je ji\u017e nakonfigurov\u00e1no", + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", "no_h264": "Nebyly k dispozici \u017e\u00e1dn\u00e9 H264 streamy. Zkontrolujte konfiguraci profilu v za\u0159\u00edzen\u00ed.", "no_mac": "Nelze nakonfigurovat jedine\u010dn\u00e9 ID pro za\u0159\u00edzen\u00ed ONVIF.", "onvif_error": "P\u0159i nastavov\u00e1n\u00ed za\u0159\u00edzen\u00ed ONVIF do\u0161lo k chyb\u011b. Dal\u0161\u00ed informace naleznete v protokolech." }, "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "connection_failed": "Nelze se p\u0159ipojit ke slu\u017eb\u011b ONVIF s poskytnut\u00fdmi p\u0159ihla\u0161ovac\u00edmi \u00fadaji." }, "step": { @@ -32,8 +34,8 @@ }, "manual_input": { "data": { - "host": "Adresa za\u0159\u00edzen\u00ed", - "name": "N\u00e1zev", + "host": "Hostitel", + "name": "Jm\u00e9no", "port": "Port" }, "title": "Konfigurovat za\u0159\u00edzen\u00ed ONVIF" diff --git a/homeassistant/components/onvif/translations/pl.json b/homeassistant/components/onvif/translations/pl.json index 6f6ea072106d..1ecd307ee7c9 100644 --- a/homeassistant/components/onvif/translations/pl.json +++ b/homeassistant/components/onvif/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Proces konfiguracji dla urz\u0105dzenia ONVIF jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "no_h264": "Nie by\u0142o dost\u0119pnych \u017cadnych strumieni H264. Sprawd\u017a konfiguracj\u0119 profilu w swoim urz\u0105dzeniu.", "no_mac": "Nie mo\u017cna utworzy\u0107 unikalnego identyfikatora urz\u0105dzenia ONVIF.", "onvif_error": "Wyst\u0105pi\u0142 b\u0142\u0105d podczas konfigurowania urz\u0105dzenia ONVIF. Sprawd\u017a logi, aby uzyska\u0107 wi\u0119cej informacji." diff --git a/homeassistant/components/opentherm_gw/translations/cs.json b/homeassistant/components/opentherm_gw/translations/cs.json new file mode 100644 index 000000000000..8b95150cea8c --- /dev/null +++ b/homeassistant/components/opentherm_gw/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "init": { + "data": { + "name": "Jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/openuv/translations/cs.json b/homeassistant/components/openuv/translations/cs.json index 4a4776dc82c4..d31866e43cca 100644 --- a/homeassistant/components/openuv/translations/cs.json +++ b/homeassistant/components/openuv/translations/cs.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no" + }, "error": { "identifier_exists": "Sou\u0159adnice jsou ji\u017e zaregistrovan\u00e9", "invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API" @@ -7,7 +10,7 @@ "step": { "user": { "data": { - "api_key": "OpenUV API Kl\u00ed\u010d", + "api_key": "Kl\u00ed\u010d API", "elevation": "Nadmo\u0159sk\u00e1 v\u00fd\u0161ka", "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka" diff --git a/homeassistant/components/openuv/translations/et.json b/homeassistant/components/openuv/translations/et.json index aae3ef835bbe..18aebc1c2e01 100644 --- a/homeassistant/components/openuv/translations/et.json +++ b/homeassistant/components/openuv/translations/et.json @@ -1,8 +1,14 @@ { "config": { + "error": { + "identifier_exists": "Koordinaadid on juba registreeritud", + "invalid_api_key": "Vigane API v\u00f5ti" + }, "step": { "user": { "data": { + "api_key": "API v\u00f5ti", + "elevation": "K\u00f5rgus merepinnast", "latitude": "Laiuskraad", "longitude": "Pikkuskraad" } diff --git a/homeassistant/components/openweathermap/translations/cs.json b/homeassistant/components/openweathermap/translations/cs.json index 4e18283006a8..9f34e498f745 100644 --- a/homeassistant/components/openweathermap/translations/cs.json +++ b/homeassistant/components/openweathermap/translations/cs.json @@ -1,16 +1,18 @@ { "config": { "abort": { - "already_configured": "Integrace OpenWeatherMap pro tyto sou\u0159adnice je ji\u017e nakonfigurov\u00e1na." + "already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nakonfigurov\u00e1no" }, "error": { "auth": "Kl\u00ed\u010d API nen\u00ed spr\u00e1vn\u00fd.", - "connection": "Nelze se p\u0159ipojit k OpenWeatherMap API" + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "connection": "Nelze se p\u0159ipojit k OpenWeatherMap API", + "invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API" }, "step": { "user": { "data": { - "api_key": "API kl\u00ed\u010d OpenWeatherMap", + "api_key": "Kl\u00ed\u010d API", "language": "Jazyk", "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", diff --git a/homeassistant/components/ovo_energy/translations/cs.json b/homeassistant/components/ovo_energy/translations/cs.json new file mode 100644 index 000000000000..7221e02eabdf --- /dev/null +++ b/homeassistant/components/ovo_energy/translations/cs.json @@ -0,0 +1,17 @@ +{ + "config": { + "error": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "connection_error": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + }, + "title": "P\u0159idejte \u00fa\u010det OVO Energy" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/owntracks/translations/cs.json b/homeassistant/components/owntracks/translations/cs.json index 451ab397ea57..8dc90766107a 100644 --- a/homeassistant/components/owntracks/translations/cs.json +++ b/homeassistant/components/owntracks/translations/cs.json @@ -1,10 +1,11 @@ { "config": { "abort": { - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { - "default": "\n\n V syst\u00e9mu Android otev\u0159ete aplikaci [OwnTracks]({android_url}) a p\u0159ejd\u011bte na p\u0159edvolby - > p\u0159ipojen\u00ed. Zm\u011b\u0148te n\u00e1sleduj\u00edc\u00ed nastaven\u00ed: \n - Re\u017eim: Private HTTP \n - Hostitel: {webhook_url} \n - Identifikace: \n - U\u017eivatelsk\u00e9 jm\u00e9no: ` ' \n - ID za\u0159\u00edzen\u00ed: ` ' \n\n V aplikaci iOS otev\u0159ete [aplikaci OwnTracks]({ios_url}), klepn\u011bte na ikonu (i) vlevo naho\u0159e - > nastaven\u00ed. Zm\u011b\u0148te n\u00e1sleduj\u00edc\u00ed nastaven\u00ed: \n - Re\u017eim: HTTP \n - URL: {webhook_url} \n - Zapn\u011bte ov\u011b\u0159ov\u00e1n\u00ed \n - ID u\u017eivatele: ` ' \n\n {secret} \n \n V\u00edce informac\u00ed naleznete v [dokumentaci]({docs_url})." + "default": "\n\nV syst\u00e9mu Android otev\u0159ete aplikaci [OwnTracks]({android_url}) a p\u0159ejd\u011bte na P\u0159edvolby -> P\u0159ipojen\u00ed. Zm\u011b\u0148te n\u00e1sleduj\u00edc\u00ed nastaven\u00ed: \n - Re\u017eim: Soukrom\u00e9 HTTP \n - Hostitel: {webhook_url} \n - Identifikace: \n - U\u017eivatelsk\u00e9 jm\u00e9no: ` ' \n - ID za\u0159\u00edzen\u00ed: ` ' \n\nV aplikaci iOS otev\u0159ete [aplikaci OwnTracks]({ios_url}), klepn\u011bte na ikonu (i) vlevo naho\u0159e - > Nastaven\u00ed. Zm\u011b\u0148te n\u00e1sleduj\u00edc\u00ed nastaven\u00ed: \n - Re\u017eim: HTTP \n - URL: {webhook_url} \n - Zapn\u011bte ov\u011b\u0159ov\u00e1n\u00ed \n - ID u\u017eivatele: ` ' \n\n {secret} \n \n V\u00edce informac\u00ed naleznete v [dokumentaci]({docs_url})." }, "step": { "user": { diff --git a/homeassistant/components/ozw/translations/cs.json b/homeassistant/components/ozw/translations/cs.json new file mode 100644 index 000000000000..36ec311b7c3d --- /dev/null +++ b/homeassistant/components/ozw/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/panasonic_viera/translations/cs.json b/homeassistant/components/panasonic_viera/translations/cs.json index 5656d8635a0d..076af4057ac2 100644 --- a/homeassistant/components/panasonic_viera/translations/cs.json +++ b/homeassistant/components/panasonic_viera/translations/cs.json @@ -1,11 +1,26 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { + "pairing": { + "data": { + "pin": "PIN k\u00f3d" + } + }, "user": { "data": { - "host": "IP adresa" + "host": "IP adresa", + "name": "Jm\u00e9no" } } } - } + }, + "title": "Panasonic Viera" } \ No newline at end of file diff --git a/homeassistant/components/panasonic_viera/translations/pl.json b/homeassistant/components/panasonic_viera/translations/pl.json index 5530f1ac8622..71107bc0d80d 100644 --- a/homeassistant/components/panasonic_viera/translations/pl.json +++ b/homeassistant/components/panasonic_viera/translations/pl.json @@ -4,7 +4,7 @@ "already_configured": "[%key::common::config_flow::abort::already_configured_device%]", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "not_connected": "Zdalne po\u0142\u0105czenie z telewizorem Panasonic Viera zosta\u0142o utracone. Sprawd\u017a logi, aby uzyska\u0107 wi\u0119cej informacji.", - "unknown": "Nieznany b\u0142\u0105d, sprawd\u017a logi, aby uzyska\u0107 wi\u0119cej szczeg\u00f3\u0142\u00f3w." + "unknown": "Nieoczekiwany b\u0142\u0105d" }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", diff --git a/homeassistant/components/pi_hole/translations/cs.json b/homeassistant/components/pi_hole/translations/cs.json index fbf7317b4f09..95d61c14bd3b 100644 --- a/homeassistant/components/pi_hole/translations/cs.json +++ b/homeassistant/components/pi_hole/translations/cs.json @@ -9,8 +9,13 @@ "step": { "user": { "data": { + "api_key": "Kl\u00ed\u010d API", "host": "Hostitel", - "port": "Port" + "location": "Um\u00edst\u011bn\u00ed", + "name": "Jm\u00e9no", + "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" } } } diff --git a/homeassistant/components/plaato/translations/cs.json b/homeassistant/components/plaato/translations/cs.json new file mode 100644 index 000000000000..36ec311b7c3d --- /dev/null +++ b/homeassistant/components/plaato/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plant/translations/cs.json b/homeassistant/components/plant/translations/cs.json index e0fe7b0f6cda..e458b2cef0c2 100644 --- a/homeassistant/components/plant/translations/cs.json +++ b/homeassistant/components/plant/translations/cs.json @@ -5,5 +5,5 @@ "problem": "Probl\u00e9m" } }, - "title": "Rostlina" + "title": "Monitor rostlin" } \ No newline at end of file diff --git a/homeassistant/components/plex/translations/cs.json b/homeassistant/components/plex/translations/cs.json index 4ea95b97a9be..e2270d0c3476 100644 --- a/homeassistant/components/plex/translations/cs.json +++ b/homeassistant/components/plex/translations/cs.json @@ -1,11 +1,32 @@ { "config": { + "abort": { + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "faulty_credentials": "Autorizace se nezda\u0159ila, ov\u011b\u0159te token", + "no_servers": "\u017d\u00e1dn\u00e9 servery propojen\u00e9 s \u00fa\u010dtem Plex", + "ssl_error": "Probl\u00e9m s SSL certifik\u00e1tem" + }, + "flow_title": "{name} ({host})", "step": { "manual_setup": { "data": { "host": "Hostitel", - "port": "Port" + "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" } + }, + "select_server": { + "data": { + "server": "Server" + } + }, + "user": { + "title": "Plex Media Server" } } } diff --git a/homeassistant/components/plex/translations/pl.json b/homeassistant/components/plex/translations/pl.json index 774cefa18a8f..e85c5ee68bdf 100644 --- a/homeassistant/components/plex/translations/pl.json +++ b/homeassistant/components/plex/translations/pl.json @@ -3,14 +3,14 @@ "abort": { "all_configured": "Wszystkie znalezione serwery s\u0105 ju\u017c skonfigurowane.", "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Plex jest konfigurowany", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119", "token_request_timeout": "Przekroczono limit czasu na uzyskanie tokena.", "unknown": "[%key::common::config_flow::error::unknown%]" }, "error": { "faulty_credentials": "Autoryzacja nie powiod\u0142a si\u0119", - "host_or_token": "Nalezy wprowadzi\u0107 przynajmniej jeden host lub token.", + "host_or_token": "Nale\u017cy wprowadzi\u0107 przynajmniej jeden host lub token.", "no_servers": "Brak serwer\u00f3w po\u0142\u0105czonych z kontem", "not_found": "Nie znaleziono serwera Plex", "ssl_error": "Problem z certyfikatem SSL." diff --git a/homeassistant/components/plugwise/translations/cs.json b/homeassistant/components/plugwise/translations/cs.json index ca6cd85a20f6..8614a474717c 100644 --- a/homeassistant/components/plugwise/translations/cs.json +++ b/homeassistant/components/plugwise/translations/cs.json @@ -1,4 +1,31 @@ { + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "flow_type": "Typ p\u0159ipojen\u00ed", + "host": "IP adresa", + "port": "Port" + }, + "description": "Produkt:", + "title": "Typ Plugwise" + }, + "user_gateway": { + "data": { + "host": "IP adresa", + "port": "Port" + } + } + } + }, "options": { "step": { "init": { diff --git a/homeassistant/components/plugwise/translations/et.json b/homeassistant/components/plugwise/translations/et.json index a4aeede0367d..cb1e2d61dff9 100644 --- a/homeassistant/components/plugwise/translations/et.json +++ b/homeassistant/components/plugwise/translations/et.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/plugwise/translations/it.json b/homeassistant/components/plugwise/translations/it.json index 92f5d1a3426d..4896ac69b1b4 100644 --- a/homeassistant/components/plugwise/translations/it.json +++ b/homeassistant/components/plugwise/translations/it.json @@ -11,13 +11,23 @@ "flow_title": "Smile: {name}", "step": { "user": { + "data": { + "flow_type": "Tipo di connessione", + "host": "Indirizzo IP", + "password": "ID Smile", + "port": "Porta" + }, + "description": "Prodotto:", + "title": "Tipo di Plugwise" + }, + "user_gateway": { "data": { "host": "Indirizzo IP", "password": "ID Smile", "port": "Porta" }, "description": "Si prega di inserire:", - "title": "Connettersi al dispositivo" + "title": "Connettiti allo Smile" } } }, diff --git a/homeassistant/components/plugwise/translations/no.json b/homeassistant/components/plugwise/translations/no.json index c05291ab9f99..374dcd48b873 100644 --- a/homeassistant/components/plugwise/translations/no.json +++ b/homeassistant/components/plugwise/translations/no.json @@ -12,10 +12,20 @@ "step": { "user": { "data": { + "flow_type": "Tilkoblingstype", "host": "IP adresse", "password": "", "port": "Port" }, + "description": "Produkt:", + "title": "Plugwise type" + }, + "user_gateway": { + "data": { + "host": "IP adresse", + "password": "Smile ID", + "port": "Port" + }, "description": "Vennligst skriv inn:", "title": "Koble til Smile" } diff --git a/homeassistant/components/plugwise/translations/pl.json b/homeassistant/components/plugwise/translations/pl.json index ad3528ecfa97..4907f2a5683c 100644 --- a/homeassistant/components/plugwise/translations/pl.json +++ b/homeassistant/components/plugwise/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Ten Smile jest ju\u017c skonfigurowany" + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" }, "error": { "cannot_connect": "[%key::common::config_flow::error::cannot_connect%]", @@ -18,7 +18,7 @@ "port": "Port" }, "description": "Szczeg\u00f3\u0142y", - "title": "Po\u0142\u0105cz si\u0119 ze Smile" + "title": "Wybierz typ Plugwise" }, "user_gateway": { "data": { @@ -26,7 +26,7 @@ "password": "Identyfikator Smile", "port": "Port" }, - "description": "Wpisz:", + "description": "Wprowad\u017a:", "title": "Po\u0142\u0105cz si\u0119 ze Smile" } } diff --git a/homeassistant/components/plugwise/translations/pt-BR.json b/homeassistant/components/plugwise/translations/pt-BR.json new file mode 100644 index 000000000000..a375e2c1f67d --- /dev/null +++ b/homeassistant/components/plugwise/translations/pt-BR.json @@ -0,0 +1,16 @@ +{ + "config": { + "step": { + "user": { + "data": { + "flow_type": "Tipo de conex\u00e3o" + } + }, + "user_gateway": { + "data": { + "host": "Endere\u00e7o IP" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/plugwise/translations/ru.json b/homeassistant/components/plugwise/translations/ru.json index 4dd5b295b2fe..7bbf48491b1b 100644 --- a/homeassistant/components/plugwise/translations/ru.json +++ b/homeassistant/components/plugwise/translations/ru.json @@ -12,12 +12,22 @@ "step": { "user": { "data": { + "flow_type": "\u0422\u0438\u043f \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f", "host": "IP-\u0430\u0434\u0440\u0435\u0441", "password": "ID \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430", "port": "\u041f\u043e\u0440\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 Plugwise.", - "title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443" + "description": "\u041f\u0440\u043e\u0434\u0443\u043a\u0442:", + "title": "\u0422\u0438\u043f \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 Plugwise" + }, + "user_gateway": { + "data": { + "host": "IP-\u0430\u0434\u0440\u0435\u0441", + "password": "Smile ID", + "port": "\u041f\u043e\u0440\u0442" + }, + "description": "\u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435:", + "title": "\u041f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a Smile" } } }, diff --git a/homeassistant/components/point/translations/cs.json b/homeassistant/components/point/translations/cs.json index 17a333a660dc..7ce493025830 100644 --- a/homeassistant/components/point/translations/cs.json +++ b/homeassistant/components/point/translations/cs.json @@ -5,26 +5,26 @@ "authorize_url_fail": "Nezn\u00e1m\u00e1 chyba p\u0159i generov\u00e1n\u00ed autoriza\u010dn\u00ed URL.", "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", "external_setup": "Point \u00fasp\u011b\u0161n\u011b nakonfigurov\u00e1n z jin\u00e9ho toku.", - "no_flows": "Mus\u00edte nakonfigurovat Point, abyste se s n\u00edm mohli ov\u011b\u0159it. [P\u0159e\u010dt\u011bte si pros\u00edm pokyny](https://www.home-assistant.io/components/point/)." + "no_flows": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace." }, "create_entry": { - "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno pomoc\u00ed n\u00e1stroje Minut pro va\u0161e za\u0159\u00edzen\u00ed Point" + "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno" }, "error": { "follow_link": "P\u0159edt\u00edm, ne\u017e stisknete tla\u010d\u00edtko Odeslat, postupujte podle tohoto odkazu a autentizujte se", - "no_token": "Nen\u00ed ov\u011b\u0159en s Minut" + "no_token": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token" }, "step": { "auth": { - "description": "Postupujte podle n\u00ed\u017ee uveden\u00e9ho odkazu a P\u0159ijm\u011bte p\u0159\u00edstup k \u00fa\u010dtu Minut, pot\u00e9 se vra\u0165te zp\u011bt a stiskn\u011bte n\u00ed\u017ee Odeslat . \n\n [Odkaz]({authorization_url})", + "description": "Postupujte podle n\u00ed\u017ee uveden\u00e9ho odkazu a **P\u0159ijm\u011bte** p\u0159\u00edstup k \u00fa\u010dtu Minut, pot\u00e9 se vra\u0165te zp\u011bt a stiskn\u011bte n\u00ed\u017ee **Odeslat**. \n\n[Odkaz]({authorization_url})", "title": "Ov\u011b\u0159en\u00ed Point" }, "user": { "data": { "flow_impl": "Poskytovatel" }, - "description": "Zvolte pomoc\u00ed kter\u00e9ho poskytovatele ov\u011b\u0159ov\u00e1n\u00ed chcete ov\u011b\u0159it Point.", - "title": "Poskytovatel ov\u011b\u0159en\u00ed" + "description": "Chcete za\u010d\u00edt nastavovat?", + "title": "Vyberte metodu ov\u011b\u0159en\u00ed" } } } diff --git a/homeassistant/components/point/translations/pl.json b/homeassistant/components/point/translations/pl.json index c30f52c4ca6e..d0c785cc6685 100644 --- a/homeassistant/components/point/translations/pl.json +++ b/homeassistant/components/point/translations/pl.json @@ -16,14 +16,14 @@ }, "step": { "auth": { - "description": "Kliknij poni\u017cszy link i Zaakceptuj dost\u0119p do konta Minut, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij Zatwierd\u017a poni\u017cej. \n\n [Link]({authorization_url})", + "description": "Kliknij poni\u017cszy link i **Zaakceptuj** dost\u0119p do konta Minut, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij **Zatwierd\u017a** poni\u017cej. \n\n [Link]({authorization_url})", "title": "Uwierzytelnienie Point" }, "user": { "data": { "flow_impl": "Dostawca" }, - "description": "Wybierz, kt\u00f3rego dostawc\u0119 uwierzytelnienia chcesz u\u017cywa\u0107 z Point.", + "description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?", "title": "Wybierz metod\u0119 uwierzytelniania" } } diff --git a/homeassistant/components/poolsense/translations/ca.json b/homeassistant/components/poolsense/translations/ca.json index 58816c45a162..923aedcee668 100644 --- a/homeassistant/components/poolsense/translations/ca.json +++ b/homeassistant/components/poolsense/translations/ca.json @@ -12,7 +12,7 @@ "email": "Correu electr\u00f2nic", "password": "Contrasenya" }, - "description": "[%key:common::config_flow::description%]", + "description": "Vols comen\u00e7ar la configuraci\u00f3?", "title": "PoolSense" } } diff --git a/homeassistant/components/poolsense/translations/cs.json b/homeassistant/components/poolsense/translations/cs.json new file mode 100644 index 000000000000..c633dab5d719 --- /dev/null +++ b/homeassistant/components/poolsense/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "step": { + "user": { + "data": { + "email": "E-mail", + "password": "Heslo" + }, + "description": "Chcete za\u010d\u00edt nastavovat?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/poolsense/translations/en.json b/homeassistant/components/poolsense/translations/en.json index 524061fc0232..5203d6228c48 100644 --- a/homeassistant/components/poolsense/translations/en.json +++ b/homeassistant/components/poolsense/translations/en.json @@ -12,7 +12,7 @@ "email": "Email", "password": "Password" }, - "description": "[%key:common::config_flow::description%]", + "description": "Do you want to start set up?", "title": "PoolSense" } } diff --git a/homeassistant/components/poolsense/translations/et.json b/homeassistant/components/poolsense/translations/et.json index 2bb4f5783b3c..8c4cde1a6b70 100644 --- a/homeassistant/components/poolsense/translations/et.json +++ b/homeassistant/components/poolsense/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/poolsense/translations/it.json b/homeassistant/components/poolsense/translations/it.json index 7198039c8b5b..1dc8c700e21b 100644 --- a/homeassistant/components/poolsense/translations/it.json +++ b/homeassistant/components/poolsense/translations/it.json @@ -12,7 +12,7 @@ "email": "E-mail", "password": "Password" }, - "description": "[%key:common::config_flow::description%]", + "description": "Vuoi iniziare la configurazione?", "title": "PoolSense" } } diff --git a/homeassistant/components/poolsense/translations/no.json b/homeassistant/components/poolsense/translations/no.json index 38adc04c1dbc..e2873a360805 100644 --- a/homeassistant/components/poolsense/translations/no.json +++ b/homeassistant/components/poolsense/translations/no.json @@ -12,7 +12,7 @@ "email": "E-post", "password": "Passord" }, - "description": "[%key:common::config_flow::description%]", + "description": "Vil du starte oppsettet?", "title": "" } } diff --git a/homeassistant/components/poolsense/translations/pl.json b/homeassistant/components/poolsense/translations/pl.json index 521be99aa40c..6a6f96974766 100644 --- a/homeassistant/components/poolsense/translations/pl.json +++ b/homeassistant/components/poolsense/translations/pl.json @@ -12,6 +12,7 @@ "email": "Adres e-mail", "password": "[%key_id:common::config_flow::data::password%]" }, + "description": "[%key::common::config_flow::description::confirm_setup%]", "title": "PoolSense" } } diff --git a/homeassistant/components/poolsense/translations/ru.json b/homeassistant/components/poolsense/translations/ru.json index ed7adab0ccf8..3687b75a6f73 100644 --- a/homeassistant/components/poolsense/translations/ru.json +++ b/homeassistant/components/poolsense/translations/ru.json @@ -12,7 +12,7 @@ "email": "\u0410\u0434\u0440\u0435\u0441 \u044d\u043b\u0435\u043a\u0442\u0440\u043e\u043d\u043d\u043e\u0439 \u043f\u043e\u0447\u0442\u044b", "password": "\u041f\u0430\u0440\u043e\u043b\u044c" }, - "description": "[%key:common::config_flow::description%]", + "description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443?", "title": "PoolSense" } } diff --git a/homeassistant/components/poolsense/translations/zh-Hant.json b/homeassistant/components/poolsense/translations/zh-Hant.json index f298fc17de19..3841a173df9e 100644 --- a/homeassistant/components/poolsense/translations/zh-Hant.json +++ b/homeassistant/components/poolsense/translations/zh-Hant.json @@ -12,7 +12,7 @@ "email": "\u96fb\u5b50\u90f5\u4ef6", "password": "\u5bc6\u78bc" }, - "description": "[%key:common::config_flow::description%]", + "description": "\u662f\u5426\u8981\u958b\u59cb\u8a2d\u5b9a\uff1f", "title": "PoolSense" } } diff --git a/homeassistant/components/powerwall/translations/cs.json b/homeassistant/components/powerwall/translations/cs.json new file mode 100644 index 000000000000..23c4f532bf04 --- /dev/null +++ b/homeassistant/components/powerwall/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "ip_address": "IP adresa" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/profiler/translations/cs.json b/homeassistant/components/profiler/translations/cs.json new file mode 100644 index 000000000000..36ec311b7c3d --- /dev/null +++ b/homeassistant/components/profiler/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/progettihwsw/translations/cs.json b/homeassistant/components/progettihwsw/translations/cs.json new file mode 100644 index 000000000000..12a9daf08fe0 --- /dev/null +++ b/homeassistant/components/progettihwsw/translations/cs.json @@ -0,0 +1,39 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "relay_modes": { + "data": { + "relay_1": "Rel\u00e9 1", + "relay_10": "Rel\u00e9 10", + "relay_11": "Rel\u00e9 11", + "relay_12": "Rel\u00e9 12", + "relay_13": "Rel\u00e9 13", + "relay_14": "Rel\u00e9 14", + "relay_15": "Rel\u00e9 15", + "relay_16": "Rel\u00e9 16", + "relay_2": "Rel\u00e9 2", + "relay_3": "Rel\u00e9 3", + "relay_4": "Rel\u00e9 4", + "relay_5": "Rel\u00e9 5", + "relay_6": "Rel\u00e9 6", + "relay_7": "Rel\u00e9 7", + "relay_8": "Rel\u00e9 8", + "relay_9": "Rel\u00e9 9" + } + }, + "user": { + "data": { + "host": "Hostitel", + "port": "Port" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/proximity/translations/cs.json b/homeassistant/components/proximity/translations/cs.json index a7b2b73ad2bf..a85a842373d0 100644 --- a/homeassistant/components/proximity/translations/cs.json +++ b/homeassistant/components/proximity/translations/cs.json @@ -1,3 +1,3 @@ { - "title": "P\u0159ibl\u00ed\u017een\u00ed" + "title": "Bl\u00edzkost" } \ No newline at end of file diff --git a/homeassistant/components/ps4/translations/cs.json b/homeassistant/components/ps4/translations/cs.json index d61911f012d7..f2b934775b8c 100644 --- a/homeassistant/components/ps4/translations/cs.json +++ b/homeassistant/components/ps4/translations/cs.json @@ -1,10 +1,27 @@ { "config": { + "abort": { + "port_987_bind_error": "Nelze se p\u0159ipojit na port 987. Dal\u0161\u00ed informace naleznete v [dokumentaci](https://www.home-assistant.io/components/ps4/).", + "port_997_bind_error": "Nelze se p\u0159ipojit na port 997. Dal\u0161\u00ed informace naleznete v [dokumentaci](https://www.home-assistant.io/components/ps4/)." + }, "step": { + "creds": { + "title": "PlayStation 4" + }, "link": { "data": { + "code": "PIN k\u00f3d", + "ip_address": "IP adresa", + "name": "Jm\u00e9no", "region": "Region" }, + "description": "Zadejte sv\u00e9 informace o PlayStation 4. \"PIN\" naleznete v \"Nastaven\u00ed\" sv\u00e9 konzole PlayStation 4. Pot\u00e9 p\u0159ejd\u011bte do \"Nastaven\u00ed p\u0159ipojen\u00ed mobiln\u00ed aplikace\" a vyberte \"P\u0159idat za\u0159\u00edzen\u00ed\". Zadejte PIN. Dal\u0161\u00ed informace naleznete v [dokumentaci](https://www.home-assistant.io/components/ps4/).", + "title": "PlayStation 4" + }, + "mode": { + "data": { + "ip_address": "IP adresa (Pokud pou\u017e\u00edv\u00e1te automatick\u00e9 zji\u0161\u0165ov\u00e1n\u00ed, ponechte pr\u00e1zdnou)." + }, "title": "PlayStation 4" } } diff --git a/homeassistant/components/pvpc_hourly_pricing/translations/cs.json b/homeassistant/components/pvpc_hourly_pricing/translations/cs.json new file mode 100644 index 000000000000..3c97373ad8af --- /dev/null +++ b/homeassistant/components/pvpc_hourly_pricing/translations/cs.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "step": { + "user": { + "data": { + "name": "Jm\u00e9no senzoru" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/rachio/translations/cs.json b/homeassistant/components/rachio/translations/cs.json index 757cf90e1e21..bc9d544d218a 100644 --- a/homeassistant/components/rachio/translations/cs.json +++ b/homeassistant/components/rachio/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/rachio/translations/et.json b/homeassistant/components/rachio/translations/et.json index 2b3d39637f9b..13ba50212d28 100644 --- a/homeassistant/components/rachio/translations/et.json +++ b/homeassistant/components/rachio/translations/et.json @@ -2,6 +2,9 @@ "config": { "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "invalid_auth": "Tuvastamine nurjus" } } } \ No newline at end of file diff --git a/homeassistant/components/rainmachine/translations/cs.json b/homeassistant/components/rainmachine/translations/cs.json index 2b63decf0c3b..ac529bb0c485 100644 --- a/homeassistant/components/rainmachine/translations/cs.json +++ b/homeassistant/components/rainmachine/translations/cs.json @@ -1,7 +1,11 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, "error": { - "identifier_exists": "\u00da\u010det je ji\u017e zaregistrov\u00e1n", + "identifier_exists": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "invalid_credentials": "Neplatn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje" }, "step": { diff --git a/homeassistant/components/remote/translations/cs.json b/homeassistant/components/remote/translations/cs.json index 91102dd44619..6907021e3938 100644 --- a/homeassistant/components/remote/translations/cs.json +++ b/homeassistant/components/remote/translations/cs.json @@ -16,9 +16,9 @@ }, "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, - "title": "D\u00e1lkov\u00e9" + "title": "D\u00e1lkov\u00e9 ovl\u00e1d\u00e1n\u00ed" } \ No newline at end of file diff --git a/homeassistant/components/rfxtrx/translations/cs.json b/homeassistant/components/rfxtrx/translations/cs.json new file mode 100644 index 000000000000..2909923ad590 --- /dev/null +++ b/homeassistant/components/rfxtrx/translations/cs.json @@ -0,0 +1,51 @@ +{ + "config": { + "abort": { + "already_configured": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "setup_network": { + "data": { + "host": "Hostitel", + "port": "Port" + } + }, + "setup_serial": { + "data": { + "device": "Vyberte za\u0159\u00edzen\u00ed" + }, + "title": "Za\u0159\u00edzen\u00ed" + }, + "setup_serial_manual_path": { + "data": { + "device": "Cesta k USB za\u0159\u00edzen\u00ed" + } + }, + "user": { + "data": { + "type": "Typ p\u0159ipojen\u00ed" + } + } + } + }, + "options": { + "error": { + "already_configured_device": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "prompt_options": { + "data": { + "device": "Vyberte za\u0159\u00edzen\u00ed, kter\u00e9 chcete nastavit", + "remove_device": "Vyberte za\u0159\u00edzen\u00ed, kter\u00e9 chcete odstranit" + }, + "title": "Mo\u017enosti Rfxtrx" + } + } + }, + "title": "Rfxtrx" +} \ No newline at end of file diff --git a/homeassistant/components/rfxtrx/translations/pl.json b/homeassistant/components/rfxtrx/translations/pl.json index 806dafbb86d8..8ef6b7311d0c 100644 --- a/homeassistant/components/rfxtrx/translations/pl.json +++ b/homeassistant/components/rfxtrx/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "already_configured": "[%key::common::config_flow::abort::single_instance_allowed%]", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" }, "error": { diff --git a/homeassistant/components/ring/translations/cs.json b/homeassistant/components/ring/translations/cs.json index 338ff5d9a44c..d6013223c049 100644 --- a/homeassistant/components/ring/translations/cs.json +++ b/homeassistant/components/ring/translations/cs.json @@ -1,6 +1,16 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { + "2fa": { + "title": "Dvoufaktorov\u00e9 ov\u011b\u0159ov\u00e1n\u00ed" + }, "user": { "data": { "password": "Heslo", diff --git a/homeassistant/components/ring/translations/et.json b/homeassistant/components/ring/translations/et.json index ed1e222d67d5..f95e685edf2b 100644 --- a/homeassistant/components/ring/translations/et.json +++ b/homeassistant/components/ring/translations/et.json @@ -4,6 +4,7 @@ "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, "error": { + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/risco/translations/cs.json b/homeassistant/components/risco/translations/cs.json new file mode 100644 index 000000000000..5f4d76a2412a --- /dev/null +++ b/homeassistant/components/risco/translations/cs.json @@ -0,0 +1,47 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "pin": "PIN k\u00f3d", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + }, + "options": { + "step": { + "ha_to_risco": { + "data": { + "armed_away": "Nep\u0159\u00edtomnost", + "armed_custom_bypass": "Zabezpe\u010deno u\u017eivatelsk\u00fdm obejit\u00edm", + "armed_home": "Re\u017eim domov", + "armed_night": "No\u010dn\u00ed re\u017eim" + } + }, + "init": { + "data": { + "code_arm_required": "Vy\u017eadovat PIN k\u00f3d k zabezpe\u010den\u00ed", + "code_disarm_required": "Vy\u017eadovat PIN k\u00f3d k odbezpe\u010den\u00ed" + } + }, + "risco_to_ha": { + "data": { + "A": "Skupina A", + "B": "Skupina B", + "C": "Skupina C", + "D": "Skupina D" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/risco/translations/et.json b/homeassistant/components/risco/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/risco/translations/et.json +++ b/homeassistant/components/risco/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/roku/translations/cs.json b/homeassistant/components/roku/translations/cs.json index 70374eaa47fc..8abdf68eab5c 100644 --- a/homeassistant/components/roku/translations/cs.json +++ b/homeassistant/components/roku/translations/cs.json @@ -7,7 +7,12 @@ "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, + "flow_title": "Roku: {name}", "step": { + "ssdp_confirm": { + "description": "Chcete nastavit {name}?", + "title": "Roku" + }, "user": { "data": { "host": "Hostitel" diff --git a/homeassistant/components/roomba/translations/cs.json b/homeassistant/components/roomba/translations/cs.json index 6d21c8f19c4a..b561407d463d 100644 --- a/homeassistant/components/roomba/translations/cs.json +++ b/homeassistant/components/roomba/translations/cs.json @@ -1,12 +1,25 @@ { "config": { + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, "step": { "user": { "data": { + "delay": "Zpo\u017ed\u011bn\u00ed", "host": "Hostitel", "password": "Heslo" } } } + }, + "options": { + "step": { + "init": { + "data": { + "delay": "Zpo\u017ed\u011bn\u00ed" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/roon/translations/cs.json b/homeassistant/components/roon/translations/cs.json new file mode 100644 index 000000000000..7ed18444e2de --- /dev/null +++ b/homeassistant/components/roon/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "host": "Hostitel" + } + } + } + }, + "title": "Roon" +} \ No newline at end of file diff --git a/homeassistant/components/roon/translations/et.json b/homeassistant/components/roon/translations/et.json index 2b3d39637f9b..13ba50212d28 100644 --- a/homeassistant/components/roon/translations/et.json +++ b/homeassistant/components/roon/translations/et.json @@ -2,6 +2,9 @@ "config": { "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "invalid_auth": "Tuvastamine nurjus" } } } \ No newline at end of file diff --git a/homeassistant/components/rpi_power/translations/cs.json b/homeassistant/components/rpi_power/translations/cs.json index b60cb60f985e..b4b4bc393f3d 100644 --- a/homeassistant/components/rpi_power/translations/cs.json +++ b/homeassistant/components/rpi_power/translations/cs.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nelze naj\u00edt t\u0159\u00eddu syst\u00e9mu pot\u0159ebnou pro tuto komponentu, ujist\u011bte se, \u017ee je va\u0161e j\u00e1dro aktu\u00e1ln\u00ed a hardware podporov\u00e1n", - "single_instance_allowed": "Ji\u017e je nakonfigurov\u00e1no.Je mo\u017en\u00e1 pouze jedna konfigurace." + "single_instance_allowed": "Ji\u017e je nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedna konfigurace." }, "step": { "confirm": { diff --git a/homeassistant/components/samsungtv/translations/cs.json b/homeassistant/components/samsungtv/translations/cs.json index d7737722cc37..f904a50ec04a 100644 --- a/homeassistant/components/samsungtv/translations/cs.json +++ b/homeassistant/components/samsungtv/translations/cs.json @@ -1,10 +1,25 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1", + "auth_missing": "Home Assistant nem\u00e1 opr\u00e1vn\u011bn\u00ed k p\u0159ipojen\u00ed k t\u00e9to televizi Samsung. Zkontrolujte nastaven\u00ed sv\u00e9 televize a povolte Home Assistant.", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "not_successful": "Nelze se p\u0159ipojit k t\u00e9to televizi Samsung.", + "not_supported": "Tato televize Samsung nen\u00ed aktu\u00e1ln\u011b podporov\u00e1na." + }, + "flow_title": "Samsung TV: {model}", "step": { + "confirm": { + "description": "Chcete nastavit televizi Samsung {model} ? Pokud jste Home Assistant doposud nikdy nep\u0159ipojili, m\u011bla by se v\u00e1m na televizi zobrazit \u017e\u00e1dost o povolen\u00ed. Ru\u010dn\u00ed konfigurace pro tuto televizi budou p\u0159eps\u00e1ny.", + "title": "Samsung TV" + }, "user": { "data": { - "host": "Hostitel" - } + "host": "Hostitel", + "name": "Jm\u00e9no" + }, + "description": "Zadejte informace o televizi Samsung. Pokud jste Home Assistant doposud nikdy nep\u0159ipojili, m\u011bla by se v\u00e1m na televizi zobrazit \u017e\u00e1dost o povolen\u00ed." } } } diff --git a/homeassistant/components/samsungtv/translations/pl.json b/homeassistant/components/samsungtv/translations/pl.json index 45f4fb8d7388..e198bef54501 100644 --- a/homeassistant/components/samsungtv/translations/pl.json +++ b/homeassistant/components/samsungtv/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja telewizora Samsung jest ju\u017c w toku.", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", "auth_missing": "Home Assistant nie jest uwierzytelniony, aby po\u0142\u0105czy\u0107 si\u0119 z tym telewizorem Samsung.", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "not_successful": "Nie mo\u017cna po\u0142\u0105czy\u0107 si\u0119 urz\u0105dzeniem Samsung TV.", diff --git a/homeassistant/components/script/translations/cs.json b/homeassistant/components/script/translations/cs.json index b75830afdcee..a7224497591c 100644 --- a/homeassistant/components/script/translations/cs.json +++ b/homeassistant/components/script/translations/cs.json @@ -1,8 +1,8 @@ { "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Skript" diff --git a/homeassistant/components/sense/translations/cs.json b/homeassistant/components/sense/translations/cs.json index f019fb3fce67..e290adc1520d 100644 --- a/homeassistant/components/sense/translations/cs.json +++ b/homeassistant/components/sense/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/sense/translations/et.json b/homeassistant/components/sense/translations/et.json index 2bb4f5783b3c..8c4cde1a6b70 100644 --- a/homeassistant/components/sense/translations/et.json +++ b/homeassistant/components/sense/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/sensor/translations/cs.json b/homeassistant/components/sensor/translations/cs.json index add81cbe07e6..8ecc15677a68 100644 --- a/homeassistant/components/sensor/translations/cs.json +++ b/homeassistant/components/sensor/translations/cs.json @@ -13,22 +13,22 @@ "is_voltage": "Aktu\u00e1ln\u00ed nap\u011bt\u00ed {entity_name}" }, "trigger_type": { - "battery_level": "\u00farove\u0148 baterie {entity_name} se zm\u011bn\u00ed", - "humidity": "vlhkost {entity_name} se zm\u011bn\u00ed", - "illuminance": "osv\u011btlen\u00ed {entity_name} se zm\u011bn\u00ed", - "power": "el. v\u00fdkon {entity_name} se zm\u011bn\u00ed", - "pressure": "tlak {entity_name} se zm\u011bn\u00ed", - "signal_strength": "s\u00edla sign\u00e1lu {entity_name} se zm\u011bn\u00ed", - "temperature": "teplota {entity_name} se zm\u011bn\u00ed", - "timestamp": "\u010dasov\u00e9 raz\u00edtko {entity_name} se zm\u011bn\u00ed", - "value": "hodnota {entity_name} se zm\u011bn\u00ed", + "battery_level": "\u00darove\u0148 baterie {entity_name} se zm\u011bn\u00ed", + "humidity": "Vlhkost {entity_name} se zm\u011bn\u00ed", + "illuminance": "Osv\u011btlen\u00ed {entity_name} se zm\u011bn\u00ed", + "power": "El. v\u00fdkon {entity_name} se zm\u011bn\u00ed", + "pressure": "Tlak {entity_name} se zm\u011bn\u00ed", + "signal_strength": "S\u00edla sign\u00e1lu {entity_name} se zm\u011bn\u00ed", + "temperature": "Teplota {entity_name} se zm\u011bn\u00ed", + "timestamp": "\u010casov\u00e9 raz\u00edtko {entity_name} se zm\u011bn\u00ed", + "value": "Hodnota {entity_name} se zm\u011bn\u00ed", "voltage": "P\u0159i zm\u011bn\u011b nap\u011bt\u00ed {entity_name}" } }, "state": { "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "off": "Vypnuto", + "on": "Zapnuto" } }, "title": "Senzor" diff --git a/homeassistant/components/sentry/translations/cs.json b/homeassistant/components/sentry/translations/cs.json index 81105c211fd9..f9ba29f91463 100644 --- a/homeassistant/components/sentry/translations/cs.json +++ b/homeassistant/components/sentry/translations/cs.json @@ -1,10 +1,17 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { "dsn": "DSN" - } + }, + "title": "Sentry" } } } diff --git a/homeassistant/components/sharkiq/translations/cs.json b/homeassistant/components/sharkiq/translations/cs.json new file mode 100644 index 000000000000..e5d9df513791 --- /dev/null +++ b/homeassistant/components/sharkiq/translations/cs.json @@ -0,0 +1,29 @@ +{ + "config": { + "abort": { + "already_configured_account": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "reauth": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + }, + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sharkiq/translations/et.json b/homeassistant/components/sharkiq/translations/et.json index d7cd26d2872f..41991bd7d595 100644 --- a/homeassistant/components/sharkiq/translations/et.json +++ b/homeassistant/components/sharkiq/translations/et.json @@ -6,6 +6,9 @@ "reauth_successful": "Taastuvastus oli edukas", "unknown": "Tundmatu viga" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "reauth": { "data": { diff --git a/homeassistant/components/shelly/translations/cs.json b/homeassistant/components/shelly/translations/cs.json index 13ad3d8edbdf..dbe9023ae120 100644 --- a/homeassistant/components/shelly/translations/cs.json +++ b/homeassistant/components/shelly/translations/cs.json @@ -1,16 +1,31 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "unsupported_firmware": "Za\u0159\u00edzen\u00ed pou\u017e\u00edv\u00e1 nepodporovanou verzi firmwaru." }, "error": { "auth_not_supported": "Za\u0159\u00edzen\u00ed Shelly vy\u017eaduj\u00edc\u00ed autentizaci nejsou aktu\u00e1ln\u011b podporov\u00e1na.", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "flow_title": "Shelly: {name}", "step": { "confirm_discovery": { - "description": "Chcete nastavit {model} na adrese {host}?" + "description": "Chcete nastavit {model} na {host}?\n\nP\u0159ed nastaven\u00edm mus\u00ed b\u00fdt za\u0159\u00edzen\u00ed nap\u00e1jen\u00e9 z baterie probuzeno stisknut\u00edm tla\u010d\u00edtka na dan\u00e9m za\u0159\u00edzen\u00ed." + }, + "credentials": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + }, + "user": { + "data": { + "host": "Hostitel" + }, + "description": "P\u0159ed nastaven\u00edm mus\u00ed b\u00fdt za\u0159\u00edzen\u00ed nap\u00e1jen\u00e9 z baterie probuzeno stisknut\u00edm tla\u010d\u00edtka na dan\u00e9m za\u0159\u00edzen\u00ed." } } }, diff --git a/homeassistant/components/shelly/translations/et.json b/homeassistant/components/shelly/translations/et.json index 862f077c7b15..5242f638cce7 100644 --- a/homeassistant/components/shelly/translations/et.json +++ b/homeassistant/components/shelly/translations/et.json @@ -4,6 +4,9 @@ "already_configured": "Seade on juba h\u00e4\u00e4lestatud", "unsupported_firmware": "Seade kasutab toetuseta p\u00fcsivara versiooni." }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "credentials": { "data": { diff --git a/homeassistant/components/shopping_list/translations/cs.json b/homeassistant/components/shopping_list/translations/cs.json new file mode 100644 index 000000000000..9452d410e6c8 --- /dev/null +++ b/homeassistant/components/shopping_list/translations/cs.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, + "step": { + "user": { + "title": "N\u00e1kupn\u00ed seznam" + } + } + }, + "title": "N\u00e1kupn\u00ed seznam" +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/cs.json b/homeassistant/components/simplisafe/translations/cs.json index c2bc5447d162..a600746abcd4 100644 --- a/homeassistant/components/simplisafe/translations/cs.json +++ b/homeassistant/components/simplisafe/translations/cs.json @@ -1,16 +1,25 @@ { "config": { + "abort": { + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9" + }, "error": { "identifier_exists": "\u00da\u010det je ji\u017e zaregistrov\u00e1n", - "invalid_credentials": "Neplatn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje" + "invalid_credentials": "Neplatn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "step": { + "reauth_confirm": { + "data": { + "password": "Heslo" + } + }, "user": { "data": { "password": "Heslo", - "username": "E-mailov\u00e1 adresa" + "username": "E-mail" }, - "title": "Vypl\u0148te va\u0161e \u00fadaje" + "title": "Vypl\u0148te sv\u00e9 \u00fadaje." } } } diff --git a/homeassistant/components/simplisafe/translations/et.json b/homeassistant/components/simplisafe/translations/et.json index 014e4b5174fc..ddc6770de55a 100644 --- a/homeassistant/components/simplisafe/translations/et.json +++ b/homeassistant/components/simplisafe/translations/et.json @@ -8,7 +8,8 @@ }, "user": { "data": { - "password": "Salas\u00f5na" + "password": "Salas\u00f5na", + "username": "E-post" } } } diff --git a/homeassistant/components/smappee/translations/cs.json b/homeassistant/components/smappee/translations/cs.json new file mode 100644 index 000000000000..70f726d99b93 --- /dev/null +++ b/homeassistant/components/smappee/translations/cs.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "already_configured_device": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})" + }, + "flow_title": "Smappee: {name}", + "step": { + "environment": { + "data": { + "environment": "Prost\u0159ed\u00ed" + } + }, + "local": { + "data": { + "host": "Hostitel" + } + }, + "pick_implementation": { + "title": "Vyberte metodu ov\u011b\u0159en\u00ed" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smart_meter_texas/translations/cs.json b/homeassistant/components/smart_meter_texas/translations/cs.json new file mode 100644 index 000000000000..fb8289b07f61 --- /dev/null +++ b/homeassistant/components/smart_meter_texas/translations/cs.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + }, + "title": "Smart Meter Texas" +} \ No newline at end of file diff --git a/homeassistant/components/smart_meter_texas/translations/et.json b/homeassistant/components/smart_meter_texas/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/smart_meter_texas/translations/et.json +++ b/homeassistant/components/smart_meter_texas/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/smarthab/translations/cs.json b/homeassistant/components/smarthab/translations/cs.json new file mode 100644 index 000000000000..3e8b1abfabf1 --- /dev/null +++ b/homeassistant/components/smarthab/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba", + "unknown_error": "Neo\u010dek\u00e1van\u00e1 chyba", + "wrong_login": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "step": { + "user": { + "data": { + "email": "E-mail", + "password": "Heslo" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smarthab/translations/et.json b/homeassistant/components/smarthab/translations/et.json index d18785cafd62..a56e96535321 100644 --- a/homeassistant/components/smarthab/translations/et.json +++ b/homeassistant/components/smarthab/translations/et.json @@ -2,7 +2,8 @@ "config": { "error": { "invalid_auth": "Tuvastamise viga", - "unknown": "Tundmatu viga" + "unknown": "Tundmatu viga", + "wrong_login": "Tuvastamine nurjus" }, "step": { "user": { diff --git a/homeassistant/components/smarthab/translations/no.json b/homeassistant/components/smarthab/translations/no.json index de1e50f5c4b1..50936181c597 100644 --- a/homeassistant/components/smarthab/translations/no.json +++ b/homeassistant/components/smarthab/translations/no.json @@ -1,7 +1,9 @@ { "config": { "error": { + "invalid_auth": "Ugyldig godkjenning", "service": "Feil under fors\u00f8k p\u00e5 \u00e5 n\u00e5 SmartHab. Tjenesten kan v\u00e6re nede. Sjekk tilkoblingen din.", + "unknown": "Uventet feil", "unknown_error": "Uventet feil", "wrong_login": "Ugyldig godkjenning" }, diff --git a/homeassistant/components/smarthab/translations/pt-BR.json b/homeassistant/components/smarthab/translations/pt-BR.json new file mode 100644 index 000000000000..e1f66450b015 --- /dev/null +++ b/homeassistant/components/smarthab/translations/pt-BR.json @@ -0,0 +1,8 @@ +{ + "config": { + "error": { + "invalid_auth": "Autentica\u00e7\u00e3o invalida", + "unknown": "Erro inesperado" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/smarthab/translations/ru.json b/homeassistant/components/smarthab/translations/ru.json index 3b1824c810f7..8f7c38aecc03 100644 --- a/homeassistant/components/smarthab/translations/ru.json +++ b/homeassistant/components/smarthab/translations/ru.json @@ -1,7 +1,9 @@ { "config": { "error": { + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f.", "service": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u043f\u043e\u043f\u044b\u0442\u043a\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 \u043a SmartHab. \u0421\u0435\u0440\u0432\u0438\u0441 \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d. \u041f\u0440\u043e\u0432\u0435\u0440\u044c\u0442\u0435 \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.", "unknown_error": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430.", "wrong_login": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f." }, diff --git a/homeassistant/components/smartthings/translations/cs.json b/homeassistant/components/smartthings/translations/cs.json index 70c4571c3e05..74cb38a46af9 100644 --- a/homeassistant/components/smartthings/translations/cs.json +++ b/homeassistant/components/smartthings/translations/cs.json @@ -1,17 +1,34 @@ { "config": { + "abort": { + "no_available_locations": "V dom\u00e1c\u00ed asistenti nejsou k dispozici \u017e\u00e1dn\u00e1 um\u00edst\u011bn\u00ed SmartThings." + }, "error": { "app_setup_error": "Nelze nastavit SmartApp. Pros\u00edm zkuste to znovu.", "token_forbidden": "Token nem\u00e1 po\u017eadovan\u00e9 rozsahy OAuth.", "token_invalid_format": "Token mus\u00ed b\u00fdt ve form\u00e1tu UID/GUID.", "token_unauthorized": "Token je neplatn\u00fd nebo ji\u017e nen\u00ed autorizov\u00e1n.", - "webhook_error": "SmartThings nemohly ov\u011b\u0159it koncov\u00fd bod nakonfigurovan\u00fd v `base_url`. P\u0159e\u010dt\u011bte si pros\u00edm po\u017eadavky na komponenty." + "webhook_error": "SmartThings nemohly ov\u011b\u0159it webhook URL. Zkontrolujte, zda je URL dostupn\u00e1 z internetu, a zkuste to znovu." }, "step": { + "authorize": { + "title": "Autorizovat Home Assistant" + }, "pat": { "data": { "access_token": "P\u0159\u00edstupov\u00fd token" - } + }, + "title": "Zadejte osobn\u00ed p\u0159\u00edstupov\u00fd token" + }, + "select_location": { + "data": { + "location_id": "Um\u00edst\u011bn\u00ed" + }, + "title": "Vyberte um\u00edst\u011bn\u00ed" + }, + "user": { + "description": "SmartThings bude nakonfigurov\u00e1n tak, aby odes\u00edlal aktualizace do Home Assistant na: > {webhook_url}\n\nPokud to nen\u00ed spr\u00e1vn\u011b, zm\u011bnte pros\u00edm sv\u00e9 nastaven\u00ed, restartujte Home Assistant a zkuste to znovu.", + "title": "Potvr\u010fte URL adresu zp\u011btn\u00e9ho vol\u00e1n\u00ed" } } } diff --git a/homeassistant/components/smartthings/translations/pl.json b/homeassistant/components/smartthings/translations/pl.json index 1425accf46db..903a4497c3bc 100644 --- a/homeassistant/components/smartthings/translations/pl.json +++ b/homeassistant/components/smartthings/translations/pl.json @@ -30,8 +30,8 @@ "title": "Wybierz lokalizacj\u0119" }, "user": { - "description": "Wprowad\u017a [token dost\u0119pu osobistego]({token_url}) SmartThings, kt\u00f3ry zosta\u0142 utworzony zgodnie z [instrukcj\u0105]({component_url}).", - "title": "Wprowad\u017a osobisty token dost\u0119pu" + "description": "SmartThings zostanie skonfigurowany, by wysy\u0142a\u0107 aktualizacje push do Home Assistant na:\n> {webhook_url}\n\nJe\u015bli adres jest nieprawid\u0142owy, popraw swoj\u0105 konfiguracj\u0119, uruchom ponownie Home Assistant i spr\u00f3buj ponownie.", + "title": "Potwierd\u017a Callback URL" } } } diff --git a/homeassistant/components/smhi/translations/cs.json b/homeassistant/components/smhi/translations/cs.json index 437c2105e733..5721edc084b4 100644 --- a/homeassistant/components/smhi/translations/cs.json +++ b/homeassistant/components/smhi/translations/cs.json @@ -9,7 +9,7 @@ "data": { "latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka", "longitude": "Zem\u011bpisn\u00e1 d\u00e9lka", - "name": "N\u00e1zev" + "name": "Jm\u00e9no" }, "title": "Lokalita ve \u0160v\u00e9dsku" } diff --git a/homeassistant/components/sms/translations/cs.json b/homeassistant/components/sms/translations/cs.json index 47c55692a996..76ddc77e86c7 100644 --- a/homeassistant/components/sms/translations/cs.json +++ b/homeassistant/components/sms/translations/cs.json @@ -7,6 +7,13 @@ "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "device": "Za\u0159\u00edzen\u00ed" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/solarlog/translations/cs.json b/homeassistant/components/solarlog/translations/cs.json index 1c4afe266624..e4e587c67e87 100644 --- a/homeassistant/components/solarlog/translations/cs.json +++ b/homeassistant/components/solarlog/translations/cs.json @@ -5,12 +5,12 @@ }, "error": { "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", - "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit, ov\u011b\u0159te pros\u00edm adresu hostitele" + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" }, "step": { "user": { "data": { - "host": "N\u00e1zev hostitele nebo IP adresa va\u0161eho za\u0159\u00edzen\u00ed Solar-Log", + "host": "Hostitel", "name": "Prefix, kter\u00fd se m\u00e1 pou\u017e\u00edt pro va\u0161e senzory Solar-Log" }, "title": "Definujte sv\u00e9 p\u0159ipojen\u00ed Solar-Log" diff --git a/homeassistant/components/somfy/translations/cs.json b/homeassistant/components/somfy/translations/cs.json index bf8a3bf916ea..7a4cec27d36d 100644 --- a/homeassistant/components/somfy/translations/cs.json +++ b/homeassistant/components/somfy/translations/cs.json @@ -1,7 +1,13 @@ { "config": { "abort": { - "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el" + "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "create_entry": { + "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno" }, "step": { "pick_implementation": { diff --git a/homeassistant/components/sonarr/translations/cs.json b/homeassistant/components/sonarr/translations/cs.json index 5552f5ae6a78..83eb69fbdaf4 100644 --- a/homeassistant/components/sonarr/translations/cs.json +++ b/homeassistant/components/sonarr/translations/cs.json @@ -2,20 +2,25 @@ "config": { "abort": { "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na", + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9", "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" }, + "flow_title": "Sonarr: {name}", "step": { "user": { "data": { "api_key": "Kl\u00ed\u010d API", "host": "Hostitel", - "port": "Port" + "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" } } } - } + }, + "title": "Sonarr" } \ No newline at end of file diff --git a/homeassistant/components/sonarr/translations/et.json b/homeassistant/components/sonarr/translations/et.json index cd4a7f809f69..cec638bda512 100644 --- a/homeassistant/components/sonarr/translations/et.json +++ b/homeassistant/components/sonarr/translations/et.json @@ -4,8 +4,12 @@ "already_configured": "Teenus on juba seadistatud", "reauth_successful": "Taastuvastamine oli edukas" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "reauth_confirm": { + "description": "Sonarr-i sidumine tuleb k\u00e4sitsi taastuvastada Sonarr API abil: {host}", "title": "Autentige uuesti Sonarriga" } } diff --git a/homeassistant/components/songpal/translations/cs.json b/homeassistant/components/songpal/translations/cs.json index 51335918cf64..a84842cef46b 100644 --- a/homeassistant/components/songpal/translations/cs.json +++ b/homeassistant/components/songpal/translations/cs.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" - } + }, + "flow_title": "Sony Songpal {name} ({host})" } } \ No newline at end of file diff --git a/homeassistant/components/sonos/translations/cs.json b/homeassistant/components/sonos/translations/cs.json index 20aab9ac8612..a573234fb585 100644 --- a/homeassistant/components/sonos/translations/cs.json +++ b/homeassistant/components/sonos/translations/cs.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "V s\u00edti nebyly nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed Sonos.", - "single_instance_allowed": "Je t\u0159eba jen jedna konfigurace Sonos." + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "step": { "confirm": { diff --git a/homeassistant/components/sonos/translations/et.json b/homeassistant/components/sonos/translations/et.json new file mode 100644 index 000000000000..75f24b9b1712 --- /dev/null +++ b/homeassistant/components/sonos/translations/et.json @@ -0,0 +1,13 @@ +{ + "config": { + "abort": { + "no_devices_found": "V\u00f5rgust ei leitud seadmeid", + "single_instance_allowed": "Juba seadistatud, lubatud on ainult \u00fcks sidumine." + }, + "step": { + "confirm": { + "description": "Kas soovid Sonose seadistada?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sonos/translations/pl.json b/homeassistant/components/sonos/translations/pl.json index d37bf4c1ea91..d57f9146e1e2 100644 --- a/homeassistant/components/sonos/translations/pl.json +++ b/homeassistant/components/sonos/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 Sonos.", - "single_instance_allowed": "Wymagana jest tylko jedna konfiguracja Sonos." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { "confirm": { diff --git a/homeassistant/components/speedtestdotnet/translations/cs.json b/homeassistant/components/speedtestdotnet/translations/cs.json index 26927f4e6f39..537611366a99 100644 --- a/homeassistant/components/speedtestdotnet/translations/cs.json +++ b/homeassistant/components/speedtestdotnet/translations/cs.json @@ -2,6 +2,7 @@ "config": { "abort": { "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.", "wrong_server_id": "Id serveru nen\u00ed platn\u00e9." }, "step": { diff --git a/homeassistant/components/spider/translations/cs.json b/homeassistant/components/spider/translations/cs.json new file mode 100644 index 000000000000..4e801a76d668 --- /dev/null +++ b/homeassistant/components/spider/translations/cs.json @@ -0,0 +1,19 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/spider/translations/et.json b/homeassistant/components/spider/translations/et.json index af5a16c13002..571b9f7e856b 100644 --- a/homeassistant/components/spider/translations/et.json +++ b/homeassistant/components/spider/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/spotify/translations/cs.json b/homeassistant/components/spotify/translations/cs.json index 10c58c119aa1..375fd4310e8c 100644 --- a/homeassistant/components/spotify/translations/cs.json +++ b/homeassistant/components/spotify/translations/cs.json @@ -3,7 +3,8 @@ "abort": { "already_setup": "M\u016f\u017eete nakonfigurovat pouze jeden \u00fa\u010det Spotify.", "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", - "missing_configuration": "Integrace Spotify nen\u00ed nakonfigurov\u00e1na. Postupujte podle n\u00e1vodu." + "missing_configuration": "Integrace Spotify nen\u00ed nakonfigurov\u00e1na. Postupujte podle n\u00e1vodu.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})" }, "create_entry": { "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno pomoc\u00ed Spotify." @@ -11,6 +12,9 @@ "step": { "pick_implementation": { "title": "Vyberte metodu ov\u011b\u0159en\u00ed" + }, + "reauth_confirm": { + "title": "Znovu ov\u011b\u0159te pomoc\u00ed Spotify" } } } diff --git a/homeassistant/components/squeezebox/translations/et.json b/homeassistant/components/squeezebox/translations/et.json index 2b8d386858fa..b9997d72d673 100644 --- a/homeassistant/components/squeezebox/translations/et.json +++ b/homeassistant/components/squeezebox/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "edit": { "data": { diff --git a/homeassistant/components/starline/translations/cs.json b/homeassistant/components/starline/translations/cs.json index 94c158b64d45..8956a1067adc 100644 --- a/homeassistant/components/starline/translations/cs.json +++ b/homeassistant/components/starline/translations/cs.json @@ -1,6 +1,22 @@ { "config": { "step": { + "auth_app": { + "description": "ID aplikace a tajn\u00fd k\u00f3d z [\u00fa\u010dtu v\u00fdvoj\u00e1\u0159e StarLine] (https://my.starline.ru/developer)" + }, + "auth_captcha": { + "data": { + "captcha_code": "K\u00f3d z obr\u00e1zku" + }, + "description": "{captcha_img}", + "title": "Captcha" + }, + "auth_mfa": { + "data": { + "mfa_code": "SMS k\u00f3d" + }, + "title": "Dvoufaktorov\u00e9 ov\u011b\u0159en\u00ed" + }, "auth_user": { "data": { "password": "Heslo", diff --git a/homeassistant/components/starline/translations/pl.json b/homeassistant/components/starline/translations/pl.json index 5e5a293fc82a..038f2d308b32 100644 --- a/homeassistant/components/starline/translations/pl.json +++ b/homeassistant/components/starline/translations/pl.json @@ -11,7 +11,7 @@ "app_id": "Identyfikator aplikacji", "app_secret": "Tajny kod" }, - "description": "Identyfikator aplikacji i tajny kod z konta programisty StarLine", + "description": "Identyfikator aplikacji i tajny kod z [konta programisty StarLine](https://my.starline.ru/developer)", "title": "Po\u015bwiadczenia aplikacji" }, "auth_captcha": { diff --git a/homeassistant/components/sun/translations/cs.json b/homeassistant/components/sun/translations/cs.json index 3a8426bf51df..fe13d3e4fb0f 100644 --- a/homeassistant/components/sun/translations/cs.json +++ b/homeassistant/components/sun/translations/cs.json @@ -1,8 +1,8 @@ { "state": { "_": { - "above_horizon": "Nad horizontem", - "below_horizon": "Za horizontem" + "above_horizon": "Nad obzorem", + "below_horizon": "Pod obzorem" } }, "title": "Slunce" diff --git a/homeassistant/components/switch/translations/cs.json b/homeassistant/components/switch/translations/cs.json index a4729db91dc3..b82eaab9e4f9 100644 --- a/homeassistant/components/switch/translations/cs.json +++ b/homeassistant/components/switch/translations/cs.json @@ -1,9 +1,24 @@ { - "state": { - "_": { - "off": "Neaktivn\u00ed", - "on": "Aktivn\u00ed" + "device_automation": { + "action_type": { + "toggle": "P\u0159epnout {entity_name}", + "turn_off": "Vypnout {entity_name}", + "turn_on": "Zapnout {entity_name}" + }, + "condition_type": { + "is_off": "{entity_name} je vypnuto", + "is_on": "{entity_name} je zapnuto" + }, + "trigger_type": { + "turned_off": "{entity_name} bylo vypnuto", + "turned_on": "{entity_name} bylo zapnuto" } }, - "title": "Sp\u00edna\u010d" + "state": { + "_": { + "off": "Vypnuto", + "on": "Zapnuto" + } + }, + "title": "Vyp\u00edna\u010d" } \ No newline at end of file diff --git a/homeassistant/components/syncthru/translations/cs.json b/homeassistant/components/syncthru/translations/cs.json new file mode 100644 index 000000000000..a077367e2605 --- /dev/null +++ b/homeassistant/components/syncthru/translations/cs.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "flow_title": "Tisk\u00e1rna Samsung SyncThru: {name}", + "step": { + "confirm": { + "data": { + "name": "Jm\u00e9no", + "url": "URL webov\u00e9ho rozhran\u00ed" + } + }, + "user": { + "data": { + "name": "Jm\u00e9no", + "url": "URL webov\u00e9ho rozhran\u00ed" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/syncthru/translations/pl.json b/homeassistant/components/syncthru/translations/pl.json index 33e3759863ff..6b554ef9e748 100644 --- a/homeassistant/components/syncthru/translations/pl.json +++ b/homeassistant/components/syncthru/translations/pl.json @@ -13,13 +13,13 @@ "confirm": { "data": { "name": "Nazwa", - "url": "Adress URL interfejsu internetowego" + "url": "Adres URL interfejsu internetowego" } }, "user": { "data": { "name": "Nazwa", - "url": "Adress URL interfejsu internetowego" + "url": "Adres URL interfejsu internetowego" } } } diff --git a/homeassistant/components/synology_dsm/translations/cs.json b/homeassistant/components/synology_dsm/translations/cs.json index d1f593c7938c..bdd8ad6b0674 100644 --- a/homeassistant/components/synology_dsm/translations/cs.json +++ b/homeassistant/components/synology_dsm/translations/cs.json @@ -1,20 +1,38 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "flow_title": "Synology DSM {name} ({host})", "step": { + "2sa": { + "data": { + "otp_code": "K\u00f3d" + } + }, "link": { "data": { "password": "Heslo", "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" - } + }, + "title": "Synology DSM" }, "user": { "data": { "host": "Hostitel", "password": "Heslo", "port": "Port", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" - } + }, + "title": "Synology DSM" } } }, diff --git a/homeassistant/components/synology_dsm/translations/pl.json b/homeassistant/components/synology_dsm/translations/pl.json index 13a7cea2a145..bb49e9a04cdb 100644 --- a/homeassistant/components/synology_dsm/translations/pl.json +++ b/homeassistant/components/synology_dsm/translations/pl.json @@ -10,7 +10,7 @@ "login": "B\u0142\u0105d logowania: sprawd\u017a nazw\u0119 u\u017cytkownika i has\u0142o", "missing_data": "Brakuj\u0105ce dane: spr\u00f3buj ponownie p\u00f3\u017aniej lub skorzystaj z innej konfiguracji", "otp_failed": "Uwierzytelnianie dwuetapowe nie powiod\u0142o si\u0119, spr\u00f3buj ponownie z nowym kodem dost\u0119pu", - "unknown": "Nieznany b\u0142\u0105d, sprawd\u017a logi, aby uzyska\u0107 wi\u0119cej szczeg\u00f3\u0142\u00f3w" + "unknown": "Nieoczekiwany b\u0142\u0105d" }, "flow_title": "Synology DSM {name} ({host})", "step": { diff --git a/homeassistant/components/synology_dsm/translations/zh-Hans.json b/homeassistant/components/synology_dsm/translations/zh-Hans.json new file mode 100644 index 000000000000..94a619f570d0 --- /dev/null +++ b/homeassistant/components/synology_dsm/translations/zh-Hans.json @@ -0,0 +1,55 @@ +{ + "config": { + "abort": { + "already_configured": "\u8bbe\u5907\u5df2\u7ecf\u914d\u7f6e\u8fc7\u4e86" + }, + "error": { + "cannot_connect": "\u8fde\u63a5\u5931\u8d25", + "connection": "\u8fde\u63a5\u9519\u8bef\uff1a\u8bf7\u68c0\u67e5\u4e3b\u673a\u3001\u7aef\u53e3\u548c SSL", + "invalid_auth": "\u8eab\u4efd\u8ba4\u8bc1\u65e0\u6548", + "login": "\u767b\u5f55\u9519\u8bef\uff1a\u8bf7\u68c0\u67e5\u7528\u6237\u540d\u548c\u5bc6\u7801", + "missing_data": "\u7f3a\u5c11\u6570\u636e\uff1a\u8bf7\u7a0d\u540e\u91cd\u8bd5\u6216\u5c1d\u8bd5\u5176\u4ed6\u914d\u7f6e", + "otp_failed": "\u4e24\u6b65\u9a8c\u8bc1\u5931\u8d25\uff0c\u8bf7\u4f7f\u7528\u65b0\u7684\u9a8c\u8bc1\u7801\u91cd\u8bd5", + "unknown": "\u975e\u9884\u671f\u7684\u9519\u8bef" + }, + "flow_title": "Synology DSM {name} ({host})", + "step": { + "2sa": { + "data": { + "otp_code": "\u9a8c\u8bc1\u7801" + }, + "title": "Synology DSM\uff1a\u4e24\u6b65\u9a8c\u8bc1" + }, + "link": { + "data": { + "password": "\u5bc6\u7801", + "port": "\u7aef\u53e3", + "ssl": "\u4f7f\u7528 SSL \u8bc1\u4e66", + "username": "\u7528\u6237\u540d" + }, + "description": "\u60a8\u60f3\u8981\u914d\u7f6e {name} ({host}) \u5417\uff1f", + "title": "Synology DSM" + }, + "user": { + "data": { + "host": "\u4e3b\u673a", + "password": "\u5bc6\u7801", + "port": "\u7aef\u53e3", + "ssl": "\u4f7f\u7528 SSL \u8bc1\u4e66", + "username": "\u7528\u6237\u540d" + }, + "title": "Synology DSM" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "\u4e24\u6b21\u626b\u63cf\u4e4b\u95f4\u7684\u5206\u949f\u6570", + "timeout": "\u8d85\u65f6\uff08\u79d2\uff09" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/system_health/translations/cs.json b/homeassistant/components/system_health/translations/cs.json index 4bc9bb8858e8..726f9d917a59 100644 --- a/homeassistant/components/system_health/translations/cs.json +++ b/homeassistant/components/system_health/translations/cs.json @@ -1,3 +1,3 @@ { - "title": "Kondice syst\u00e9mu" + "title": "Stav syst\u00e9mu" } \ No newline at end of file diff --git a/homeassistant/components/tado/translations/cs.json b/homeassistant/components/tado/translations/cs.json index 338ff5d9a44c..78bf9ea9af10 100644 --- a/homeassistant/components/tado/translations/cs.json +++ b/homeassistant/components/tado/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/tado/translations/et.json b/homeassistant/components/tado/translations/et.json index 09a078487d6d..f2eedeb87dd7 100644 --- a/homeassistant/components/tado/translations/et.json +++ b/homeassistant/components/tado/translations/et.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "\u00dchenduse loomine nurjus. Proovi uuesti", + "invalid_auth": "Tuvastamine nurjus", "unknown": "Ootamatu t\u00f5rge" }, "step": { diff --git a/homeassistant/components/tasmota/translations/cs.json b/homeassistant/components/tasmota/translations/cs.json new file mode 100644 index 000000000000..58539bb8654c --- /dev/null +++ b/homeassistant/components/tasmota/translations/cs.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "step": { + "config": { + "title": "Tasmota" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tasmota/translations/it.json b/homeassistant/components/tasmota/translations/it.json index 98ce4e17b529..9d1f143ebad3 100644 --- a/homeassistant/components/tasmota/translations/it.json +++ b/homeassistant/components/tasmota/translations/it.json @@ -13,6 +13,9 @@ }, "description": "Inserire la configurazione Tasmota.", "title": "Tasmota" + }, + "confirm": { + "description": "Vuoi configurare Tasmota?" } } } diff --git a/homeassistant/components/tasmota/translations/no.json b/homeassistant/components/tasmota/translations/no.json index b15174b38ce7..8f79918fd034 100644 --- a/homeassistant/components/tasmota/translations/no.json +++ b/homeassistant/components/tasmota/translations/no.json @@ -13,6 +13,9 @@ }, "description": "Vennligst skriv inn Tasmota-konfigurasjonen.", "title": "Tasmota" + }, + "confirm": { + "description": "Vil du sette opp Tasmota?" } } } diff --git a/homeassistant/components/tasmota/translations/ru.json b/homeassistant/components/tasmota/translations/ru.json index 2ed3c3e9042c..3f4b8996f2f7 100644 --- a/homeassistant/components/tasmota/translations/ru.json +++ b/homeassistant/components/tasmota/translations/ru.json @@ -13,6 +13,9 @@ }, "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 Tasmota.", "title": "Tasmota" + }, + "confirm": { + "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 Tasmota?" } } } diff --git a/homeassistant/components/tellduslive/translations/cs.json b/homeassistant/components/tellduslive/translations/cs.json index 63813e9c8563..24271f3b2120 100644 --- a/homeassistant/components/tellduslive/translations/cs.json +++ b/homeassistant/components/tellduslive/translations/cs.json @@ -1,7 +1,12 @@ { "config": { "abort": { - "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el" + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na", + "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" }, "step": { "user": { diff --git a/homeassistant/components/tellduslive/translations/it.json b/homeassistant/components/tellduslive/translations/it.json index c4afb96170e9..7b7a5ab3ce4b 100644 --- a/homeassistant/components/tellduslive/translations/it.json +++ b/homeassistant/components/tellduslive/translations/it.json @@ -1,13 +1,14 @@ { "config": { "abort": { - "already_configured": "TelldusLive \u00e8 gi\u00e0 configurato", + "already_configured": "Il servizio \u00e8 gi\u00e0 configurato", "authorize_url_fail": "Errore sconosciuto nel generare l'url di autorizzazione", - "authorize_url_timeout": "Tempo scaduto nel generare l'url di autorizzazione", - "unknown": "Si \u00e8 verificato un errore sconosciuto." + "authorize_url_timeout": "Tempo scaduto nel generare l'URL di autorizzazione.", + "unknown": "Errore imprevisto" }, "error": { - "auth_error": "Errore di autenticazione, riprovare" + "auth_error": "Errore di autenticazione, riprovare", + "invalid_auth": "Autenticazione non valida" }, "step": { "auth": { diff --git a/homeassistant/components/tellduslive/translations/no.json b/homeassistant/components/tellduslive/translations/no.json index 232db7a0fad2..29593f5ccc27 100644 --- a/homeassistant/components/tellduslive/translations/no.json +++ b/homeassistant/components/tellduslive/translations/no.json @@ -1,13 +1,14 @@ { "config": { "abort": { - "already_configured": "TelldusLive er allerede konfigurert", + "already_configured": "Tjenesten er allerede konfigurert", "authorize_url_fail": "Ukjent feil ved oppretting av godkjenningsadresse.", - "authorize_url_timeout": "Tidsavbrudd ved oppretting av godkjenningsadresse.", - "unknown": "Ukjent feil oppstod" + "authorize_url_timeout": "Tidsavbrudd som genererer autorer URL-adresse.", + "unknown": "Uventet feil" }, "error": { - "auth_error": "Godkjenningsfeil, vennligst pr\u00f8v igjen" + "auth_error": "Godkjenningsfeil, vennligst pr\u00f8v igjen", + "invalid_auth": "Ugyldig godkjenning" }, "step": { "auth": { diff --git a/homeassistant/components/tellduslive/translations/pl.json b/homeassistant/components/tellduslive/translations/pl.json index bf24948fc683..b45f28885a27 100644 --- a/homeassistant/components/tellduslive/translations/pl.json +++ b/homeassistant/components/tellduslive/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "TelldusLive jest ju\u017c skonfigurowany", + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana", "authorize_url_fail": "Nieznany b\u0142\u0105d podczas generowania url autoryzacji.", "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "unknown": "Nieoczekiwany b\u0142\u0105d" diff --git a/homeassistant/components/tellduslive/translations/ru.json b/homeassistant/components/tellduslive/translations/ru.json index c1d052930a11..1113ca738872 100644 --- a/homeassistant/components/tellduslive/translations/ru.json +++ b/homeassistant/components/tellduslive/translations/ru.json @@ -1,13 +1,14 @@ { "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": "\u042d\u0442\u0430 \u0441\u043b\u0443\u0436\u0431\u0430 \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant.", "authorize_url_fail": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430 \u043f\u0440\u0438 \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.", "authorize_url_timeout": "\u0418\u0441\u0442\u0435\u043a\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.", - "unknown": "\u041d\u0435\u0438\u0437\u0432\u0435\u0441\u0442\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." }, "error": { - "auth_error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443." + "auth_error": "\u041e\u0448\u0438\u0431\u043a\u0430 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438, \u043f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043f\u043e\u0432\u0442\u043e\u0440\u0438\u0442\u0435 \u043f\u043e\u043f\u044b\u0442\u043a\u0443.", + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f." }, "step": { "auth": { diff --git a/homeassistant/components/tellduslive/translations/zh-Hant.json b/homeassistant/components/tellduslive/translations/zh-Hant.json index de64974b2de1..f392958748bd 100644 --- a/homeassistant/components/tellduslive/translations/zh-Hant.json +++ b/homeassistant/components/tellduslive/translations/zh-Hant.json @@ -1,13 +1,14 @@ { "config": { "abort": { - "already_configured": "TelldusLive \u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", + "already_configured": "\u670d\u52d9\u5df2\u7d93\u8a2d\u5b9a\u5b8c\u6210", "authorize_url_fail": "\u7522\u751f\u8a8d\u8b49 URL \u6642\u767c\u751f\u672a\u77e5\u932f\u8aa4", - "authorize_url_timeout": "\u7522\u751f\u8a8d\u8b49 URL \u6642\u903e\u6642", - "unknown": "\u767c\u751f\u672a\u77e5\u932f\u8aa4\u3002" + "authorize_url_timeout": "\u7522\u751f\u8a8d\u8b49 URL \u6642\u903e\u6642\u3002", + "unknown": "\u672a\u9810\u671f\u932f\u8aa4" }, "error": { - "auth_error": "\u8a8d\u8b49\u932f\u8aa4\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002" + "auth_error": "\u8a8d\u8b49\u932f\u8aa4\uff0c\u8acb\u518d\u8a66\u4e00\u6b21\u3002", + "invalid_auth": "\u9a57\u8b49\u78bc\u7121\u6548" }, "step": { "auth": { diff --git a/homeassistant/components/tesla/translations/cs.json b/homeassistant/components/tesla/translations/cs.json index e20e44aec6e0..2528eea99fcd 100644 --- a/homeassistant/components/tesla/translations/cs.json +++ b/homeassistant/components/tesla/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "error": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "already_configured_account": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/tesla/translations/pl.json b/homeassistant/components/tesla/translations/pl.json index 5806cce00e57..8cf3dccd4449 100644 --- a/homeassistant/components/tesla/translations/pl.json +++ b/homeassistant/components/tesla/translations/pl.json @@ -17,7 +17,7 @@ "username": "Adres e-mail" }, "description": "Wprowad\u017a dane", - "title": "Tesla - konfiguracja" + "title": "Tesla \u2014 konfiguracja" } } }, diff --git a/homeassistant/components/tibber/translations/cs.json b/homeassistant/components/tibber/translations/cs.json index d21dc20e8a19..b65fd4c83c7d 100644 --- a/homeassistant/components/tibber/translations/cs.json +++ b/homeassistant/components/tibber/translations/cs.json @@ -1,14 +1,20 @@ { "config": { + "abort": { + "already_configured": "Slu\u017eba je ji\u017e nakonfigurov\u00e1na" + }, "error": { + "connection_error": "Nepoda\u0159ilo se p\u0159ipojit", "invalid_access_token": "Neplatn\u00fd p\u0159\u00edstupov\u00fd token" }, "step": { "user": { "data": { "access_token": "P\u0159\u00edstupov\u00fd token" - } + }, + "title": "Tibber" } } - } + }, + "title": "Tibber" } \ No newline at end of file diff --git a/homeassistant/components/tibber/translations/pl.json b/homeassistant/components/tibber/translations/pl.json index 322f9e74f75c..23d538fc0afa 100644 --- a/homeassistant/components/tibber/translations/pl.json +++ b/homeassistant/components/tibber/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Konto jest ju\u017c skonfigurowane" + "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" }, "error": { "connection_error": "[%key::common::config_flow::error::cannot_connect%]", diff --git a/homeassistant/components/tile/translations/cs.json b/homeassistant/components/tile/translations/cs.json index e20e44aec6e0..96f9b4af6115 100644 --- a/homeassistant/components/tile/translations/cs.json +++ b/homeassistant/components/tile/translations/cs.json @@ -1,11 +1,18 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { "password": "Heslo", "username": "E-mail" - } + }, + "title": "Nastavit Tile" } } } diff --git a/homeassistant/components/timer/translations/cs.json b/homeassistant/components/timer/translations/cs.json index bd6f2fd53740..a70730598f1c 100644 --- a/homeassistant/components/timer/translations/cs.json +++ b/homeassistant/components/timer/translations/cs.json @@ -1,9 +1,9 @@ { "state": { "_": { - "active": "aktivn\u00ed", - "idle": "ne\u010dinn\u00e9", - "paused": "pozastaveno" + "active": "Aktivn\u00ed", + "idle": "Ne\u010dinn\u00fd", + "paused": "Pozastaveno" } } } \ No newline at end of file diff --git a/homeassistant/components/toon/translations/cs.json b/homeassistant/components/toon/translations/cs.json index e514edf63aa7..e29c15424e38 100644 --- a/homeassistant/components/toon/translations/cs.json +++ b/homeassistant/components/toon/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", - "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace." + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})" }, "step": { "agreement": { diff --git a/homeassistant/components/totalconnect/translations/cs.json b/homeassistant/components/totalconnect/translations/cs.json index 338ff5d9a44c..6785d855ecd9 100644 --- a/homeassistant/components/totalconnect/translations/cs.json +++ b/homeassistant/components/totalconnect/translations/cs.json @@ -1,11 +1,18 @@ { "config": { + "abort": { + "already_configured": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { "password": "Heslo", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" - } + }, + "title": "Total Connect" } } } diff --git a/homeassistant/components/tplink/translations/cs.json b/homeassistant/components/tplink/translations/cs.json new file mode 100644 index 000000000000..67f70a0446d3 --- /dev/null +++ b/homeassistant/components/tplink/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tplink/translations/pl.json b/homeassistant/components/tplink/translations/pl.json index 924f596ca4f5..b3562871e63b 100644 --- a/homeassistant/components/tplink/translations/pl.json +++ b/homeassistant/components/tplink/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 TP-Link w sieci.", - "single_instance_allowed": "Wymagana jest tylko jedna konfiguracja." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { "confirm": { diff --git a/homeassistant/components/traccar/translations/cs.json b/homeassistant/components/traccar/translations/cs.json new file mode 100644 index 000000000000..b892a5b9507a --- /dev/null +++ b/homeassistant/components/traccar/translations/cs.json @@ -0,0 +1,12 @@ +{ + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "step": { + "user": { + "title": "Nastavit Traccar" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/tradfri/translations/cs.json b/homeassistant/components/tradfri/translations/cs.json index e4c328c30206..390ea89da570 100644 --- a/homeassistant/components/tradfri/translations/cs.json +++ b/homeassistant/components/tradfri/translations/cs.json @@ -1,10 +1,11 @@ { "config": { "abort": { - "already_configured": "Bridge je ji\u017e nakonfigurov\u00e1n" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1" }, "error": { - "cannot_connect": "Nelze se p\u0159ipojit k br\u00e1n\u011b.", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "invalid_key": "Nepoda\u0159ilo se zaregistrovat pomoc\u00ed zadan\u00e9ho kl\u00ed\u010de. Pokud se situace opakuje, zkuste restartovat gateway.", "timeout": "\u010casov\u00fd limit ov\u011b\u0159ov\u00e1n\u00ed k\u00f3du vypr\u0161el" }, diff --git a/homeassistant/components/tradfri/translations/pl.json b/homeassistant/components/tradfri/translations/pl.json index 521f83d4f8e9..85c1b87230c9 100644 --- a/homeassistant/components/tradfri/translations/pl.json +++ b/homeassistant/components/tradfri/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja mostka jest ju\u017c w toku." + "already_in_progress": "Konfiguracja jest ju\u017c w toku" }, "error": { "cannot_connect": "[%key::common::config_flow::error::cannot_connect%]", diff --git a/homeassistant/components/transmission/translations/cs.json b/homeassistant/components/transmission/translations/cs.json index 9c3d253e8e01..c655f5b04d0e 100644 --- a/homeassistant/components/transmission/translations/cs.json +++ b/homeassistant/components/transmission/translations/cs.json @@ -1,15 +1,18 @@ { "config": { "abort": { - "already_configured": "Hostitel je ji\u017e nakonfigurov\u00e1n." + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" }, "error": { - "name_exists": "Jm\u00e9no ji\u017e existuje" + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "name_exists": "Jm\u00e9no already exists" }, "step": { "user": { "data": { "host": "Hostitel", + "name": "Jm\u00e9no", "password": "Heslo", "port": "Port", "username": "U\u017eivatelsk\u00e9 jm\u00e9no" diff --git a/homeassistant/components/tuya/translations/cs.json b/homeassistant/components/tuya/translations/cs.json index 0dadb787d3a2..aa1630275baf 100644 --- a/homeassistant/components/tuya/translations/cs.json +++ b/homeassistant/components/tuya/translations/cs.json @@ -2,11 +2,14 @@ "config": { "abort": { "auth_failed": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", "conn_error": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "error": { - "auth_failed": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + "auth_failed": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" }, "flow_title": "Konfigurace Tuya", "step": { diff --git a/homeassistant/components/twentemilieu/translations/cs.json b/homeassistant/components/twentemilieu/translations/cs.json new file mode 100644 index 000000000000..f0c3674b5ace --- /dev/null +++ b/homeassistant/components/twentemilieu/translations/cs.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "house_number": "\u010c\u00edslo domu", + "post_code": "PS\u010c" + }, + "title": "Twente Milieu" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/twilio/translations/cs.json b/homeassistant/components/twilio/translations/cs.json index 073aab126c18..2e55fa76cdd9 100644 --- a/homeassistant/components/twilio/translations/cs.json +++ b/homeassistant/components/twilio/translations/cs.json @@ -2,7 +2,8 @@ "config": { "abort": { "not_internet_accessible": "Va\u0161e Home Assistant instance mus\u00ed b\u00fdt p\u0159\u00edstupn\u00e1 z internetu aby mohla p\u0159ij\u00edmat zpr\u00e1vy Twilio.", - "one_instance_allowed": "Povolena je pouze jedna instance." + "one_instance_allowed": "Povolena je pouze jedna instance.", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "create_entry": { "default": "Chcete-li odeslat ud\u00e1losti do aplikace Home Assistant, mus\u00edte nastavit [Webhooks s Twilio]({twilio_url}). \n\n Vypl\u0148te n\u00e1sleduj\u00edc\u00ed informace: \n\n - URL: `{webhook_url}' \n - Metoda: POST \n - Typ obsahu: application/x-www-form-urlencoded \n\n Viz [dokumentace]({docs_url}), jak konfigurovat automatizace pro zpracov\u00e1n\u00ed p\u0159\u00edchoz\u00edch dat." diff --git a/homeassistant/components/unifi/translations/cs.json b/homeassistant/components/unifi/translations/cs.json index f36ba9ac5ad7..390d8505765e 100644 --- a/homeassistant/components/unifi/translations/cs.json +++ b/homeassistant/components/unifi/translations/cs.json @@ -4,7 +4,7 @@ "already_configured": "Ovlada\u010d je ji\u017e nakonfigurov\u00e1n" }, "error": { - "faulty_credentials": "Chybn\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje", + "faulty_credentials": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", "service_unavailable": "Nepoda\u0159ilo se p\u0159ipojit", "unknown_client_mac": "Na t\u00e9to MAC adrese nen\u00ed dostupn\u00fd \u017e\u00e1dn\u00fd klient" }, @@ -15,7 +15,8 @@ "password": "Heslo", "port": "Port", "site": "ID s\u00edt\u011b", - "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + "username": "U\u017eivatelsk\u00e9 jm\u00e9no", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" }, "title": "Nastaven\u00ed UniFi ovlada\u010de" } @@ -25,12 +26,15 @@ "step": { "client_control": { "data": { + "block_client": "Klienti s p\u0159\u00edstupem k s\u00edti", "poe_clients": "Povolit u klient\u016f ovl\u00e1d\u00e1n\u00ed POE" }, + "description": "Nakonfigurujte ovl\u00e1dac\u00ed prvky klienta\n\nVytvo\u0159te vyp\u00edna\u010de pro s\u00e9riov\u00e1 \u010d\u00edsla, pro kter\u00e1 chcete \u0159\u00eddit p\u0159\u00edstup k s\u00edti.", "title": "Mo\u017enosti UniFi 2/3" }, "device_tracker": { "data": { + "detection_time": "Po\u010det sekund od posledn\u00edho vid\u011bn\u00ed, aby bylo za\u0159\u00edzen\u00ed ozna\u010deno, \u017ee je pry\u010d", "ssid_filter": "Vyberte SSID, ve kter\u00e9m budou sledov\u00e1ni bezdr\u00e1tov\u011b p\u0159ipojen\u00ed klienti", "track_clients": "Sledovat p\u0159ipojen\u00e9 klienty", "track_devices": "Sledovat p\u0159ipojen\u00e1 za\u0159\u00edzen\u00ed (Ubiquiti za\u0159\u00edzen\u00ed)", @@ -41,6 +45,7 @@ }, "simple_options": { "data": { + "block_client": "Klienti s p\u0159\u00edstupem k s\u00edti", "track_clients": "Sledov\u00e1n\u00ed p\u0159ipojen\u00fdch za\u0159\u00edzen\u00ed", "track_devices": "Sledov\u00e1n\u00ed s\u00ed\u0165ov\u00fdch za\u0159\u00edzen\u00ed (za\u0159\u00edzen\u00ed Ubiquiti)" }, diff --git a/homeassistant/components/unifi/translations/et.json b/homeassistant/components/unifi/translations/et.json index de6c33c26dcc..f11894a292f2 100644 --- a/homeassistant/components/unifi/translations/et.json +++ b/homeassistant/components/unifi/translations/et.json @@ -1,6 +1,7 @@ { "config": { "error": { + "faulty_credentials": "Tuvastamine nurjus", "service_unavailable": "\u00dchendamine nurjus" }, "step": { diff --git a/homeassistant/components/unifi/translations/pl.json b/homeassistant/components/unifi/translations/pl.json index 0521de0791b2..b24105478f46 100644 --- a/homeassistant/components/unifi/translations/pl.json +++ b/homeassistant/components/unifi/translations/pl.json @@ -62,7 +62,7 @@ }, "statistics_sensors": { "data": { - "allow_bandwidth_sensors": "Stw\u00f3rz sensory wykorzystania przepustowo\u015bci przez klient\u00f3w sieciowych", + "allow_bandwidth_sensors": "Sensory wykorzystania przepustowo\u015bci przez klient\u00f3w sieciowych", "allow_uptime_sensors": "Sensory czasu pracy dla klient\u00f3w sieciowych" }, "description": "Konfiguracja sensora statystyk", diff --git a/homeassistant/components/upb/translations/cs.json b/homeassistant/components/upb/translations/cs.json new file mode 100644 index 000000000000..eb297e07b53c --- /dev/null +++ b/homeassistant/components/upb/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "user": { + "data": { + "protocol": "Protokol" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upb/translations/pt-BR.json b/homeassistant/components/upb/translations/pt-BR.json index 7ce0f1c613a2..093611b23314 100644 --- a/homeassistant/components/upb/translations/pt-BR.json +++ b/homeassistant/components/upb/translations/pt-BR.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Dispositivo j\u00e1 configurado" + }, "error": { "unknown": "Erro inesperado." }, diff --git a/homeassistant/components/upnp/translations/cs.json b/homeassistant/components/upnp/translations/cs.json index 0c38ba9ab806..76e97ee4eca6 100644 --- a/homeassistant/components/upnp/translations/cs.json +++ b/homeassistant/components/upnp/translations/cs.json @@ -1,9 +1,16 @@ { "config": { "abort": { - "already_configured": "UPnP/IGD je ji\u017e nakonfigurov\u00e1no", + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", "no_devices_discovered": "Nebyly zji\u0161t\u011bny \u017e\u00e1dn\u00e9 UPnP/IGD", - "no_devices_found": "V s\u00edti nejsou nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed UPnP/IGD." + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed" + }, + "step": { + "user": { + "data": { + "usn": "Za\u0159\u00edzen\u00ed" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/upnp/translations/pl.json b/homeassistant/components/upnp/translations/pl.json index 822e819e9d71..4fd763ebceb5 100644 --- a/homeassistant/components/upnp/translations/pl.json +++ b/homeassistant/components/upnp/translations/pl.json @@ -4,7 +4,7 @@ "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "incomplete_discovery": "Wykrywanie niekompletne", "no_devices_discovered": "Nie wykryto urz\u0105dze\u0144 UPnP/IGD.", - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 UPnP/IGD." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci" }, "error": { "few": "kilka", diff --git a/homeassistant/components/vacuum/translations/cs.json b/homeassistant/components/vacuum/translations/cs.json index 75a3254ec36e..505bb5e7a5ef 100644 --- a/homeassistant/components/vacuum/translations/cs.json +++ b/homeassistant/components/vacuum/translations/cs.json @@ -1,12 +1,26 @@ { + "device_automation": { + "action_type": { + "clean": "Nechat {entity_name} ukl\u00edzet", + "dock": "Nechat {entity_name} vr\u00e1tit se do stanice" + }, + "condition_type": { + "is_cleaning": "{entity_name} ukl\u00edz\u00ed", + "is_docked": "{entity_name} je ve stanici" + }, + "trigger_type": { + "cleaning": "{entity_name} zah\u00e1jil \u00faklid", + "docked": "{entity_name} p\u0159ijel do stanice" + } + }, "state": { "_": { - "cleaning": "\u010cist\u00ed", - "docked": "V stanici", + "cleaning": "Ukl\u00edz\u00ed", + "docked": "Ve stanici", "error": "Chyba", "idle": "Ne\u010dinn\u00fd", - "off": "Off", - "on": "On", + "off": "Vypnuto", + "on": "Zapnuto", "paused": "Pozastaveno", "returning": "N\u00e1vrat do stanice" } diff --git a/homeassistant/components/velbus/translations/cs.json b/homeassistant/components/velbus/translations/cs.json new file mode 100644 index 000000000000..61793e0b9956 --- /dev/null +++ b/homeassistant/components/velbus/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/vesync/translations/cs.json b/homeassistant/components/vesync/translations/cs.json index e20e44aec6e0..450a88eba787 100644 --- a/homeassistant/components/vesync/translations/cs.json +++ b/homeassistant/components/vesync/translations/cs.json @@ -1,5 +1,11 @@ { "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/vesync/translations/pt-BR.json b/homeassistant/components/vesync/translations/pt-BR.json index fada7da0ac73..e4beb645736e 100644 --- a/homeassistant/components/vesync/translations/pt-BR.json +++ b/homeassistant/components/vesync/translations/pt-BR.json @@ -1,6 +1,7 @@ { "config": { "error": { + "invalid_auth": "Autentica\u00e7\u00e3o invalida", "invalid_login": "Usu\u00e1rio ou senha inv\u00e1lidos" }, "step": { diff --git a/homeassistant/components/vilfo/translations/cs.json b/homeassistant/components/vilfo/translations/cs.json index f1b0c890a22f..dddd2b16366d 100644 --- a/homeassistant/components/vilfo/translations/cs.json +++ b/homeassistant/components/vilfo/translations/cs.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/vilfo/translations/et.json b/homeassistant/components/vilfo/translations/et.json index 2b3d39637f9b..13ba50212d28 100644 --- a/homeassistant/components/vilfo/translations/et.json +++ b/homeassistant/components/vilfo/translations/et.json @@ -2,6 +2,9 @@ "config": { "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + }, + "error": { + "invalid_auth": "Tuvastamine nurjus" } } } \ No newline at end of file diff --git a/homeassistant/components/vizio/translations/cs.json b/homeassistant/components/vizio/translations/cs.json index 5918b2833bdb..131b7e438ad3 100644 --- a/homeassistant/components/vizio/translations/cs.json +++ b/homeassistant/components/vizio/translations/cs.json @@ -1,21 +1,41 @@ { "config": { "abort": { - "already_configured_device": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured_device": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "updated_entry": "Tato polo\u017eka ji\u017e byla nastavena, ale jm\u00e9no, aplikace nebo mo\u017enosti definovan\u00e9 v konfiguraci neodpov\u00eddaj\u00ed d\u0159\u00edve importovan\u00e9 konfiguraci, tak\u017ee polo\u017eka konfigurace byla odpov\u00eddaj\u00edc\u00edm zp\u016fsobem aktualizov\u00e1na." }, "error": { - "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "host_exists": "Za\u0159\u00edzen\u00ed VIZIO SmartCast se zadan\u00fdm hostitelem je ji\u017e nastaveno.", + "name_exists": "Za\u0159\u00edzen\u00ed VIZIO SmartCast se zadan\u00fdm hostitelem je ji\u017e nastaveno." }, "step": { + "pair_tv": { + "data": { + "pin": "PIN k\u00f3d" + } + }, + "pairing_complete": { + "description": "V\u00e1\u0161 Za\u0159\u00edzen\u00ed VIZIO SmartCast je nyn\u00ed p\u0159ipojeno k Home Assistant." + }, "pairing_complete_import": { - "description": "V\u00e1\u0161 je nyn\u00ed p\u0159ipojen k Home Assistant. \n\n V\u00e1\u0161 P\u0159\u00edstupov\u00fd token je '** {access_token} **'." + "description": "V\u00e1\u0161 Za\u0159\u00edzen\u00ed VIZIO SmartCast je nyn\u00ed p\u0159ipojen k Home Assistant. \n\n V\u00e1\u0161 P\u0159\u00edstupov\u00fd token je '** {access_token} **'." }, "user": { "data": { "access_token": "P\u0159\u00edstupov\u00fd token", - "host": "Hostitel" + "host": "Hostitel", + "name": "Jm\u00e9no" }, - "description": "P\u0159\u00edstupov\u00fd token je pot\u0159eba pouze pro televizory. Pokud konfigurujete televizor a nem\u00e1te [%key:common:common::config_flow::data::access_token%], ponechte jej pr\u00e1zdn\u00e9, abyste mohli proj\u00edt procesem p\u00e1rov\u00e1n\u00ed." + "description": "P\u0159\u00edstupov\u00fd token je pot\u0159eba pouze pro televizory. Pokud konfigurujete televizor a nem\u00e1te [%key:common:common::config_flow::data::access_token%], ponechte jej pr\u00e1zdn\u00e9, abyste mohli proj\u00edt procesem p\u00e1rov\u00e1n\u00ed.", + "title": "Za\u0159\u00edzen\u00ed VIZIO SmartCast" + } + } + }, + "options": { + "step": { + "init": { + "title": "Aktualizujte mo\u017enosti Za\u0159\u00edzen\u00ed VIZIO SmartCast" } } } diff --git a/homeassistant/components/vizio/translations/pl.json b/homeassistant/components/vizio/translations/pl.json index 5e719e5ed46c..1e8bd1dd124d 100644 --- a/homeassistant/components/vizio/translations/pl.json +++ b/homeassistant/components/vizio/translations/pl.json @@ -2,14 +2,14 @@ "config": { "abort": { "already_configured_device": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "updated_entry": "Ten wpis zosta\u0142 ju\u017c skonfigurowany, ale nazwa i/lub opcje zdefiniowane w konfiguracji nie pasuj\u0105 do wcze\u015bniej zaimportowanych warto\u015bci, wi\u0119c wpis konfiguracji zosta\u0142 odpowiednio zaktualizowany." + "updated_entry": "Ten wpis zosta\u0142 ju\u017c skonfigurowany, ale nazwa, aplikacje i/lub opcje zdefiniowane w konfiguracji nie pasuj\u0105 do wcze\u015bniej zaimportowanych warto\u015bci, wi\u0119c wpis konfiguracji zosta\u0142 odpowiednio zaktualizowany." }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "complete_pairing_failed": "Nie mo\u017cna uko\u0144czy\u0107 parowania. Upewnij si\u0119, \u017ce podany kod PIN jest prawid\u0142owy, a telewizor jest zasilany i pod\u0142\u0105czony do sieci przed ponownym przes\u0142aniem.", - "existing_config_entry_found": "Istnieje ju\u017c wpis konfiguracyjny Konfiguracja klienta Vizio SmartCast z tym samym numerem seryjnym. W celu skonfigurowania tego wpisu nale\u017cy usun\u0105\u0107 istniej\u0105cy.", - "host_exists": "Urz\u0105dzenie Vizio z okre\u015blonym hostem jest ju\u017c skonfigurowane.", - "name_exists": "Urz\u0105dzenie Vizio o okre\u015blonej nazwie jest ju\u017c skonfigurowane." + "existing_config_entry_found": "Istnieje ju\u017c wpis konfiguracyjny VIZIO SmartCast z tym samym numerem seryjnym. W celu skonfigurowania tego wpisu nale\u017cy usun\u0105\u0107 istniej\u0105cy.", + "host_exists": "Urz\u0105dzenie VIZIO SmartCast z okre\u015blonym hostem jest ju\u017c skonfigurowane.", + "name_exists": "Urz\u0105dzenie VIZIO SmartCast o okre\u015blonej nazwie jest ju\u017c skonfigurowane." }, "step": { "pair_tv": { @@ -35,7 +35,7 @@ "name": "Nazwa" }, "description": "Token dost\u0119pu potrzebny jest tylko dla telewizor\u00f3w. Je\u015bli konfigurujesz telewizor i nie masz jeszcze tokenu dost\u0119pu, pozostaw go pusty, aby przej\u015b\u0107 przez proces parowania.", - "title": "Konfiguracja klienta Vizio SmartCast" + "title": "VIZIO SmartCast" } } }, @@ -48,7 +48,7 @@ "volume_step": "Skok g\u0142o\u015bno\u015bci" }, "description": "Je\u015bli telewizor obs\u0142uguje aplikacje, mo\u017cesz opcjonalnie filtrowa\u0107 aplikacje, kt\u00f3re maj\u0105 zosta\u0107 uwzgl\u0119dnione lub wykluczone z listy \u017ar\u00f3de\u0142. Mo\u017cesz pomin\u0105\u0107 ten krok dla telewizor\u00f3w, kt\u00f3re nie obs\u0142uguj\u0105 aplikacji.", - "title": "Aktualizacja opcji Vizo SmartCast" + "title": "Aktualizacja opcji VIZIO SmartCast" } } } diff --git a/homeassistant/components/volumio/translations/cs.json b/homeassistant/components/volumio/translations/cs.json index c3862ff2f794..ebf420bdaa4a 100644 --- a/homeassistant/components/volumio/translations/cs.json +++ b/homeassistant/components/volumio/translations/cs.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, "step": { "discovery_confirm": { "description": "Chcete p\u0159idat Volumio (`{name}`) do Home Assistant?", @@ -7,6 +14,7 @@ }, "user": { "data": { + "host": "Hostitel", "port": "Port" } } diff --git a/homeassistant/components/wemo/translations/cs.json b/homeassistant/components/wemo/translations/cs.json new file mode 100644 index 000000000000..67f70a0446d3 --- /dev/null +++ b/homeassistant/components/wemo/translations/cs.json @@ -0,0 +1,8 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wemo/translations/pl.json b/homeassistant/components/wemo/translations/pl.json index 456dca40d4fa..ea681cbf31c8 100644 --- a/homeassistant/components/wemo/translations/pl.json +++ b/homeassistant/components/wemo/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "no_devices_found": "Nie znaleziono w sieci urz\u0105dze\u0144 Wemo.", - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja Wemo." + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "step": { "confirm": { diff --git a/homeassistant/components/wiffi/translations/cs.json b/homeassistant/components/wiffi/translations/cs.json new file mode 100644 index 000000000000..892b8b2cd912 --- /dev/null +++ b/homeassistant/components/wiffi/translations/cs.json @@ -0,0 +1,11 @@ +{ + "config": { + "step": { + "user": { + "data": { + "port": "Port" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wiffi/translations/pl.json b/homeassistant/components/wiffi/translations/pl.json index 068d8a1500df..a496450ec374 100644 --- a/homeassistant/components/wiffi/translations/pl.json +++ b/homeassistant/components/wiffi/translations/pl.json @@ -9,7 +9,7 @@ "data": { "port": "Port" }, - "title": "Konfiguracja serwera TCP dla urz\u0105dze\u0144 WiFi" + "title": "Konfiguracja serwera TCP dla urz\u0105dze\u0144 WIFFI" } } }, diff --git a/homeassistant/components/wilight/translations/cs.json b/homeassistant/components/wilight/translations/cs.json index 0dcaaf15e5da..171eb07939fc 100644 --- a/homeassistant/components/wilight/translations/cs.json +++ b/homeassistant/components/wilight/translations/cs.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", "not_supported_device": "Toto za\u0159\u00edzen\u00ed WiLight nen\u00ed moment\u00e1ln\u011b podporov\u00e1no.", "not_wilight_device": "Toto za\u0159\u00edzen\u00ed nen\u00ed WiLight" }, diff --git a/homeassistant/components/withings/translations/cs.json b/homeassistant/components/withings/translations/cs.json index 379ad7fde303..05f9f6c002af 100644 --- a/homeassistant/components/withings/translations/cs.json +++ b/homeassistant/components/withings/translations/cs.json @@ -2,8 +2,16 @@ "config": { "abort": { "authorize_url_timeout": "\u010casov\u00fd limit autoriza\u010dn\u00edho URL vypr\u0161el", - "missing_configuration": "Integrace Withings nen\u00ed nakonfigurov\u00e1na. Postupujte podle n\u00e1vodu." + "missing_configuration": "Komponenta nen\u00ed nakonfigurov\u00e1na. Postupujte podle dokumentace.", + "no_url_available": "Nen\u00ed k dispozici \u017e\u00e1dn\u00e1 adresa URL. Informace o t\u00e9to chyb\u011b naleznete [v sekci n\u00e1pov\u011bdy]({docs_url})" }, + "create_entry": { + "default": "\u00dasp\u011b\u0161n\u011b ov\u011b\u0159eno pomoc\u00ed Withings." + }, + "error": { + "already_configured_account": "\u00da\u010det je ji\u017e nakonfigurov\u00e1n" + }, + "flow_title": "Withings: {profile}", "step": { "pick_implementation": { "title": "Vyberte metodu ov\u011b\u0159en\u00ed" @@ -12,8 +20,11 @@ "data": { "profile": "Profil" }, - "description": "Kter\u00fd profil jste vybrali na webu Withings? Je d\u016fle\u017eit\u00e9, aby se profily shodovaly, jinak budou data nespr\u00e1vn\u011b ozna\u010dena.", + "description": "Zadejte jedine\u010dn\u00e9 jm\u00e9no profilu pro tato data. Obvykle se jedn\u00e1 o jm\u00e9no profilu, kter\u00e9 jste vybrali v p\u0159edchoz\u00edm kroku.", "title": "U\u017eivatelsk\u00fd profil." + }, + "reauth": { + "title": "Znovu ov\u011b\u0159it profil" } } } diff --git a/homeassistant/components/withings/translations/no.json b/homeassistant/components/withings/translations/no.json index bdec62a71608..48b5cb105df0 100644 --- a/homeassistant/components/withings/translations/no.json +++ b/homeassistant/components/withings/translations/no.json @@ -2,14 +2,15 @@ "config": { "abort": { "already_configured": "Konfigurasjon oppdatert for profil.", - "authorize_url_timeout": "Tidsavbrudd ved oppretting av godkjenningsadresse.", - "missing_configuration": "Withings-integrasjonen er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", + "authorize_url_timeout": "Tidsavbrudd som genererer autorer URL-adresse.", + "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", "no_url_available": "Ingen URL tilgjengelig. For informasjon om denne feilen, sjekk {docs_url} ] ( {docs_url} )" }, "create_entry": { "default": "Vellykket godkjenning med Withings." }, "error": { + "already_configured_account": "Kontoen er allerede konfigurert", "profile_exists": "Brukerprofilen er allerede konfigurert. Oppgi et unikt profilnavn." }, "flow_title": "Withings: {profil}", diff --git a/homeassistant/components/withings/translations/pl.json b/homeassistant/components/withings/translations/pl.json index 3574d0540560..0b53e461511e 100644 --- a/homeassistant/components/withings/translations/pl.json +++ b/homeassistant/components/withings/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Konfiguracja profilu zosta\u0142a zaktualizowana.", "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", - "missing_configuration": "Integracja z Withings nie jest skonfigurowana. Post\u0119puj zgodnie z dokumentacj\u0105.", + "missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.", "no_url_available": "Brak dost\u0119pnego adresu URL. Aby uzyska\u0107 informacje na temat tego b\u0142\u0119du, [sprawd\u017a sekcj\u0119 pomocy] ({docs_url})" }, "create_entry": { diff --git a/homeassistant/components/withings/translations/pt-BR.json b/homeassistant/components/withings/translations/pt-BR.json index f87b8b645764..01556b760adc 100644 --- a/homeassistant/components/withings/translations/pt-BR.json +++ b/homeassistant/components/withings/translations/pt-BR.json @@ -2,6 +2,9 @@ "config": { "create_entry": { "default": "Autenticado com sucesso no Withings." + }, + "error": { + "already_configured_account": "Conta j\u00e1 configurada" } } } \ No newline at end of file diff --git a/homeassistant/components/withings/translations/ru.json b/homeassistant/components/withings/translations/ru.json index 93fcce53d45f..170467047bb4 100644 --- a/homeassistant/components/withings/translations/ru.json +++ b/homeassistant/components/withings/translations/ru.json @@ -3,13 +3,14 @@ "abort": { "already_configured": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0430 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0444\u0438\u043b\u044f.", "authorize_url_timeout": "\u0418\u0441\u0442\u0435\u043a\u043b\u043e \u0432\u0440\u0435\u043c\u044f \u0433\u0435\u043d\u0435\u0440\u0430\u0446\u0438\u0438 \u0441\u0441\u044b\u043b\u043a\u0438 \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438.", - "missing_configuration": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Withings \u043d\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d\u0430. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438.", + "missing_configuration": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0432\u0435\u0440\u0448\u0438\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f\u043c\u0438.", "no_url_available": "URL-\u0430\u0434\u0440\u0435\u0441 \u043d\u0435\u0434\u043e\u0441\u0442\u0443\u043f\u0435\u043d. \u041e\u0437\u043d\u0430\u043a\u043e\u043c\u044c\u0442\u0435\u0441\u044c \u0441 [\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0435\u0439]({docs_url}) \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u043e\u0431 \u044d\u0442\u043e\u0439 \u043e\u0448\u0438\u0431\u043a\u0435." }, "create_entry": { "default": "\u0410\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u043f\u0440\u043e\u0439\u0434\u0435\u043d\u0430 \u0443\u0441\u043f\u0435\u0448\u043d\u043e." }, "error": { + "already_configured_account": "\u042d\u0442\u0430 \u0443\u0447\u0451\u0442\u043d\u0430\u044f \u0437\u0430\u043f\u0438\u0441\u044c \u0443\u0436\u0435 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d\u0430 \u0432 Home Assistant.", "profile_exists": "\u041f\u0440\u043e\u0444\u0438\u043b\u044c \u044d\u0442\u043e\u0433\u043e \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f \u0443\u0436\u0435 \u043d\u0430\u0441\u0442\u0440\u043e\u0435\u043d. \u0423\u043a\u0430\u0436\u0438\u0442\u0435 \u0443\u043d\u0438\u043a\u0430\u043b\u044c\u043d\u043e\u0435 \u0438\u043c\u044f \u043f\u0440\u043e\u0444\u0438\u043b\u044f." }, "flow_title": "Withings: {profile}", diff --git a/homeassistant/components/wled/translations/cs.json b/homeassistant/components/wled/translations/cs.json index d7737722cc37..f48c4ea6ca75 100644 --- a/homeassistant/components/wled/translations/cs.json +++ b/homeassistant/components/wled/translations/cs.json @@ -1,10 +1,25 @@ { "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "connection_error": "P\u0159ipojen\u00ed k za\u0159\u00edzen\u00ed WLED se nezda\u0159ilo." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "connection_error": "P\u0159ipojen\u00ed k za\u0159\u00edzen\u00ed WLED se nezda\u0159ilo." + }, + "flow_title": "WLED: {name}", "step": { "user": { "data": { "host": "Hostitel" - } + }, + "description": "Nastavte WLED pro integraci s Home Assistant." + }, + "zeroconf_confirm": { + "description": "Chcete p\u0159idat WLED se jm\u00e9nem {name} do Home Assistant?", + "title": "Nalezen\u00e9 za\u0159\u00edzen\u00ed WLED" } } } diff --git a/homeassistant/components/wolflink/translations/cs.json b/homeassistant/components/wolflink/translations/cs.json new file mode 100644 index 000000000000..018a789b8943 --- /dev/null +++ b/homeassistant/components/wolflink/translations/cs.json @@ -0,0 +1,25 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "unknown": "Neo\u010dek\u00e1van\u00e1 chyba" + }, + "step": { + "device": { + "data": { + "device_name": "Za\u0159\u00edzen\u00ed" + } + }, + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wolflink/translations/et.json b/homeassistant/components/wolflink/translations/et.json index 466ebe483b48..92415b199269 100644 --- a/homeassistant/components/wolflink/translations/et.json +++ b/homeassistant/components/wolflink/translations/et.json @@ -3,6 +3,9 @@ "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, + "error": { + "invalid_auth": "Tuvastamine nurjus" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/wolflink/translations/sensor.cs.json b/homeassistant/components/wolflink/translations/sensor.cs.json new file mode 100644 index 000000000000..fb78fcb72c94 --- /dev/null +++ b/homeassistant/components/wolflink/translations/sensor.cs.json @@ -0,0 +1,8 @@ +{ + "state": { + "wolflink__state": { + "auto": "Automatika", + "permanent": "Trval\u00fd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/wolflink/translations/sensor.pl.json b/homeassistant/components/wolflink/translations/sensor.pl.json index ba65f3ab992f..77f64fdf23e4 100644 --- a/homeassistant/components/wolflink/translations/sensor.pl.json +++ b/homeassistant/components/wolflink/translations/sensor.pl.json @@ -54,7 +54,7 @@ "permanentbetrieb": "Tryb pracy ci\u0105g\u0142ej", "reduzierter_betrieb": "Tryb ograniczony", "rt_abschaltung": "Wy\u0142\u0105czenie RT", - "rt_frostschutz": "RT Ochrona antyzamro\u017ceniowa", + "rt_frostschutz": "Ochrona antyzamro\u017ceniowa RT", "ruhekontakt": "Zestyk spoczynkowy", "schornsteinfeger": "Kominiarz", "smart_grid": "SmartGrid", diff --git a/homeassistant/components/xiaomi_aqara/translations/cs.json b/homeassistant/components/xiaomi_aqara/translations/cs.json index 1eee6cfc151c..62c2371ae61c 100644 --- a/homeassistant/components/xiaomi_aqara/translations/cs.json +++ b/homeassistant/components/xiaomi_aqara/translations/cs.json @@ -1,7 +1,28 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1" + }, + "error": { + "invalid_host": "Neplatn\u00fd hostitel nebo IP adresa , viz https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", + "invalid_mac": "Neplatn\u00e1 MAC adresa" + }, + "flow_title": "Br\u00e1na Xiaomi Aqara: {name}", + "step": { + "settings": { + "data": { + "name": "Jm\u00e9no br\u00e1ny" + } + }, + "user": { + "data": { + "host": "IP adresa (voliteln\u011b)", + "mac": "MAC adresa (voliteln\u00e1)" + }, + "description": "P\u0159ipojte se k va\u0161\u00ed br\u00e1n\u011b Xiaomi Aqara - pokud z\u016fstanou pr\u00e1zdn\u00e9 adresy IP a MAC, pou\u017eije se automatick\u00e9 zji\u0161\u0165ov\u00e1n\u00ed", + "title": "Br\u00e1na Xiaomi Aqara" + } } } } \ No newline at end of file diff --git a/homeassistant/components/xiaomi_aqara/translations/no.json b/homeassistant/components/xiaomi_aqara/translations/no.json index 184670ef7a3f..e0c12613960d 100644 --- a/homeassistant/components/xiaomi_aqara/translations/no.json +++ b/homeassistant/components/xiaomi_aqara/translations/no.json @@ -7,7 +7,7 @@ }, "error": { "discovery_error": "Kunne ikke oppdage en Xiaomi Aqara Gateway, pr\u00f8v \u00e5 bruke IP-adressen til enheten som kj\u00f8rer HomeAssistant som grensesnitt", - "invalid_host": "Ugyldig IP adresse , se https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", + "invalid_host": "Ugyldig vertsnavn eller IP-adresse , se https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", "invalid_interface": "Ugyldig nettverksgrensesnitt", "invalid_key": "Ugyldig gateway-n\u00f8kkel", "invalid_mac": "Ugyldig Mac-adresse", diff --git a/homeassistant/components/xiaomi_aqara/translations/pl.json b/homeassistant/components/xiaomi_aqara/translations/pl.json index fba37ad0249b..8903718e392c 100644 --- a/homeassistant/components/xiaomi_aqara/translations/pl.json +++ b/homeassistant/components/xiaomi_aqara/translations/pl.json @@ -2,12 +2,12 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja dla tej bramki jest ju\u017c w toku", + "already_in_progress": "[%key::common::config_flow::abort::already_in_progress%]", "not_xiaomi_aqara": "To nie jest bramka Xiaomi Aqara, wykryte urz\u0105dzenie nie pasuje do znanych bramek." }, "error": { "discovery_error": "Nie uda\u0142o si\u0119 wykry\u0107 bramki Xiaomi Aqara, spr\u00f3buj u\u017cy\u0107 adresu IP urz\u0105dzenia, na kt\u00f3rym pracuje Home Assistant jako interfejsu.", - "invalid_host": "Adres IP jest nieprawid\u0142owy, po pomoc w rozwi\u0105zaniu problemu wejd\u017a tutaj: https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", + "invalid_host": "[%key::common::config_flow::error::invalid_host%], po pomoc w rozwi\u0105zaniu problemu kliknij [tutaj]({https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem)}", "invalid_interface": "Nieprawid\u0142owy interfejs sieciowy.", "invalid_key": "Nieprawid\u0142owy klucz bramki.", "invalid_mac": "Nieprawid\u0142owy adres MAC", diff --git a/homeassistant/components/xiaomi_aqara/translations/ru.json b/homeassistant/components/xiaomi_aqara/translations/ru.json index 690d1eb3067c..4a8385d6c6d9 100644 --- a/homeassistant/components/xiaomi_aqara/translations/ru.json +++ b/homeassistant/components/xiaomi_aqara/translations/ru.json @@ -7,7 +7,7 @@ }, "error": { "discovery_error": "\u041d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0438\u0442\u044c \u0448\u043b\u044e\u0437 Xiaomi Aqara, \u043f\u043e\u043f\u0440\u043e\u0431\u0443\u0439\u0442\u0435 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c IP-\u0430\u0434\u0440\u0435\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0441 HomeAssistant \u0432 \u043a\u0430\u0447\u0435\u0441\u0442\u0432\u0435 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430.", - "invalid_host": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 IP-\u0430\u0434\u0440\u0435\u0441. \u0421\u043f\u043e\u0441\u043e\u0431\u044b \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0439 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043e\u043f\u0438\u0441\u0430\u043d\u044b \u0437\u0434\u0435\u0441\u044c: https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem.", + "invalid_host": "\u041d\u0435\u0432\u0435\u0440\u043d\u043e\u0435 \u0434\u043e\u043c\u0435\u043d\u043d\u043e\u0435 \u0438\u043c\u044f \u0438\u043b\u0438 IP-\u0430\u0434\u0440\u0435\u0441.. \u0421\u043f\u043e\u0441\u043e\u0431\u044b \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u044d\u0442\u043e\u0439 \u043f\u0440\u043e\u0431\u043b\u0435\u043c\u044b \u043e\u043f\u0438\u0441\u0430\u043d\u044b \u0437\u0434\u0435\u0441\u044c: https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem.", "invalid_interface": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u0441\u0435\u0442\u0435\u0432\u043e\u0439 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441.", "invalid_key": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043a\u043b\u044e\u0447 \u0448\u043b\u044e\u0437\u0430.", "invalid_mac": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 MAC-\u0430\u0434\u0440\u0435\u0441.", diff --git a/homeassistant/components/xiaomi_miio/translations/cs.json b/homeassistant/components/xiaomi_miio/translations/cs.json index d784fda2c0d4..67eaf73cb547 100644 --- a/homeassistant/components/xiaomi_miio/translations/cs.json +++ b/homeassistant/components/xiaomi_miio/translations/cs.json @@ -1,20 +1,22 @@ { "config": { "abort": { - "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "already_in_progress": "Konfigurace ji\u017e prob\u00edh\u00e1" }, "error": { - "connect_error": "Nepoda\u0159ilo se p\u0159ipojit, zkuste to znovu", + "connect_error": "Nepoda\u0159ilo se p\u0159ipojit", "no_device_selected": "Nebylo vybr\u00e1no \u017e\u00e1dn\u00e9 za\u0159\u00edzen\u00ed, vyberte jedno za\u0159\u00edzen\u00ed." }, + "flow_title": "Xiaomi Miio: {name}", "step": { "gateway": { "data": { "host": "IP adresa", "name": "N\u00e1zev br\u00e1ny", - "token": "API Token" + "token": "API token" }, - "description": "Je vy\u017eadov\u00e1n token API, pokyny naleznete na str\u00e1nce https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token.", + "description": "Budete pot\u0159ebovat 32 znakov\u00fd API token, pokyny naleznete na https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token. Upozor\u0148ujeme, \u017ee tento token se li\u0161\u00ed od kl\u00ed\u010de pou\u017e\u00edvan\u00e9ho p\u0159i integraci Xiaomi Aqara.", "title": "P\u0159ipojen\u00ed k br\u00e1n\u011b Xiaomi" }, "user": { diff --git a/homeassistant/components/xiaomi_miio/translations/pl.json b/homeassistant/components/xiaomi_miio/translations/pl.json index 0c32eaf77ca7..cd9009be18c2 100644 --- a/homeassistant/components/xiaomi_miio/translations/pl.json +++ b/homeassistant/components/xiaomi_miio/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "already_in_progress": "Konfiguracja tego urz\u0105dzenia Xiaomi Miio jest ju\u017c w toku." + "already_in_progress": "Konfiguracja jest ju\u017c w toku" }, "error": { "connect_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", diff --git a/homeassistant/components/yeelight/translations/cs.json b/homeassistant/components/yeelight/translations/cs.json new file mode 100644 index 000000000000..1c58991549bd --- /dev/null +++ b/homeassistant/components/yeelight/translations/cs.json @@ -0,0 +1,35 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "pick_device": { + "data": { + "device": "Za\u0159\u00edzen\u00ed" + } + }, + "user": { + "data": { + "host": "Hostitel", + "ip_address": "IP adresa" + }, + "description": "Pokud z\u016fstane hostitel pr\u00e1zdn\u00fd, k vyhled\u00e1n\u00ed za\u0159\u00edzen\u00ed se pou\u017eije zji\u0161\u0165ov\u00e1n\u00ed." + } + } + }, + "options": { + "step": { + "init": { + "data": { + "model": "Model (voliteln\u00fd)" + } + } + } + }, + "title": "Yeelight" +} \ No newline at end of file diff --git a/homeassistant/components/zerproc/translations/cs.json b/homeassistant/components/zerproc/translations/cs.json index 64fd9e8590ce..afbdcfe4b1e9 100644 --- a/homeassistant/components/zerproc/translations/cs.json +++ b/homeassistant/components/zerproc/translations/cs.json @@ -1,13 +1,14 @@ { "config": { "abort": { - "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed.", + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "step": { "confirm": { - "description": "Chcete spustit nastaven\u00ed?" + "description": "Chcete za\u010d\u00edt nastavovat?" } } - } + }, + "title": "Zerproc" } \ No newline at end of file diff --git a/homeassistant/components/zha/translations/cs.json b/homeassistant/components/zha/translations/cs.json index 0951ca3377e7..3070798aceae 100644 --- a/homeassistant/components/zha/translations/cs.json +++ b/homeassistant/components/zha/translations/cs.json @@ -1,6 +1,24 @@ { + "config": { + "abort": { + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit" + }, + "step": { + "port_config": { + "title": "Nastaven\u00ed" + }, + "user": { + "title": "ZHA" + } + } + }, "device_automation": { "trigger_subtype": { + "both_buttons": "Ob\u011b tla\u010d\u00edtka", + "button_1": "Prvn\u00ed tla\u010d\u00edtko", "button_2": "Druh\u00e9 tla\u010d\u00edtko", "button_3": "T\u0159et\u00ed tla\u010d\u00edtko", "button_4": "\u010ctvrt\u00e9 tla\u010d\u00edtko", @@ -8,7 +26,18 @@ "button_6": "\u0160est\u00e9 tla\u010d\u00edtko", "close": "Zav\u0159\u00edt", "dim_down": "ztmavit", - "dim_up": "ro\u017ehnout" + "dim_up": "ro\u017ehnout", + "face_1": "aktivov\u00e1no tv\u00e1\u0159\u00ed 1", + "face_2": "aktivov\u00e1no tv\u00e1\u0159\u00ed 2", + "face_3": "aktivov\u00e1no tv\u00e1\u0159\u00ed 3", + "face_4": "aktivov\u00e1no tv\u00e1\u0159\u00ed 4", + "face_5": "aktivov\u00e1no tv\u00e1\u0159\u00ed 5", + "face_6": "aktivov\u00e1no tv\u00e1\u0159\u00ed 6", + "left": "Vlevo", + "open": "Otev\u0159eno", + "right": "Vpravo", + "turn_off": "Vypnout", + "turn_on": "Zapnout" } } } \ No newline at end of file diff --git a/homeassistant/components/zha/translations/pl.json b/homeassistant/components/zha/translations/pl.json index b7e567171ce9..e337f2d50b77 100644 --- a/homeassistant/components/zha/translations/pl.json +++ b/homeassistant/components/zha/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja ZHA." + "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" }, "error": { "cannot_connect": "[%key::common::config_flow::error::cannot_connect%]" diff --git a/homeassistant/components/zodiac/translations/sensor.cs.json b/homeassistant/components/zodiac/translations/sensor.cs.json new file mode 100644 index 000000000000..95e3e8dcbcec --- /dev/null +++ b/homeassistant/components/zodiac/translations/sensor.cs.json @@ -0,0 +1,18 @@ +{ + "state": { + "zodiac__sign": { + "aquarius": "Vodn\u00e1\u0159", + "aries": "Beran", + "cancer": "Rak", + "capricorn": "Kozoroh", + "gemini": "Bl\u00ed\u017eenci", + "leo": "Lev", + "libra": "V\u00e1hy", + "pisces": "Ryby", + "sagittarius": "St\u0159elec", + "scorpio": "\u0160t\u00edr", + "taurus": "B\u00fdk", + "virgo": "Panna" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zoneminder/translations/cs.json b/homeassistant/components/zoneminder/translations/cs.json new file mode 100644 index 000000000000..5355b9759d4e --- /dev/null +++ b/homeassistant/components/zoneminder/translations/cs.json @@ -0,0 +1,23 @@ +{ + "config": { + "abort": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "error": { + "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + }, + "flow_title": "ZoneMinder", + "step": { + "user": { + "data": { + "password": "Heslo", + "ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no", + "verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/zwave/translations/cs.json b/homeassistant/components/zwave/translations/cs.json index 858edb1b0dc0..c8f6c046db4f 100644 --- a/homeassistant/components/zwave/translations/cs.json +++ b/homeassistant/components/zwave/translations/cs.json @@ -1,8 +1,9 @@ { "config": { "abort": { - "already_configured": "Z-Wave je ji\u017e nakonfigurov\u00e1no", - "one_instance_only": "Komponenta podporuje pouze jednu instanci Z-Wave" + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no", + "one_instance_only": "Komponenta podporuje pouze jednu instanci Z-Wave", + "single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "error": { "option_error": "Z-Wave ov\u011b\u0159en\u00ed se nezda\u0159ilo. Je cesta k USB za\u0159\u00edzen\u00ed spr\u00e1vn\u011b?" @@ -11,7 +12,7 @@ "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" + "usb_path": "Cesta k USB za\u0159\u00edzen\u00ed" }, "description": "Viz https://www.home-assistant.io/docs/z-wave/installation/ pro informace o konfigura\u010dn\u00edch prom\u011bnn\u00fdch", "title": "Nastavit Z-Wave" @@ -26,8 +27,8 @@ "sleeping": "\u00dasporn\u00fd re\u017eim" }, "query_stage": { - "dead": "Nereaguje ({query_stage})", - "initializing": "Inicializace ( {query_stage} )" + "dead": "Nereaguje", + "initializing": "Inicializace" } } } \ No newline at end of file