diff --git a/homeassistant/components/abode/translations/no.json b/homeassistant/components/abode/translations/no.json index af6f3ed2749..40d649546f2 100644 --- a/homeassistant/components/abode/translations/no.json +++ b/homeassistant/components/abode/translations/no.json @@ -4,7 +4,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kan ikke koble til Abode.", "identifier_exists": "Kontoen er allerede registrert.", "invalid_auth": "Ugyldig godkjenning", @@ -14,7 +14,7 @@ "user": { "data": { "password": "Passord", - "username": "E-postadresse" + "username": "E-post" }, "title": "Fyll ut innloggingsinformasjonen for Abode" } diff --git a/homeassistant/components/abode/translations/pl.json b/homeassistant/components/abode/translations/pl.json index 6ec7a8d4eb7..bd101395922 100644 --- a/homeassistant/components/abode/translations/pl.json +++ b/homeassistant/components/abode/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/no.json b/homeassistant/components/accuweather/translations/no.json index d5b9289c237..b90baf17be9 100644 --- a/homeassistant/components/accuweather/translations/no.json +++ b/homeassistant/components/accuweather/translations/no.json @@ -4,7 +4,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_api_key": "Ugyldig API-n\u00f8kkel", "requests_exceeded": "Det tillatte antallet foresp\u00f8rsler til Accuweather API er overskredet. Du m\u00e5 vente eller endre API-n\u00f8kkel." }, diff --git a/homeassistant/components/accuweather/translations/pl.json b/homeassistant/components/accuweather/translations/pl.json index 5b3457c3dc4..8a423a42085 100644 --- a/homeassistant/components/accuweather/translations/pl.json +++ b/homeassistant/components/accuweather/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/adguard/translations/no.json b/homeassistant/components/adguard/translations/no.json index 747af5d5610..d1f08720df1 100644 --- a/homeassistant/components/adguard/translations/no.json +++ b/homeassistant/components/adguard/translations/no.json @@ -5,7 +5,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Tilkobling mislyktes." }, "step": { @@ -17,7 +17,7 @@ "data": { "host": "Vert", "password": "Passord", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "username": "Brukernavn", "verify_ssl": "Verifisere SSL-sertifikat" diff --git a/homeassistant/components/adguard/translations/pl.json b/homeassistant/components/adguard/translations/pl.json index 911d59bec03..437cf4c0bd0 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": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/advantage_air/translations/ca.json b/homeassistant/components/advantage_air/translations/ca.json new file mode 100644 index 00000000000..14a41d2c3d3 --- /dev/null +++ b/homeassistant/components/advantage_air/translations/ca.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositiu ja est\u00e0 configurat" + }, + "error": { + "cannot_connect": "Ha fallat la connexi\u00f3" + }, + "flow_title": "Configuraci\u00f3 de Advantage Air", + "step": { + "user": { + "data": { + "ip_address": "Adre\u00e7a IP", + "port": "Port" + }, + "description": "Connecteu-vos a l'API de la vostra tauleta mural de l'Advantage Air.", + "title": "Connectar" + } + } + }, + "title": "Advantage Air" +} \ No newline at end of file diff --git a/homeassistant/components/advantage_air/translations/nl.json b/homeassistant/components/advantage_air/translations/nl.json new file mode 100644 index 00000000000..554163d3278 --- /dev/null +++ b/homeassistant/components/advantage_air/translations/nl.json @@ -0,0 +1,13 @@ +{ + "config": { + "step": { + "user": { + "data": { + "port": "Poort" + }, + "title": "Verbind" + } + } + }, + "title": "Advantage Air" +} \ No newline at end of file diff --git a/homeassistant/components/advantage_air/translations/no.json b/homeassistant/components/advantage_air/translations/no.json index 9c564278d20..a8cb3c0eaee 100644 --- a/homeassistant/components/advantage_air/translations/no.json +++ b/homeassistant/components/advantage_air/translations/no.json @@ -4,14 +4,14 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "flow_title": "[VOID] oppsett", "step": { "user": { "data": { "ip_address": "IP adresse", - "port": "" + "port": "Port" }, "description": "Koble til API p\u00e5 din Advantage Air veggmonterte nettbrett.", "title": "Koble til" diff --git a/homeassistant/components/agent_dvr/translations/no.json b/homeassistant/components/agent_dvr/translations/no.json index 3642af52e9c..2068258b894 100644 --- a/homeassistant/components/agent_dvr/translations/no.json +++ b/homeassistant/components/agent_dvr/translations/no.json @@ -5,14 +5,14 @@ }, "error": { "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "device_unavailable": "Enheten er ikke tilgjengelig" }, "step": { "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "title": "Konfigurere Agent DVR" } diff --git a/homeassistant/components/airvisual/translations/no.json b/homeassistant/components/airvisual/translations/no.json index bfedb4c1355..9e4f01c48f9 100644 --- a/homeassistant/components/airvisual/translations/no.json +++ b/homeassistant/components/airvisual/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Plasseringen er allerede konfigurert eller Node / Pro ID er allerede registrert." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "general_error": "Uventet feil", "invalid_api_key": "Ugyldig API-n\u00f8kkel", "unable_to_connect": "Kan ikke koble til Node / Pro-enheten." @@ -12,7 +12,7 @@ "step": { "geography": { "data": { - "api_key": "API n\u00f8kkel", + "api_key": "API-n\u00f8kkel", "latitude": "Breddegrad", "longitude": "Lengdegrad" }, diff --git a/homeassistant/components/alarmdecoder/translations/no.json b/homeassistant/components/alarmdecoder/translations/no.json index dd06929564a..881250b9686 100644 --- a/homeassistant/components/alarmdecoder/translations/no.json +++ b/homeassistant/components/alarmdecoder/translations/no.json @@ -7,8 +7,8 @@ "default": "Vellykket koblet til AlarmDecoder." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", - "service_unavailable": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes", + "service_unavailable": "Tilkobling mislyktes" }, "step": { "protocol": { @@ -16,7 +16,7 @@ "device_baudrate": "Baud-hastighet for enhet", "device_path": "Bane til enheten", "host": "Vert", - "port": "" + "port": "Port" }, "title": "Konfigurer tilkoblingsinnstillinger" }, diff --git a/homeassistant/components/almond/translations/no.json b/homeassistant/components/almond/translations/no.json index f6aa3f941c1..61646c5b8c1 100644 --- a/homeassistant/components/almond/translations/no.json +++ b/homeassistant/components/almond/translations/no.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Du kan bare konfigurere en Almond konto.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "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 785f01cf34b..7f7782e3832 100644 --- a/homeassistant/components/almond/translations/pl.json +++ b/homeassistant/components/almond/translations/pl.json @@ -5,7 +5,7 @@ "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" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "hassio_confirm": { diff --git a/homeassistant/components/arcam_fmj/translations/no.json b/homeassistant/components/arcam_fmj/translations/no.json index cbcdbc05825..163902b3145 100644 --- a/homeassistant/components/arcam_fmj/translations/no.json +++ b/homeassistant/components/arcam_fmj/translations/no.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unable_to_connect": "Kan ikke koble til enheten." }, "flow_title": "Arcam FMJ p\u00e5 {host}", @@ -14,7 +14,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "description": "Vennligst skriv inn vertsnavnet eller IP-adressen til enheten." } diff --git a/homeassistant/components/atag/translations/no.json b/homeassistant/components/atag/translations/no.json index 2956337e586..44d3fb8a96e 100644 --- a/homeassistant/components/atag/translations/no.json +++ b/homeassistant/components/atag/translations/no.json @@ -4,8 +4,8 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", - "connection_error": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", + "connection_error": "Tilkobling mislyktes", "unauthorized": "Parring nektet, sjekk enheten for autorisasjonsforesp\u00f8rsel" }, "step": { @@ -13,7 +13,7 @@ "data": { "email": "E-post", "host": "Vert", - "port": "" + "port": "Port" }, "title": "Koble til enheten" } diff --git a/homeassistant/components/august/translations/no.json b/homeassistant/components/august/translations/no.json index 764aa5624a6..6a418ccdc93 100644 --- a/homeassistant/components/august/translations/no.json +++ b/homeassistant/components/august/translations/no.json @@ -5,7 +5,7 @@ "reauth_successful": "Reautentisering var vellykket" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/automation/translations/pl.json b/homeassistant/components/automation/translations/pl.json index f8ed21a204d..b6cdef3db6e 100644 --- a/homeassistant/components/automation/translations/pl.json +++ b/homeassistant/components/automation/translations/pl.json @@ -1,8 +1,8 @@ { "state": { "_": { - "off": "wy\u0142\u0105czony", - "on": "w\u0142\u0105czony" + "off": "wy\u0142\u0105czona", + "on": "w\u0142\u0105czona" } }, "title": "Automatyzacja" diff --git a/homeassistant/components/awair/translations/no.json b/homeassistant/components/awair/translations/no.json index a38a6e07e70..f715950a4b4 100644 --- a/homeassistant/components/awair/translations/no.json +++ b/homeassistant/components/awair/translations/no.json @@ -15,14 +15,14 @@ "reauth": { "data": { "access_token": "Tilgangstoken", - "email": "Epost" + "email": "E-post" }, "description": "Skriv inn tilgangstokenet for Awair-utviklere p\u00e5 nytt." }, "user": { "data": { "access_token": "Tilgangstoken", - "email": "Epost " + "email": "E-post" }, "description": "Du m\u00e5 registrere deg for et Awair-utviklertilgangstoken p\u00e5: https://developer.getawair.com/onboard/login" } diff --git a/homeassistant/components/axis/translations/no.json b/homeassistant/components/axis/translations/no.json index 0524286640c..771ecc06b02 100644 --- a/homeassistant/components/axis/translations/no.json +++ b/homeassistant/components/axis/translations/no.json @@ -9,7 +9,7 @@ "error": { "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "device_unavailable": "Enheten er ikke tilgjengelig", "faulty_credentials": "Ugyldig brukerlegitimasjon", "invalid_auth": "Ugyldig godkjenning" @@ -20,7 +20,7 @@ "data": { "host": "Vert", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "title": "Sett opp Axis enhet" diff --git a/homeassistant/components/binary_sensor/translations/no.json b/homeassistant/components/binary_sensor/translations/no.json index b78a50a8628..0a0c565f3c3 100644 --- a/homeassistant/components/binary_sensor/translations/no.json +++ b/homeassistant/components/binary_sensor/translations/no.json @@ -168,7 +168,7 @@ }, "window": { "off": "Lukket", - "on": "\u00c5pen" + "on": "\u00c5pent" } }, "title": "Bin\u00e6r sensor" diff --git a/homeassistant/components/blebox/translations/no.json b/homeassistant/components/blebox/translations/no.json index 7bede9535e7..cf46945950f 100644 --- a/homeassistant/components/blebox/translations/no.json +++ b/homeassistant/components/blebox/translations/no.json @@ -5,7 +5,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil", "unsupported_version": "BleBox-enheten har utdatert fastvare. Vennligst oppgrader den f\u00f8rst." }, @@ -14,7 +14,7 @@ "user": { "data": { "host": "IP adresse", - "port": "" + "port": "Port" }, "description": "Konfigurer BleBox-en til \u00e5 integreres med Home Assistant.", "title": "Konfigurere BleBox-enheten" diff --git a/homeassistant/components/blebox/translations/pl.json b/homeassistant/components/blebox/translations/pl.json index 775d74aa5d7..fb1c3b2e3c5 100644 --- a/homeassistant/components/blebox/translations/pl.json +++ b/homeassistant/components/blebox/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "address_already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane pod adresem {address}", + "address_already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane pod adresem {address}.", "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane" }, "error": { diff --git a/homeassistant/components/blink/translations/no.json b/homeassistant/components/blink/translations/no.json index ca568389cd6..17360e47fc2 100644 --- a/homeassistant/components/blink/translations/no.json +++ b/homeassistant/components/blink/translations/no.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Enheten er allerde konfigurert" + "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_access_token": "Ugyldig tilgangstoken", "invalid_auth": "Ugyldig legitimasjon", "unknown": "Uventet feil" diff --git a/homeassistant/components/bond/translations/no.json b/homeassistant/components/bond/translations/no.json index 6e3db558152..01ff745eed3 100644 --- a/homeassistant/components/bond/translations/no.json +++ b/homeassistant/components/bond/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "old_firmware": "Gammel fastvare som ikke st\u00f8ttes p\u00e5 Bond-enheten \u2013 vennligst oppgrader f\u00f8r du fortsetter", "unknown": "Uventet feil" diff --git a/homeassistant/components/braviatv/translations/no.json b/homeassistant/components/braviatv/translations/no.json index 976bb47334e..fc725b11adf 100644 --- a/homeassistant/components/braviatv/translations/no.json +++ b/homeassistant/components/braviatv/translations/no.json @@ -5,7 +5,7 @@ "no_ip_control": "IP-kontrollen er deaktivert p\u00e5 TVen eller TV-en st\u00f8ttes ikke." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "unsupported_model": "TV-modellen din st\u00f8ttes ikke." }, diff --git a/homeassistant/components/broadlink/translations/no.json b/homeassistant/components/broadlink/translations/no.json index 24fad358fde..d052e495b72 100644 --- a/homeassistant/components/broadlink/translations/no.json +++ b/homeassistant/components/broadlink/translations/no.json @@ -3,13 +3,13 @@ "abort": { "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "not_supported": "Enheten st\u00f8ttes ikke", "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/brother/translations/no.json b/homeassistant/components/brother/translations/no.json index 01b7f507894..2894b57dfe0 100644 --- a/homeassistant/components/brother/translations/no.json +++ b/homeassistant/components/brother/translations/no.json @@ -5,8 +5,8 @@ "unsupported_model": "Denne skrivermodellen er ikke st\u00f8ttet." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", - "connection_error": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", + "connection_error": "Tilkobling mislyktes", "snmp_error": "SNMP verten er skrudd av eller printeren er ikke st\u00f8ttet.", "wrong_host": "Ugyldig vertsnavn eller IP-adresse." }, diff --git a/homeassistant/components/bsblan/translations/no.json b/homeassistant/components/bsblan/translations/no.json index 511b8822a16..2661c1d1d0e 100644 --- a/homeassistant/components/bsblan/translations/no.json +++ b/homeassistant/components/bsblan/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til BSB-Lan-enheten." }, "flow_title": "", @@ -13,7 +13,7 @@ "data": { "host": "Vert", "passkey": "Tilgangsn\u00f8kkel streng", - "port": "" + "port": "Port" }, "description": "Konfigurer din BSB-Lan-enhet for \u00e5 integrere med Home Assistant.", "title": "Koble til BSB-Lan-enheten" diff --git a/homeassistant/components/canary/translations/no.json b/homeassistant/components/canary/translations/no.json index 1de0a59b206..0c60c44d4ab 100644 --- a/homeassistant/components/canary/translations/no.json +++ b/homeassistant/components/canary/translations/no.json @@ -5,7 +5,7 @@ "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "flow_title": "Canary: {name}", "step": { diff --git a/homeassistant/components/canary/translations/pl.json b/homeassistant/components/canary/translations/pl.json index 5abfba6bf9a..1da4db78731 100644 --- a/homeassistant/components/canary/translations/pl.json +++ b/homeassistant/components/canary/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.", "unknown": "Nieoczekiwany b\u0142\u0105d" }, "error": { diff --git a/homeassistant/components/cast/translations/pl.json b/homeassistant/components/cast/translations/pl.json index f824b0e01e8..a8ee3fa57ac 100644 --- a/homeassistant/components/cast/translations/pl.json +++ b/homeassistant/components/cast/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/cert_expiry/translations/no.json b/homeassistant/components/cert_expiry/translations/no.json index 50a4125a0ff..78f7fc964bc 100644 --- a/homeassistant/components/cert_expiry/translations/no.json +++ b/homeassistant/components/cert_expiry/translations/no.json @@ -14,7 +14,7 @@ "data": { "host": "Vert", "name": "Sertifikatets navn", - "port": "" + "port": "Port" }, "title": "Definer sertifikatet som skal testes" } diff --git a/homeassistant/components/control4/translations/no.json b/homeassistant/components/control4/translations/no.json index bc6bcc64462..34c481a8140 100644 --- a/homeassistant/components/control4/translations/no.json +++ b/homeassistant/components/control4/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/coolmaster/translations/no.json b/homeassistant/components/coolmaster/translations/no.json index c77773fe5c3..7b4b2159e07 100644 --- a/homeassistant/components/coolmaster/translations/no.json +++ b/homeassistant/components/coolmaster/translations/no.json @@ -1,7 +1,7 @@ { "config": { "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til CoolMasterNet-forekomsten. Sjekk verten din.", "no_units": "Kunne ikke finne noen HVAC-enheter i CoolMasterNet vert." }, diff --git a/homeassistant/components/daikin/translations/no.json b/homeassistant/components/daikin/translations/no.json index 233add41eb2..6bcf2b2e77c 100644 --- a/homeassistant/components/daikin/translations/no.json +++ b/homeassistant/components/daikin/translations/no.json @@ -2,12 +2,12 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "device_fail": "Uventet feil", - "device_timeout": "Tilkobling mislyktes.", + "device_timeout": "Tilkobling mislyktes", "forbidden": "Ugyldig godkjenning", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" diff --git a/homeassistant/components/deconz/translations/et.json b/homeassistant/components/deconz/translations/et.json index 352d3cbbedb..392c15beb11 100644 --- a/homeassistant/components/deconz/translations/et.json +++ b/homeassistant/components/deconz/translations/et.json @@ -76,7 +76,9 @@ "remote_falling": "Seade on vabalangemises", "remote_flip_180_degrees": "Seadet p\u00f6\u00f6rati 180 kraadi", "remote_flip_90_degrees": "Seadet p\u00f6\u00f6rati 90 kraadi", - "remote_gyro_activated": "Seadet raputati" + "remote_gyro_activated": "Seadet raputati", + "remote_turned_clockwise": "Seadet p\u00f6\u00f6rati p\u00e4rip\u00e4eva", + "remote_turned_counter_clockwise": "Seadet p\u00f6\u00f6rati vastup\u00e4eva" } }, "options": { diff --git a/homeassistant/components/deconz/translations/nl.json b/homeassistant/components/deconz/translations/nl.json index 5cad269aeb6..edd65efe3d8 100644 --- a/homeassistant/components/deconz/translations/nl.json +++ b/homeassistant/components/deconz/translations/nl.json @@ -4,6 +4,7 @@ "already_configured": "Bridge is al geconfigureerd", "already_in_progress": "Configuratiestroom voor bridge wordt al ingesteld.", "no_bridges": "Geen deCONZ apparaten ontdekt", + "no_hardware_available": "Geen radiohardware aangesloten op deCONZ", "not_deconz_bridge": "Dit is geen deCONZ bridge", "one_instance_only": "Component ondersteunt slechts \u00e9\u00e9n deCONZ instantie", "updated_instance": "DeCONZ-instantie bijgewerkt met nieuw host-adres" @@ -93,7 +94,8 @@ "deconz_devices": { "data": { "allow_clip_sensor": "DeCONZ CLIP sensoren toestaan", - "allow_deconz_groups": "Sta deCONZ-lichtgroepen toe" + "allow_deconz_groups": "Sta deCONZ-lichtgroepen toe", + "allow_new_devices": "Sta automatische toevoeging van nieuwe apparaten toe" }, "description": "Configureer de zichtbaarheid van deCONZ-apparaattypen", "title": "deCONZ opties" diff --git a/homeassistant/components/deconz/translations/no.json b/homeassistant/components/deconz/translations/no.json index b55b42b4b66..c0552b640c9 100644 --- a/homeassistant/components/deconz/translations/no.json +++ b/homeassistant/components/deconz/translations/no.json @@ -25,7 +25,7 @@ "manual_input": { "data": { "host": "Vert", - "port": "" + "port": "Port" } }, "user": { diff --git a/homeassistant/components/demo/translations/et.json b/homeassistant/components/demo/translations/et.json index d8a4c453015..ca06ed9c3bd 100644 --- a/homeassistant/components/demo/translations/et.json +++ b/homeassistant/components/demo/translations/et.json @@ -1,3 +1,21 @@ { + "options": { + "step": { + "options_1": { + "data": { + "bool": "Valikuline t\u00f5ev\u00e4\u00e4rtus", + "constant": "P\u00fcsiv\u00e4\u00e4rtus", + "int": "Numbriline sisestus" + } + }, + "options_2": { + "data": { + "multi": "Mitme valikuga", + "select": "Vali suvand", + "string": "Tekstiline v\u00e4\u00e4rtus" + } + } + } + }, "title": "" } \ No newline at end of file diff --git a/homeassistant/components/dexcom/translations/et.json b/homeassistant/components/dexcom/translations/et.json index a61dc7e6947..d517cab1362 100644 --- a/homeassistant/components/dexcom/translations/et.json +++ b/homeassistant/components/dexcom/translations/et.json @@ -16,7 +16,8 @@ "password": "Salas\u00f5na", "server": "", "username": "Kasutajanimi" - } + }, + "title": "Seadista Dexcom'i sidumine" } } }, diff --git a/homeassistant/components/dexcom/translations/no.json b/homeassistant/components/dexcom/translations/no.json index 4df58b25f1c..231c9393978 100644 --- a/homeassistant/components/dexcom/translations/no.json +++ b/homeassistant/components/dexcom/translations/no.json @@ -5,9 +5,9 @@ }, "error": { "account_error": "Ugyldig godkjenning", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", - "session_error": "Tilkobling mislyktes.", + "session_error": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/dialogflow/translations/pl.json b/homeassistant/components/dialogflow/translations/pl.json index 8ee239072b7..87d11c2f731 100644 --- a/homeassistant/components/dialogflow/translations/pl.json +++ b/homeassistant/components/dialogflow/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tw\u00f3j Home Assistant musi by\u0107 dost\u0119pny z Internetu, aby odbiera\u0107 komunikaty Dialogflow.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz skonfigurowa\u0107 [Dialogflow Webhook]({dialogflow_url}). \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n - Typ zawarto\u015bci: application/json\n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/directv/translations/no.json b/homeassistant/components/directv/translations/no.json index c6db33d32d0..e93d3dadf49 100644 --- a/homeassistant/components/directv/translations/no.json +++ b/homeassistant/components/directv/translations/no.json @@ -5,7 +5,7 @@ "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling feilet" + "cannot_connect": "Tilkobling mislyktes" }, "flow_title": "", "step": { diff --git a/homeassistant/components/doorbird/translations/et.json b/homeassistant/components/doorbird/translations/et.json index 7898215ded8..017e290021d 100644 --- a/homeassistant/components/doorbird/translations/et.json +++ b/homeassistant/components/doorbird/translations/et.json @@ -1,7 +1,9 @@ { "config": { "abort": { - "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "link_local_address": "Kohtv\u00f5rgu linke ei toetata", + "not_doorbird_device": "See pole DoorBird'i seade" }, "error": { "cannot_connect": "\u00dchendamine nurjus", @@ -14,7 +16,18 @@ "host": "", "password": "Salas\u00f5na", "username": "Kasutajanimi" - } + }, + "title": "Loo \u00fchendus DoorBird-ga" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "events": "Komadega eraldatud s\u00fcndmuste loend." + }, + "description": "Lisa komaga eraldatud s\u00fcndmuse nimi igale j\u00e4lgitavale s\u00fcndmusele. P\u00e4rast nende sisestamist kasuta rakendust DoorBird, et siduda need konkreetse s\u00fcndmusega. Vaata dokumentatsiooni aadressil https://www.home-assistant.io/integrations/doorbird/#events. N\u00e4ide: somebody_pressed_the_button, motion" } } } diff --git a/homeassistant/components/doorbird/translations/no.json b/homeassistant/components/doorbird/translations/no.json index 66b905d1a23..b2a8928dc4d 100644 --- a/homeassistant/components/doorbird/translations/no.json +++ b/homeassistant/components/doorbird/translations/no.json @@ -6,7 +6,7 @@ "not_doorbird_device": "Denne enheten er ikke en DoorBird" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/dunehd/translations/et.json b/homeassistant/components/dunehd/translations/et.json index 7492eaac4d9..bb53d124200 100644 --- a/homeassistant/components/dunehd/translations/et.json +++ b/homeassistant/components/dunehd/translations/et.json @@ -13,6 +13,7 @@ "data": { "host": "" }, + "description": "Seadista Dune HD sidumine. Kui seadistamisega on probleeme, mine aadressile https://www.home-assistant.io/integrations/dunehd\n\n Veendu, et seade on sisse l\u00fclitatud.", "title": "" } } diff --git a/homeassistant/components/dunehd/translations/no.json b/homeassistant/components/dunehd/translations/no.json index 9208f964047..a887228c322 100644 --- a/homeassistant/components/dunehd/translations/no.json +++ b/homeassistant/components/dunehd/translations/no.json @@ -5,7 +5,7 @@ }, "error": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_host": "Ugyldig vertsnavn eller IP-adresse" }, "step": { diff --git a/homeassistant/components/eafm/translations/et.json b/homeassistant/components/eafm/translations/et.json index 2b3d39637f9..1aa9a722b5f 100644 --- a/homeassistant/components/eafm/translations/et.json +++ b/homeassistant/components/eafm/translations/et.json @@ -1,7 +1,17 @@ { "config": { "abort": { - "already_configured": "Seade on juba h\u00e4\u00e4lestatud" + "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "no_stations": "\u00dcleujutuste seirejaamu ei leitud." + }, + "step": { + "user": { + "data": { + "station": "Seirejaam" + }, + "description": "Vali j\u00e4lgitav seirejaam", + "title": "J\u00e4lgi \u00fcleujutuste seirejaama" + } } } } \ No newline at end of file diff --git a/homeassistant/components/ecobee/translations/et.json b/homeassistant/components/ecobee/translations/et.json index 6a33c5c6eca..484e56f6ccc 100644 --- a/homeassistant/components/ecobee/translations/et.json +++ b/homeassistant/components/ecobee/translations/et.json @@ -1,13 +1,23 @@ { "config": { "abort": { + "one_instance_only": "See sidumine toetab praegu ainult \u00fchte ecobee \u00fcksust.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." }, + "error": { + "pin_request_failed": "Viga ecobee'lt PIN-koodi taotlemisel. Palun veendu, et API v\u00f5ti on \u00f5ige." + }, "step": { + "authorize": { + "description": "Tuvasta see rakendus aadressil https://www.ecobee.com/consumerportal/index.html koos PIN-koodiga:\n\n {pin}\n\n Seej\u00e4rel vajuta Esita.", + "title": "Rakenduse tuvastamine saidil ecobee.com" + }, "user": { "data": { "api_key": "API v\u00f5ti" - } + }, + "description": "Sisesta saidilt ecobee.com saadud API v\u00f5ti.", + "title": "ecobee API v\u00f5ti" } } } diff --git a/homeassistant/components/ecobee/translations/pl.json b/homeassistant/components/ecobee/translations/pl.json index 2e0d41228fa..924ebf1d813 100644 --- a/homeassistant/components/ecobee/translations/pl.json +++ b/homeassistant/components/ecobee/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "one_instance_only": "Komponent obs\u0142uguje tylko jedn\u0105 instancj\u0119 ecobee", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "pin_request_failed": "B\u0142\u0105d podczas \u017c\u0105dania kodu PIN od ecobee; sprawd\u017a, czy klucz API jest poprawny.", diff --git a/homeassistant/components/elgato/translations/et.json b/homeassistant/components/elgato/translations/et.json index 6d414a3de2b..1e7316beb2b 100644 --- a/homeassistant/components/elgato/translations/et.json +++ b/homeassistant/components/elgato/translations/et.json @@ -9,12 +9,18 @@ "cannot_connect": "\u00dchendamine nurjus", "connection_error": "Elgato Key Light seadmega \u00fchenduse loomine nurjus." }, + "flow_title": "Elgato Key Light: {serial_number}", "step": { "user": { "data": { "host": "", "port": "" - } + }, + "description": "Seadista oma Elegato Key Light sidumine Home Assistant-iga." + }, + "zeroconf_confirm": { + "description": "Kas soovite lisada Home Assistanti Elegato Key Light'i seerianumbriga \" {serial_number} \"?", + "title": "Leitud Elegato Key Light seade" } } } diff --git a/homeassistant/components/elgato/translations/no.json b/homeassistant/components/elgato/translations/no.json index 87b01c74488..b8946898247 100644 --- a/homeassistant/components/elgato/translations/no.json +++ b/homeassistant/components/elgato/translations/no.json @@ -2,11 +2,11 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til Elgato Key Light-enheten." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til Elgato Key Light-enheten." }, "flow_title": "", @@ -14,7 +14,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "description": "Sett opp Elgato Key Light for \u00e5 integrere med Home Assistant." }, diff --git a/homeassistant/components/elkm1/translations/et.json b/homeassistant/components/elkm1/translations/et.json index 1decb327618..49a9a1dce8c 100644 --- a/homeassistant/components/elkm1/translations/et.json +++ b/homeassistant/components/elkm1/translations/et.json @@ -12,9 +12,14 @@ "step": { "user": { "data": { + "address": "IP-aadress v\u00f5i domeen v\u00f5i jadaport, kui \u00fchendatakse jadaliidese kaudu.", "password": "Salas\u00f5na", + "prefix": "Unikaalne eesliide (j\u00e4ta t\u00fchjaks kui on ainult \u00fcks ElkM1).", + "protocol": "Protokoll", + "temperature_unit": "ElkM1'i temperatuuri\u00fchik.", "username": "Kasutajanimi" - } + }, + "description": "Aadressistring peab olema kujul \"aadress[:port]\" \"secure\" ja \"non-secure\" puhul. N\u00e4ide: \"192.168.1.1\". Port on valikuline ja vaikimisi 2101 \"secure\" ja 2601 \"non-secure puhul\". Jadaprotokolli puhul peab aadress olema kujul \"tty[:baud]\". N\u00e4ide: \"/dev/ttyS1\". Baud on valikuline ja vaikimisi 115200." } } } diff --git a/homeassistant/components/elkm1/translations/no.json b/homeassistant/components/elkm1/translations/no.json index e4b16aa773c..97b8087425b 100644 --- a/homeassistant/components/elkm1/translations/no.json +++ b/homeassistant/components/elkm1/translations/no.json @@ -5,7 +5,7 @@ "already_configured": "En ElkM1 med dette prefikset er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/emulated_roku/translations/et.json b/homeassistant/components/emulated_roku/translations/et.json index cc4dd04a9ea..34d6ba900b9 100644 --- a/homeassistant/components/emulated_roku/translations/et.json +++ b/homeassistant/components/emulated_roku/translations/et.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "name_exists": "Nimi on juba kasutusel" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/enocean/translations/et.json b/homeassistant/components/enocean/translations/et.json index 41fbfe82da2..19ff43ed084 100644 --- a/homeassistant/components/enocean/translations/et.json +++ b/homeassistant/components/enocean/translations/et.json @@ -2,6 +2,18 @@ "config": { "abort": { "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "detect": { + "data": { + "path": "USB-seadme asukoha rada" + } + }, + "manual": { + "data": { + "path": "USB-seadme asukoha rada" + } + } } }, "title": "" diff --git a/homeassistant/components/enocean/translations/pl.json b/homeassistant/components/enocean/translations/pl.json index 6acf4f18696..5f770418fef 100644 --- a/homeassistant/components/enocean/translations/pl.json +++ b/homeassistant/components/enocean/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "invalid_dongle_path": "Niepoprawna \u015bcie\u017cka urz\u0105dzenia", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "invalid_dongle_path": "Nie znaleziono urz\u0105dzenia pod wskazan\u0105 \u015bcie\u017ck\u0105" diff --git a/homeassistant/components/esphome/translations/et.json b/homeassistant/components/esphome/translations/et.json index 29c0e887f40..58f86d9ffe7 100644 --- a/homeassistant/components/esphome/translations/et.json +++ b/homeassistant/components/esphome/translations/et.json @@ -8,12 +8,16 @@ "invalid_auth": "Tuvastamise viga", "invalid_password": "Vale salas\u00f5na!" }, + "flow_title": "ESPHome: {name}", "step": { "authenticate": { "data": { "password": "Salas\u00f5na" } }, + "discovery_confirm": { + "description": "Kas soovid lisada ESPHome'i s\u00f5lme '{name}' Home Assistant-ile?" + }, "user": { "data": { "host": "", diff --git a/homeassistant/components/esphome/translations/no.json b/homeassistant/components/esphome/translations/no.json index a4a5630b29e..fd510fb0488 100644 --- a/homeassistant/components/esphome/translations/no.json +++ b/homeassistant/components/esphome/translations/no.json @@ -25,7 +25,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "description": "Vennligst fyll inn tilkoblingsinnstillinger for din [ESPHome](https://esphomelib.com/) node." } diff --git a/homeassistant/components/firmata/translations/no.json b/homeassistant/components/firmata/translations/no.json index 9edce0bbb15..7b9495ee1b6 100644 --- a/homeassistant/components/firmata/translations/no.json +++ b/homeassistant/components/firmata/translations/no.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" } } } \ No newline at end of file diff --git a/homeassistant/components/flick_electric/translations/no.json b/homeassistant/components/flick_electric/translations/no.json index 950bcc74adc..604d48a738f 100644 --- a/homeassistant/components/flick_electric/translations/no.json +++ b/homeassistant/components/flick_electric/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/flo/translations/no.json b/homeassistant/components/flo/translations/no.json index 0429305e743..bf7f9170872 100644 --- a/homeassistant/components/flo/translations/no.json +++ b/homeassistant/components/flo/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/flume/translations/no.json b/homeassistant/components/flume/translations/no.json index 16f842eb371..2f9fac0ef5b 100644 --- a/homeassistant/components/flume/translations/no.json +++ b/homeassistant/components/flume/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/freebox/translations/no.json b/homeassistant/components/freebox/translations/no.json index f66078583c1..69ef2af9c7f 100644 --- a/homeassistant/components/freebox/translations/no.json +++ b/homeassistant/components/freebox/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "register_failed": "Registrering feilet, vennligst pr\u00f8v igjen", "unknown": "Uventet feil" }, @@ -16,7 +16,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "title": "" } diff --git a/homeassistant/components/fritzbox/translations/et.json b/homeassistant/components/fritzbox/translations/et.json index 23dcc48d24e..0fe0c791d75 100644 --- a/homeassistant/components/fritzbox/translations/et.json +++ b/homeassistant/components/fritzbox/translations/et.json @@ -14,7 +14,8 @@ "data": { "password": "Salas\u00f5na", "username": "Kasutajanimi" - } + }, + "description": "Kas soovid seadistada {name}?" }, "user": { "data": { diff --git a/homeassistant/components/fritzbox/translations/no.json b/homeassistant/components/fritzbox/translations/no.json index 97450e24e2c..a4436896d94 100644 --- a/homeassistant/components/fritzbox/translations/no.json +++ b/homeassistant/components/fritzbox/translations/no.json @@ -22,7 +22,7 @@ }, "user": { "data": { - "host": "Vert ", + "host": "Vert", "password": "Passord", "username": "Brukernavn" }, diff --git a/homeassistant/components/garmin_connect/translations/no.json b/homeassistant/components/garmin_connect/translations/no.json index aa970261f11..41cc222bb73 100644 --- a/homeassistant/components/garmin_connect/translations/no.json +++ b/homeassistant/components/garmin_connect/translations/no.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "already_configured": "Denne kontoen er allerede konfigurert." + "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "too_many_requests": "For mange foresp\u00f8rsler, pr\u00f8v p\u00e5 nytt senere.", "unknown": "Uventet feil" diff --git a/homeassistant/components/geofency/translations/et.json b/homeassistant/components/geofency/translations/et.json index 6c230f34e91..05a493683e1 100644 --- a/homeassistant/components/geofency/translations/et.json +++ b/homeassistant/components/geofency/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Lubatud on ainult \u00fcks sidumine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovid Geofency Webhooki seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/geofency/translations/pl.json b/homeassistant/components/geofency/translations/pl.json index 394071e1947..70da1bd99b3 100644 --- a/homeassistant/components/geofency/translations/pl.json +++ b/homeassistant/components/geofency/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tw\u00f3j Home Assistant musi by\u0107 dost\u0119pny z Internetu, aby odbiera\u0107 komunikaty z Geofency.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz skonfigurowa\u0107 webhook w Geofency. \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/geonetnz_volcano/translations/no.json b/homeassistant/components/geonetnz_volcano/translations/no.json index 646afcc1d16..6915a74557f 100644 --- a/homeassistant/components/geonetnz_volcano/translations/no.json +++ b/homeassistant/components/geonetnz_volcano/translations/no.json @@ -1,7 +1,7 @@ { "config": { "error": { - "identifier_exists": "Beliggenhet er allerede registrert" + "identifier_exists": "Plasseringen er allerede registrert" }, "step": { "user": { diff --git a/homeassistant/components/gios/translations/no.json b/homeassistant/components/gios/translations/no.json index 7cd5b7d5ade..d80e3bcae1e 100644 --- a/homeassistant/components/gios/translations/no.json +++ b/homeassistant/components/gios/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Plasseringen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_sensors_data": "Ugyldig sensordata for denne m\u00e5lestasjonen", "wrong_station_id": "ID for m\u00e5lestasjon er ikke korrekt" }, diff --git a/homeassistant/components/glances/translations/no.json b/homeassistant/components/glances/translations/no.json index bac0387549a..073d764f67a 100644 --- a/homeassistant/components/glances/translations/no.json +++ b/homeassistant/components/glances/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "wrong_version": "Versjonen st\u00f8ttes ikke (bare 2 eller 3)" }, "step": { @@ -13,7 +13,7 @@ "host": "Vert", "name": "Navn", "password": "Passord", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "username": "Brukernavn", "verify_ssl": "Verifisere SSL-sertifikat", diff --git a/homeassistant/components/goalzero/translations/no.json b/homeassistant/components/goalzero/translations/no.json index b5876c51463..1aaf27d1b09 100644 --- a/homeassistant/components/goalzero/translations/no.json +++ b/homeassistant/components/goalzero/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_host": "Ugyldig vertsnavn eller IP-adresse", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/gogogate2/translations/no.json b/homeassistant/components/gogogate2/translations/no.json index b050a2eadd1..315a5fa9e2a 100644 --- a/homeassistant/components/gogogate2/translations/no.json +++ b/homeassistant/components/gogogate2/translations/no.json @@ -1,10 +1,10 @@ { "config": { "abort": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning" }, "step": { diff --git a/homeassistant/components/gpslogger/translations/et.json b/homeassistant/components/gpslogger/translations/et.json index 6c230f34e91..8e56840d74b 100644 --- a/homeassistant/components/gpslogger/translations/et.json +++ b/homeassistant/components/gpslogger/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Lubatud on ainult \u00fcks sidumine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovid seadistada GPSLogger Webhooki?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/gpslogger/translations/pl.json b/homeassistant/components/gpslogger/translations/pl.json index 46b98a62867..ece35605845 100644 --- a/homeassistant/components/gpslogger/translations/pl.json +++ b/homeassistant/components/gpslogger/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Twoja instancja Home Assistant musi by\u0107 dost\u0119pna z Internetu, aby otrzymywa\u0107 wiadomo\u015bci z GPSlogger.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 lokalizacje do Home Assistanta, musisz skonfigurowa\u0107 webhook w aplikacji GPSLogger. \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/gree/translations/ca.json b/homeassistant/components/gree/translations/ca.json new file mode 100644 index 00000000000..88c94cfe41b --- /dev/null +++ b/homeassistant/components/gree/translations/ca.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "no_devices_found": "No s'han trobat dispositius a la xarxa", + "single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3." + }, + "step": { + "confirm": { + "description": "Vols comen\u00e7ar la configuraci\u00f3?" + } + } + }, + "title": "Gree Climate" +} \ No newline at end of file diff --git a/homeassistant/components/gree/translations/cs.json b/homeassistant/components/gree/translations/cs.json new file mode 100644 index 00000000000..fdc367097eb --- /dev/null +++ b/homeassistant/components/gree/translations/cs.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "no_devices_found": "V s\u00edti nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed", + "single_instance_allowed": "Ji\u017e nastaveno. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace." + }, + "step": { + "confirm": { + "description": "Chcete za\u010d\u00edt nastavovat?" + } + } + }, + "title": "Gree Climate" +} \ No newline at end of file diff --git a/homeassistant/components/gree/translations/et.json b/homeassistant/components/gree/translations/et.json new file mode 100644 index 00000000000..d10de355646 --- /dev/null +++ b/homeassistant/components/gree/translations/et.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "no_devices_found": "V\u00f5rgust ei leitud seadmeid", + "single_instance_allowed": "Seade on juba lisatud. Lubatud on ainult \u00fcks seadistamine." + }, + "step": { + "confirm": { + "description": "Kas alustan Gree seadistamist?" + } + } + }, + "title": "" +} \ No newline at end of file diff --git a/homeassistant/components/gree/translations/no.json b/homeassistant/components/gree/translations/no.json new file mode 100644 index 00000000000..602a81af2f5 --- /dev/null +++ b/homeassistant/components/gree/translations/no.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "no_devices_found": "Ingen enheter funnet p\u00e5 nettverket", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." + }, + "step": { + "confirm": { + "description": "Vil du starte oppsettet?" + } + } + }, + "title": "" +} \ No newline at end of file diff --git a/homeassistant/components/gree/translations/pl.json b/homeassistant/components/gree/translations/pl.json new file mode 100644 index 00000000000..8b9f5b19509 --- /dev/null +++ b/homeassistant/components/gree/translations/pl.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." + }, + "step": { + "confirm": { + "description": "Czy chcesz rozpocz\u0105\u0107 konfiguracj\u0119?" + } + } + }, + "title": "Kontrola klimatu Gree" +} \ No newline at end of file diff --git a/homeassistant/components/gree/translations/ru.json b/homeassistant/components/gree/translations/ru.json new file mode 100644 index 00000000000..ee7bf509773 --- /dev/null +++ b/homeassistant/components/gree/translations/ru.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "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.", + "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." + }, + "step": { + "confirm": { + "description": "\u0425\u043e\u0442\u0438\u0442\u0435 \u043d\u0430\u0447\u0430\u0442\u044c \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0443?" + } + } + }, + "title": "Gree Climate" +} \ No newline at end of file diff --git a/homeassistant/components/gree/translations/zh-Hant.json b/homeassistant/components/gree/translations/zh-Hant.json new file mode 100644 index 00000000000..138912467bd --- /dev/null +++ b/homeassistant/components/gree/translations/zh-Hant.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "no_devices_found": "\u7db2\u8def\u4e0a\u627e\u4e0d\u5230\u8a2d\u5099", + "single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u8a2d\u5099\u3002" + }, + "step": { + "confirm": { + "description": "\u662f\u5426\u8981\u958b\u59cb\u8a2d\u5b9a\uff1f" + } + } + }, + "title": "\u683c\u529b\u6eab\u63a7" +} \ No newline at end of file diff --git a/homeassistant/components/griddy/translations/no.json b/homeassistant/components/griddy/translations/no.json index 499c97c69ef..7f01fa198a3 100644 --- a/homeassistant/components/griddy/translations/no.json +++ b/homeassistant/components/griddy/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Plasseringen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/guardian/translations/et.json b/homeassistant/components/guardian/translations/et.json index 95c51d314a7..93df5eb12d2 100644 --- a/homeassistant/components/guardian/translations/et.json +++ b/homeassistant/components/guardian/translations/et.json @@ -12,6 +12,9 @@ "ip_address": "IP aadress", "port": "" } + }, + "zeroconf_confirm": { + "description": "Kas soovid seadistada seda Guardian'i seadet?" } } }, diff --git a/homeassistant/components/guardian/translations/no.json b/homeassistant/components/guardian/translations/no.json index a00fec43c06..e1904e11091 100644 --- a/homeassistant/components/guardian/translations/no.json +++ b/homeassistant/components/guardian/translations/no.json @@ -3,14 +3,14 @@ "abort": { "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kan ikke koble til Guardian-enheten." }, "step": { "user": { "data": { "ip_address": "IP adresse", - "port": "" + "port": "Port" }, "description": "Konfigurer en lokal Elexa Guardian-enhet." }, diff --git a/homeassistant/components/hangouts/translations/de.json b/homeassistant/components/hangouts/translations/de.json index 5602713d245..5c8ab51cf4e 100644 --- a/homeassistant/components/hangouts/translations/de.json +++ b/homeassistant/components/hangouts/translations/de.json @@ -7,7 +7,7 @@ "error": { "invalid_2fa": "Ung\u00fcltige 2-Faktor Authentifizierung, bitte versuche es erneut.", "invalid_2fa_method": "Ung\u00fcltige 2FA Methode (mit Telefon verifizieren)", - "invalid_login": "Ung\u00fcltige Daten, bitte erneut versuchen." + "invalid_login": "Ung\u00fcltiges Login, bitte versuche es erneut." }, "step": { "2fa": { diff --git a/homeassistant/components/hangouts/translations/no.json b/homeassistant/components/hangouts/translations/no.json index ffb0d91a2f1..96392115b6c 100644 --- a/homeassistant/components/hangouts/translations/no.json +++ b/homeassistant/components/hangouts/translations/no.json @@ -20,7 +20,7 @@ "user": { "data": { "authorization_code": "Godkjenningskode (kreves for manuell godkjenning)", - "email": "E-postadresse", + "email": "E-post", "password": "Passord" }, "description": "Tom", diff --git a/homeassistant/components/harmony/translations/et.json b/homeassistant/components/harmony/translations/et.json index 9a5e01aa9d7..01736201773 100644 --- a/homeassistant/components/harmony/translations/et.json +++ b/homeassistant/components/harmony/translations/et.json @@ -9,6 +9,9 @@ "unknown": "Ootamatu t\u00f5rge" }, "step": { + "link": { + "description": "Kas soovid seadistada {name}({host})?" + }, "user": { "data": { "host": "" diff --git a/homeassistant/components/harmony/translations/no.json b/homeassistant/components/harmony/translations/no.json index 64db03c24c8..eca9136205c 100644 --- a/homeassistant/components/harmony/translations/no.json +++ b/homeassistant/components/harmony/translations/no.json @@ -5,7 +5,7 @@ "already_configured_device": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "flow_title": "", diff --git a/homeassistant/components/heos/translations/no.json b/homeassistant/components/heos/translations/no.json index fa4903afaf7..defb1f72e8e 100644 --- a/homeassistant/components/heos/translations/no.json +++ b/homeassistant/components/heos/translations/no.json @@ -5,7 +5,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_failure": "Kan ikke koble til den angitte verten." }, "step": { diff --git a/homeassistant/components/heos/translations/pl.json b/homeassistant/components/heos/translations/pl.json index e040a83576f..aa8f3b1747f 100644 --- a/homeassistant/components/heos/translations/pl.json +++ b/homeassistant/components/heos/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Mo\u017cesz skonfigurowa\u0107 tylko jedno po\u0142\u0105czenie Heos, poniewa\u017c b\u0119dzie ono obs\u0142ugiwa\u0107 wszystkie urz\u0105dzenia w sieci.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/hisense_aehw4a1/translations/et.json b/homeassistant/components/hisense_aehw4a1/translations/et.json index 85b6ee12ba4..21b8f68976f 100644 --- a/homeassistant/components/hisense_aehw4a1/translations/et.json +++ b/homeassistant/components/hisense_aehw4a1/translations/et.json @@ -3,6 +3,11 @@ "abort": { "no_devices_found": "V\u00f5rgust ei leitud seadmeid", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "confirm": { + "description": "Kas soovid seadistada Hisense AEH-W4A1?" + } } } } \ 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 2512868e301..feab528e03a 100644 --- a/homeassistant/components/hisense_aehw4a1/translations/pl.json +++ b/homeassistant/components/hisense_aehw4a1/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/hlk_sw16/translations/no.json b/homeassistant/components/hlk_sw16/translations/no.json index 1cb08943e34..249711bb912 100644 --- a/homeassistant/components/hlk_sw16/translations/no.json +++ b/homeassistant/components/hlk_sw16/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/homematicip_cloud/translations/no.json b/homeassistant/components/homematicip_cloud/translations/no.json index 3da307c490b..0c045c61db8 100644 --- a/homeassistant/components/homematicip_cloud/translations/no.json +++ b/homeassistant/components/homematicip_cloud/translations/no.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "connection_aborted": "Tilkobling mislyktes.", + "connection_aborted": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "error": { diff --git a/homeassistant/components/hue/translations/no.json b/homeassistant/components/hue/translations/no.json index 556bf35b7d1..959d365ce50 100644 --- a/homeassistant/components/hue/translations/no.json +++ b/homeassistant/components/hue/translations/no.json @@ -4,7 +4,7 @@ "all_configured": "Alle Philips Hue Bridger er allerede konfigurert", "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "discover_timeout": "Kunne ikke oppdage Hue Bridger", "no_bridges": "Ingen Philips Hue Bridger oppdaget", "not_hue_bridge": "Ikke en Hue bro", diff --git a/homeassistant/components/hunterdouglas_powerview/translations/et.json b/homeassistant/components/hunterdouglas_powerview/translations/et.json index ef884ade3ce..8294722585b 100644 --- a/homeassistant/components/hunterdouglas_powerview/translations/et.json +++ b/homeassistant/components/hunterdouglas_powerview/translations/et.json @@ -8,6 +8,9 @@ "unknown": "Ootamatu t\u00f5rge" }, "step": { + "link": { + "description": "Kas soovid seadistada {name}({host})?" + }, "user": { "data": { "host": "IP aadress" diff --git a/homeassistant/components/hunterdouglas_powerview/translations/no.json b/homeassistant/components/hunterdouglas_powerview/translations/no.json index 6e6ec782874..97b295dae32 100644 --- a/homeassistant/components/hunterdouglas_powerview/translations/no.json +++ b/homeassistant/components/hunterdouglas_powerview/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/hvv_departures/translations/no.json b/homeassistant/components/hvv_departures/translations/no.json index 7d2ca8c5879..2c7743d61e7 100644 --- a/homeassistant/components/hvv_departures/translations/no.json +++ b/homeassistant/components/hvv_departures/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "no_results": "Ingen resultater. Pr\u00f8v med en annen stasjon/adresse" }, diff --git a/homeassistant/components/iaqualink/translations/no.json b/homeassistant/components/iaqualink/translations/no.json index 00d3e72ff0f..1a8cc479de8 100644 --- a/homeassistant/components/iaqualink/translations/no.json +++ b/homeassistant/components/iaqualink/translations/no.json @@ -5,7 +5,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_failure": "Kan ikke koble til iAqualink. Sjekk brukernavnet og passordet ditt." }, "step": { diff --git a/homeassistant/components/iaqualink/translations/pl.json b/homeassistant/components/iaqualink/translations/pl.json index ef1c4785cdd..ee604e46e6c 100644 --- a/homeassistant/components/iaqualink/translations/pl.json +++ b/homeassistant/components/iaqualink/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Mo\u017cesz skonfigurowa\u0107 tylko jedno po\u0142\u0105czenie iAqualink.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/ifttt/translations/et.json b/homeassistant/components/ifttt/translations/et.json index c378c953b49..1ab718c48f1 100644 --- a/homeassistant/components/ifttt/translations/et.json +++ b/homeassistant/components/ifttt/translations/et.json @@ -5,6 +5,11 @@ }, "create_entry": { "default": "S\u00fcndmuste saatmiseks Home Assistantile peate kasutama toimingut \"Make a web request\" [IFTTT Webhooki apletilt] ({applet_url}).\n\nSisestage j\u00e4rgmine teave:\n\n- URL: {webhook_url}.\n- Method: POST\n- Content Type: application/json\n\nVaadake [dokumentatsiooni]({docs_url}) kuidas seadistada sissetulevate andmete t\u00f6\u00f6tlemiseks automatiseerimisi." + }, + "step": { + "user": { + "description": "Kas soovid kindlasti IFTTT seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/ifttt/translations/pl.json b/homeassistant/components/ifttt/translations/pl.json index 09722fb663a..d91c79093a1 100644 --- a/homeassistant/components/ifttt/translations/pl.json +++ b/homeassistant/components/ifttt/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tw\u00f3j Home Assistant musi by\u0107 dost\u0119pny z Internetu, aby odbiera\u0107 komunikaty IFTTT.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz u\u017cy\u0107 akcji \"Make a web request\" z [apletu IFTTT Webhook]({applet_url}). \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}`\n - Metoda: POST\n - Typ zawarto\u015bci: application/json\n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}) na temat konfiguracji automatyzacji, by obs\u0142u\u017cy\u0107 przychodz\u0105ce dane." diff --git a/homeassistant/components/insteon/translations/no.json b/homeassistant/components/insteon/translations/no.json index 9b764fb1154..4e0e4e01cc5 100644 --- a/homeassistant/components/insteon/translations/no.json +++ b/homeassistant/components/insteon/translations/no.json @@ -2,11 +2,11 @@ "config": { "abort": { "already_configured": "En Insteon-modemtilkobling er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "select_single": "Velg ett alternativ." }, "step": { @@ -31,7 +31,7 @@ "hubv1": { "data": { "host": "IP adresse", - "port": "" + "port": "Port" }, "description": "Konfigurer Insteon Hub versjon 1 (f\u00f8r 2014).", "title": "Insteon Hub versjon 1" @@ -40,7 +40,7 @@ "data": { "host": "IP adresse", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "description": "Konfigurer Insteon Hub versjon 2.", @@ -77,7 +77,7 @@ "cannot_connect": "Kan ikke koble til Insteon-modemet" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "input_error": "Ugyldige oppf\u00f8ringer, vennligst sjekk verdiene dine.", "select_single": "Velg ett alternativ." }, @@ -105,7 +105,7 @@ "data": { "host": "IP adresse", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "description": "Endre Insteon Hub-tilkoblingsinformasjonen. Du m\u00e5 starte Home Assistant p\u00e5 nytt n\u00e5r du har gjort denne endringen. Dette endrer ikke konfigurasjonen av selve huben. For \u00e5 endre konfigurasjonen i huben bruker du hub-appen.", diff --git a/homeassistant/components/insteon/translations/pl.json b/homeassistant/components/insteon/translations/pl.json index eafce94a6ac..2605c9a4a94 100644 --- a/homeassistant/components/insteon/translations/pl.json +++ b/homeassistant/components/insteon/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Po\u0142\u0105czenie z modemem Insteon jest ju\u017c skonfigurowane", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/ios/translations/pl.json b/homeassistant/components/ios/translations/pl.json index c1f3a5c9ac9..4f466e3455f 100644 --- a/homeassistant/components/ios/translations/pl.json +++ b/homeassistant/components/ios/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/ipp/translations/no.json b/homeassistant/components/ipp/translations/no.json index d598ca96f7f..65837f6a632 100644 --- a/homeassistant/components/ipp/translations/no.json +++ b/homeassistant/components/ipp/translations/no.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "already_configured": "Enheten er allerede konfigurert.", - "cannot_connect": "Tilkobling mislyktes.", + "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.", @@ -11,7 +11,7 @@ "unique_id_required": "Enheten mangler unik identifikasjon som kreves for oppdagelse." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Tilkobling mislyktes", "connection_upgrade": "Kunne ikke koble til skriveren. Vennligst pr\u00f8v igjen med alternativet SSL / TLS merket." }, @@ -21,7 +21,7 @@ "data": { "base_path": "Relativ bane til skriveren", "host": "Vert", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "verify_ssl": "Verifisere SSL-sertifikat" }, diff --git a/homeassistant/components/islamic_prayer_times/translations/et.json b/homeassistant/components/islamic_prayer_times/translations/et.json index 8ba2c572938..0557547563e 100644 --- a/homeassistant/components/islamic_prayer_times/translations/et.json +++ b/homeassistant/components/islamic_prayer_times/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovitd seadistada Islam Prayer Times?" + } } } } \ 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 cd442a4f438..b203b6096a8 100644 --- a/homeassistant/components/islamic_prayer_times/translations/pl.json +++ b/homeassistant/components/islamic_prayer_times/translations/pl.json @@ -1,8 +1,8 @@ { "config": { "abort": { - "one_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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": { "user": { diff --git a/homeassistant/components/isy994/translations/no.json b/homeassistant/components/isy994/translations/no.json index da5b2fe3711..694669d7864 100644 --- a/homeassistant/components/isy994/translations/no.json +++ b/homeassistant/components/isy994/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "invalid_host": "Vertsoppf\u00f8ringen var ikke i fullstendig URL-format, for eksempel http://192.168.10.100:80", "unknown": "Uventet feil" diff --git a/homeassistant/components/izone/translations/et.json b/homeassistant/components/izone/translations/et.json index 85b6ee12ba4..41c10b2fe52 100644 --- a/homeassistant/components/izone/translations/et.json +++ b/homeassistant/components/izone/translations/et.json @@ -3,6 +3,11 @@ "abort": { "no_devices_found": "V\u00f5rgust ei leitud seadmeid", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "confirm": { + "description": "Kas soovid iZone'i seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/izone/translations/pl.json b/homeassistant/components/izone/translations/pl.json index 3a88c500a92..38a2b3858fc 100644 --- a/homeassistant/components/izone/translations/pl.json +++ b/homeassistant/components/izone/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/juicenet/translations/no.json b/homeassistant/components/juicenet/translations/no.json index 790dea03a02..99f19b8eba0 100644 --- a/homeassistant/components/juicenet/translations/no.json +++ b/homeassistant/components/juicenet/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/kodi/translations/et.json b/homeassistant/components/kodi/translations/et.json index 9922376ea10..691cc085dd6 100644 --- a/homeassistant/components/kodi/translations/et.json +++ b/homeassistant/components/kodi/translations/et.json @@ -18,6 +18,9 @@ "username": "Kasutajanimi" } }, + "discovery_confirm": { + "description": "Kas soovid lisada Kodi {name} Home Assistanti?" + }, "host": { "data": { "host": "", diff --git a/homeassistant/components/kodi/translations/no.json b/homeassistant/components/kodi/translations/no.json index 01ea45851d2..c29f47e0957 100644 --- a/homeassistant/components/kodi/translations/no.json +++ b/homeassistant/components/kodi/translations/no.json @@ -2,12 +2,12 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, @@ -27,7 +27,7 @@ "host": { "data": { "host": "Vert", - "port": "", + "port": "Port", "ssl": "Koble til via SSL" }, "description": "Kodi-tilkoblingsinformasjon. Vennligst s\u00f8rg for \u00e5 aktivere \"Tillat kontroll av Kodi via HTTP\" i System / Innstillinger / Nettverk / Tjenester." @@ -35,14 +35,14 @@ "user": { "data": { "host": "Vert", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat" }, "description": "Kodi-tilkoblingsinformasjon. Vennligst s\u00f8rg for \u00e5 aktivere \"Tillat kontroll av Kodi via HTTP\" i System / Innstillinger / Nettverk / Tjenester." }, "ws_port": { "data": { - "ws_port": "" + "ws_port": "Port" }, "description": "WebSocket-porten (noen ganger kalt TCP-port i Kodi). For \u00e5 koble til over WebSocket, m\u00e5 du aktivere \"Tillat programmer ... for \u00e5 kontrollere Kodi\" i System/Innstillinger/Nettverk/Tjenester. Hvis WebSocket ikke er aktivert, fjerner du porten og lar den st\u00e5 tom." } diff --git a/homeassistant/components/kodi/translations/pl.json b/homeassistant/components/kodi/translations/pl.json index e85d5686da8..9ea8c664510 100644 --- a/homeassistant/components/kodi/translations/pl.json +++ b/homeassistant/components/kodi/translations/pl.json @@ -22,7 +22,7 @@ }, "discovery_confirm": { "description": "Czy chcesz doda\u0107 Kodi (\"{name}\") do Home Assistant?", - "title": "Wykryto urz\u0105dzenie Kodi" + "title": "Wykryte urz\u0105dzenia Kodi" }, "host": { "data": { diff --git a/homeassistant/components/konnected/translations/nl.json b/homeassistant/components/konnected/translations/nl.json index 6d4dbc23db3..6d6d03d9af1 100644 --- a/homeassistant/components/konnected/translations/nl.json +++ b/homeassistant/components/konnected/translations/nl.json @@ -62,7 +62,8 @@ "4": "Zone 4", "5": "Zone 5", "6": "Zone 6", - "7": "Zone 7" + "7": "Zone 7", + "out": "UIT" }, "title": "Configureer I/O" }, diff --git a/homeassistant/components/konnected/translations/no.json b/homeassistant/components/konnected/translations/no.json index 066261ac4c1..be7b2971e1e 100644 --- a/homeassistant/components/konnected/translations/no.json +++ b/homeassistant/components/konnected/translations/no.json @@ -7,7 +7,7 @@ "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "confirm": { @@ -21,7 +21,7 @@ "user": { "data": { "host": "IP adresse", - "port": "" + "port": "Port" }, "description": "Vennligst skriv inn verten informasjon for din Konnected Panel." } diff --git a/homeassistant/components/life360/translations/no.json b/homeassistant/components/life360/translations/no.json index dc1db8a9206..fba620789ab 100644 --- a/homeassistant/components/life360/translations/no.json +++ b/homeassistant/components/life360/translations/no.json @@ -2,7 +2,7 @@ "config": { "abort": { "invalid_credentials": "Ugyldig legitimasjon", - "user_already_configured": "Konto er allerede konfigurert" + "user_already_configured": "Kontoen er allerede konfigurert" }, "create_entry": { "default": "For \u00e5 angi avanserte alternativer, se [Life360 dokumentasjon]({docs_url})." diff --git a/homeassistant/components/lifx/translations/et.json b/homeassistant/components/lifx/translations/et.json index ebe2b4fd724..ba833f79f8b 100644 --- a/homeassistant/components/lifx/translations/et.json +++ b/homeassistant/components/lifx/translations/et.json @@ -3,6 +3,11 @@ "abort": { "no_devices_found": "V\u00f5rgust ei leitud seadmeid", "single_instance_allowed": "Juba seadistatud, lubatud on ainult \u00fcks sidumine." + }, + "step": { + "confirm": { + "description": "Kas soovid seadistada LIFX-i?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/lifx/translations/pl.json b/homeassistant/components/lifx/translations/pl.json index c5d540ebfb1..5f78d90078d 100644 --- a/homeassistant/components/lifx/translations/pl.json +++ b/homeassistant/components/lifx/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/local_ip/translations/pl.json b/homeassistant/components/local_ip/translations/pl.json index 48361c11097..2002b250883 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": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "user": { diff --git a/homeassistant/components/locative/translations/et.json b/homeassistant/components/locative/translations/et.json index 6c230f34e91..6fcb3233725 100644 --- a/homeassistant/components/locative/translations/et.json +++ b/homeassistant/components/locative/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Lubatud on ainult \u00fcks sidumine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovid seadistada Locative Webhook'i?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/locative/translations/no.json b/homeassistant/components/locative/translations/no.json index fdb42ff7e12..18742e85058 100644 --- a/homeassistant/components/locative/translations/no.json +++ b/homeassistant/components/locative/translations/no.json @@ -6,7 +6,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "create_entry": { - "default": "For \u00e5 kunne sende steder til Home Assistant, m\u00e5 du sette opp webhook-funksjonen i Locative. \n\n Fyll ut f\u00f8lgende informasjon: \n\n - URL: `{webhook_url}` \n - Metode: POST \n\n Se [dokumentasjonen]({docs_url}) for ytterligere detaljer." + "default": "For \u00e5 kunne sende plasseringer til Home Assistant, m\u00e5 du sette opp webhook-funksjonen i Locative appen. \n\n Fyll ut f\u00f8lgende informasjon: \n\n - URL: `{webhook_url}` \n - Metode: POST \n\nSe [dokumentasjonen]({docs_url}) for ytterligere detaljer." }, "step": { "user": { diff --git a/homeassistant/components/locative/translations/pl.json b/homeassistant/components/locative/translations/pl.json index a0dbbbfa143..c2c9470e8a8 100644 --- a/homeassistant/components/locative/translations/pl.json +++ b/homeassistant/components/locative/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Twoja instancja Home Assistant musi by\u0107 dost\u0119pna z Internetu, aby otrzymywa\u0107 wiadomo\u015bci z Geofency.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 lokalizacje do Home Assistanta, musisz skonfigurowa\u0107 webhook w aplikacji Locative. \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/logi_circle/translations/ca.json b/homeassistant/components/logi_circle/translations/ca.json index 97fcaf575fc..5ce57701408 100644 --- a/homeassistant/components/logi_circle/translations/ca.json +++ b/homeassistant/components/logi_circle/translations/ca.json @@ -1,9 +1,11 @@ { "config": { "abort": { + "already_configured": "El compte ja ha estat configurat", "already_setup": "Nom\u00e9s pots configurar un \u00fanic compte de Logi Circule.", "external_error": "S'ha produ\u00eft una excepci\u00f3 d'un altre flux de dades.", "external_setup": "Logi Circle s'ha configurat correctament des d'un altre flux de dades.", + "missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.", "no_flows": "Necessites configurar Logi Circle abans de poder autenticar-t'hi. Llegeix les [instruccions](https://www.home-assistant.io/components/logi_circle/)." }, "create_entry": { @@ -12,7 +14,9 @@ "error": { "auth_error": "Ha fallat l'autoritzaci\u00f3 de l'API.", "auth_timeout": "L'autoritzaci\u00f3 ha expirat durant l'obtenci\u00f3 del token d'acc\u00e9s.", - "follow_link": "V\u00e9s a l'enlla\u00e7 i autentica't abans de pr\u00e9mer Envia" + "authorize_url_timeout": "Temps d'espera esgotat durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", + "follow_link": "V\u00e9s a l'enlla\u00e7 i autentica't abans de pr\u00e9mer Envia", + "invalid_auth": "Autenticaci\u00f3 inv\u00e0lida" }, "step": { "auth": { diff --git a/homeassistant/components/lutron_caseta/translations/no.json b/homeassistant/components/lutron_caseta/translations/no.json index b4cdadd2d2f..7afac9c51a5 100644 --- a/homeassistant/components/lutron_caseta/translations/no.json +++ b/homeassistant/components/lutron_caseta/translations/no.json @@ -2,10 +2,10 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "import_failed": { diff --git a/homeassistant/components/mailgun/translations/et.json b/homeassistant/components/mailgun/translations/et.json index 6c230f34e91..077504e9d77 100644 --- a/homeassistant/components/mailgun/translations/et.json +++ b/homeassistant/components/mailgun/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Lubatud on ainult \u00fcks sidumine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovidi Mailguni seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/mailgun/translations/pl.json b/homeassistant/components/mailgun/translations/pl.json index 28687604118..540fd5a3461 100644 --- a/homeassistant/components/mailgun/translations/pl.json +++ b/homeassistant/components/mailgun/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tw\u00f3j Home Assistant musi by\u0107 dost\u0119pny z Internetu, aby odbiera\u0107 komunikaty Mailgun.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz skonfigurowa\u0107 [Mailgun Webhook]({mailgun_url}). \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n - Typ zawarto\u015bci: application/json\n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}) na temat konfiguracji automatyzacji, by obs\u0142u\u017cy\u0107 przychodz\u0105ce dane." diff --git a/homeassistant/components/melcloud/translations/no.json b/homeassistant/components/melcloud/translations/no.json index 6608b8c5c71..037b06f5d2d 100644 --- a/homeassistant/components/melcloud/translations/no.json +++ b/homeassistant/components/melcloud/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "MELCloud integrasjon er allerede konfigurert p\u00e5 denne e-posten. Access token har blitt oppdatert." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/met/translations/no.json b/homeassistant/components/met/translations/no.json index 937f626e6c2..daab4665bca 100644 --- a/homeassistant/components/met/translations/no.json +++ b/homeassistant/components/met/translations/no.json @@ -2,7 +2,7 @@ "config": { "error": { "already_configured": "Tjenesten er allerede konfigurert", - "name_exists": "Lokasjonen finnes allerede" + "name_exists": "Plasseringen finnes allerede" }, "step": { "user": { @@ -13,7 +13,7 @@ "name": "Navn" }, "description": "", - "title": "Lokasjon" + "title": "Plassering" } } } diff --git a/homeassistant/components/metoffice/translations/no.json b/homeassistant/components/metoffice/translations/no.json index 0ab059600ab..e8f48906340 100644 --- a/homeassistant/components/metoffice/translations/no.json +++ b/homeassistant/components/metoffice/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Tjenesten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/mikrotik/translations/no.json b/homeassistant/components/mikrotik/translations/no.json index c5d21d5626b..3b1a7dcd7b7 100644 --- a/homeassistant/components/mikrotik/translations/no.json +++ b/homeassistant/components/mikrotik/translations/no.json @@ -5,7 +5,7 @@ "already_configured_device": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "name_exists": "Navnet eksisterer", "wrong_credentials": "Feil legitimasjon" @@ -16,9 +16,9 @@ "host": "Vert", "name": "Navn", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn", - "verify_ssl": "Bruk ssl" + "verify_ssl": "Bruk SSL" }, "title": "Sett opp Mikrotik-ruter" } diff --git a/homeassistant/components/mill/translations/no.json b/homeassistant/components/mill/translations/no.json index 0f698cbbddb..03140b41381 100644 --- a/homeassistant/components/mill/translations/no.json +++ b/homeassistant/components/mill/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "connection_error": "Tilkobling mislyktes." + "connection_error": "Tilkobling mislyktes" }, "step": { "user": { diff --git a/homeassistant/components/monoprice/translations/no.json b/homeassistant/components/monoprice/translations/no.json index 93efecbf54a..d48b080d827 100644 --- a/homeassistant/components/monoprice/translations/no.json +++ b/homeassistant/components/monoprice/translations/no.json @@ -4,13 +4,13 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { "user": { "data": { - "port": "", + "port": "Port", "source_1": "Navn p\u00e5 kilden #1", "source_2": "Navn p\u00e5 kilden #2", "source_3": "Navn p\u00e5 kilden #3", diff --git a/homeassistant/components/mqtt/translations/no.json b/homeassistant/components/mqtt/translations/no.json index 4f958bab3e1..d27ff9ce49f 100644 --- a/homeassistant/components/mqtt/translations/no.json +++ b/homeassistant/components/mqtt/translations/no.json @@ -4,7 +4,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "broker": { @@ -12,7 +12,7 @@ "broker": "Megler", "discovery": "Aktiver oppdagelse", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "description": "Vennligst fyll ut tilkoblingsinformasjonen for din MQTT megler." @@ -52,14 +52,14 @@ "error": { "bad_birth": "Ugyldig f\u00f8dselsemne.", "bad_will": "Ugyldig emne.", - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "broker": { "data": { "broker": "Megler", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "description": "Vennligst oppgi tilkoblingsinformasjonen for din MQTT megler." diff --git a/homeassistant/components/mqtt/translations/pl.json b/homeassistant/components/mqtt/translations/pl.json index 655624196d2..8fc6a109447 100644 --- a/homeassistant/components/mqtt/translations/pl.json +++ b/homeassistant/components/mqtt/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/myq/translations/no.json b/homeassistant/components/myq/translations/no.json index 1df4d0b6000..c639088917a 100644 --- a/homeassistant/components/myq/translations/no.json +++ b/homeassistant/components/myq/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Tjenesten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/nest/translations/ca.json b/homeassistant/components/nest/translations/ca.json index 375b6847f56..7127aba05a6 100644 --- a/homeassistant/components/nest/translations/ca.json +++ b/homeassistant/components/nest/translations/ca.json @@ -4,11 +4,14 @@ "already_setup": "Nom\u00e9s pots configurar un \u00fanic compte Nest.", "authorize_url_fail": "S'ha produ\u00eft un error desconegut al generar l'URL d'autoritzaci\u00f3.", "authorize_url_timeout": "S'ha acabat el temps d'espera durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", - "no_flows": "Necessites configurar Nest abans de poder autenticar-t'hi. Llegeix les [instruccions](https://www.home-assistant.io/components/nest/)." + "missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.", + "no_flows": "Necessites configurar Nest abans de poder autenticar-t'hi. Llegeix les [instruccions](https://www.home-assistant.io/components/nest/).", + "single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3." }, "error": { "internal_error": "Error intern al validar el codi", "invalid_code": "Codi inv\u00e0lid", + "invalid_pin": "Codi PIN no v\u00e0lid", "timeout": "S'ha acabat el temps d'espera durant la validaci\u00f3 del codi.", "unknown": "Error desconegut al validar el codi" }, diff --git a/homeassistant/components/nest/translations/pl.json b/homeassistant/components/nest/translations/pl.json index 61f3d536c5b..54ef02b9bb5 100644 --- a/homeassistant/components/nest/translations/pl.json +++ b/homeassistant/components/nest/translations/pl.json @@ -6,7 +6,7 @@ "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.", "no_flows": "Musisz skonfigurowa\u0107 Nest, aby m\u00f3c si\u0119 z nim uwierzytelni\u0107. Zapoznaj si\u0119 z [instrukcj\u0105](https://www.home-assistant.io/components/nest/).", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "internal_error": "Wewn\u0119trzny b\u0142\u0105d sprawdzania poprawno\u015bci kodu", diff --git a/homeassistant/components/netatmo/translations/pl.json b/homeassistant/components/netatmo/translations/pl.json index 25d805bbcc3..f4674b9ff4a 100644 --- a/homeassistant/components/netatmo/translations/pl.json +++ b/homeassistant/components/netatmo/translations/pl.json @@ -4,7 +4,7 @@ "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "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" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Pomy\u015blnie uwierzytelniono" diff --git a/homeassistant/components/nexia/translations/no.json b/homeassistant/components/nexia/translations/no.json index dc4ed03f46e..a3f143898f8 100644 --- a/homeassistant/components/nexia/translations/no.json +++ b/homeassistant/components/nexia/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/nightscout/translations/no.json b/homeassistant/components/nightscout/translations/no.json index a3de2e5fe93..db7b8f811ca 100644 --- a/homeassistant/components/nightscout/translations/no.json +++ b/homeassistant/components/nightscout/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/nuheat/translations/no.json b/homeassistant/components/nuheat/translations/no.json index 199a3be91ce..03fa9a85fe3 100644 --- a/homeassistant/components/nuheat/translations/no.json +++ b/homeassistant/components/nuheat/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "invalid_thermostat": "Termostatens serienummer er ugyldig.", "unknown": "Uventet feil" diff --git a/homeassistant/components/nut/translations/no.json b/homeassistant/components/nut/translations/no.json index 8b1704fe04a..0af64ad4fa4 100644 --- a/homeassistant/components/nut/translations/no.json +++ b/homeassistant/components/nut/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { @@ -25,7 +25,7 @@ "data": { "host": "Vert", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "title": "Koble til NUT-serveren" diff --git a/homeassistant/components/nut/translations/pl.json b/homeassistant/components/nut/translations/pl.json index 9bf6d9e31b3..240b32bfe19 100644 --- a/homeassistant/components/nut/translations/pl.json +++ b/homeassistant/components/nut/translations/pl.json @@ -39,7 +39,7 @@ "resources": "Zasoby", "scan_interval": "Cz\u0119stotliwo\u015b\u0107 aktualizacji (sekundy)" }, - "description": "Wybierz zasoby sensor\u00f3w" + "description": "Wybierz zasoby sensor\u00f3w." } } } diff --git a/homeassistant/components/nws/translations/no.json b/homeassistant/components/nws/translations/no.json index ba7f4c7a26d..d9a17545c4b 100644 --- a/homeassistant/components/nws/translations/no.json +++ b/homeassistant/components/nws/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Tjenesten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/nzbget/translations/no.json b/homeassistant/components/nzbget/translations/no.json index ad8c2fd53d6..bf7840c9c60 100644 --- a/homeassistant/components/nzbget/translations/no.json +++ b/homeassistant/components/nzbget/translations/no.json @@ -5,7 +5,7 @@ "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning" }, "flow_title": "", @@ -15,7 +15,7 @@ "host": "Vert", "name": "Navn", "password": "Passord", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "username": "Brukernavn", "verify_ssl": "Verifisere SSL-sertifikat" diff --git a/homeassistant/components/nzbget/translations/pl.json b/homeassistant/components/nzbget/translations/pl.json index 0050a447ee4..d1cfea50602 100644 --- a/homeassistant/components/nzbget/translations/pl.json +++ b/homeassistant/components/nzbget/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.", "unknown": "Nieoczekiwany b\u0142\u0105d" }, "error": { diff --git a/homeassistant/components/omnilogic/translations/no.json b/homeassistant/components/omnilogic/translations/no.json index 111044b06a4..e19146aa4c1 100644 --- a/homeassistant/components/omnilogic/translations/no.json +++ b/homeassistant/components/omnilogic/translations/no.json @@ -4,7 +4,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/omnilogic/translations/pl.json b/homeassistant/components/omnilogic/translations/pl.json index 90c27fdeebd..10cbbdb12b7 100644 --- a/homeassistant/components/omnilogic/translations/pl.json +++ b/homeassistant/components/omnilogic/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/onvif/translations/no.json b/homeassistant/components/onvif/translations/no.json index b5d8218cbd6..39ea140d836 100644 --- a/homeassistant/components/onvif/translations/no.json +++ b/homeassistant/components/onvif/translations/no.json @@ -8,7 +8,7 @@ "onvif_error": "Feil ved konfigurering av ONVIF-enhet. Sjekk logger for mer informasjon." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_failed": "Kan ikke koble til ONVIF-tjenesten med angitt legitimasjon." }, "step": { @@ -36,7 +36,7 @@ "data": { "host": "Vert", "name": "Navn", - "port": "" + "port": "Port" }, "title": "Konfigurere ONVIF-enhet" }, diff --git a/homeassistant/components/openweathermap/translations/no.json b/homeassistant/components/openweathermap/translations/no.json index fcd08c497b4..66bae75dd4b 100644 --- a/homeassistant/components/openweathermap/translations/no.json +++ b/homeassistant/components/openweathermap/translations/no.json @@ -5,7 +5,7 @@ }, "error": { "auth": "API-n\u00f8kkelen er ikke korrekt.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection": "Kan ikke koble til OWM API", "invalid_api_key": "Ugyldig API-n\u00f8kkel" }, diff --git a/homeassistant/components/ovo_energy/translations/ca.json b/homeassistant/components/ovo_energy/translations/ca.json index feb03a790f2..e8cd846b00b 100644 --- a/homeassistant/components/ovo_energy/translations/ca.json +++ b/homeassistant/components/ovo_energy/translations/ca.json @@ -3,6 +3,7 @@ "error": { "already_configured": "El compte ja ha estat configurat", "authorization_error": "Error d'autoritzaci\u00f3. Comprova les teves credencials.", + "cannot_connect": "Ha fallat la connexi\u00f3", "connection_error": "Ha fallat la connexi\u00f3" }, "step": { diff --git a/homeassistant/components/ovo_energy/translations/en.json b/homeassistant/components/ovo_energy/translations/en.json index fd1a0225867..6eed08aba2b 100644 --- a/homeassistant/components/ovo_energy/translations/en.json +++ b/homeassistant/components/ovo_energy/translations/en.json @@ -3,6 +3,7 @@ "error": { "already_configured": "Account is already configured", "authorization_error": "Authorization error. Check your credentials.", + "cannot_connect": "Failed to connect", "connection_error": "Failed to connect" }, "step": { diff --git a/homeassistant/components/ovo_energy/translations/no.json b/homeassistant/components/ovo_energy/translations/no.json index fc61e40506c..9a94eea1867 100644 --- a/homeassistant/components/ovo_energy/translations/no.json +++ b/homeassistant/components/ovo_energy/translations/no.json @@ -3,7 +3,8 @@ "error": { "already_configured": "Kontoen er allerede konfigurert", "authorization_error": "Autoriseringsfeil. Sjekk legitimasjonsbeskrivelsen.", - "connection_error": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes", + "connection_error": "Tilkobling mislyktes" }, "step": { "user": { diff --git a/homeassistant/components/ovo_energy/translations/pl.json b/homeassistant/components/ovo_energy/translations/pl.json index 092d65aef8e..da141a5e0de 100644 --- a/homeassistant/components/ovo_energy/translations/pl.json +++ b/homeassistant/components/ovo_energy/translations/pl.json @@ -3,6 +3,7 @@ "error": { "already_configured": "Konto jest ju\u017c skonfigurowane", "authorization_error": "B\u0142\u0105d autoryzacji. Sprawd\u017a swoje po\u015bwiadczenia.", + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" }, "step": { diff --git a/homeassistant/components/owntracks/translations/et.json b/homeassistant/components/owntracks/translations/et.json index ab9dc774ef1..e59e01bef78 100644 --- a/homeassistant/components/owntracks/translations/et.json +++ b/homeassistant/components/owntracks/translations/et.json @@ -6,6 +6,11 @@ }, "create_entry": { "default": "\n\nAva Android seadmes [rakendus OwnTracks] ( {android_url} ), mine eelistustele - > \u00fchendus. Muuda j\u00e4rgmisi seadeid:\n - Re\u017eiim: privaatne HTTP\n - Host: {webhook_url}\n - Identifitseerimine:\n - kasutajanimi: \" \"\n - seadme ID: \" \"\n\n IOS-is ava rakendus [OwnTracks] ( {ios_url} ), puuduta vasakus \u00fclanurgas ikooni (i) - > seaded. Muuda j\u00e4rgmisi seadeid:\n - Re\u017eiim: HTTP\n - URL: {webhook_url}\n - L\u00fclitage autentimine sisse\n - UserID: \" \" \"\n\n {secret}\n\n Lisateavet leiad [dokumentatsioonist] ( {docs_url} )." + }, + "step": { + "user": { + "description": "Kas soovid OwnTracks'i seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/owntracks/translations/pl.json b/homeassistant/components/owntracks/translations/pl.json index 331def8cfd3..fbfbc6fdd66 100644 --- a/homeassistant/components/owntracks/translations/pl.json +++ b/homeassistant/components/owntracks/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "\n\nNa Androidzie, otw\u00f3rz [aplikacj\u0119 OwnTracks]({android_url}), id\u017a do: ustawienia -> po\u0142\u0105czenia. Zmie\u0144 nast\u0119puj\u0105ce ustawienia:\n - Tryb: Private HTTP\n - Host: {webhook_url}\n - Identyfikacja:\n - Nazwa u\u017cytkownika: ``\n - ID urz\u0105dzenia: ``\n\nNa iOS, otw\u00f3rz [aplikacj\u0119 OwnTracks]({ios_url}), naci\u015bnij ikon\u0119 (i) w lewym g\u00f3rnym rogu -> ustawienia. Zmie\u0144 nast\u0119puj\u0105ce ustawienia:\n - Tryb: HTTP\n - URL: {webhook_url}\n - W\u0142\u0105cz uwierzytelnianie\n - ID u\u017cytkownika: ``\n\n{secret}\n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/ozw/translations/pl.json b/homeassistant/components/ozw/translations/pl.json index b4fc6319186..7a23dcc4e20 100644 --- a/homeassistant/components/ozw/translations/pl.json +++ b/homeassistant/components/ozw/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "mqtt_required": "Integracja MQTT nie jest skonfigurowana.", "one_instance_allowed": "Integracja obs\u0142uguje tylko jedn\u0105 instancj\u0119 Z-Wave.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "user": { diff --git a/homeassistant/components/panasonic_viera/translations/no.json b/homeassistant/components/panasonic_viera/translations/no.json index 8fda2ae098f..365787e755c 100644 --- a/homeassistant/components/panasonic_viera/translations/no.json +++ b/homeassistant/components/panasonic_viera/translations/no.json @@ -2,12 +2,12 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "not_connected": "Fjerntilkoblingen med din Panasonic Viera TV gikk tapt. Sjekk loggene for mer informasjon.", "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_pin_code": "PIN-kode du skrev inn var ugyldig", "not_connected": "Kunne ikke opprette en ekstern tilkobling med Panasonic Viera TV" }, diff --git a/homeassistant/components/pi_hole/translations/no.json b/homeassistant/components/pi_hole/translations/no.json index f6a3b66b4dc..71c815ecd36 100644 --- a/homeassistant/components/pi_hole/translations/no.json +++ b/homeassistant/components/pi_hole/translations/no.json @@ -4,16 +4,16 @@ "already_configured": "Tjenesten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling feilet" + "cannot_connect": "Tilkobling mislyktes" }, "step": { "user": { "data": { "api_key": "API-n\u00f8kkel", "host": "Vert", - "location": "Beliggenhet", + "location": "Plassering", "name": "Navn", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "verify_ssl": "Verifisere SSL-sertifikat" } diff --git a/homeassistant/components/plaato/translations/pl.json b/homeassistant/components/plaato/translations/pl.json index cbb5b997a04..06fc910df0d 100644 --- a/homeassistant/components/plaato/translations/pl.json +++ b/homeassistant/components/plaato/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Twoja instancja Home Assistant musi by\u0107 dost\u0119pna z Internetu, aby otrzymywa\u0107 wiadomo\u015bci z Plaato Airlock.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz skonfigurowa\u0107 webhook w Plaato Airlock. \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/plex/translations/nl.json b/homeassistant/components/plex/translations/nl.json index bf3018c6672..2450e510605 100644 --- a/homeassistant/components/plex/translations/nl.json +++ b/homeassistant/components/plex/translations/nl.json @@ -25,6 +25,12 @@ }, "description": "Meerdere servers beschikbaar, selecteer er een:", "title": "Selecteer Plex server" + }, + "user": { + "title": "Plex Media Server" + }, + "user_advanced": { + "title": "Plex Media Server" } } }, diff --git a/homeassistant/components/plex/translations/no.json b/homeassistant/components/plex/translations/no.json index f02a243f4a2..c5368b675b3 100644 --- a/homeassistant/components/plex/translations/no.json +++ b/homeassistant/components/plex/translations/no.json @@ -20,7 +20,7 @@ "manual_setup": { "data": { "host": "Vert", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "token": "Token (valgfritt)", "verify_ssl": "Verifisere SSL-sertifikat" diff --git a/homeassistant/components/plugwise/translations/no.json b/homeassistant/components/plugwise/translations/no.json index 37d711d6b56..a648ef739cc 100644 --- a/homeassistant/components/plugwise/translations/no.json +++ b/homeassistant/components/plugwise/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Tjenesten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, @@ -15,7 +15,7 @@ "flow_type": "Tilkoblingstype", "host": "IP adresse", "password": "", - "port": "" + "port": "Port" }, "description": "Produkt:", "title": "" @@ -24,7 +24,7 @@ "data": { "host": "IP adresse", "password": "Smile ID", - "port": "" + "port": "Port" }, "description": "Vennligst skriv inn:", "title": "Koble til Smile" diff --git a/homeassistant/components/plum_lightpad/translations/no.json b/homeassistant/components/plum_lightpad/translations/no.json index f4f16565659..4746a09ca9a 100644 --- a/homeassistant/components/plum_lightpad/translations/no.json +++ b/homeassistant/components/plum_lightpad/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Kontoen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "user": { diff --git a/homeassistant/components/point/translations/pl.json b/homeassistant/components/point/translations/pl.json index d0c785cc668..7a61f3501ec 100644 --- a/homeassistant/components/point/translations/pl.json +++ b/homeassistant/components/point/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_setup": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", + "already_setup": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.", "authorize_url_fail": "Nieznany b\u0142\u0105d podczas generowania url autoryzacji.", "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "external_setup": "Punkt pomy\u015blnie skonfigurowany.", diff --git a/homeassistant/components/powerwall/translations/no.json b/homeassistant/components/powerwall/translations/no.json index 6690bb08efb..7ddab100358 100644 --- a/homeassistant/components/powerwall/translations/no.json +++ b/homeassistant/components/powerwall/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil", "wrong_version": "Powerwall bruker en programvareversjon som ikke st\u00f8ttes. Vennligst vurder \u00e5 oppgradere eller rapportere dette problemet, s\u00e5 det kan l\u00f8ses." }, diff --git a/homeassistant/components/profiler/translations/pl.json b/homeassistant/components/profiler/translations/pl.json index f40dc9af707..b1cd1a8db99 100644 --- a/homeassistant/components/profiler/translations/pl.json +++ b/homeassistant/components/profiler/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "user": { diff --git a/homeassistant/components/progettihwsw/translations/no.json b/homeassistant/components/progettihwsw/translations/no.json index 458564ea203..07c169837b6 100644 --- a/homeassistant/components/progettihwsw/translations/no.json +++ b/homeassistant/components/progettihwsw/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil", "wrong_info_relay_modes": "Valg av rel\u00e9modus m\u00e5 v\u00e6re monostable eller bistable." }, @@ -33,7 +33,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "title": "Definere tavle" } diff --git a/homeassistant/components/ps4/translations/ca.json b/homeassistant/components/ps4/translations/ca.json index 09b41d00587..c6bd8d113d4 100644 --- a/homeassistant/components/ps4/translations/ca.json +++ b/homeassistant/components/ps4/translations/ca.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "El dispositiu ja est\u00e0 configurat", "credential_error": "Error en l'obtenci\u00f3 de les credencials.", "devices_configured": "Tots els dispositius trobats ja estan configurats.", "no_devices_found": "No s'han trobat dispositius PlayStation 4 a la xarxa.", @@ -8,6 +9,7 @@ "port_997_bind_error": "No s'ha pogut vincular amb el port 997. Consulta la [documentaci\u00f3](https://www.home-assistant.io/components/ps4/) per a m\u00e9s informaci\u00f3." }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "credential_timeout": "El servei de credencials ha expirat. Prem Envia per reiniciar-lo.", "login_failed": "No s'ha pogut sincronitzar amb la PlayStation 4. Verifica el codi PIN.", "no_ipaddress": "Introdueix l'adre\u00e7a IP de la PlayStation 4 que vulguis configurar.", diff --git a/homeassistant/components/ps4/translations/no.json b/homeassistant/components/ps4/translations/no.json index 273b3a56de2..0f133f14bf7 100644 --- a/homeassistant/components/ps4/translations/no.json +++ b/homeassistant/components/ps4/translations/no.json @@ -9,7 +9,7 @@ "port_997_bind_error": "Kunne ikke binde til port 997. Se [dokumentasjonen](https://www.home-assistant.io/components/ps4/) for videre informasjon." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "credential_timeout": "Legitimasjonstjenesten ble tidsavbrutt. Trykk send for \u00e5 starte p\u00e5 nytt.", "login_failed": "Kunne ikke koble til PlayStation 4. Bekreft at PIN-kode er riktig.", "no_ipaddress": "Skriv inn IP adresse til PlayStation 4 du vil konfigurere.", diff --git a/homeassistant/components/rachio/translations/no.json b/homeassistant/components/rachio/translations/no.json index 7d0c4feae6c..c05d2f4c8ec 100644 --- a/homeassistant/components/rachio/translations/no.json +++ b/homeassistant/components/rachio/translations/no.json @@ -4,14 +4,14 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, "step": { "user": { "data": { - "api_key": "API n\u00f8kkel" + "api_key": "API-n\u00f8kkel" }, "description": "Du trenger API-n\u00f8kkelen fra https://app.rach.io/. Velg 'Kontoinnstillinger' og klikk deretter p\u00e5 'F\u00e5 API n\u00f8kkel'.", "title": "Koble til Rachio-enheten din" diff --git a/homeassistant/components/rainmachine/translations/no.json b/homeassistant/components/rainmachine/translations/no.json index 50d61073d1f..164602862c5 100644 --- a/homeassistant/components/rainmachine/translations/no.json +++ b/homeassistant/components/rainmachine/translations/no.json @@ -13,7 +13,7 @@ "data": { "ip_address": "Vertsnavn eller IP-adresse", "password": "Passord", - "port": "" + "port": "Port" }, "title": "Fyll ut informasjonen din" } diff --git a/homeassistant/components/rfxtrx/translations/no.json b/homeassistant/components/rfxtrx/translations/no.json index 66addc6543d..7cd602f596a 100644 --- a/homeassistant/components/rfxtrx/translations/no.json +++ b/homeassistant/components/rfxtrx/translations/no.json @@ -2,16 +2,16 @@ "config": { "abort": { "already_configured": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig.", - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "setup_network": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "title": "Velg tilkoblingsadresse" }, diff --git a/homeassistant/components/rfxtrx/translations/pl.json b/homeassistant/components/rfxtrx/translations/pl.json index 51f2bd37cb5..56304959145 100644 --- a/homeassistant/components/rfxtrx/translations/pl.json +++ b/homeassistant/components/rfxtrx/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", + "already_configured": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.", "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia" }, "error": { diff --git a/homeassistant/components/risco/translations/no.json b/homeassistant/components/risco/translations/no.json index baa4c657459..5e57cd1464f 100644 --- a/homeassistant/components/risco/translations/no.json +++ b/homeassistant/components/risco/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/roku/translations/et.json b/homeassistant/components/roku/translations/et.json index 77c40f8d00b..7a67f4ac3c4 100644 --- a/homeassistant/components/roku/translations/et.json +++ b/homeassistant/components/roku/translations/et.json @@ -9,6 +9,7 @@ }, "step": { "ssdp_confirm": { + "description": "Kas soovid seadistada {name}?", "title": "" }, "user": { diff --git a/homeassistant/components/roku/translations/no.json b/homeassistant/components/roku/translations/no.json index ea34a3aefbf..029220b5859 100644 --- a/homeassistant/components/roku/translations/no.json +++ b/homeassistant/components/roku/translations/no.json @@ -15,7 +15,7 @@ }, "user": { "data": { - "host": "Vert " + "host": "Vert" }, "description": "Fyll inn Roku-informasjonen din." } diff --git a/homeassistant/components/roomba/translations/no.json b/homeassistant/components/roomba/translations/no.json index 6dccb358dd2..adf13cb57af 100644 --- a/homeassistant/components/roomba/translations/no.json +++ b/homeassistant/components/roomba/translations/no.json @@ -1,7 +1,7 @@ { "config": { "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "user": { diff --git a/homeassistant/components/rpi_power/translations/et.json b/homeassistant/components/rpi_power/translations/et.json index 350e09ca86f..d79ef1ad554 100644 --- a/homeassistant/components/rpi_power/translations/et.json +++ b/homeassistant/components/rpi_power/translations/et.json @@ -6,7 +6,7 @@ }, "step": { "confirm": { - "description": "Kas alustame paigaldusega?" + "description": "Kas alustada paigaldusega?" } } }, diff --git a/homeassistant/components/rpi_power/translations/pl.json b/homeassistant/components/rpi_power/translations/pl.json index aeed3f90676..4660a188ded 100644 --- a/homeassistant/components/rpi_power/translations/pl.json +++ b/homeassistant/components/rpi_power/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie mo\u017cna znale\u017a\u0107 klasy systemu potrzebnej dla tego komponentu. Upewnij si\u0119, \u017ce j\u0105dro systemu jest aktualne, a sprz\u0119t obs\u0142ugiwany.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/ruckus_unleashed/translations/no.json b/homeassistant/components/ruckus_unleashed/translations/no.json index 0429305e743..bf7f9170872 100644 --- a/homeassistant/components/ruckus_unleashed/translations/no.json +++ b/homeassistant/components/ruckus_unleashed/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/samsungtv/translations/et.json b/homeassistant/components/samsungtv/translations/et.json index 76fc3772b6d..8d3a14710ce 100644 --- a/homeassistant/components/samsungtv/translations/et.json +++ b/homeassistant/components/samsungtv/translations/et.json @@ -7,6 +7,7 @@ }, "step": { "confirm": { + "description": "Kas soovid seadistada Samsung TV-d {model} ? Kui seda pole kunagi enne Home Assistantiga \u00fchendatud, n\u00e4ed oma teleris h\u00fcpikakent, mis k\u00fcsib tuvastamist. Selle teleri k\u00e4sitsi seadistused kirjutatakse \u00fcle.", "title": "" }, "user": { diff --git a/homeassistant/components/samsungtv/translations/no.json b/homeassistant/components/samsungtv/translations/no.json index e1a34eebf1c..c48dac2561d 100644 --- a/homeassistant/components/samsungtv/translations/no.json +++ b/homeassistant/components/samsungtv/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede", "auth_missing": "Home Assistant er ikke godkjent til \u00e5 koble til denne Samsung-TV. Vennligst kontroller innstillingene for TV-en for \u00e5 godkjenne Home Assistent.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "not_successful": "Kan ikke koble til denne Samsung TV-enheten.", "not_supported": "Denne Samsung TV-enhetene st\u00f8ttes forel\u00f8pig ikke." }, @@ -16,7 +16,7 @@ }, "user": { "data": { - "host": "Vert ", + "host": "Vert", "name": "Navn" }, "description": "Fyll inn Samsung TV-informasjonen din. Hvis du aldri har koblet til Home Assistant f\u00f8r, vil en popup p\u00e5 TVen be om godkjenning." diff --git a/homeassistant/components/sense/translations/no.json b/homeassistant/components/sense/translations/no.json index ca987279bb7..7fdf326e868 100644 --- a/homeassistant/components/sense/translations/no.json +++ b/homeassistant/components/sense/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/sensor/translations/pl.json b/homeassistant/components/sensor/translations/pl.json index 3208a6d4ff0..8d355cc5d93 100644 --- a/homeassistant/components/sensor/translations/pl.json +++ b/homeassistant/components/sensor/translations/pl.json @@ -17,18 +17,18 @@ }, "trigger_type": { "battery_level": "zmieni si\u0119 poziom baterii {entity_name}", - "current": "nat\u0119\u017cenie zmieni si\u0119 w {entity_name}", - "energy": "moc zmieni si\u0119 w {entity_name}", + "current": "zmieni si\u0119 nat\u0119\u017cenie pr\u0105du w {entity_name}", + "energy": "zmieni si\u0119 moc pr\u0105du w {entity_name}", "humidity": "zmieni si\u0119 wilgotno\u015b\u0107 {entity_name}", "illuminance": "zmieni si\u0119 nat\u0119\u017cenie o\u015bwietlenia {entity_name}", "power": "zmieni si\u0119 moc {entity_name}", - "power_factor": "wsp\u00f3\u0142czynnik mocy zmieni si\u0119 w {entity_name}", + "power_factor": "zmieni si\u0119 wsp\u00f3\u0142czynnik mocy w {entity_name}", "pressure": "zmieni si\u0119 ci\u015bnienie {entity_name}", "signal_strength": "zmieni si\u0119 si\u0142a sygna\u0142u {entity_name}", "temperature": "zmieni si\u0119 temperatura {entity_name}", "timestamp": "zmieni si\u0119 znacznik czasu {entity_name}", "value": "zmieni si\u0119 warto\u015b\u0107 {entity_name}", - "voltage": "napi\u0119cie zmieni si\u0119 w {entity_name}" + "voltage": "zmieni si\u0119 napi\u0119cie w {entity_name}" } }, "state": { diff --git a/homeassistant/components/sentry/translations/pl.json b/homeassistant/components/sentry/translations/pl.json index 672fce03a6a..7c82528efb6 100644 --- a/homeassistant/components/sentry/translations/pl.json +++ b/homeassistant/components/sentry/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "bad_dsn": "Nieprawid\u0142owy DSN", diff --git a/homeassistant/components/sharkiq/translations/no.json b/homeassistant/components/sharkiq/translations/no.json index 297fc13ee97..66ed2ed26cf 100644 --- a/homeassistant/components/sharkiq/translations/no.json +++ b/homeassistant/components/sharkiq/translations/no.json @@ -2,12 +2,12 @@ "config": { "abort": { "already_configured_account": "Kontoen er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "reauth_successful": "Reautentisering var vellykket", "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/shelly/translations/no.json b/homeassistant/components/shelly/translations/no.json index 28f964e4191..dbdb6192ba2 100644 --- a/homeassistant/components/shelly/translations/no.json +++ b/homeassistant/components/shelly/translations/no.json @@ -6,7 +6,7 @@ }, "error": { "auth_not_supported": "Shelly-enheter som krever godkjenning st\u00f8ttes for \u00f8yeblikket ikke.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/shopping_list/translations/et.json b/homeassistant/components/shopping_list/translations/et.json index 7df1adb08b5..2b3fb480ff1 100644 --- a/homeassistant/components/shopping_list/translations/et.json +++ b/homeassistant/components/shopping_list/translations/et.json @@ -2,6 +2,11 @@ "config": { "abort": { "already_configured": "Teenus on juba seadistatud" + }, + "step": { + "user": { + "description": "Kas soovid seadistada ostunimekirja?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/no.json b/homeassistant/components/simplisafe/translations/no.json index 8fb4f48fafd..12bb0868a8f 100644 --- a/homeassistant/components/simplisafe/translations/no.json +++ b/homeassistant/components/simplisafe/translations/no.json @@ -26,7 +26,7 @@ "data": { "code": "Kode (brukt i Home Assistant brukergrensesnittet)", "password": "Passord", - "username": "E-postadresse" + "username": "E-post" }, "title": "Fyll ut informasjonen din." } diff --git a/homeassistant/components/simplisafe/translations/pl.json b/homeassistant/components/simplisafe/translations/pl.json index ec2cf693f39..51d82cbcb7b 100644 --- a/homeassistant/components/simplisafe/translations/pl.json +++ b/homeassistant/components/simplisafe/translations/pl.json @@ -28,7 +28,7 @@ "password": "Has\u0142o", "username": "Adres e-mail" }, - "title": "Wprowad\u017a dane" + "title": "Wprowad\u017a dane." } } }, diff --git a/homeassistant/components/smappee/translations/et.json b/homeassistant/components/smappee/translations/et.json index 50319b9ff10..ffcedf9cb2f 100644 --- a/homeassistant/components/smappee/translations/et.json +++ b/homeassistant/components/smappee/translations/et.json @@ -13,6 +13,9 @@ "host": "" }, "description": "Smappee kohaliku sidumise algatamiseks sisestage hostinimi" + }, + "zeroconf_confirm": { + "description": "Kas soovid lisada Home Assistanti Smappee seadme seerianumbriga \" {serial_number} \"?" } } } diff --git a/homeassistant/components/smappee/translations/no.json b/homeassistant/components/smappee/translations/no.json index 962fc674a92..d1f1866c9e4 100644 --- a/homeassistant/components/smappee/translations/no.json +++ b/homeassistant/components/smappee/translations/no.json @@ -4,7 +4,7 @@ "already_configured_device": "Enheten er allerede konfigurert", "already_configured_local_device": "Lokale enheter er allerede konfigurert. Fjern de f\u00f8rst f\u00f8r du konfigurerer en skyenhet.", "authorize_url_timeout": "Tidsavbrudd som genererer autorer URL-adresse.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til Smappee-enheten.", "invalid_mdns": "Ikke-st\u00f8ttet enhet for Smappee-integrasjonen.", "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", diff --git a/homeassistant/components/smart_meter_texas/translations/no.json b/homeassistant/components/smart_meter_texas/translations/no.json index 63aa39eee9a..1a2153c493c 100644 --- a/homeassistant/components/smart_meter_texas/translations/no.json +++ b/homeassistant/components/smart_meter_texas/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/smartthings/translations/no.json b/homeassistant/components/smartthings/translations/no.json index 75093b4a591..41bb76282b0 100644 --- a/homeassistant/components/smartthings/translations/no.json +++ b/homeassistant/components/smartthings/translations/no.json @@ -2,7 +2,7 @@ "config": { "abort": { "invalid_webhook_url": "Home Assistant er ikke konfigurert riktig for \u00e5 motta oppdateringer fra SmartThings. URLen til nettkroken er ugyldig: \n > {webhook_url} \n\nVennligst oppdater konfigurasjonen i henhold til [instruksjonene]({component_url}), start Home Assistant p\u00e5 nytt, og pr\u00f8v igjen.", - "no_available_locations": "Det er ingen tilgjengelige SmartThings-lokasjoner \u00e5 konfigurere i Home Assistant." + "no_available_locations": "Det er ingen tilgjengelige SmartThings-plasseringer \u00e5 konfigurere i Home Assistant." }, "error": { "app_setup_error": "Kan ikke konfigurere SmartApp. Vennligst pr\u00f8v p\u00e5 nytt.", @@ -24,10 +24,10 @@ }, "select_location": { "data": { - "location_id": "Lokasjon" + "location_id": "Plassering" }, "description": "Vennligst velg SmartThings lokasjon du vil legge til Home Assistant. Vi \u00e5pner deretter et nytt vindu og ber deg om \u00e5 logge inn og godkjenne installasjon av Home Assistant-integrasjonen p\u00e5 det valgte stedet.", - "title": "Velg beliggenhet" + "title": "Velg plassering" }, "user": { "description": "SmartThings konfigureres til \u00e5 sende push-oppdateringer til Home Assistant p\u00e5:\n\" {webhook_url}\n\nHvis dette ikke er riktig, m\u00e5 du oppdatere konfigurasjonen, starte Home Assistant p\u00e5 nytt og pr\u00f8ve p\u00e5 nytt.", diff --git a/homeassistant/components/sms/translations/no.json b/homeassistant/components/sms/translations/no.json index 7398a7b7b0a..ab692ff8fa6 100644 --- a/homeassistant/components/sms/translations/no.json +++ b/homeassistant/components/sms/translations/no.json @@ -5,7 +5,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { diff --git a/homeassistant/components/sms/translations/pl.json b/homeassistant/components/sms/translations/pl.json index 1d12152fcf9..615f08e3e06 100644 --- a/homeassistant/components/sms/translations/pl.json +++ b/homeassistant/components/sms/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/solaredge/translations/no.json b/homeassistant/components/solaredge/translations/no.json index 00de7a7dc28..5360bd6d810 100644 --- a/homeassistant/components/solaredge/translations/no.json +++ b/homeassistant/components/solaredge/translations/no.json @@ -9,7 +9,7 @@ "step": { "user": { "data": { - "api_key": "API n\u00f8kkel", + "api_key": "API-n\u00f8kkel", "name": "Navnet p\u00e5 denne installasjonen", "site_id": "SolarEdge nettsted-id" }, diff --git a/homeassistant/components/solarlog/translations/no.json b/homeassistant/components/solarlog/translations/no.json index 437da00617c..f36366db18f 100644 --- a/homeassistant/components/solarlog/translations/no.json +++ b/homeassistant/components/solarlog/translations/no.json @@ -5,7 +5,7 @@ }, "error": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "user": { diff --git a/homeassistant/components/soma/translations/no.json b/homeassistant/components/soma/translations/no.json index 5c2c01ca7a6..4b9fe3b564d 100644 --- a/homeassistant/components/soma/translations/no.json +++ b/homeassistant/components/soma/translations/no.json @@ -14,7 +14,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" }, "description": "Vennligst fyll inn tilkoblingsinnstillingene for din SOMA Connect.", "title": "" diff --git a/homeassistant/components/somfy/translations/pl.json b/homeassistant/components/somfy/translations/pl.json index 975bf759105..ba313a6a30b 100644 --- a/homeassistant/components/somfy/translations/pl.json +++ b/homeassistant/components/somfy/translations/pl.json @@ -5,7 +5,7 @@ "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "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" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Pomy\u015blnie uwierzytelniono" diff --git a/homeassistant/components/sonarr/translations/no.json b/homeassistant/components/sonarr/translations/no.json index 67254af35c7..4619cf8f452 100644 --- a/homeassistant/components/sonarr/translations/no.json +++ b/homeassistant/components/sonarr/translations/no.json @@ -6,7 +6,7 @@ "unknown": "Uventet feil" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning" }, "flow_title": "", @@ -17,10 +17,10 @@ }, "user": { "data": { - "api_key": "API N\u00f8kkel", + "api_key": "API-n\u00f8kkel", "base_path": "Bane til API", "host": "Vert", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "verify_ssl": "Verifisere SSL-sertifikat" }, diff --git a/homeassistant/components/songpal/translations/no.json b/homeassistant/components/songpal/translations/no.json index eb07eeb2daa..645816d1f13 100644 --- a/homeassistant/components/songpal/translations/no.json +++ b/homeassistant/components/songpal/translations/no.json @@ -5,7 +5,7 @@ "not_songpal_device": "Ikke en Songpal-enhet" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "flow_title": "", "step": { diff --git a/homeassistant/components/sonos/translations/pl.json b/homeassistant/components/sonos/translations/pl.json index d57f9146e1e..eb016e6cd47 100644 --- a/homeassistant/components/sonos/translations/pl.json +++ b/homeassistant/components/sonos/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/speedtestdotnet/translations/pl.json b/homeassistant/components/speedtestdotnet/translations/pl.json index 05da3d4f0c9..f8f7637ae5a 100644 --- a/homeassistant/components/speedtestdotnet/translations/pl.json +++ b/homeassistant/components/speedtestdotnet/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja", + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja.", "wrong_server_id": "Identyfikator serwera jest nieprawid\u0142owy" }, "step": { diff --git a/homeassistant/components/spider/translations/pl.json b/homeassistant/components/spider/translations/pl.json index 6bfa12e0d85..f288bcbd78b 100644 --- a/homeassistant/components/spider/translations/pl.json +++ b/homeassistant/components/spider/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "invalid_auth": "Niepoprawne uwierzytelnienie", diff --git a/homeassistant/components/spotify/translations/pl.json b/homeassistant/components/spotify/translations/pl.json index a94b389face..62a881edb10 100644 --- a/homeassistant/components/spotify/translations/pl.json +++ b/homeassistant/components/spotify/translations/pl.json @@ -5,7 +5,7 @@ "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "missing_configuration": "Integracja ze Spotify nie jest skonfigurowana. 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})", - "reauth_account_mismatch": "Uwierzytelnione konto Spotify, nie pasuje do konta, kt\u00f3re wymaga ponownego uwierzytelnienia." + "reauth_account_mismatch": "Uwierzytelnione konto Spotify nie pasuje do konta, kt\u00f3re wymaga ponownego uwierzytelnienia." }, "create_entry": { "default": "Pomy\u015blnie uwierzytelniono z Spotify" diff --git a/homeassistant/components/squeezebox/translations/nl.json b/homeassistant/components/squeezebox/translations/nl.json index 408e88c7fd8..67fe1197e21 100644 --- a/homeassistant/components/squeezebox/translations/nl.json +++ b/homeassistant/components/squeezebox/translations/nl.json @@ -8,6 +8,9 @@ "port": "Poort", "username": "Gebruikersnaam" } + }, + "user": { + "title": "Configureer Logitech Media Server" } } }, diff --git a/homeassistant/components/squeezebox/translations/no.json b/homeassistant/components/squeezebox/translations/no.json index ddda0b61be2..777c782691d 100644 --- a/homeassistant/components/squeezebox/translations/no.json +++ b/homeassistant/components/squeezebox/translations/no.json @@ -5,7 +5,7 @@ "no_server_found": "Ingen LMS-server funnet." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "no_server_found": "Kan ikke automatisk oppdage serveren.", "unknown": "Uventet feil" @@ -16,7 +16,7 @@ "data": { "host": "Vert", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "title": "Redigere tilkoblingsinformasjon" diff --git a/homeassistant/components/synology_dsm/translations/et.json b/homeassistant/components/synology_dsm/translations/et.json index 5dbd3b38880..354fa0058d2 100644 --- a/homeassistant/components/synology_dsm/translations/et.json +++ b/homeassistant/components/synology_dsm/translations/et.json @@ -15,6 +15,7 @@ "password": "Salas\u00f5na", "username": "Kasutajanimi" }, + "description": "Kas soovid seadistada {name}({host})?", "title": "" }, "user": { diff --git a/homeassistant/components/synology_dsm/translations/no.json b/homeassistant/components/synology_dsm/translations/no.json index 81e258649e4..9dffa382c38 100644 --- a/homeassistant/components/synology_dsm/translations/no.json +++ b/homeassistant/components/synology_dsm/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection": "Tilkoblingsfeil: Vennligst sjekk verten, porten og SSL", "invalid_auth": "Ugyldig godkjenning", "login": "P\u00e5loggingsfeil: Vennligst sjekk brukernavnet ditt og passordet ditt", @@ -23,7 +23,7 @@ "link": { "data": { "password": "Passord", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "username": "Brukernavn" }, @@ -34,7 +34,7 @@ "data": { "host": "Vert", "password": "Passord", - "port": "", + "port": "Port", "ssl": "Bruker et SSL-sertifikat", "username": "Brukernavn" }, diff --git a/homeassistant/components/tado/translations/no.json b/homeassistant/components/tado/translations/no.json index 0ac5518709c..4b6db19e0af 100644 --- a/homeassistant/components/tado/translations/no.json +++ b/homeassistant/components/tado/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "no_homes": "Det er ingen hjem knyttet til denne tado-kontoen.", "unknown": "Uventet feil" diff --git a/homeassistant/components/tasmota/translations/pl.json b/homeassistant/components/tasmota/translations/pl.json index 2f410fdb4ec..398b3c50fd4 100644 --- a/homeassistant/components/tasmota/translations/pl.json +++ b/homeassistant/components/tasmota/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "invalid_discovery_topic": "Nieprawid\u0142owy prefiks tematu wykrywania" diff --git a/homeassistant/components/tesla/translations/no.json b/homeassistant/components/tesla/translations/no.json index 36f92e2e864..761aa6d6a10 100644 --- a/homeassistant/components/tesla/translations/no.json +++ b/homeassistant/components/tesla/translations/no.json @@ -3,7 +3,7 @@ "error": { "already_configured": "Kontoen er allerede konfigurert", "already_configured_account": "Kontoen er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Feil ved tilkobling; sjekk nettverket og pr\u00f8v p\u00e5 nytt", "identifier_exists": "E-post er allerede registrert", "invalid_auth": "Ugyldig godkjenning", @@ -14,7 +14,7 @@ "user": { "data": { "password": "Passord", - "username": "E-postadresse" + "username": "E-post" }, "description": "Vennligst fyll inn din informasjonen.", "title": "Tesla - Konfigurasjon" diff --git a/homeassistant/components/tibber/translations/ca.json b/homeassistant/components/tibber/translations/ca.json index 111c9e568f3..22f156ab7a1 100644 --- a/homeassistant/components/tibber/translations/ca.json +++ b/homeassistant/components/tibber/translations/ca.json @@ -4,6 +4,7 @@ "already_configured": "El servei ja est\u00e0 configurat" }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "connection_error": "Ha fallat la connexi\u00f3", "invalid_access_token": "[%key::common::config_flow::error::invalid_access_token%]", "timeout": "S'ha acabat el temps d'espera durant la connexi\u00f3 a Tibber" diff --git a/homeassistant/components/tibber/translations/en.json b/homeassistant/components/tibber/translations/en.json index 85d720a8c66..3a851ca1283 100644 --- a/homeassistant/components/tibber/translations/en.json +++ b/homeassistant/components/tibber/translations/en.json @@ -4,6 +4,7 @@ "already_configured": "Service is already configured" }, "error": { + "cannot_connect": "Failed to connect", "connection_error": "Failed to connect", "invalid_access_token": "Invalid access token", "timeout": "Timeout connecting to Tibber" diff --git a/homeassistant/components/tibber/translations/no.json b/homeassistant/components/tibber/translations/no.json index bdfaa580365..9eca1edc74c 100644 --- a/homeassistant/components/tibber/translations/no.json +++ b/homeassistant/components/tibber/translations/no.json @@ -4,7 +4,8 @@ "already_configured": "Tjenesten er allerede konfigurert" }, "error": { - "connection_error": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", + "connection_error": "Tilkobling mislyktes", "invalid_access_token": "Ugyldig tilgangstoken", "timeout": "Tidsavbrudd for tilkobling til Tibber" }, diff --git a/homeassistant/components/tibber/translations/pl.json b/homeassistant/components/tibber/translations/pl.json index 0fd073cce0d..4eb511e7747 100644 --- a/homeassistant/components/tibber/translations/pl.json +++ b/homeassistant/components/tibber/translations/pl.json @@ -4,6 +4,7 @@ "already_configured": "Us\u0142uga jest ju\u017c skonfigurowana" }, "error": { + "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "connection_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "invalid_access_token": "Niepoprawny token dost\u0119pu", "timeout": "Przekroczono limit czasu \u0142\u0105czenia z Tibber." diff --git a/homeassistant/components/tplink/translations/et.json b/homeassistant/components/tplink/translations/et.json index 85b6ee12ba4..972e581fc61 100644 --- a/homeassistant/components/tplink/translations/et.json +++ b/homeassistant/components/tplink/translations/et.json @@ -3,6 +3,11 @@ "abort": { "no_devices_found": "V\u00f5rgust ei leitud seadmeid", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "confirm": { + "description": "Kas soovid seadistada TP-Linki nutiseadmeid?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/tplink/translations/pl.json b/homeassistant/components/tplink/translations/pl.json index b3562871e63..ea531a845ed 100644 --- a/homeassistant/components/tplink/translations/pl.json +++ b/homeassistant/components/tplink/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/traccar/translations/et.json b/homeassistant/components/traccar/translations/et.json index 6c230f34e91..2283058c25f 100644 --- a/homeassistant/components/traccar/translations/et.json +++ b/homeassistant/components/traccar/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Lubatud on ainult \u00fcks sidumine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovid seadistada Traccar'i?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/traccar/translations/pl.json b/homeassistant/components/traccar/translations/pl.json index cfece631a08..7c9ccbc46bf 100644 --- a/homeassistant/components/traccar/translations/pl.json +++ b/homeassistant/components/traccar/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Twoja instancja Home Assistant musi by\u0107 dost\u0119pna z Internetu, aby otrzymywa\u0107 wiadomo\u015bci z Traccar.", "one_instance_allowed": "Niezb\u0119dna jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz skonfigurowa\u0107 webhook w Traccar. \n\n U\u017cyj nast\u0119puj\u0105cego URL: `{webhook_url}` \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}), by pozna\u0107 szczeg\u00f3\u0142y." diff --git a/homeassistant/components/tradfri/translations/de.json b/homeassistant/components/tradfri/translations/de.json index 181631047ea..3e55cb701d5 100644 --- a/homeassistant/components/tradfri/translations/de.json +++ b/homeassistant/components/tradfri/translations/de.json @@ -6,7 +6,7 @@ }, "error": { "cannot_connect": "Verbindung zum Gateway nicht m\u00f6glich.", - "invalid_key": "Fehler beim Registrieren mit dem angegebenen Schl\u00fcssel. Wenn dies weiterhin geschieht, versuche, das Gateway neu zu starten.", + "invalid_key": "Registrierung mit angegebenem Schl\u00fcssel fehlgeschlagen. Wenn dies weiterhin geschieht, starte den Gateway neu.", "timeout": "Timeout bei der \u00dcberpr\u00fcfung des Codes." }, "step": { diff --git a/homeassistant/components/tradfri/translations/no.json b/homeassistant/components/tradfri/translations/no.json index 3138c472531..917a6587b84 100644 --- a/homeassistant/components/tradfri/translations/no.json +++ b/homeassistant/components/tradfri/translations/no.json @@ -5,7 +5,7 @@ "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_key": "Kunne ikke registrere med gitt n\u00f8kkel. Hvis dette fortsetter, pr\u00f8v \u00e5 starte gatewayen p\u00e5 nytt.", "timeout": "Tidsavbrudd ved validering av kode." }, diff --git a/homeassistant/components/transmission/translations/no.json b/homeassistant/components/transmission/translations/no.json index 0b57db72d00..2abf1b2a9d7 100644 --- a/homeassistant/components/transmission/translations/no.json +++ b/homeassistant/components/transmission/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "name_exists": "Navn eksisterer allerede", "wrong_credentials": "Feil brukernavn eller passord" @@ -15,7 +15,7 @@ "host": "Vert", "name": "Navn", "password": "Passord", - "port": "", + "port": "Port", "username": "Brukernavn" }, "title": "Oppsett av Transmission-klient" diff --git a/homeassistant/components/tuya/translations/no.json b/homeassistant/components/tuya/translations/no.json index 76994d91436..b2245361e9c 100644 --- a/homeassistant/components/tuya/translations/no.json +++ b/homeassistant/components/tuya/translations/no.json @@ -2,8 +2,8 @@ "config": { "abort": { "auth_failed": "Ugyldig godkjenning", - "cannot_connect": "Tilkobling mislyktes.", - "conn_error": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", + "conn_error": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, diff --git a/homeassistant/components/tuya/translations/pl.json b/homeassistant/components/tuya/translations/pl.json index 90690f874be..3e7b62d21ea 100644 --- a/homeassistant/components/tuya/translations/pl.json +++ b/homeassistant/components/tuya/translations/pl.json @@ -5,7 +5,7 @@ "cannot_connect": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "conn_error": "Nie mo\u017cna nawi\u0105za\u0107 po\u0142\u0105czenia", "invalid_auth": "Niepoprawne uwierzytelnienie", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "auth_failed": "Niepoprawne uwierzytelnienie", diff --git a/homeassistant/components/twentemilieu/translations/ca.json b/homeassistant/components/twentemilieu/translations/ca.json index 4c5e1ffeee7..6c97b4bd83d 100644 --- a/homeassistant/components/twentemilieu/translations/ca.json +++ b/homeassistant/components/twentemilieu/translations/ca.json @@ -1,9 +1,11 @@ { "config": { "abort": { - "address_exists": "Adre\u00e7a ja configurada." + "address_exists": "Adre\u00e7a ja configurada.", + "already_configured": "La ubicaci\u00f3 ja est\u00e0 configurada" }, "error": { + "cannot_connect": "Ha fallat la connexi\u00f3", "connection_error": "No s'ha pogut connectar.", "invalid_address": "No s'ha trobat l'adre\u00e7a a l'\u00e0rea de servei de Twente Milieu." }, diff --git a/homeassistant/components/twentemilieu/translations/no.json b/homeassistant/components/twentemilieu/translations/no.json index 297988a7d97..05cdee7504a 100644 --- a/homeassistant/components/twentemilieu/translations/no.json +++ b/homeassistant/components/twentemilieu/translations/no.json @@ -5,7 +5,7 @@ "already_configured": "Plasseringen er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Tilkobling mislyktes.", "invalid_address": "Adresse ble ikke funnet i Twente Milieu tjenesteomr\u00e5de." }, diff --git a/homeassistant/components/twilio/translations/et.json b/homeassistant/components/twilio/translations/et.json index 6c230f34e91..faa0ab7769e 100644 --- a/homeassistant/components/twilio/translations/et.json +++ b/homeassistant/components/twilio/translations/et.json @@ -3,6 +3,11 @@ "abort": { "one_instance_allowed": "Lubatud on ainult \u00fcks sidumine.", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "user": { + "description": "Kas soovid Twilio-t seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/twilio/translations/pl.json b/homeassistant/components/twilio/translations/pl.json index c9ccffc8fb4..0098f0dd075 100644 --- a/homeassistant/components/twilio/translations/pl.json +++ b/homeassistant/components/twilio/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "not_internet_accessible": "Tw\u00f3j Home Assistant musi by\u0107 dost\u0119pny z Internetu, aby odbiera\u0107 komunikaty Twilio.", "one_instance_allowed": "Wymagana jest tylko jedna instancja.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Aby wysy\u0142a\u0107 zdarzenia do Home Assistanta, musisz skonfigurowa\u0107 [Twilio Webhook]({twilio_url}). \n\n Wprowad\u017a nast\u0119puj\u0105ce dane:\n\n - URL: `{webhook_url}` \n - Metoda: POST \n - Typ zawarto\u015bci: application/x-www-form-urlencoded \n\nZapoznaj si\u0119 z [dokumentacj\u0105]({docs_url}) na temat konfiguracji automatyzacji, by obs\u0142u\u017cy\u0107 przychodz\u0105ce dane." diff --git a/homeassistant/components/unifi/translations/no.json b/homeassistant/components/unifi/translations/no.json index 29e13a40182..b8d26e96a94 100644 --- a/homeassistant/components/unifi/translations/no.json +++ b/homeassistant/components/unifi/translations/no.json @@ -13,7 +13,7 @@ "data": { "host": "Vert", "password": "Passord", - "port": "", + "port": "Port", "site": "Nettsted-ID", "username": "Brukernavn", "verify_ssl": "Verifisere SSL-sertifikat" diff --git a/homeassistant/components/upb/translations/no.json b/homeassistant/components/upb/translations/no.json index 3454c1c4ec3..d97f7461e91 100644 --- a/homeassistant/components/upb/translations/no.json +++ b/homeassistant/components/upb/translations/no.json @@ -5,7 +5,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_upb_file": "Manglende eller ugyldig UPB UPStart eksportfil, sjekk navnet og banen til filen.", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/velbus/translations/no.json b/homeassistant/components/velbus/translations/no.json index 99732e6dd9a..24f30b0c37c 100644 --- a/homeassistant/components/velbus/translations/no.json +++ b/homeassistant/components/velbus/translations/no.json @@ -6,7 +6,7 @@ }, "error": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_failed": "Velbus-tilkoblingen mislyktes", "port_exists": "Denne porten er allerede konfigurert" }, diff --git a/homeassistant/components/vera/translations/et.json b/homeassistant/components/vera/translations/et.json index 4d67bb5b25d..5c79a04737b 100644 --- a/homeassistant/components/vera/translations/et.json +++ b/homeassistant/components/vera/translations/et.json @@ -2,6 +2,14 @@ "config": { "abort": { "already_configured": "Kontroller on juba seadistatud" + }, + "step": { + "user": { + "data": { + "vera_controller_url": "Kontrolleri URL" + }, + "title": "Seadista Vera kontroller" + } } } } \ No newline at end of file diff --git a/homeassistant/components/vesync/translations/pl.json b/homeassistant/components/vesync/translations/pl.json index 2ad34425443..8f7837db8ff 100644 --- a/homeassistant/components/vesync/translations/pl.json +++ b/homeassistant/components/vesync/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "already_setup": "Dozwolona jest tylko jedna instancja Vesync", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "invalid_auth": "Niepoprawne uwierzytelnienie", diff --git a/homeassistant/components/vilfo/translations/no.json b/homeassistant/components/vilfo/translations/no.json index ce99f9d81ab..b1f1cd8950f 100644 --- a/homeassistant/components/vilfo/translations/no.json +++ b/homeassistant/components/vilfo/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/vizio/translations/et.json b/homeassistant/components/vizio/translations/et.json index 47c8f51ab96..4c33f9cb6bb 100644 --- a/homeassistant/components/vizio/translations/et.json +++ b/homeassistant/components/vizio/translations/et.json @@ -25,5 +25,14 @@ "title": "" } } + }, + "options": { + "step": { + "init": { + "data": { + "include_or_exclude": "Kas kaasata v\u00f5i v\u00e4listada rakendused?" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/vizio/translations/no.json b/homeassistant/components/vizio/translations/no.json index 55b885d5a3f..e10275fd95f 100644 --- a/homeassistant/components/vizio/translations/no.json +++ b/homeassistant/components/vizio/translations/no.json @@ -5,7 +5,7 @@ "updated_entry": "Dette innlegget har allerede v\u00e6rt oppsett, men navnet, apps, og/eller alternativer som er definert i konfigurasjon som ikke stemmer med det som tidligere er importert konfigurasjon, s\u00e5 konfigurasjonen innlegget har blitt oppdatert i henhold til dette." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "complete_pairing_failed": "Kan ikke fullf\u00f8re sammenkoblingen. Forsikre deg om at PIN-koden du oppga er riktig, og at TV-en fortsatt er p\u00e5 og tilkoblet nettverket f\u00f8r du sender inn p\u00e5 nytt.", "existing_config_entry_found": "En eksisterende VIZIO SmartCast-enhet konfigurasjonsinngang med samme serienummer er allerede konfigurert. Du m\u00e5 slette den eksisterende oppf\u00f8ringen for \u00e5 konfigurere denne.", "host_exists": "VIZIO SmartCast-enhet med spesifisert vert allerede konfigurert.", diff --git a/homeassistant/components/volumio/translations/et.json b/homeassistant/components/volumio/translations/et.json index 54f74f76904..a8a93cef5c0 100644 --- a/homeassistant/components/volumio/translations/et.json +++ b/homeassistant/components/volumio/translations/et.json @@ -8,6 +8,9 @@ "unknown": "Tundmatu viga" }, "step": { + "discovery_confirm": { + "description": "Kas soovid lisada Volumio ('{name}') Home Assistanti?" + }, "user": { "data": { "host": "", diff --git a/homeassistant/components/volumio/translations/no.json b/homeassistant/components/volumio/translations/no.json index 420afc03ba5..dd9b28a1abe 100644 --- a/homeassistant/components/volumio/translations/no.json +++ b/homeassistant/components/volumio/translations/no.json @@ -5,7 +5,7 @@ "cannot_connect": "Kan ikke koble til oppdaget Volumio" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "unknown": "Uventet feil" }, "step": { @@ -16,7 +16,7 @@ "user": { "data": { "host": "Vert", - "port": "" + "port": "Port" } } } diff --git a/homeassistant/components/wemo/translations/et.json b/homeassistant/components/wemo/translations/et.json index 85b6ee12ba4..e9959620510 100644 --- a/homeassistant/components/wemo/translations/et.json +++ b/homeassistant/components/wemo/translations/et.json @@ -3,6 +3,11 @@ "abort": { "no_devices_found": "V\u00f5rgust ei leitud seadmeid", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." + }, + "step": { + "confirm": { + "description": "Kas soovid Wemo-t seadistada?" + } } } } \ No newline at end of file diff --git a/homeassistant/components/wemo/translations/pl.json b/homeassistant/components/wemo/translations/pl.json index ea681cbf31c..406856aac8e 100644 --- a/homeassistant/components/wemo/translations/pl.json +++ b/homeassistant/components/wemo/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/wiffi/translations/no.json b/homeassistant/components/wiffi/translations/no.json index 2cc189a6504..06e8f3449e1 100644 --- a/homeassistant/components/wiffi/translations/no.json +++ b/homeassistant/components/wiffi/translations/no.json @@ -7,7 +7,7 @@ "step": { "user": { "data": { - "port": "" + "port": "Port" }, "title": "Sett opp TCP-server for WIFFI-enheter" } diff --git a/homeassistant/components/wilight/translations/et.json b/homeassistant/components/wilight/translations/et.json index a2c7e6e71ee..87557468d2f 100644 --- a/homeassistant/components/wilight/translations/et.json +++ b/homeassistant/components/wilight/translations/et.json @@ -5,6 +5,7 @@ }, "step": { "confirm": { + "description": "Kas soovid seadistada WiLight'i {name} ?\n\n See toetab: {components}", "title": "" } } diff --git a/homeassistant/components/withings/translations/en.json b/homeassistant/components/withings/translations/en.json index 0cead5bb91e..f7f59d6b40d 100644 --- a/homeassistant/components/withings/translations/en.json +++ b/homeassistant/components/withings/translations/en.json @@ -10,6 +10,7 @@ "default": "Successfully authenticated with Withings." }, "error": { + "already_configured": "Account is already configured", "already_configured_account": "Account is already configured", "profile_exists": "User profile is already configured. Please provide a unique profile name." }, diff --git a/homeassistant/components/withings/translations/no.json b/homeassistant/components/withings/translations/no.json index c151ef38d5d..3ab7156bf25 100644 --- a/homeassistant/components/withings/translations/no.json +++ b/homeassistant/components/withings/translations/no.json @@ -10,6 +10,7 @@ "default": "Vellykket godkjenning med Withings." }, "error": { + "already_configured": "Kontoen er allerede konfigurert", "already_configured_account": "Kontoen er allerede konfigurert", "profile_exists": "Brukerprofilen er allerede konfigurert. Oppgi et unikt profilnavn." }, diff --git a/homeassistant/components/wled/translations/no.json b/homeassistant/components/wled/translations/no.json index 1f44308a83b..b3a98e3ab4a 100644 --- a/homeassistant/components/wled/translations/no.json +++ b/homeassistant/components/wled/translations/no.json @@ -2,18 +2,18 @@ "config": { "abort": { "already_configured": "Enheten er allerede konfigurert", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til WLED-enheten." }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til WLED-enheten." }, "flow_title": "", "step": { "user": { "data": { - "host": "Vert " + "host": "Vert" }, "description": "Sett opp WLED til \u00e5 integreres med Home Assistant." }, diff --git a/homeassistant/components/wolflink/translations/no.json b/homeassistant/components/wolflink/translations/no.json index a158cba44a2..82cf873bd78 100644 --- a/homeassistant/components/wolflink/translations/no.json +++ b/homeassistant/components/wolflink/translations/no.json @@ -4,7 +4,7 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/xbox/translations/ca.json b/homeassistant/components/xbox/translations/ca.json new file mode 100644 index 00000000000..dadc4ebcb64 --- /dev/null +++ b/homeassistant/components/xbox/translations/ca.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "authorize_url_timeout": "Temps d'espera esgotat durant la generaci\u00f3 de l'URL d'autoritzaci\u00f3.", + "missing_configuration": "El component no est\u00e0 configurat. Mira'n la documentaci\u00f3.", + "single_instance_allowed": "Ja configurat. Nom\u00e9s \u00e9s possible una sola configuraci\u00f3." + }, + "create_entry": { + "default": "Autenticaci\u00f3 exitosa" + }, + "step": { + "pick_implementation": { + "title": "Selecci\u00f3 del m\u00e8tode d'autenticaci\u00f3" + } + } + }, + "title": "Xbox" +} \ No newline at end of file diff --git a/homeassistant/components/xbox/translations/et.json b/homeassistant/components/xbox/translations/et.json index c3a5a27cf08..2504817b6d6 100644 --- a/homeassistant/components/xbox/translations/et.json +++ b/homeassistant/components/xbox/translations/et.json @@ -13,5 +13,6 @@ "title": "Vali tuvastusmeetod" } } - } + }, + "title": "" } \ No newline at end of file diff --git a/homeassistant/components/xbox/translations/nl.json b/homeassistant/components/xbox/translations/nl.json new file mode 100644 index 00000000000..5a4bc8da0f6 --- /dev/null +++ b/homeassistant/components/xbox/translations/nl.json @@ -0,0 +1,3 @@ +{ + "title": "xbox" +} \ No newline at end of file diff --git a/homeassistant/components/xbox/translations/no.json b/homeassistant/components/xbox/translations/no.json new file mode 100644 index 00000000000..ca7f7ac3d4f --- /dev/null +++ b/homeassistant/components/xbox/translations/no.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "authorize_url_timeout": "Tidsavbrudd som genererer autorer URL-adresse.", + "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." + }, + "create_entry": { + "default": "Vellykket godkjenning" + }, + "step": { + "pick_implementation": { + "title": "Velg godkjenningsmetode" + } + } + }, + "title": "Xbox" +} \ No newline at end of file diff --git a/homeassistant/components/xbox/translations/pl.json b/homeassistant/components/xbox/translations/pl.json index 44886e8c97e..e38367c4e30 100644 --- a/homeassistant/components/xbox/translations/pl.json +++ b/homeassistant/components/xbox/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "authorize_url_timeout": "Przekroczono limit czasu generowania URL autoryzacji.", "missing_configuration": "Komponent nie jest skonfigurowany. Post\u0119puj zgodnie z dokumentacj\u0105.", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "create_entry": { "default": "Pomy\u015blnie uwierzytelniono" diff --git a/homeassistant/components/xbox/translations/zh-Hant.json b/homeassistant/components/xbox/translations/zh-Hant.json new file mode 100644 index 00000000000..c5514515664 --- /dev/null +++ b/homeassistant/components/xbox/translations/zh-Hant.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "authorize_url_timeout": "\u7522\u751f\u8a8d\u8b49 URL \u6642\u903e\u6642\u3002", + "missing_configuration": "\u5143\u4ef6\u5c1a\u672a\u8a2d\u7f6e\uff0c\u8acb\u53c3\u95b1\u6587\u4ef6\u8aaa\u660e\u3002", + "single_instance_allowed": "\u50c5\u80fd\u8a2d\u5b9a\u4e00\u7d44\u8a2d\u5099\u3002" + }, + "create_entry": { + "default": "\u5df2\u6210\u529f\u8a8d\u8b49" + }, + "step": { + "pick_implementation": { + "title": "\u9078\u64c7\u9a57\u8b49\u6a21\u5f0f" + } + } + }, + "title": "xbox" +} \ No newline at end of file diff --git a/homeassistant/components/xiaomi_aqara/translations/et.json b/homeassistant/components/xiaomi_aqara/translations/et.json index 2eb90686d3f..6e65100024a 100644 --- a/homeassistant/components/xiaomi_aqara/translations/et.json +++ b/homeassistant/components/xiaomi_aqara/translations/et.json @@ -5,13 +5,34 @@ "already_in_progress": "Seadistamine on juba k\u00e4imas" }, "error": { - "invalid_host": "Vigane hostinimi v\u00f5i IP aadress, lisaks vaata: https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem" + "discovery_error": "Xiaomi Aqara l\u00fc\u00fcsi avastamine nurjus, proovi kasutada HomeAssistanti IP-d liidesena", + "invalid_host": "Vigane hostinimi v\u00f5i IP aadress, lisaks vaata: https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem", + "invalid_interface": "Sobimatu v\u00f5rguliides", + "invalid_mac": "Vigane MAC aadress" }, + "flow_title": "Xiaomi Aqara l\u00fc\u00fcs: {name}", "step": { + "select": { + "data": { + "select_ip": "L\u00fc\u00fcsi IP" + }, + "description": "K\u00e4ivita seadistamine uuesti kui soovid \u00fchendada t\u00e4iendavaid l\u00fc\u00fcse", + "title": "Vali Xiaomi Aqara l\u00fc\u00fcs mida soovid \u00fchendada" + }, + "settings": { + "data": { + "key": "L\u00fc\u00fcsi v\u00f5ti", + "name": "L\u00fc\u00fcsi nimi" + }, + "description": "V\u00f5tme (parooli) saab hankida selle \u00f5petuse abil: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)#Adding_the_Xiaomi_Gateway_to_Domoticz. Kui v\u00f5ti puudub on ligip\u00e4\u00e4s ainult anduritele" + }, "user": { "data": { - "host": "IP-aadress (valikuline)" + "host": "IP-aadress (valikuline)", + "interface": "Kasutatav v\u00f5rguliides", + "mac": "MAC aadress (valikuline)" }, + "description": "\u00dchendu oma Xiaomi Aqara Gatewayga. Kui IP- ja MAC-aadressid j\u00e4etakse t\u00fchjaks, kasutatakse automaatset avastamist", "title": "" } } diff --git a/homeassistant/components/xiaomi_miio/translations/et.json b/homeassistant/components/xiaomi_miio/translations/et.json index afc04a25c2b..9bc58308fce 100644 --- a/homeassistant/components/xiaomi_miio/translations/et.json +++ b/homeassistant/components/xiaomi_miio/translations/et.json @@ -5,15 +5,18 @@ "already_in_progress": "Seadistamine on juba k\u00e4imas" }, "error": { - "connect_error": "\u00dchendamine nurjus" + "connect_error": "\u00dchendamine nurjus", + "no_device_selected": "Seadmeid pole valitud, vali \u00fcks seade." }, "flow_title": "Xiaomi Miio: {name}", "step": { "gateway": { "data": { "host": "IP aadress", + "name": "L\u00fc\u00fcsi nimi", "token": "API string" }, + "description": "On vaja 32-kohalist API-tokenti, juhiste saamiseks vaata lehte https://www.home-assistant.io/integrations/vacuum.xiaomi_miio/#retrieving-the-access-token. Pane t\u00e4hele, et see token erineb Xiaomi Aqara sidumisel kasutatavast v\u00f5tmest.", "title": "Loo \u00fchendus Xiaomi l\u00fc\u00fcsiga" }, "user": { diff --git a/homeassistant/components/xiaomi_miio/translations/no.json b/homeassistant/components/xiaomi_miio/translations/no.json index 57a560ea47b..fd4295bd3d8 100644 --- a/homeassistant/components/xiaomi_miio/translations/no.json +++ b/homeassistant/components/xiaomi_miio/translations/no.json @@ -5,7 +5,7 @@ "already_in_progress": "Konfigurasjonsflyten p\u00e5g\u00e5r allerede" }, "error": { - "connect_error": "Tilkobling mislyktes.", + "connect_error": "Tilkobling mislyktes", "no_device_selected": "Ingen enhet valgt, vennligst velg en enhet." }, "flow_title": "", diff --git a/homeassistant/components/yeelight/translations/no.json b/homeassistant/components/yeelight/translations/no.json index 7cd668da3bf..dd88224d463 100644 --- a/homeassistant/components/yeelight/translations/no.json +++ b/homeassistant/components/yeelight/translations/no.json @@ -5,7 +5,7 @@ "no_devices_found": "Ingen enheter funnet p\u00e5 nettverket" }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "pick_device": { diff --git a/homeassistant/components/zerproc/translations/pl.json b/homeassistant/components/zerproc/translations/pl.json index 48bc753dfaf..c5c191f22d6 100644 --- a/homeassistant/components/zerproc/translations/pl.json +++ b/homeassistant/components/zerproc/translations/pl.json @@ -2,7 +2,7 @@ "config": { "abort": { "no_devices_found": "Nie znaleziono urz\u0105dze\u0144 w sieci", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "step": { "confirm": { diff --git a/homeassistant/components/zha/translations/et.json b/homeassistant/components/zha/translations/et.json index 3b7fd7e18e9..9d43ded0eb2 100644 --- a/homeassistant/components/zha/translations/et.json +++ b/homeassistant/components/zha/translations/et.json @@ -7,16 +7,34 @@ "cannot_connect": "\u00dchendamine nurjus" }, "step": { + "pick_radio": { + "data": { + "radio_type": "Seadme raadio t\u00fc\u00fcp" + }, + "description": "Vali oma Zigbee raadio t\u00fc\u00fcp", + "title": "Seadme raadio t\u00fc\u00fcp" + }, "port_config": { + "data": { + "baudrate": "pordi kiirus", + "flow_control": "andmevoo juhtimine", + "path": "Jadaseadme tee" + }, + "description": "Sisesta pordispetsiifilised seaded", "title": "Seaded" }, "user": { + "data": { + "path": "Jadaseadme tee" + }, + "description": "Vali Zigbee raadio jadaport", "title": "" } } }, "device_automation": { "action_type": { + "squawk": "Pr\u00e4\u00e4ksata", "warn": "Hoiata" }, "trigger_subtype": { diff --git a/homeassistant/components/zha/translations/no.json b/homeassistant/components/zha/translations/no.json index 6dac24f8256..9b9e2605ac4 100644 --- a/homeassistant/components/zha/translations/no.json +++ b/homeassistant/components/zha/translations/no.json @@ -4,7 +4,7 @@ "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { - "cannot_connect": "Tilkobling mislyktes." + "cannot_connect": "Tilkobling mislyktes" }, "step": { "pick_radio": { diff --git a/homeassistant/components/zha/translations/pl.json b/homeassistant/components/zha/translations/pl.json index 13f5b01aa28..3e047b558ef 100644 --- a/homeassistant/components/zha/translations/pl.json +++ b/homeassistant/components/zha/translations/pl.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "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/zoneminder/translations/no.json b/homeassistant/components/zoneminder/translations/no.json index e0bd67c34e5..50a9b5fedbf 100644 --- a/homeassistant/components/zoneminder/translations/no.json +++ b/homeassistant/components/zoneminder/translations/no.json @@ -2,7 +2,7 @@ "config": { "abort": { "auth_fail": "Brukernavn eller passord er feil.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til en ZoneMinder-server.", "invalid_auth": "Ugyldig godkjenning" }, @@ -11,7 +11,7 @@ }, "error": { "auth_fail": "Brukernavn eller passord er feil.", - "cannot_connect": "Tilkobling mislyktes.", + "cannot_connect": "Tilkobling mislyktes", "connection_error": "Kunne ikke koble til en ZoneMinder-server.", "invalid_auth": "Ugyldig godkjenning" }, diff --git a/homeassistant/components/zwave/translations/et.json b/homeassistant/components/zwave/translations/et.json index 48ce5f9b51f..93705f4c805 100644 --- a/homeassistant/components/zwave/translations/et.json +++ b/homeassistant/components/zwave/translations/et.json @@ -2,13 +2,20 @@ "config": { "abort": { "already_configured": "Seade on juba h\u00e4\u00e4lestatud", + "one_instance_only": "Komponent toetab ainult \u00fchte Z-Wave sidumist", "single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine." }, + "error": { + "option_error": "Z-Wave valideerimine nurjus. Kas USB-m\u00e4lupulga tee on \u00f5ige?" + }, "step": { "user": { "data": { + "network_key": "V\u00f5rguv\u00f5ti (j\u00e4ta automaatse genereerimise jaoks t\u00fchjaks)", "usb_path": "USB seadme rada" - } + }, + "description": "Konfiguratsioonimuutujate kohta leiad teavet https://www.home-assistant.io/docs/z-wave/installation/", + "title": "Seadista Z-Wave" } } }, diff --git a/homeassistant/components/zwave/translations/no.json b/homeassistant/components/zwave/translations/no.json index aa1e74264ed..f20cf46aeb4 100644 --- a/homeassistant/components/zwave/translations/no.json +++ b/homeassistant/components/zwave/translations/no.json @@ -12,7 +12,7 @@ "user": { "data": { "network_key": "Nettverksn\u00f8kkel (la v\u00e6re tom for automatisk oppretting)", - "usb_path": "USB bane" + "usb_path": "USB enhetsbane" }, "description": "Se [www.home-assistant.io/docs/z-wave/installation/](https://www.home-assistant.io/docs/z-wave/installation/) for informasjon om konfigurasjon variablene", "title": "Sett opp Z-Wave" diff --git a/homeassistant/components/zwave/translations/pl.json b/homeassistant/components/zwave/translations/pl.json index 6f503b02390..6d7675391ff 100644 --- a/homeassistant/components/zwave/translations/pl.json +++ b/homeassistant/components/zwave/translations/pl.json @@ -3,7 +3,7 @@ "abort": { "already_configured": "Urz\u0105dzenie jest ju\u017c skonfigurowane", "one_instance_only": "Komponent obs\u0142uguje tylko jedn\u0105 instancj\u0119 Z-Wave", - "single_instance_allowed": "Ju\u017c skonfigurowano, mo\u017cliwa jest tylko jedna konfiguracja" + "single_instance_allowed": "Ju\u017c skonfigurowano. Mo\u017cliwa jest tylko jedna konfiguracja." }, "error": { "option_error": "Walidacja Z-Wave si\u0119 nie powiod\u0142a. Czy \u015bcie\u017cka do kontrolera Z-Wave USB jest prawid\u0142owa?"