diff --git a/homeassistant/components/abode/translations/cs.json b/homeassistant/components/abode/translations/cs.json index 36ff5f8b08f..30ffaa74a32 100644 --- a/homeassistant/components/abode/translations/cs.json +++ b/homeassistant/components/abode/translations/cs.json @@ -1,13 +1,28 @@ { "config": { "abort": { + "reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9", "single_instance_allowed": "Ji\u017e nastaveno. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." }, "error": { "cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit", - "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed" + "invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed", + "invalid_mfa_code": "Neplatn\u00fd k\u00f3d MFA" }, "step": { + "mfa": { + "data": { + "mfa_code": "K\u00f3d MFA (6 \u010d\u00edslic)" + }, + "title": "Zadejte k\u00f3d MFA pro Abode" + }, + "reauth_confirm": { + "data": { + "password": "Heslo", + "username": "E-mail" + }, + "title": "Vypl\u0148te sv\u00e9 p\u0159ihla\u0161ovac\u00ed \u00fadaje do Abode" + }, "user": { "data": { "password": "Heslo", diff --git a/homeassistant/components/abode/translations/es.json b/homeassistant/components/abode/translations/es.json index 2e5d21707b5..9fa8cd8b06b 100644 --- a/homeassistant/components/abode/translations/es.json +++ b/homeassistant/components/abode/translations/es.json @@ -1,13 +1,28 @@ { "config": { "abort": { + "reauth_successful": "La reautenticaci\u00f3n fue exitosa", "single_instance_allowed": "Ya est\u00e1 configurado. Solo es posible una \u00fanica configuraci\u00f3n." }, "error": { "cannot_connect": "No se pudo conectar", - "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida" + "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", + "invalid_mfa_code": "C\u00f3digo MFA inv\u00e1lido" }, "step": { + "mfa": { + "data": { + "mfa_code": "C\u00f3digo MFA (6 d\u00edgitos)" + }, + "title": "Introduce tu c\u00f3digo MFA para Abode" + }, + "reauth_confirm": { + "data": { + "password": "Contrase\u00f1a", + "username": "Correo electronico" + }, + "title": "Rellene su informaci\u00f3n de inicio de sesi\u00f3n de Abode" + }, "user": { "data": { "password": "Contrase\u00f1a", diff --git a/homeassistant/components/abode/translations/et.json b/homeassistant/components/abode/translations/et.json index 7c711e252c8..f44b4ae25c4 100644 --- a/homeassistant/components/abode/translations/et.json +++ b/homeassistant/components/abode/translations/et.json @@ -1,13 +1,28 @@ { "config": { "abort": { + "reauth_successful": "Taastuvastamine \u00f5nnestus", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." }, "error": { "cannot_connect": "\u00dchendamine nurjus", - "invalid_auth": "Tuvastamise viga" + "invalid_auth": "Tuvastamise viga", + "invalid_mfa_code": "Kehtetu MFA-kood" }, "step": { + "mfa": { + "data": { + "mfa_code": "MFA kood (6-kohaline)" + }, + "title": "Sisesta oma Abode MFA kood" + }, + "reauth_confirm": { + "data": { + "password": "Salas\u00f5na", + "username": "E-post" + }, + "title": "Sisesta oma Abode sisselogimisteave" + }, "user": { "data": { "password": "Salas\u00f5na", diff --git a/homeassistant/components/abode/translations/pl.json b/homeassistant/components/abode/translations/pl.json index 8331a58090f..79966f14d9c 100644 --- a/homeassistant/components/abode/translations/pl.json +++ b/homeassistant/components/abode/translations/pl.json @@ -1,13 +1,28 @@ { "config": { "abort": { + "reauth_successful": "Ponowne uwierzytelnienie powiod\u0142o si\u0119", "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", - "invalid_auth": "Niepoprawne uwierzytelnienie" + "invalid_auth": "Niepoprawne uwierzytelnienie", + "invalid_mfa_code": "Nieprawid\u0142owy kod uwierzytelniania wielosk\u0142adnikowego" }, "step": { + "mfa": { + "data": { + "mfa_code": "6-cyfrowy kod uwierzytelniania wielosk\u0142adnikowego" + }, + "title": "Wprowad\u017a kod uwierzytelniania wielosk\u0142adnikowego dla Abode" + }, + "reauth_confirm": { + "data": { + "password": "Has\u0142o", + "username": "Adres e-mail" + }, + "title": "Wprowad\u017a informacje logowania Abode" + }, "user": { "data": { "password": "Has\u0142o", diff --git a/homeassistant/components/august/translations/et.json b/homeassistant/components/august/translations/et.json index efff8b8fe0f..0b455b06d00 100644 --- a/homeassistant/components/august/translations/et.json +++ b/homeassistant/components/august/translations/et.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Konto on juba seadistatud", - "reauth_successful": "Taasautentimine \u00f5nnestus" + "reauth_successful": "Taastuvastamine \u00f5nnestus" }, "error": { "cannot_connect": "\u00dchendamine nurjus", diff --git a/homeassistant/components/awair/translations/et.json b/homeassistant/components/awair/translations/et.json index ad96a767f2a..374db23e18e 100644 --- a/homeassistant/components/awair/translations/et.json +++ b/homeassistant/components/awair/translations/et.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Konto on juba seadistatud", "no_devices_found": "V\u00f5rgust ei leitud Awair seadmeid", - "reauth_successful": "Taasautentimine \u00f5nnestus" + "reauth_successful": "Taastuvastamine \u00f5nnestus" }, "error": { "invalid_access_token": "Vigane juurdep\u00e4\u00e4sut\u00f5end", diff --git a/homeassistant/components/azure_devops/translations/et.json b/homeassistant/components/azure_devops/translations/et.json index f9f9334ec5c..63ec0276d89 100644 --- a/homeassistant/components/azure_devops/translations/et.json +++ b/homeassistant/components/azure_devops/translations/et.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Konto on juba seadistatud", - "reauth_successful": "Taasautentimine \u00f5nnestus" + "reauth_successful": "Taastuvastamine \u00f5nnestus" }, "error": { "cannot_connect": "\u00dchendus nurjus", diff --git a/homeassistant/components/fireservicerota/translations/et.json b/homeassistant/components/fireservicerota/translations/et.json index 27fc2a9b4d7..dedd74e8701 100644 --- a/homeassistant/components/fireservicerota/translations/et.json +++ b/homeassistant/components/fireservicerota/translations/et.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Kasutaja on juba seadistatud", - "reauth_successful": "Taasautentimine \u00f5nnestus" + "reauth_successful": "Taastuvastamine \u00f5nnestus" }, "create_entry": { "default": "Tuvastamine \u00f5nnestus" diff --git a/homeassistant/components/motion_blinds/translations/pl.json b/homeassistant/components/motion_blinds/translations/pl.json new file mode 100644 index 00000000000..8f73496fd1d --- /dev/null +++ b/homeassistant/components/motion_blinds/translations/pl.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "already_in_progress": "Konfiguracja jest ju\u017c w toku", + "connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" + }, + "flow_title": "Motion Blinds", + "step": { + "user": { + "data": { + "api_key": "Klucz API", + "host": "Adres IP" + }, + "description": "B\u0119dziesz potrzebowa\u0142 16-znakowego klucza API, instrukcje znajdziesz na https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key", + "title": "Motion Blinds" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/et.json b/homeassistant/components/simplisafe/translations/et.json index f386228f404..b98a121046a 100644 --- a/homeassistant/components/simplisafe/translations/et.json +++ b/homeassistant/components/simplisafe/translations/et.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "See SimpliSafe'i konto on juba kasutusel.", - "reauth_successful": "Taasautentimine \u00f5nnestus" + "reauth_successful": "Taastuvastamine \u00f5nnestus" }, "error": { "identifier_exists": "Konto on juba registreeritud", diff --git a/homeassistant/components/solaredge/translations/pl.json b/homeassistant/components/solaredge/translations/pl.json index 0c217a12510..2fa4af72cb3 100644 --- a/homeassistant/components/solaredge/translations/pl.json +++ b/homeassistant/components/solaredge/translations/pl.json @@ -1,10 +1,15 @@ { "config": { "abort": { + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "site_exists": "Ten site_id jest ju\u017c skonfigurowany" }, "error": { - "site_exists": "Ten site_id jest ju\u017c skonfigurowany" + "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", + "could_not_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia z API solaredge", + "invalid_api_key": "Nieprawid\u0142owy klucz API", + "site_exists": "Ten site_id jest ju\u017c skonfigurowany", + "site_not_active": "Strona nie jest aktywna" }, "step": { "user": { diff --git a/homeassistant/components/spotify/translations/es.json b/homeassistant/components/spotify/translations/es.json index 68783fd3caf..ce1966a8edd 100644 --- a/homeassistant/components/spotify/translations/es.json +++ b/homeassistant/components/spotify/translations/es.json @@ -18,5 +18,10 @@ "title": "Volver a autenticar con Spotify" } } + }, + "system_health": { + "info": { + "api_endpoint_reachable": "Se puede acceder al punto de conexi\u00f3n de la API de Spotify" + } } } \ No newline at end of file diff --git a/homeassistant/components/spotify/translations/et.json b/homeassistant/components/spotify/translations/et.json index f3ceec4fa5c..01583d1b0f0 100644 --- a/homeassistant/components/spotify/translations/et.json +++ b/homeassistant/components/spotify/translations/et.json @@ -18,5 +18,10 @@ "title": "Autendi Spotify uuesti" } } + }, + "system_health": { + "info": { + "api_endpoint_reachable": "Spotify API l\u00f5pp-punkt on k\u00e4ttesaadav" + } } } \ No newline at end of file diff --git a/homeassistant/components/spotify/translations/pl.json b/homeassistant/components/spotify/translations/pl.json index c503dfccda5..f9e6f429214 100644 --- a/homeassistant/components/spotify/translations/pl.json +++ b/homeassistant/components/spotify/translations/pl.json @@ -18,5 +18,10 @@ "title": "Ponownie uwierzytelnij integracj\u0119" } } + }, + "system_health": { + "info": { + "api_endpoint_reachable": "Dost\u0119pno\u015b\u0107 punktu ko\u0144cowego API Spotify" + } } } \ No newline at end of file diff --git a/homeassistant/components/spotify/translations/zh-Hant.json b/homeassistant/components/spotify/translations/zh-Hant.json index 9518c53732d..ce35507e661 100644 --- a/homeassistant/components/spotify/translations/zh-Hant.json +++ b/homeassistant/components/spotify/translations/zh-Hant.json @@ -18,5 +18,10 @@ "title": "\u91cd\u65b0\u8a8d\u8b49\u6574\u5408" } } + }, + "system_health": { + "info": { + "api_endpoint_reachable": "Spotify API \u53ef\u9054\u7aef\u9ede" + } } } \ No newline at end of file