From e76db603672524aefa94e2e3b6aea88e50b1f0e3 Mon Sep 17 00:00:00 2001 From: HomeAssistant Azure Date: Wed, 5 Aug 2020 00:02:19 +0000 Subject: [PATCH] [ci skip] Translation update --- .../accuweather/translations/no.json | 8 ++++- .../accuweather/translations/pl.json | 2 +- .../accuweather/translations/sensor.cs.json | 9 ++++++ .../accuweather/translations/sensor.es.json | 9 ++++++ .../accuweather/translations/sensor.no.json | 9 ++++++ .../accuweather/translations/sensor.pl.json | 9 ++++++ .../components/arcam_fmj/translations/no.json | 1 + .../components/awair/translations/no.json | 5 +++ .../azure_devops/translations/no.json | 1 + .../components/bond/translations/cs.json | 16 ++++++++++ .../components/bond/translations/es.json | 10 ++++++ .../components/bond/translations/no.json | 27 ++++++++++++++++ .../components/control4/translations/no.json | 13 ++++++++ .../components/cover/translations/cs.json | 3 ++ .../components/cover/translations/es.json | 3 +- .../components/cover/translations/no.json | 3 +- .../components/daikin/translations/no.json | 11 +++++-- .../components/denonavr/translations/no.json | 1 + .../components/dexcom/translations/no.json | 12 ++++++- .../components/directv/translations/no.json | 2 +- .../components/doorbird/translations/no.json | 1 + .../components/dunehd/translations/no.json | 8 +++++ .../components/enocean/translations/no.json | 3 +- .../components/firmata/translations/no.json | 7 ++++ .../components/gogogate2/translations/no.json | 7 ++++ .../components/hlk_sw16/translations/cs.json | 18 +++++++++++ .../components/hlk_sw16/translations/en.json | 17 +++++----- .../components/hlk_sw16/translations/es.json | 21 ++++++++++++ .../components/hlk_sw16/translations/no.json | 21 ++++++++++++ .../components/hlk_sw16/translations/ru.json | 21 ++++++++++++ .../components/homekit/translations/no.json | 1 + .../components/hue/translations/no.json | 3 ++ .../humidifier/translations/no.json | 6 ++++ .../components/icloud/translations/no.json | 1 + .../components/iqvia/translations/cs.json | 7 ++++ .../components/iqvia/translations/en.json | 1 + .../components/iqvia/translations/es.json | 3 ++ .../components/iqvia/translations/no.json | 3 ++ .../components/iqvia/translations/ru.json | 3 ++ .../components/isy994/translations/no.json | 8 +++-- .../components/life360/translations/no.json | 3 +- .../components/melcloud/translations/no.json | 4 +-- .../meteo_france/translations/cs.json | 24 ++++++++++++++ .../meteo_france/translations/es.json | 19 +++++++++++ .../meteo_france/translations/no.json | 19 +++++++++++ .../components/metoffice/translations/no.json | 7 ++++ .../components/mill/translations/no.json | 18 +++++++++++ .../components/mqtt/translations/cs.json | 1 + .../components/mqtt/translations/en.json | 2 ++ .../components/mqtt/translations/es.json | 2 ++ .../components/mqtt/translations/no.json | 3 ++ .../components/mqtt/translations/ru.json | 2 ++ .../components/netatmo/translations/en.json | 3 +- .../components/netatmo/translations/no.json | 1 + .../components/plex/translations/no.json | 1 + .../plum_lightpad/translations/no.json | 18 +++++++++++ .../components/point/translations/no.json | 2 +- .../components/poolsense/translations/no.json | 13 ++++++++ .../components/sense/translations/no.json | 2 +- .../simplisafe/translations/no.json | 6 +++- .../components/smappee/translations/no.json | 3 +- .../components/smarthab/translations/no.json | 8 ++++- .../components/sms/translations/no.json | 8 +++++ .../components/sonarr/translations/no.json | 8 +++++ .../components/songpal/translations/no.json | 4 +++ .../components/spider/translations/en.json | 32 +++++++++---------- .../squeezebox/translations/no.json | 14 ++++++-- .../components/syncthru/translations/no.json | 9 ++++++ .../components/tile/translations/no.json | 4 +++ .../components/toon/translations/no.json | 2 ++ .../components/tuya/translations/no.json | 12 ++++++- .../components/unifi/translations/no.json | 1 + .../components/vizio/translations/no.json | 6 ++-- .../components/volumio/translations/cs.json | 15 +++++++++ .../components/volumio/translations/no.json | 11 +++++++ .../components/withings/translations/no.json | 2 +- .../components/wolflink/translations/no.json | 12 +++++++ .../xiaomi_aqara/translations/no.json | 1 + .../xiaomi_miio/translations/no.json | 1 + .../components/zerproc/translations/no.json | 11 +++++++ 80 files changed, 577 insertions(+), 51 deletions(-) create mode 100644 homeassistant/components/accuweather/translations/sensor.cs.json create mode 100644 homeassistant/components/accuweather/translations/sensor.es.json create mode 100644 homeassistant/components/accuweather/translations/sensor.no.json create mode 100644 homeassistant/components/accuweather/translations/sensor.pl.json create mode 100644 homeassistant/components/bond/translations/cs.json create mode 100644 homeassistant/components/bond/translations/no.json create mode 100644 homeassistant/components/firmata/translations/no.json create mode 100644 homeassistant/components/hlk_sw16/translations/cs.json create mode 100644 homeassistant/components/hlk_sw16/translations/es.json create mode 100644 homeassistant/components/hlk_sw16/translations/no.json create mode 100644 homeassistant/components/hlk_sw16/translations/ru.json create mode 100644 homeassistant/components/iqvia/translations/cs.json create mode 100644 homeassistant/components/meteo_france/translations/cs.json create mode 100644 homeassistant/components/mill/translations/no.json create mode 100644 homeassistant/components/plum_lightpad/translations/no.json create mode 100644 homeassistant/components/volumio/translations/cs.json diff --git a/homeassistant/components/accuweather/translations/no.json b/homeassistant/components/accuweather/translations/no.json index e0197581db6..c6cbc82bc2c 100644 --- a/homeassistant/components/accuweather/translations/no.json +++ b/homeassistant/components/accuweather/translations/no.json @@ -1,16 +1,22 @@ { "config": { + "abort": { + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." + }, "error": { + "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." }, "step": { "user": { "data": { + "api_key": "API-n\u00f8kkel", "latitude": "Breddegrad", "longitude": "Lengdegrad", "name": "Navn p\u00e5 integrasjon" }, - "description": "Hvis du trenger hjelp med konfigurasjonen, kan du se her: https://www.home-assistant.io/integrations/accuweather/ \n\n V\u00e6rmelding er ikke aktivert som standard. Du kan aktivere det i integrasjonsalternativene.", + "description": "Hvis du trenger hjelp med konfigurasjonen, kan du se her: https://www.home-assistant.io/integrations/accuweather/ \n\n Noen sensorer er ikke aktivert som standard. Du kan aktivere dem i enhetsregisteret etter integrasjonskonfigurasjonen. \n V\u00e6rmelding er ikke aktivert som standard. Du kan aktivere det i integrasjonsalternativene.", "title": "" } } diff --git a/homeassistant/components/accuweather/translations/pl.json b/homeassistant/components/accuweather/translations/pl.json index eb1ea8e5b04..273458db00c 100644 --- a/homeassistant/components/accuweather/translations/pl.json +++ b/homeassistant/components/accuweather/translations/pl.json @@ -16,7 +16,7 @@ "longitude": "D\u0142ugo\u015b\u0107 geograficzna", "name": "Nazwa integracji" }, - "description": "Je\u015bli potrzebujesz pomocy z konfiguracj\u0105, przejd\u017a na stron\u0119: https://www.home-assistant.io/integrations/accuweather/ \n\n Prognoza pogody nie jest domy\u015blnie w\u0142\u0105czona. Mo\u017cesz j\u0105 w\u0142\u0105czy\u0107 w opcjach integracji.", + "description": "Je\u015bli potrzebujesz pomocy z konfiguracj\u0105, przejd\u017a na stron\u0119: https://www.home-assistant.io/integrations/accuweather/ \n\nCz\u0119\u015b\u0107 sensor\u00f3w nie jest w\u0142\u0105czona domy\u015blnie. Mo\u017cesz je w\u0142\u0105czy\u0107 w rejestrze encji po konfiguracji integracji.\nPrognoza pogody nie jest domy\u015blnie w\u0142\u0105czona. Mo\u017cesz j\u0105 w\u0142\u0105czy\u0107 w opcjach integracji.", "title": "AccuWeather" } } diff --git a/homeassistant/components/accuweather/translations/sensor.cs.json b/homeassistant/components/accuweather/translations/sensor.cs.json new file mode 100644 index 00000000000..e49b09927d5 --- /dev/null +++ b/homeassistant/components/accuweather/translations/sensor.cs.json @@ -0,0 +1,9 @@ +{ + "state": { + "accuweather__pressure_tendency": { + "falling": "Klesaj\u00edc\u00ed", + "rising": "Roustouc\u00ed", + "steady": "St\u00e1l\u00fd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/accuweather/translations/sensor.es.json b/homeassistant/components/accuweather/translations/sensor.es.json new file mode 100644 index 00000000000..72d666b1ba3 --- /dev/null +++ b/homeassistant/components/accuweather/translations/sensor.es.json @@ -0,0 +1,9 @@ +{ + "state": { + "accuweather__pressure_tendency": { + "falling": "Cayendo", + "rising": "Subiendo", + "steady": "Estable" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/accuweather/translations/sensor.no.json b/homeassistant/components/accuweather/translations/sensor.no.json new file mode 100644 index 00000000000..abe8a935115 --- /dev/null +++ b/homeassistant/components/accuweather/translations/sensor.no.json @@ -0,0 +1,9 @@ +{ + "state": { + "accuweather__pressure_tendency": { + "falling": "Fallende", + "rising": "Stiger", + "steady": "Jevn" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/accuweather/translations/sensor.pl.json b/homeassistant/components/accuweather/translations/sensor.pl.json new file mode 100644 index 00000000000..cc7ba9b873c --- /dev/null +++ b/homeassistant/components/accuweather/translations/sensor.pl.json @@ -0,0 +1,9 @@ +{ + "state": { + "accuweather__pressure_tendency": { + "falling": "spada", + "rising": "ro\u015bnie", + "steady": "bez zmian" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/arcam_fmj/translations/no.json b/homeassistant/components/arcam_fmj/translations/no.json index 554097b95a5..14d55224119 100644 --- a/homeassistant/components/arcam_fmj/translations/no.json +++ b/homeassistant/components/arcam_fmj/translations/no.json @@ -12,6 +12,7 @@ }, "user": { "data": { + "host": "Vert", "port": "" }, "description": "Vennligst skriv inn vertsnavnet eller IP-adressen til enheten." diff --git a/homeassistant/components/awair/translations/no.json b/homeassistant/components/awair/translations/no.json index dd69f2b255f..46c3d5c3711 100644 --- a/homeassistant/components/awair/translations/no.json +++ b/homeassistant/components/awair/translations/no.json @@ -1,20 +1,25 @@ { "config": { "abort": { + "already_configured": "Kontoen er allerede konfigurert", + "no_devices": "Ingen enheter funnet p\u00e5 nettverket", "reauth_successful": "Tilgangstoken oppdatert" }, "error": { + "auth": "Ugyldig tilgangstoken", "unknown": "Ukjent Awair API-feil." }, "step": { "reauth": { "data": { + "access_token": "Tilgangstoken", "email": "Epost" }, "description": "Skriv inn tilgangstokenet for Awair-utviklere p\u00e5 nytt." }, "user": { "data": { + "access_token": "Tilgangstoken", "email": "Epost " }, "description": "Du m\u00e5 registrere deg for et Awair-utviklertilgangstoken p\u00e5: https://developer.getawair.com/onboard/login" diff --git a/homeassistant/components/azure_devops/translations/no.json b/homeassistant/components/azure_devops/translations/no.json index 2723f8e08c7..00d9ae4d925 100644 --- a/homeassistant/components/azure_devops/translations/no.json +++ b/homeassistant/components/azure_devops/translations/no.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Kontoen er allerede konfigurert", "reauth_successful": "Tilgangstoken oppdatert" }, "error": { diff --git a/homeassistant/components/bond/translations/cs.json b/homeassistant/components/bond/translations/cs.json new file mode 100644 index 00000000000..bf42fe8d5fc --- /dev/null +++ b/homeassistant/components/bond/translations/cs.json @@ -0,0 +1,16 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nakofigurovan\u00e9" + }, + "flow_title": "Bond: {bond_id} ({host})", + "step": { + "confirm": { + "data": { + "access_token": "P\u0159\u00edstupov\u00fd token" + }, + "description": "Chcete nastavit {bond_id} ?" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/bond/translations/es.json b/homeassistant/components/bond/translations/es.json index 9620672ccf0..063915421e3 100644 --- a/homeassistant/components/bond/translations/es.json +++ b/homeassistant/components/bond/translations/es.json @@ -1,11 +1,21 @@ { "config": { + "abort": { + "already_configured": "El dispositivo ya est\u00e1 configurado" + }, "error": { "cannot_connect": "No se pudo conectar", "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", "unknown": "Error inesperado" }, + "flow_title": "Bond: {bond_id} ({host})", "step": { + "confirm": { + "data": { + "access_token": "Token de acceso" + }, + "description": "\u00bfQuieres configurar {bond_id}?" + }, "user": { "data": { "access_token": "Token de acceso", diff --git a/homeassistant/components/bond/translations/no.json b/homeassistant/components/bond/translations/no.json new file mode 100644 index 00000000000..1a1c8792dc0 --- /dev/null +++ b/homeassistant/components/bond/translations/no.json @@ -0,0 +1,27 @@ +{ + "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" + }, + "flow_title": "Obligasjon: {bond_id} ( {host} )", + "step": { + "confirm": { + "data": { + "access_token": "Tilgangstoken" + }, + "description": "Vil du konfigurere {bond_id}?" + }, + "user": { + "data": { + "access_token": "Tilgangstoken", + "host": "Vert" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/control4/translations/no.json b/homeassistant/components/control4/translations/no.json index 3ea1bb403bd..bc6bcc64462 100644 --- a/homeassistant/components/control4/translations/no.json +++ b/homeassistant/components/control4/translations/no.json @@ -1,7 +1,20 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" + }, "step": { "user": { + "data": { + "host": "IP adresse", + "password": "Passord", + "username": "Brukernavn" + }, "description": "Vennligst skriv inn Control4-kontodetaljene og IP-adressen til din lokale kontroller." } } diff --git a/homeassistant/components/cover/translations/cs.json b/homeassistant/components/cover/translations/cs.json index c32db1e8b97..b093fb9f214 100644 --- a/homeassistant/components/cover/translations/cs.json +++ b/homeassistant/components/cover/translations/cs.json @@ -1,5 +1,8 @@ { "device_automation": { + "action_type": { + "stop": "Zastavit {entity_name}" + }, "condition_type": { "is_closed": "{entity_name} je zav\u0159eno", "is_closing": "{entity_name} se zav\u00edr\u00e1", diff --git a/homeassistant/components/cover/translations/es.json b/homeassistant/components/cover/translations/es.json index 857813eefb5..181cda45fb5 100644 --- a/homeassistant/components/cover/translations/es.json +++ b/homeassistant/components/cover/translations/es.json @@ -6,7 +6,8 @@ "open": "Abrir {entity_name}", "open_tilt": "Abrir inclinaci\u00f3n de {entity_name}", "set_position": "Ajustar la posici\u00f3n de {entity_name}", - "set_tilt_position": "Ajustar la posici\u00f3n de inclinaci\u00f3n de {entity_name}" + "set_tilt_position": "Ajustar la posici\u00f3n de inclinaci\u00f3n de {entity_name}", + "stop": "Detener {entity_name}" }, "condition_type": { "is_closed": "{entity_name} est\u00e1 cerrado", diff --git a/homeassistant/components/cover/translations/no.json b/homeassistant/components/cover/translations/no.json index eaa0f2d1678..a9f1cbafb18 100644 --- a/homeassistant/components/cover/translations/no.json +++ b/homeassistant/components/cover/translations/no.json @@ -6,7 +6,8 @@ "open": "\u00c5pne {entity_name}", "open_tilt": "\u00c5pne {entity_name} tilt", "set_position": "Angi {entity_name} posisjon", - "set_tilt_position": "Angi {entity_name} tilt posisjon" + "set_tilt_position": "Angi {entity_name} tilt posisjon", + "stop": "Stopp {entity_name}" }, "condition_type": { "is_closed": "{entity_name} er lukket", diff --git a/homeassistant/components/daikin/translations/no.json b/homeassistant/components/daikin/translations/no.json index 98d93a29952..cb2f8cde40b 100644 --- a/homeassistant/components/daikin/translations/no.json +++ b/homeassistant/components/daikin/translations/no.json @@ -3,12 +3,19 @@ "abort": { "already_configured": "Enheten er allerede konfigurert" }, + "error": { + "device_fail": "Uventet feil", + "device_timeout": "Tilkobling mislyktes.", + "forbidden": "Ugyldig godkjenning" + }, "step": { "user": { "data": { - "host": "Vert" + "host": "Vert", + "key": "API-n\u00f8kkel", + "password": "Passord" }, - "description": "Fyll inn IP-adressen til din Daikin AC.", + "description": "Angi IP-adressen til Daikin AC. \n\n Merk at API-n\u00f8kkel og Passord brukes av henholdsvis BRP072Cxx og SKYFi-enheter.", "title": "Konfigurer Daikin AC" } } diff --git a/homeassistant/components/denonavr/translations/no.json b/homeassistant/components/denonavr/translations/no.json index 93f58eedf6a..e156101c378 100644 --- a/homeassistant/components/denonavr/translations/no.json +++ b/homeassistant/components/denonavr/translations/no.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyt for denne Denon AVR p\u00e5g\u00e5r allerede", "connection_error": "Kunne ikke koble til, vennligst pr\u00f8v igjen. Koble fra str\u00f8m- og nettverkskablene og koble dem til igjen kan hjelpe", "not_denonavr_manufacturer": "Ikke en Denon AVR Network Receiver, oppdaget manafucturer stemte ikke overens", diff --git a/homeassistant/components/dexcom/translations/no.json b/homeassistant/components/dexcom/translations/no.json index 09ec0002470..61ad015b5a4 100644 --- a/homeassistant/components/dexcom/translations/no.json +++ b/homeassistant/components/dexcom/translations/no.json @@ -1,9 +1,19 @@ { "config": { + "abort": { + "already_configured_account": "Kontoen er allerede konfigurert" + }, + "error": { + "account_error": "Ugyldig godkjenning", + "session_error": "Tilkobling mislyktes.", + "unknown": "Uventet feil" + }, "step": { "user": { "data": { - "server": "" + "password": "Passord", + "server": "", + "username": "Brukernavn" }, "description": "Angi Dexcom Share-legitimasjon", "title": "Setup Dexcom integrasjon" diff --git a/homeassistant/components/directv/translations/no.json b/homeassistant/components/directv/translations/no.json index d4f9e1f72de..c6db33d32d0 100644 --- a/homeassistant/components/directv/translations/no.json +++ b/homeassistant/components/directv/translations/no.json @@ -1,7 +1,7 @@ { "config": { "abort": { - "already_configured": "DirecTV-mottaker er allerede konfigurert", + "already_configured": "Enheten er allerede konfigurert", "unknown": "Uventet feil" }, "error": { diff --git a/homeassistant/components/doorbird/translations/no.json b/homeassistant/components/doorbird/translations/no.json index 8f3a580e43e..4929e58c61f 100644 --- a/homeassistant/components/doorbird/translations/no.json +++ b/homeassistant/components/doorbird/translations/no.json @@ -6,6 +6,7 @@ "not_doorbird_device": "Denne enheten er ikke en DoorBird" }, "error": { + "cannot_connect": "Tilkobling mislyktes.", "invalid_auth": "Ugyldig godkjenning", "unknown": "Uventet feil" }, diff --git a/homeassistant/components/dunehd/translations/no.json b/homeassistant/components/dunehd/translations/no.json index 061809a1c30..e395c28b7a9 100644 --- a/homeassistant/components/dunehd/translations/no.json +++ b/homeassistant/components/dunehd/translations/no.json @@ -1,10 +1,18 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, "error": { + "already_configured": "Enheten er allerede konfigurert", + "cannot_connect": "Tilkobling mislyktes.", "invalid_host": "Ugyldig vertsnavn eller IP-adresse." }, "step": { "user": { + "data": { + "host": "Vert" + }, "description": "Konfigurer Dune HD-integrering. Hvis du har problemer med konfigurasjonen, kan du g\u00e5 til: https://www.home-assistant.io/integrations/dunehd \n\nKontroller at spilleren er sl\u00e5tt p\u00e5.", "title": "" } diff --git a/homeassistant/components/enocean/translations/no.json b/homeassistant/components/enocean/translations/no.json index b51e1a75ba7..a3fc35edcc8 100644 --- a/homeassistant/components/enocean/translations/no.json +++ b/homeassistant/components/enocean/translations/no.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "invalid_dongle_path": "Ugyldig donglesti" + "invalid_dongle_path": "Ugyldig donglesti", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "error": { "invalid_dongle_path": "Ingen gyldig dongle funnet for denne banen" diff --git a/homeassistant/components/firmata/translations/no.json b/homeassistant/components/firmata/translations/no.json new file mode 100644 index 00000000000..e1e5c8f1ea4 --- /dev/null +++ b/homeassistant/components/firmata/translations/no.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "cannot_connect": "Kan ikke koble til Firmata Board under installasjonen" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/gogogate2/translations/no.json b/homeassistant/components/gogogate2/translations/no.json index 436ca38bf7b..8adc85e0c26 100644 --- a/homeassistant/components/gogogate2/translations/no.json +++ b/homeassistant/components/gogogate2/translations/no.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "cannot_connect": "Tilkobling mislyktes." + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/hlk_sw16/translations/cs.json b/homeassistant/components/hlk_sw16/translations/cs.json new file mode 100644 index 00000000000..480a7187a7a --- /dev/null +++ b/homeassistant/components/hlk_sw16/translations/cs.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Za\u0159\u00edzen\u00ed ji\u017e je nakonfigurov\u00e1no" + }, + "error": { + "cannot_connect": "Nelze se p\u0159ipojit" + }, + "step": { + "user": { + "data": { + "password": "Heslo", + "username": "U\u017eivatelsk\u00e9 jm\u00e9no" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hlk_sw16/translations/en.json b/homeassistant/components/hlk_sw16/translations/en.json index 75ec99a5512..f15fe84c3ed 100644 --- a/homeassistant/components/hlk_sw16/translations/en.json +++ b/homeassistant/components/hlk_sw16/translations/en.json @@ -1,22 +1,21 @@ { "config": { "abort": { - "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" + "already_configured": "Device is already configured" }, "error": { - "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", - "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", - "unknown": "[%key:common::config_flow::error::unknown%]" + "cannot_connect": "Failed to connect", + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" }, "step": { "user": { "data": { - "host": "[%key:common::config_flow::data::host%]", - "password": "[%key:common::config_flow::data::password%]", - "username": "[%key:common::config_flow::data::username%]" + "host": "Host", + "password": "Password", + "username": "Username" } } } - }, - "title": "Hi-Link HLK-SW16" + } } \ No newline at end of file diff --git a/homeassistant/components/hlk_sw16/translations/es.json b/homeassistant/components/hlk_sw16/translations/es.json new file mode 100644 index 00000000000..2609ee07eaf --- /dev/null +++ b/homeassistant/components/hlk_sw16/translations/es.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "El dispositivo ya est\u00e1 configurado" + }, + "error": { + "cannot_connect": "No se pudo conectar", + "invalid_auth": "Autenticaci\u00f3n no v\u00e1lida", + "unknown": "Error inesperado" + }, + "step": { + "user": { + "data": { + "host": "Host", + "password": "Contrase\u00f1a", + "username": "Usuario" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hlk_sw16/translations/no.json b/homeassistant/components/hlk_sw16/translations/no.json new file mode 100644 index 00000000000..1cb08943e34 --- /dev/null +++ b/homeassistant/components/hlk_sw16/translations/no.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" + }, + "step": { + "user": { + "data": { + "host": "Vert", + "password": "Passord", + "username": "Brukernavn" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/hlk_sw16/translations/ru.json b/homeassistant/components/hlk_sw16/translations/ru.json new file mode 100644 index 00000000000..ee2788cea56 --- /dev/null +++ b/homeassistant/components/hlk_sw16/translations/ru.json @@ -0,0 +1,21 @@ +{ + "config": { + "abort": { + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u044d\u0442\u043e\u0433\u043e \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0430 \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430." + }, + "error": { + "cannot_connect": "\u041e\u0448\u0438\u0431\u043a\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f.", + "invalid_auth": "\u041d\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f.", + "unknown": "\u041d\u0435\u043f\u0440\u0435\u0434\u0432\u0438\u0434\u0435\u043d\u043d\u0430\u044f \u043e\u0448\u0438\u0431\u043a\u0430." + }, + "step": { + "user": { + "data": { + "host": "\u0425\u043e\u0441\u0442", + "password": "\u041f\u0430\u0440\u043e\u043b\u044c", + "username": "\u041b\u043e\u0433\u0438\u043d" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homekit/translations/no.json b/homeassistant/components/homekit/translations/no.json index 836defe3b35..38599b5476f 100644 --- a/homeassistant/components/homekit/translations/no.json +++ b/homeassistant/components/homekit/translations/no.json @@ -22,6 +22,7 @@ "step": { "advanced": { "data": { + "auto_start": "Autostart (deaktiver hvis du bruker Z-Wave eller annet forsinket startsystem)", "safe_mode": "Sikker modus (aktiver bare hvis sammenkoblingen mislykkes)", "zeroconf_default_interface": "Bruk standard zeroconf-grensesnitt (aktiver hvis broen ikke kan finnes i Hjem-appen)" }, diff --git a/homeassistant/components/hue/translations/no.json b/homeassistant/components/hue/translations/no.json index a632a0584da..c5e9cedd708 100644 --- a/homeassistant/components/hue/translations/no.json +++ b/homeassistant/components/hue/translations/no.json @@ -26,6 +26,9 @@ "title": "" }, "manual": { + "data": { + "host": "Vert" + }, "title": "Manuell konfigurere en Hue-bro" } } diff --git a/homeassistant/components/humidifier/translations/no.json b/homeassistant/components/humidifier/translations/no.json index 9d6e4b2ae61..620a38c6cbe 100644 --- a/homeassistant/components/humidifier/translations/no.json +++ b/homeassistant/components/humidifier/translations/no.json @@ -18,5 +18,11 @@ "turned_on": "{entity_name} sl\u00e5tt p\u00e5" } }, + "state": { + "_": { + "off": "Av", + "on": "P\u00e5" + } + }, "title": "Luftfukter" } \ No newline at end of file diff --git a/homeassistant/components/icloud/translations/no.json b/homeassistant/components/icloud/translations/no.json index 021ebd1d71b..9805c769a67 100644 --- a/homeassistant/components/icloud/translations/no.json +++ b/homeassistant/components/icloud/translations/no.json @@ -20,6 +20,7 @@ "user": { "data": { "password": "Passord", + "username": "E-post", "with_family": "Med familie" }, "description": "Fyll inn legitimasjonen din", diff --git a/homeassistant/components/iqvia/translations/cs.json b/homeassistant/components/iqvia/translations/cs.json new file mode 100644 index 00000000000..eb0fdc62f01 --- /dev/null +++ b/homeassistant/components/iqvia/translations/cs.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Toto PS\u010c ji\u017e bylo nakonfigurov\u00e1no." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/iqvia/translations/en.json b/homeassistant/components/iqvia/translations/en.json index c9b3526102b..6c96b78c854 100644 --- a/homeassistant/components/iqvia/translations/en.json +++ b/homeassistant/components/iqvia/translations/en.json @@ -4,6 +4,7 @@ "already_configured": "This ZIP code has already been configured." }, "error": { + "identifier_exists": "ZIP code already registered", "invalid_zip_code": "ZIP code is invalid" }, "step": { diff --git a/homeassistant/components/iqvia/translations/es.json b/homeassistant/components/iqvia/translations/es.json index 0fbc0ecceb0..9288503ed60 100644 --- a/homeassistant/components/iqvia/translations/es.json +++ b/homeassistant/components/iqvia/translations/es.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Este c\u00f3digo postal ya ha sido configurado." + }, "error": { "identifier_exists": "C\u00f3digo postal ya registrado", "invalid_zip_code": "El c\u00f3digo postal no es v\u00e1lido" diff --git a/homeassistant/components/iqvia/translations/no.json b/homeassistant/components/iqvia/translations/no.json index 37fb766ee36..9f130f52403 100644 --- a/homeassistant/components/iqvia/translations/no.json +++ b/homeassistant/components/iqvia/translations/no.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Denne postnummeren er allerede konfigurert." + }, "error": { "identifier_exists": "Postnummer er allerede registrert", "invalid_zip_code": "Postnummeret er ugyldig" diff --git a/homeassistant/components/iqvia/translations/ru.json b/homeassistant/components/iqvia/translations/ru.json index 69b1bd3745e..d7b868acad3 100644 --- a/homeassistant/components/iqvia/translations/ru.json +++ b/homeassistant/components/iqvia/translations/ru.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0430 \u0441 \u044d\u0442\u0438\u043c \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u043c \u0438\u043d\u0434\u0435\u043a\u0441\u043e\u043c \u0443\u0436\u0435 \u0432\u044b\u043f\u043e\u043b\u043d\u0435\u043d\u0430." + }, "error": { "identifier_exists": "\u041f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441 \u0443\u0436\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d.", "invalid_zip_code": "\u041d\u0435\u0432\u0435\u0440\u043d\u044b\u0439 \u043f\u043e\u0447\u0442\u043e\u0432\u044b\u0439 \u0438\u043d\u0434\u0435\u043a\u0441." diff --git a/homeassistant/components/isy994/translations/no.json b/homeassistant/components/isy994/translations/no.json index 7864a6916cd..da5b2fe3711 100644 --- a/homeassistant/components/isy994/translations/no.json +++ b/homeassistant/components/isy994/translations/no.json @@ -4,15 +4,19 @@ "already_configured": "Enheten er allerede konfigurert" }, "error": { + "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": "[%key:common::config_flow::error::unknown%" + "unknown": "Uventet feil" }, "flow_title": "Universelle enheter ISY994 {name} ({host})", "step": { "user": { "data": { "host": "URL", - "tls": "TLS-versjonen av ISY-kontrolleren." + "password": "Passord", + "tls": "TLS-versjonen av ISY-kontrolleren.", + "username": "Brukernavn" }, "description": "Vertsoppf\u00f8ringen m\u00e5 v\u00e6re i fullstendig URL-format, for eksempel http://192.168.10.100:80", "title": "Koble til ISY994" diff --git a/homeassistant/components/life360/translations/no.json b/homeassistant/components/life360/translations/no.json index 1abca20c9dc..dc1db8a9206 100644 --- a/homeassistant/components/life360/translations/no.json +++ b/homeassistant/components/life360/translations/no.json @@ -10,7 +10,8 @@ "error": { "invalid_credentials": "Ugyldig legitimasjon", "invalid_username": "Ugyldig brukernavn", - "unexpected": "Uventet feil under kommunikasjon med Life360-servern" + "unexpected": "Uventet feil under kommunikasjon med Life360-servern", + "user_already_configured": "Kontoen er allerede konfigurert" }, "step": { "user": { diff --git a/homeassistant/components/melcloud/translations/no.json b/homeassistant/components/melcloud/translations/no.json index fcdc00168eb..e96fdb171e7 100644 --- a/homeassistant/components/melcloud/translations/no.json +++ b/homeassistant/components/melcloud/translations/no.json @@ -11,8 +11,8 @@ "step": { "user": { "data": { - "password": "MELCloud passord.", - "username": "E-post som blir brukt til \u00e5 logge inn p\u00e5 MELCloud." + "password": "Passord", + "username": "E-post" }, "description": "Koble til ved hjelp av MELCloud-kontoen din.", "title": "Koble til MELCloud" diff --git a/homeassistant/components/meteo_france/translations/cs.json b/homeassistant/components/meteo_france/translations/cs.json new file mode 100644 index 00000000000..da3388bd558 --- /dev/null +++ b/homeassistant/components/meteo_france/translations/cs.json @@ -0,0 +1,24 @@ +{ + "config": { + "error": { + "empty": "\u017d\u00e1dn\u00fd v\u00fdsledek p\u0159i hled\u00e1n\u00ed m\u011bsta: zkontrolujte pros\u00edm pole m\u011bsta" + }, + "step": { + "cities": { + "data": { + "city": "M\u011bsto" + }, + "description": "Vyberte m\u011bsto ze seznamu" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "mode": "Re\u017eim p\u0159edpov\u011bdi" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/meteo_france/translations/es.json b/homeassistant/components/meteo_france/translations/es.json index 4c04a5d32c3..31d221eba09 100644 --- a/homeassistant/components/meteo_france/translations/es.json +++ b/homeassistant/components/meteo_france/translations/es.json @@ -4,7 +4,17 @@ "already_configured": "La ciudad ya est\u00e1 configurada", "unknown": "Error desconocido: por favor, vuelva a intentarlo m\u00e1s tarde" }, + "error": { + "empty": "No hay resultado en la b\u00fasqueda de la ciudad: por favor, comprueba el campo de la ciudad" + }, "step": { + "cities": { + "data": { + "city": "Ciudad" + }, + "description": "Elige tu ciudad de la lista", + "title": "M\u00e9t\u00e9o-France" + }, "user": { "data": { "city": "Ciudad" @@ -13,5 +23,14 @@ "title": "M\u00e9t\u00e9o-France" } } + }, + "options": { + "step": { + "init": { + "data": { + "mode": "Modo de pron\u00f3stico" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/meteo_france/translations/no.json b/homeassistant/components/meteo_france/translations/no.json index d4921d7e4e5..91eea1fcec7 100644 --- a/homeassistant/components/meteo_france/translations/no.json +++ b/homeassistant/components/meteo_france/translations/no.json @@ -4,7 +4,17 @@ "already_configured": "Byen er allerede konfigurert", "unknown": "Ukjent feil: pr\u00f8v p\u00e5 nytt senere" }, + "error": { + "empty": "Ingen resultater i bys\u00f8k: vennligst sjekk byfeltet" + }, "step": { + "cities": { + "data": { + "city": "By" + }, + "description": "Velg din by fra listen", + "title": "M\u00e9t\u00e9o-France" + }, "user": { "data": { "city": "By" @@ -13,5 +23,14 @@ "title": "" } } + }, + "options": { + "step": { + "init": { + "data": { + "mode": "Prognosemodus" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/metoffice/translations/no.json b/homeassistant/components/metoffice/translations/no.json index 0711e25b73f..0dc9d305d97 100644 --- a/homeassistant/components/metoffice/translations/no.json +++ b/homeassistant/components/metoffice/translations/no.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "unknown": "Uventet feil" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/mill/translations/no.json b/homeassistant/components/mill/translations/no.json new file mode 100644 index 00000000000..0f698cbbddb --- /dev/null +++ b/homeassistant/components/mill/translations/no.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Kontoen er allerede konfigurert" + }, + "error": { + "connection_error": "Tilkobling mislyktes." + }, + "step": { + "user": { + "data": { + "password": "Passord", + "username": "Brukernavn" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/mqtt/translations/cs.json b/homeassistant/components/mqtt/translations/cs.json index 95bd6d68c8f..87ab2de60d3 100644 --- a/homeassistant/components/mqtt/translations/cs.json +++ b/homeassistant/components/mqtt/translations/cs.json @@ -41,6 +41,7 @@ }, "options": { "data": { + "birth_enable": "Povolit zpr\u00e1vu p\u0159i p\u0159ipojen\u00ed", "discovery": "Povolit zji\u0161\u0165ov\u00e1n\u00ed" }, "description": "Zvolte mo\u017enosti MQTT." diff --git a/homeassistant/components/mqtt/translations/en.json b/homeassistant/components/mqtt/translations/en.json index 99cd59be13b..8ece91cb85d 100644 --- a/homeassistant/components/mqtt/translations/en.json +++ b/homeassistant/components/mqtt/translations/en.json @@ -66,11 +66,13 @@ }, "options": { "data": { + "birth_enable": "Enable birth message", "birth_payload": "Birth message payload", "birth_qos": "Birth message QoS", "birth_retain": "Birth message retain", "birth_topic": "Birth message topic", "discovery": "Enable discovery", + "will_enable": "Enable birth message", "will_payload": "Will message payload", "will_qos": "Will message QoS", "will_retain": "Will message retain", diff --git a/homeassistant/components/mqtt/translations/es.json b/homeassistant/components/mqtt/translations/es.json index 52dda70695a..4ebf1e11c77 100644 --- a/homeassistant/components/mqtt/translations/es.json +++ b/homeassistant/components/mqtt/translations/es.json @@ -66,11 +66,13 @@ }, "options": { "data": { + "birth_enable": "Habilitar mensaje de nacimiento", "birth_payload": "Carga del mensaje de nacimiento", "birth_qos": "QoS del mensaje de nacimiento", "birth_retain": "Retenci\u00f3n del mensaje de nacimiento", "birth_topic": "Tema del mensaje de nacimiento", "discovery": "Habilitar descubrimiento", + "will_enable": "Habilitar mensaje de nacimiento", "will_payload": "Enviar\u00e1 la carga", "will_qos": "El mensaje usar\u00e1 el QoS", "will_retain": "Retendr\u00e1 el mensaje", diff --git a/homeassistant/components/mqtt/translations/no.json b/homeassistant/components/mqtt/translations/no.json index 84e4f23a7d0..b1863b90d1c 100644 --- a/homeassistant/components/mqtt/translations/no.json +++ b/homeassistant/components/mqtt/translations/no.json @@ -58,6 +58,7 @@ "broker": { "data": { "broker": "Megler", + "password": "Passord", "port": "", "username": "Brukernavn" }, @@ -65,11 +66,13 @@ }, "options": { "data": { + "birth_enable": "Aktiver f\u00f8dselsmelding", "birth_payload": "F\u00f8dselsmelding nyttelast", "birth_qos": "F\u00f8dselsmelding QoS", "birth_retain": "F\u00f8dselsmelding behold", "birth_topic": "F\u00f8dselsmelding emne", "discovery": "Aktiver oppdagelse", + "will_enable": "Aktiver f\u00f8dselsmelding", "will_payload": "Testament melding nyttelast", "will_qos": "Testament melding QoS", "will_retain": "Testament melding behold", diff --git a/homeassistant/components/mqtt/translations/ru.json b/homeassistant/components/mqtt/translations/ru.json index 8139781f51e..4ff21126cfa 100644 --- a/homeassistant/components/mqtt/translations/ru.json +++ b/homeassistant/components/mqtt/translations/ru.json @@ -66,11 +66,13 @@ }, "options": { "data": { + "birth_enable": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "birth_payload": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u043e\u043f\u0438\u043a\u0430 \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "birth_qos": "QoS \u0442\u043e\u043f\u0438\u043a\u0430 \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "birth_retain": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "birth_topic": "\u0422\u043e\u043f\u0438\u043a \u043e \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438 (LWT)", "discovery": "\u0420\u0430\u0437\u0440\u0435\u0448\u0438\u0442\u044c \u043e\u0431\u043d\u0430\u0440\u0443\u0436\u0435\u043d\u0438\u0435", + "will_enable": "\u041e\u0442\u043f\u0440\u0430\u0432\u043b\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "will_payload": "\u0417\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0442\u043e\u043f\u0438\u043a\u0430 \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "will_qos": "QoS \u0442\u043e\u043f\u0438\u043a\u0430 \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", "will_retain": "\u0421\u043e\u0445\u0440\u0430\u043d\u044f\u0442\u044c \u0442\u043e\u043f\u0438\u043a \u043e\u0431 \u043e\u0442\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0438", diff --git a/homeassistant/components/netatmo/translations/en.json b/homeassistant/components/netatmo/translations/en.json index 8176f4f057e..a96dfcbec6c 100644 --- a/homeassistant/components/netatmo/translations/en.json +++ b/homeassistant/components/netatmo/translations/en.json @@ -3,7 +3,8 @@ "abort": { "already_setup": "Already configured. Only a single configuration possible.", "authorize_url_timeout": "Timeout generating authorize URL.", - "missing_configuration": "The component is not configured. Please follow the documentation." + "missing_configuration": "The component is not configured. Please follow the documentation.", + "single_instance_allowed": "Already configured. Only a single configuration possible." }, "create_entry": { "default": "Successfully authenticated" diff --git a/homeassistant/components/netatmo/translations/no.json b/homeassistant/components/netatmo/translations/no.json index d3a4e111a95..a61c6576209 100644 --- a/homeassistant/components/netatmo/translations/no.json +++ b/homeassistant/components/netatmo/translations/no.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_setup": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig.", "authorize_url_timeout": "Tidsavbrutt ved oppretting av godkjennings url.", "missing_configuration": "Komponeneten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen." }, diff --git a/homeassistant/components/plex/translations/no.json b/homeassistant/components/plex/translations/no.json index 45b2d451f2f..ab6c8232985 100644 --- a/homeassistant/components/plex/translations/no.json +++ b/homeassistant/components/plex/translations/no.json @@ -20,6 +20,7 @@ "step": { "manual_setup": { "data": { + "host": "Vert", "port": "", "ssl": "Bruk SSL", "token": "Token (valgfritt)", diff --git a/homeassistant/components/plum_lightpad/translations/no.json b/homeassistant/components/plum_lightpad/translations/no.json new file mode 100644 index 00000000000..f4f16565659 --- /dev/null +++ b/homeassistant/components/plum_lightpad/translations/no.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Kontoen er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes." + }, + "step": { + "user": { + "data": { + "password": "Passord", + "username": "E-post" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/point/translations/no.json b/homeassistant/components/point/translations/no.json index 2b907e42c3a..f9fb69d7f67 100644 --- a/homeassistant/components/point/translations/no.json +++ b/homeassistant/components/point/translations/no.json @@ -12,7 +12,7 @@ }, "error": { "follow_link": "Vennligst f\u00f8lg lenken og godkjenn f\u00f8r du trykker p\u00e5 Send", - "no_token": "Ikke godkjent med Minut" + "no_token": "Ugyldig tilgangstoken" }, "step": { "auth": { diff --git a/homeassistant/components/poolsense/translations/no.json b/homeassistant/components/poolsense/translations/no.json index e99a1d62746..edf3a8a9463 100644 --- a/homeassistant/components/poolsense/translations/no.json +++ b/homeassistant/components/poolsense/translations/no.json @@ -1,7 +1,20 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" + }, "step": { "user": { + "data": { + "email": "E-post", + "password": "Passord" + }, + "description": "[%key:common::config_flow::description%]", "title": "" } } diff --git a/homeassistant/components/sense/translations/no.json b/homeassistant/components/sense/translations/no.json index fdddc6de82d..c3457ccb280 100644 --- a/homeassistant/components/sense/translations/no.json +++ b/homeassistant/components/sense/translations/no.json @@ -11,7 +11,7 @@ "step": { "user": { "data": { - "email": "E-postadresse", + "email": "E-post", "password": "Passord" }, "title": "Koble til din Sense Energi Monitor" diff --git a/homeassistant/components/simplisafe/translations/no.json b/homeassistant/components/simplisafe/translations/no.json index 6dd8ff68b5d..664bb912528 100644 --- a/homeassistant/components/simplisafe/translations/no.json +++ b/homeassistant/components/simplisafe/translations/no.json @@ -7,7 +7,8 @@ "error": { "identifier_exists": "Konto er allerede registrert", "invalid_credentials": "Ugyldig legitimasjon", - "still_awaiting_mfa": "Forventer fortsatt MFA-e-postklikk" + "still_awaiting_mfa": "Forventer fortsatt MFA-e-postklikk", + "unknown": "Uventet feil" }, "step": { "mfa": { @@ -15,6 +16,9 @@ "title": "SimpliSafe Multi-Factor Autentisering" }, "reauth_confirm": { + "data": { + "password": "Passord" + }, "description": "Adgangstokenet ditt har utl\u00f8pt eller blitt opphevet. Skriv inn passordet ditt for \u00e5 koble kontoen din p\u00e5 nytt.", "title": "Koble SimpliSafe-kontoen p\u00e5 nytt" }, diff --git a/homeassistant/components/smappee/translations/no.json b/homeassistant/components/smappee/translations/no.json index 6b2141fd61e..a6ef71b7448 100644 --- a/homeassistant/components/smappee/translations/no.json +++ b/homeassistant/components/smappee/translations/no.json @@ -2,7 +2,8 @@ "config": { "abort": { "authorize_url_timeout": "Tidsavbrudd ved generering av autoriseringsadresse.", - "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen." + "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." }, "step": { "pick_implementation": { diff --git a/homeassistant/components/smarthab/translations/no.json b/homeassistant/components/smarthab/translations/no.json index 15e6962cbe0..de1e50f5c4b 100644 --- a/homeassistant/components/smarthab/translations/no.json +++ b/homeassistant/components/smarthab/translations/no.json @@ -1,10 +1,16 @@ { "config": { "error": { - "service": "Feil under fors\u00f8k p\u00e5 \u00e5 n\u00e5 SmartHab. Tjenesten kan v\u00e6re nede. Sjekk tilkoblingen din." + "service": "Feil under fors\u00f8k p\u00e5 \u00e5 n\u00e5 SmartHab. Tjenesten kan v\u00e6re nede. Sjekk tilkoblingen din.", + "unknown_error": "Uventet feil", + "wrong_login": "Ugyldig godkjenning" }, "step": { "user": { + "data": { + "email": "E-post", + "password": "Passord" + }, "description": "Av tekniske \u00e5rsaker m\u00e5 du s\u00f8rge for \u00e5 bruke en sekund\u00e6r konto som er spesifikk for oppsettet i Home Assistant. Du kan opprette en fra SmartHab-programmet.", "title": "Oppsett av SmartHab" } diff --git a/homeassistant/components/sms/translations/no.json b/homeassistant/components/sms/translations/no.json index 98af331c1dd..7398a7b7b0a 100644 --- a/homeassistant/components/sms/translations/no.json +++ b/homeassistant/components/sms/translations/no.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "unknown": "Uventet feil" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/sonarr/translations/no.json b/homeassistant/components/sonarr/translations/no.json index 0b98c67d820..694565b72d6 100644 --- a/homeassistant/components/sonarr/translations/no.json +++ b/homeassistant/components/sonarr/translations/no.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Tjenesten er allerede konfigurert", + "unknown": "Uventet feil" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning" + }, "flow_title": "", "step": { "user": { diff --git a/homeassistant/components/songpal/translations/no.json b/homeassistant/components/songpal/translations/no.json index 4c3ef9e6c0d..eb07eeb2daa 100644 --- a/homeassistant/components/songpal/translations/no.json +++ b/homeassistant/components/songpal/translations/no.json @@ -1,8 +1,12 @@ { "config": { "abort": { + "already_configured": "Enheten er allerede konfigurert", "not_songpal_device": "Ikke en Songpal-enhet" }, + "error": { + "cannot_connect": "Tilkobling mislyktes." + }, "flow_title": "", "step": { "init": { diff --git a/homeassistant/components/spider/translations/en.json b/homeassistant/components/spider/translations/en.json index 0eca909fd09..b33c05419a3 100644 --- a/homeassistant/components/spider/translations/en.json +++ b/homeassistant/components/spider/translations/en.json @@ -1,20 +1,20 @@ { - "config": { - "abort": { - "already_configured": "Device is already configured" - }, - "error": { - "invalid_auth": "Invalid authentication", - "unknown": "Unexpected error" - }, - "step": { - "user": { - "data": { - "password": "Password", - "username": "Username" + "config": { + "abort": { + "single_instance_allowed": "Already configured. Only a single configuration possible." }, - "title": "Sign-in with your mijn.ithodaalderop.nl account" - } + "error": { + "invalid_auth": "Invalid authentication", + "unknown": "Unexpected error" + }, + "step": { + "user": { + "data": { + "password": "Password", + "username": "Username" + }, + "title": "Sign-in with mijn.ithodaalderop.nl account" + } + } } - } } \ No newline at end of file diff --git a/homeassistant/components/squeezebox/translations/no.json b/homeassistant/components/squeezebox/translations/no.json index 17abd4c683b..ddda0b61be2 100644 --- a/homeassistant/components/squeezebox/translations/no.json +++ b/homeassistant/components/squeezebox/translations/no.json @@ -1,20 +1,30 @@ { "config": { "abort": { + "already_configured": "Enheten er allerede konfigurert", "no_server_found": "Ingen LMS-server funnet." }, "error": { - "no_server_found": "Kan ikke automatisk oppdage serveren." + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning", + "no_server_found": "Kan ikke automatisk oppdage serveren.", + "unknown": "Uventet feil" }, "flow_title": "", "step": { "edit": { "data": { - "port": "" + "host": "Vert", + "password": "Passord", + "port": "", + "username": "Brukernavn" }, "title": "Redigere tilkoblingsinformasjon" }, "user": { + "data": { + "host": "Vert" + }, "title": "Konfigurer Logitech Media Server" } } diff --git a/homeassistant/components/syncthru/translations/no.json b/homeassistant/components/syncthru/translations/no.json index a17786167c6..db24ef5abc7 100644 --- a/homeassistant/components/syncthru/translations/no.json +++ b/homeassistant/components/syncthru/translations/no.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, "error": { "invalid_url": "Ugyldig URL-adresse", "syncthru_not_supported": "Enheten st\u00f8tter ikke SyncThru", @@ -7,6 +10,12 @@ }, "flow_title": "Samsung SyncThru-skriver: {name}", "step": { + "confirm": { + "data": { + "name": "Navn", + "url": "URL-adresse for webgrensesnitt" + } + }, "user": { "data": { "name": "Navn", diff --git a/homeassistant/components/tile/translations/no.json b/homeassistant/components/tile/translations/no.json index 1185ebc2bdd..ccd8c0fc176 100644 --- a/homeassistant/components/tile/translations/no.json +++ b/homeassistant/components/tile/translations/no.json @@ -8,6 +8,10 @@ }, "step": { "user": { + "data": { + "password": "Passord", + "username": "E-post" + }, "title": "Konfigurer Tile" } } diff --git a/homeassistant/components/toon/translations/no.json b/homeassistant/components/toon/translations/no.json index 1aa78d734c1..b67f7386a22 100644 --- a/homeassistant/components/toon/translations/no.json +++ b/homeassistant/components/toon/translations/no.json @@ -3,8 +3,10 @@ "abort": { "already_configured": "Den valgte avtalen er allerede konfigurert.", "authorize_url_fail": "Ukjent feil ved generering av autoriseringsadresse.", + "authorize_url_timeout": "Tidsavbrudd som genererer autorer URL-adresse.", "client_id": "Klient ID fra konfigurasjonen er ugyldig.", "client_secret": "Klient hemmeligheten fra konfigurasjonen er ugyldig.", + "missing_configuration": "Komponenten er ikke konfigurert. Vennligst f\u00f8lg dokumentasjonen.", "no_agreements": "Denne kontoen har ingen Toon skjermer.", "no_app": "Du m\u00e5 konfigurere Toon f\u00f8r du kan autentisere den. [Vennligst les instruksjonene](https://www.home-assistant.io/components/toon/).", "unknown_auth_fail": "Det oppstod en uventet feil under godkjenning." diff --git a/homeassistant/components/tuya/translations/no.json b/homeassistant/components/tuya/translations/no.json index 11be0aecaeb..5681f95d984 100644 --- a/homeassistant/components/tuya/translations/no.json +++ b/homeassistant/components/tuya/translations/no.json @@ -1,11 +1,21 @@ { "config": { + "abort": { + "auth_failed": "Ugyldig godkjenning", + "conn_error": "Tilkobling mislyktes.", + "single_instance_allowed": "Allerede konfigurert. Bare \u00e9n enkelt konfigurasjon er mulig." + }, + "error": { + "auth_failed": "Ugyldig godkjenning" + }, "flow_title": "Tuya konfigurasjon", "step": { "user": { "data": { "country_code": "Din landskode for kontoen din (f.eks. 1 for USA eller 86 for Kina)", - "platform": "Appen der kontoen din registreres" + "password": "Passord", + "platform": "Appen der kontoen din registreres", + "username": "Brukernavn" }, "description": "Skriv inn din Tuya-legitimasjon.", "title": "" diff --git a/homeassistant/components/unifi/translations/no.json b/homeassistant/components/unifi/translations/no.json index a0d207974ec..a861790ba8d 100644 --- a/homeassistant/components/unifi/translations/no.json +++ b/homeassistant/components/unifi/translations/no.json @@ -52,6 +52,7 @@ }, "simple_options": { "data": { + "block_client": "Nettverkskontrollerte klienter", "track_clients": "Spor nettverksklienter", "track_devices": "Spor nettverksenheter (Ubiquiti enheter)" }, diff --git a/homeassistant/components/vizio/translations/no.json b/homeassistant/components/vizio/translations/no.json index d7e43f56bb1..0f341ce63b5 100644 --- a/homeassistant/components/vizio/translations/no.json +++ b/homeassistant/components/vizio/translations/no.json @@ -1,12 +1,14 @@ { "config": { "abort": { + "already_configured_device": "Enheten er allerede konfigurert", "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.", "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.", - "host_exists": "VIZIO-enhet med spesifisert vert allerede konfigurert.", - "name_exists": "VIZIO-enhet med spesifisert navn allerede konfigurert." + "host_exists": "VIZIO SmartCast-enhet with specified host already configured.", + "name_exists": "VIZIO SmartCast-enhet with specified name already configured." }, "step": { "pair_tv": { diff --git a/homeassistant/components/volumio/translations/cs.json b/homeassistant/components/volumio/translations/cs.json new file mode 100644 index 00000000000..c3862ff2f79 --- /dev/null +++ b/homeassistant/components/volumio/translations/cs.json @@ -0,0 +1,15 @@ +{ + "config": { + "step": { + "discovery_confirm": { + "description": "Chcete p\u0159idat Volumio (`{name}`) do Home Assistant?", + "title": "Objeven\u00e9 instance Volumio" + }, + "user": { + "data": { + "port": "Port" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/volumio/translations/no.json b/homeassistant/components/volumio/translations/no.json index 48c763af2b1..60b5fc38e68 100644 --- a/homeassistant/components/volumio/translations/no.json +++ b/homeassistant/components/volumio/translations/no.json @@ -1,12 +1,23 @@ { "config": { "abort": { + "already_configured": "Enheten er allerede konfigurert", "cannot_connect": "Kan ikke koble til oppdaget Volumio" }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "unknown": "Uventet feil" + }, "step": { "discovery_confirm": { "description": "Vil du legge Volumio (` {name} `) til Home Assistant?", "title": "Oppdaget Volumio" + }, + "user": { + "data": { + "host": "Vert", + "port": "Port" + } } } } diff --git a/homeassistant/components/withings/translations/no.json b/homeassistant/components/withings/translations/no.json index 14fb9573f8b..2b39f8fceab 100644 --- a/homeassistant/components/withings/translations/no.json +++ b/homeassistant/components/withings/translations/no.json @@ -18,7 +18,7 @@ }, "profile": { "data": { - "profile": "Profil" + "profile": "Profil navn" }, "description": "Oppgi et unikt profilnavn for disse dataene. Dette er vanligvis navnet p\u00e5 profilen du valgte i forrige trinn.", "title": "Brukerprofil." diff --git a/homeassistant/components/wolflink/translations/no.json b/homeassistant/components/wolflink/translations/no.json index d8fc1db3db3..a158cba44a2 100644 --- a/homeassistant/components/wolflink/translations/no.json +++ b/homeassistant/components/wolflink/translations/no.json @@ -1,5 +1,13 @@ { "config": { + "abort": { + "already_configured": "Enheten er allerede konfigurert" + }, + "error": { + "cannot_connect": "Tilkobling mislyktes.", + "invalid_auth": "Ugyldig godkjenning", + "unknown": "Uventet feil" + }, "step": { "device": { "data": { @@ -8,6 +16,10 @@ "title": "Velg WOLF-enhet" }, "user": { + "data": { + "password": "Passord", + "username": "Brukernavn" + }, "title": "WOLF SmartSet-tilkobling" } } diff --git a/homeassistant/components/xiaomi_aqara/translations/no.json b/homeassistant/components/xiaomi_aqara/translations/no.json index fd89ad26f93..c94d79b16d5 100644 --- a/homeassistant/components/xiaomi_aqara/translations/no.json +++ b/homeassistant/components/xiaomi_aqara/translations/no.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Enheten er allerede konfigurert", "already_in_progress": "Konfigurasjonsflyt for denne porten p\u00e5g\u00e5r allerede", "not_xiaomi_aqara": "Ikke en Xiaomi Aqara Gateway, oppdaget enhet ikke samsvarer med kjente gatewayer" }, diff --git a/homeassistant/components/xiaomi_miio/translations/no.json b/homeassistant/components/xiaomi_miio/translations/no.json index 24e070323b3..cf978d4a015 100644 --- a/homeassistant/components/xiaomi_miio/translations/no.json +++ b/homeassistant/components/xiaomi_miio/translations/no.json @@ -5,6 +5,7 @@ "already_in_progress": "Konfigurasjonsflyt for denne Xiaomi Miio-enheten p\u00e5g\u00e5r allerede." }, "error": { + "connect_error": "Tilkobling mislyktes.", "no_device_selected": "Ingen enhet valgt, vennligst velg en enhet." }, "flow_title": "Xiaomi Miio: {navn}", diff --git a/homeassistant/components/zerproc/translations/no.json b/homeassistant/components/zerproc/translations/no.json index cdfd3890fb8..5324c4b87b1 100644 --- a/homeassistant/components/zerproc/translations/no.json +++ b/homeassistant/components/zerproc/translations/no.json @@ -1,3 +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": "Zerproc" } \ No newline at end of file