mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
[ci skip] Translation update
This commit is contained in:
parent
0c7d8ce704
commit
6ae12c3faf
@ -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"
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
7
homeassistant/components/acmeda/translations/cs.json
Normal file
7
homeassistant/components/acmeda/translations/cs.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed"
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
@ -5,6 +5,7 @@
|
||||
},
|
||||
"error": {
|
||||
"already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede",
|
||||
"cannot_connect": "Tilkobling mislyktes.",
|
||||
"device_unavailable": "Enheten er ikke tilgjengelig"
|
||||
},
|
||||
"step": {
|
||||
|
@ -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."
|
||||
},
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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": ""
|
||||
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
@ -7,6 +7,7 @@
|
||||
"default": "Vellykket koblet til AlarmDecoder."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Tilkobling mislyktes.",
|
||||
"service_unavailable": "Tilkobling mislyktes."
|
||||
},
|
||||
"step": {
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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."
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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."
|
||||
},
|
||||
|
@ -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"
|
||||
|
@ -16,7 +16,7 @@
|
||||
},
|
||||
"step": {
|
||||
"auth": {
|
||||
"description": "Kliknij poni\u017cszy [link]({authorization_url}) i <b>Zezw\u00f3l</b> na dost\u0119p do konta Ambiclimate, a nast\u0119pnie wr\u00f3\u0107 i naci\u015bnij <b>Zatwierd\u017a</b> 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"
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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."
|
||||
},
|
||||
|
@ -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"
|
||||
},
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -4,6 +4,9 @@
|
||||
"already_configured": "Konto on juba seadistatud",
|
||||
"reauth_successful": "Taasautentimine \u00f5nnestus"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Tuvastamine nurjus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Neaktivn\u00ed",
|
||||
"on": "Aktivn\u00ed"
|
||||
"off": "Vypnuto",
|
||||
"on": "Zapnuto"
|
||||
}
|
||||
},
|
||||
"title": "Automatizace"
|
||||
|
19
homeassistant/components/avri/translations/cs.json
Normal file
19
homeassistant/components/avri/translations/cs.json
Normal file
@ -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"
|
||||
}
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
7
homeassistant/components/awair/translations/pt-BR.json
Normal file
7
homeassistant/components/awair/translations/pt-BR.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_access_token": "token de acesso invalido"
|
||||
}
|
||||
}
|
||||
}
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
@ -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",
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -3,6 +3,9 @@
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Tuvastamine nurjus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,9 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Tuvastamine nurjus"
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
33
homeassistant/components/broadlink/translations/cs.json
Normal file
33
homeassistant/components/broadlink/translations/cs.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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} )",
|
||||
|
@ -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%]"
|
||||
},
|
||||
|
@ -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})",
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"off": "Neaktivn\u00ed",
|
||||
"on": "Aktivn\u00ed"
|
||||
"off": "Vypnuto",
|
||||
"on": "Zapnuto"
|
||||
}
|
||||
},
|
||||
"title": "Kalend\u00e1\u0159"
|
||||
|
@ -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"
|
||||
|
20
homeassistant/components/canary/translations/cs.json
Normal file
20
homeassistant/components/canary/translations/cs.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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?"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"state": {
|
||||
"_": {
|
||||
"configure": "Nakonfigurovat",
|
||||
"configured": "Nakonfigurov\u00e1no"
|
||||
"configure": "Nastavit",
|
||||
"configured": "Nastaveno"
|
||||
}
|
||||
},
|
||||
"title": "Konfigur\u00e1tor"
|
||||
|
21
homeassistant/components/control4/translations/cs.json
Normal file
21
homeassistant/components/control4/translations/cs.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -3,6 +3,9 @@
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Tuvastamine nurjus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -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."
|
||||
},
|
||||
|
15
homeassistant/components/coronavirus/translations/cs.json
Normal file
15
homeassistant/components/coronavirus/translations/cs.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
@ -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."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -5,6 +5,7 @@
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "\u00dchendamine nurjus",
|
||||
"forbidden": "Tuvastamine nurjus",
|
||||
"invalid_auth": "Tuvastamise viga",
|
||||
"unknown": "Tundmatu viga"
|
||||
},
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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": {
|
||||
|
@ -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",
|
||||
|
@ -7,5 +7,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Demo"
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
32
homeassistant/components/dexcom/translations/cs.json
Normal file
32
homeassistant/components/dexcom/translations/cs.json
Normal file
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -4,6 +4,7 @@
|
||||
"already_configured_account": "Konto on juba seadistatud"
|
||||
},
|
||||
"error": {
|
||||
"account_error": "Tuvastamine nurjus",
|
||||
"cannot_connect": "\u00dchendamine nurjus",
|
||||
"invalid_auth": "Tuvastamise viga"
|
||||
},
|
||||
|
@ -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})."
|
||||
|
@ -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": {
|
||||
|
@ -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": {
|
||||
|
@ -3,6 +3,9 @@
|
||||
"abort": {
|
||||
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
|
||||
},
|
||||
"error": {
|
||||
"invalid_auth": "Tuvastamine nurjus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
7
homeassistant/components/dsmr/translations/cs.json
Normal file
7
homeassistant/components/dsmr/translations/cs.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no"
|
||||
}
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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": {
|
||||
|
14
homeassistant/components/eafm/translations/cs.json
Normal file
14
homeassistant/components/eafm/translations/cs.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakonfigurov\u00e1no"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"station": "Stanice"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace."
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"error": {
|
||||
"invalid_auth": "Tuvastamine nurjus"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
|
15
homeassistant/components/emulated_roku/translations/cs.json
Normal file
15
homeassistant/components/emulated_roku/translations/cs.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"name_exists": "Jm\u00e9no ji\u017e existuje"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"name": "Jm\u00e9no"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Emulovan\u00e9 Roku"
|
||||
}
|
@ -17,5 +17,5 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "EmulatedRoku"
|
||||
"title": "Emulated Roku"
|
||||
}
|
8
homeassistant/components/enocean/translations/cs.json
Normal file
8
homeassistant/components/enocean/translations/cs.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Ji\u017e nakonfigurov\u00e1no. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace."
|
||||
}
|
||||
},
|
||||
"title": "EnOcean"
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user