diff --git a/homeassistant/components/abode/translations/nl.json b/homeassistant/components/abode/translations/nl.json index aa143794d2b..c12afc5ac7d 100644 --- a/homeassistant/components/abode/translations/nl.json +++ b/homeassistant/components/abode/translations/nl.json @@ -7,6 +7,7 @@ "cannot_connect": "Kan geen verbinding maken", "connection_error": "Kan geen verbinding maken met Abode.", "identifier_exists": "Account is al geregistreerd.", + "invalid_auth": "Ongeldige authenticatie", "invalid_credentials": "Ongeldige inloggegevens." }, "step": { diff --git a/homeassistant/components/accuweather/translations/nl.json b/homeassistant/components/accuweather/translations/nl.json index 5173004cea6..ff0d81f94d3 100644 --- a/homeassistant/components/accuweather/translations/nl.json +++ b/homeassistant/components/accuweather/translations/nl.json @@ -1,11 +1,30 @@ { "config": { + "error": { + "invalid_api_key": "API-sleutel", + "requests_exceeded": "Het toegestane aantal verzoeken aan de Accuweather API is overschreden. U moet wachten of de API-sleutel wijzigen." + }, "step": { "user": { "data": { + "api_key": "API-sleutel", + "latitude": "Breedtegraad", "longitude": "Lengtegraad", "name": "Naam" - } + }, + "description": "Als je hulp nodig hebt bij de configuratie, kijk dan hier: https://www.home-assistant.io/integrations/accuweather/ \n\n Sommige sensoren zijn niet standaard ingeschakeld. U kunt ze inschakelen in het entiteitenregister na de integratieconfiguratie.\n Weersvoorspelling is niet standaard ingeschakeld. U kunt het inschakelen in de integratieopties.", + "title": "AccuWeather" + } + } + }, + "options": { + "step": { + "user": { + "data": { + "forecast": "Weervoorspelling" + }, + "description": "Vanwege de beperkingen van de gratis versie van de AccuWeather API-sleutel, worden gegevensupdates elke 64 minuten in plaats van elke 32 minuten uitgevoerd wanneer u weersvoorspelling inschakelt.", + "title": "AccuWeather-opties" } } } diff --git a/homeassistant/components/accuweather/translations/sensor.nl.json b/homeassistant/components/accuweather/translations/sensor.nl.json new file mode 100644 index 00000000000..4360149ccc4 --- /dev/null +++ b/homeassistant/components/accuweather/translations/sensor.nl.json @@ -0,0 +1,9 @@ +{ + "state": { + "accuweather__pressure_tendency": { + "falling": "Ondergang", + "rising": "Opkomst", + "steady": "Stabiel" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/adguard/translations/nl.json b/homeassistant/components/adguard/translations/nl.json index 6451028e6d0..5cb4ba1afc1 100644 --- a/homeassistant/components/adguard/translations/nl.json +++ b/homeassistant/components/adguard/translations/nl.json @@ -15,6 +15,7 @@ }, "user": { "data": { + "host": "Host", "password": "Wachtwoord", "port": "Poort", "ssl": "AdGuard Home maakt gebruik van een SSL certificaat", diff --git a/homeassistant/components/advantage_air/translations/lb.json b/homeassistant/components/advantage_air/translations/lb.json index 5a98dd63a9d..87e10deba35 100644 --- a/homeassistant/components/advantage_air/translations/lb.json +++ b/homeassistant/components/advantage_air/translations/lb.json @@ -6,14 +6,17 @@ "error": { "cannot_connect": "Feeler beim verbannen" }, + "flow_title": "Advantage Air ariichten", "step": { "user": { "data": { "ip_address": "IP Adresse", "port": "Port" }, + "description": "Mat der API vun dengem Advantage Air Tablet verbannen", "title": "Verbannen" } } - } + }, + "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 index 554163d3278..f1372260ed3 100644 --- a/homeassistant/components/advantage_air/translations/nl.json +++ b/homeassistant/components/advantage_air/translations/nl.json @@ -1,10 +1,15 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "flow_title": "Advantage Air instellen", "step": { "user": { "data": { "port": "Poort" }, + "description": "Maak verbinding met de API van uw Advantage Air-tablet voor wandmontage.", "title": "Verbind" } } diff --git a/homeassistant/components/agent_dvr/translations/nl.json b/homeassistant/components/agent_dvr/translations/nl.json index 79e2caae08d..00621d5f90c 100644 --- a/homeassistant/components/agent_dvr/translations/nl.json +++ b/homeassistant/components/agent_dvr/translations/nl.json @@ -1,14 +1,21 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "device_unavailable": "Apparaat is niet beschikbaar" }, "step": { "user": { "data": { + "host": "Host", "port": "Poort" - } + }, + "title": "Stel Agent DVR in" } } - } + }, + "title": "Agent DVR" } \ No newline at end of file diff --git a/homeassistant/components/airly/translations/lb.json b/homeassistant/components/airly/translations/lb.json index 566358a8703..180fa3b0884 100644 --- a/homeassistant/components/airly/translations/lb.json +++ b/homeassistant/components/airly/translations/lb.json @@ -5,6 +5,7 @@ }, "error": { "auth": "Api Schl\u00ebssel ass net korrekt.", + "invalid_api_key": "Ong\u00ebltegen API Schl\u00ebssel", "wrong_location": "Keng Airly Moos Statioun an d\u00ebsem Ber\u00e4ich" }, "step": { diff --git a/homeassistant/components/airly/translations/nl.json b/homeassistant/components/airly/translations/nl.json index f8edf64daa2..4397c6f045f 100644 --- a/homeassistant/components/airly/translations/nl.json +++ b/homeassistant/components/airly/translations/nl.json @@ -5,6 +5,7 @@ }, "error": { "auth": "API-sleutel is niet correct.", + "invalid_api_key": "Ongeldige API-sleutel", "wrong_location": "Geen Airly meetstations in dit gebied." }, "step": { diff --git a/homeassistant/components/airvisual/translations/lb.json b/homeassistant/components/airvisual/translations/lb.json index 996d381e596..adef006a147 100644 --- a/homeassistant/components/airvisual/translations/lb.json +++ b/homeassistant/components/airvisual/translations/lb.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Standuert ass scho konfigur\u00e9iert oder Node/Pro ID ass scho registr\u00e9iert." + "already_configured": "Standuert ass scho konfigur\u00e9iert oder Node/Pro ID ass scho registr\u00e9iert.", + "reauth_successful": "Re-authentifikatioun war erfollegr\u00e4ich" }, "error": { "cannot_connect": "Feeler beim verbannen", @@ -30,7 +31,8 @@ "reauth_confirm": { "data": { "api_key": "API Schl\u00ebssel" - } + }, + "title": "AirVisual re-authentifiz\u00e9ieren" }, "user": { "data": { diff --git a/homeassistant/components/airvisual/translations/nl.json b/homeassistant/components/airvisual/translations/nl.json index 503f3580c18..5e3149ee6f6 100644 --- a/homeassistant/components/airvisual/translations/nl.json +++ b/homeassistant/components/airvisual/translations/nl.json @@ -6,11 +6,13 @@ "error": { "cannot_connect": "Kan geen verbinding maken", "general_error": "Er is een onbekende fout opgetreden.", + "invalid_api_key": "Ongeldige API-sleutel", "unable_to_connect": "Kan geen verbinding maken met Node / Pro-apparaat." }, "step": { "geography": { "data": { + "api_key": "API-sleutel", "latitude": "Breedtegraad", "longitude": "Lengtegraad" }, @@ -25,6 +27,12 @@ "description": "Monitor een persoonlijke AirVisual-eenheid. Het wachtwoord kan worden opgehaald uit de gebruikersinterface van het apparaat.", "title": "Configureer een AirVisual Node / Pro" }, + "reauth_confirm": { + "data": { + "api_key": "API-sleutel" + }, + "title": "Verifieer AirVisual opnieuw" + }, "user": { "data": { "cloud_api": "Geografische ligging", diff --git a/homeassistant/components/alarmdecoder/translations/lb.json b/homeassistant/components/alarmdecoder/translations/lb.json index 1395b43244e..8957fb93e8f 100644 --- a/homeassistant/components/alarmdecoder/translations/lb.json +++ b/homeassistant/components/alarmdecoder/translations/lb.json @@ -31,6 +31,8 @@ "options": { "error": { "int": "D'Feld hei \u00ebnnen muss eng ganz Zuel sinn.", + "loop_range": "RF Loop muss eng ganz Zuel t\u00ebscht 1 a 4 sinn.", + "loop_rfid": "RF Loop kann net ouni RF Serial benotzt ginn.", "relay_inclusive": "Relais Adress a Relais Kanal sin vuneneen ofh\u00e4ngeg a musse mat abegraff sinn." }, "step": { diff --git a/homeassistant/components/alarmdecoder/translations/nl.json b/homeassistant/components/alarmdecoder/translations/nl.json index ac47fdf8730..aac31630f4f 100644 --- a/homeassistant/components/alarmdecoder/translations/nl.json +++ b/homeassistant/components/alarmdecoder/translations/nl.json @@ -60,6 +60,7 @@ "zone_rfid": "RF Serieel", "zone_type": "Zone Type" }, + "description": "Voer details in voor zone {zone_number}. Om zone {zone_number} te verwijderen, laat u Zone Name leeg.", "title": "Configureer AlarmDecoder" }, "zone_select": { diff --git a/homeassistant/components/ambiclimate/translations/lb.json b/homeassistant/components/ambiclimate/translations/lb.json index ef3ccf2b611..113d0ac7892 100644 --- a/homeassistant/components/ambiclimate/translations/lb.json +++ b/homeassistant/components/ambiclimate/translations/lb.json @@ -6,7 +6,8 @@ "already_configured_account": "Kont ass scho konfigur\u00e9iert", "already_setup": "Den Ambiclimate Kont ass konfigur\u00e9iert.", "missing_configuration": "Komponent net konfigur\u00e9iert. Folleg w.e.g der Dokumentatioun.", - "no_config": "Dir musst Ambiclimate konfigur\u00e9ieren, ier Dir d\u00ebs Authentifiz\u00e9ierung k\u00ebnnt benotzen.[Liest w.e.g. d'Instruktioune](https://www.home-assistant.io/components/ambiclimate/)." + "no_config": "Dir musst Ambiclimate konfigur\u00e9ieren, ier Dir d\u00ebs Authentifiz\u00e9ierung k\u00ebnnt benotzen.[Liest w.e.g. d'Instruktioune](https://www.home-assistant.io/components/ambiclimate/).", + "oauth2_missing_configuration": "Komponent net konfigur\u00e9iert. Folleg w.e.g der Dokumentatioun." }, "create_entry": { "default": "Erfollegr\u00e4ich authentifiz\u00e9iert." diff --git a/homeassistant/components/ambiclimate/translations/nl.json b/homeassistant/components/ambiclimate/translations/nl.json index 573cd8fecde..52e3b837e2f 100644 --- a/homeassistant/components/ambiclimate/translations/nl.json +++ b/homeassistant/components/ambiclimate/translations/nl.json @@ -2,6 +2,7 @@ "config": { "abort": { "access_token": "Onbekende fout bij het genereren van een toegangstoken.", + "already_configured": "Account is al geconfigureerd", "already_configured_account": "Account is al geconfigureerd", "already_setup": "Het Ambiclimate-account is geconfigureerd.", "no_config": "U moet Ambiclimate configureren voordat u zich ermee kunt authenticeren. (Lees de instructies) (https://www.home-assistant.io/components/ambiclimate/)." diff --git a/homeassistant/components/ambient_station/translations/nl.json b/homeassistant/components/ambient_station/translations/nl.json index 53ad8c9094b..02c8f0727f8 100644 --- a/homeassistant/components/ambient_station/translations/nl.json +++ b/homeassistant/components/ambient_station/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Service is al geconfigureerd" + }, "error": { "invalid_key": "Ongeldige API-sleutel en/of applicatiesleutel", "no_devices": "Geen apparaten gevonden in account" diff --git a/homeassistant/components/arcam_fmj/translations/nl.json b/homeassistant/components/arcam_fmj/translations/nl.json index 1f1fa864700..f73df3546ae 100644 --- a/homeassistant/components/arcam_fmj/translations/nl.json +++ b/homeassistant/components/arcam_fmj/translations/nl.json @@ -2,13 +2,24 @@ "config": { "abort": { "already_configured": "Apparaat is al geconfigureerd", - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "unable_to_connect": "Kan geen verbinding maken met apparaat." }, + "error": { + "one": "Leeg", + "other": "Leeg" + }, + "flow_title": "Arcam FMJ op {host}", "step": { + "confirm": { + "description": "Wil je Arcam FMJ op `{host}` toevoegen aan Home Assistant?" + }, "user": { "data": { + "host": "Host", "port": "Poort" - } + }, + "description": "Voer de hostnaam of het IP-adres van het apparaat in." } } }, diff --git a/homeassistant/components/august/translations/lb.json b/homeassistant/components/august/translations/lb.json index 8f4e7db3edc..87fef5f521b 100644 --- a/homeassistant/components/august/translations/lb.json +++ b/homeassistant/components/august/translations/lb.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Kont ass scho konfigur\u00e9iert" + "already_configured": "Kont ass scho konfigur\u00e9iert", + "reauth_successful": "Re-authentifikatioun war erfollegr\u00e4ich" }, "error": { "cannot_connect": "Feeler beim verbannen", diff --git a/homeassistant/components/avri/translations/nl.json b/homeassistant/components/avri/translations/nl.json new file mode 100644 index 00000000000..a5be62bfc13 --- /dev/null +++ b/homeassistant/components/avri/translations/nl.json @@ -0,0 +1,10 @@ +{ + "config": { + "abort": { + "already_configured": "Locatie is al geconfigureerd" + }, + "error": { + "invalid_country_code": "Onbekende 2-letterige landcode." + } + } +} \ No newline at end of file diff --git a/homeassistant/components/awair/translations/lb.json b/homeassistant/components/awair/translations/lb.json index d98ed686f33..4e530d88cbd 100644 --- a/homeassistant/components/awair/translations/lb.json +++ b/homeassistant/components/awair/translations/lb.json @@ -8,6 +8,7 @@ }, "error": { "auth": "Ong\u00ebltege Acc\u00e8s Jeton", + "invalid_access_token": "Ong\u00ebltegen Acc\u00e8s jeton", "unknown": "Onerwaarte Feeler" }, "step": { diff --git a/homeassistant/components/awair/translations/nl.json b/homeassistant/components/awair/translations/nl.json index a11016f8d42..08a30a52250 100644 --- a/homeassistant/components/awair/translations/nl.json +++ b/homeassistant/components/awair/translations/nl.json @@ -3,6 +3,14 @@ "abort": { "already_configured": "Account is al geconfigureerd", "no_devices_found": "Geen apparaten op het netwerk gevonden" + }, + "error": { + "unknown": "Onverwachte fout" + }, + "step": { + "reauth": { + "description": "Voer uw Awair-ontwikkelaarstoegangstoken opnieuw in." + } } } } \ No newline at end of file diff --git a/homeassistant/components/azure_devops/translations/lb.json b/homeassistant/components/azure_devops/translations/lb.json index 7bcd387b264..651193fc942 100644 --- a/homeassistant/components/azure_devops/translations/lb.json +++ b/homeassistant/components/azure_devops/translations/lb.json @@ -8,6 +8,7 @@ "authorization_error": "Feeler bei der Authorisatioun. Iwwerpr\u00e9if ob d\u00e4in Kont den acc\u00e8s zum Projet souw\u00e9i d\u00e9i richteg Umeldungsinformatioune huet", "cannot_connect": "Feeler beim verbannen", "connection_error": "Konnt sech net mat Azure DevOps verbannen", + "invalid_auth": "Ong\u00eblteg Authentifikatioun", "project_error": "Konnt keng Projet Informatiounen ausliesen." }, "flow_title": "Azure DevOps: {project_url}", diff --git a/homeassistant/components/azure_devops/translations/nl.json b/homeassistant/components/azure_devops/translations/nl.json index 42978a06b37..9abecd187fe 100644 --- a/homeassistant/components/azure_devops/translations/nl.json +++ b/homeassistant/components/azure_devops/translations/nl.json @@ -2,6 +2,9 @@ "config": { "abort": { "already_configured": "Account is al geconfigureerd" + }, + "error": { + "invalid_auth": "Ongeldige authenticatie" } } } \ No newline at end of file diff --git a/homeassistant/components/blebox/translations/nl.json b/homeassistant/components/blebox/translations/nl.json index c7156a5f553..0fad3e9264f 100644 --- a/homeassistant/components/blebox/translations/nl.json +++ b/homeassistant/components/blebox/translations/nl.json @@ -1,11 +1,23 @@ { "config": { + "abort": { + "address_already_configured": "Er is al een BleBox-apparaat geconfigureerd op {address} .", + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "unknown": "Onverwachte fout", + "unsupported_version": "BleBox-apparaat heeft verouderde firmware. Upgrade het eerst." + }, + "flow_title": "BleBox-apparaat: {name} ( {host} )", "step": { "user": { "data": { "host": "IP-adres", "port": "Poort" - } + }, + "description": "Stel uw BleBox in om te integreren met Home Assistant.", + "title": "Stel uw BleBox-apparaat in" } } } diff --git a/homeassistant/components/blink/translations/nl.json b/homeassistant/components/blink/translations/nl.json index 2af76f4f414..c1ab971dbf0 100644 --- a/homeassistant/components/blink/translations/nl.json +++ b/homeassistant/components/blink/translations/nl.json @@ -1,6 +1,10 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, "error": { + "invalid_auth": "Ongeldige authenticatie", "unknown": "Onverwachte fout" }, "step": { diff --git a/homeassistant/components/bond/translations/nl.json b/homeassistant/components/bond/translations/nl.json index 8b2702b6708..8010dfc2e78 100644 --- a/homeassistant/components/bond/translations/nl.json +++ b/homeassistant/components/bond/translations/nl.json @@ -2,6 +2,19 @@ "config": { "abort": { "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, + "flow_title": "Bond: {bond_id} ({host})", + "step": { + "user": { + "data": { + "host": "Host" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/broadlink/translations/nl.json b/homeassistant/components/broadlink/translations/nl.json index ea0449afc58..7205512d368 100644 --- a/homeassistant/components/broadlink/translations/nl.json +++ b/homeassistant/components/broadlink/translations/nl.json @@ -1,13 +1,27 @@ { "config": { "abort": { - "not_supported": "Apparaat wordt niet ondersteund" + "already_configured": "Apparaat is al geconfigureerd", + "cannot_connect": "Kon niet verbinden", + "not_supported": "Apparaat wordt niet ondersteund", + "unknown": "Onverwachte fout" }, + "error": { + "cannot_connect": "Kon niet verbinden", + "unknown": "Onverwachte fout" + }, + "flow_title": "{name} ({model} bij {host})", "step": { "finish": { "data": { "name": "Naam" } + }, + "user": { + "data": { + "host": "Host" + }, + "title": "Verbinding maken met het apparaat" } } } diff --git a/homeassistant/components/bsblan/translations/nl.json b/homeassistant/components/bsblan/translations/nl.json index a9f769389c5..cf9a263103f 100644 --- a/homeassistant/components/bsblan/translations/nl.json +++ b/homeassistant/components/bsblan/translations/nl.json @@ -1,15 +1,24 @@ { "config": { - "error": { - "cannot_connect": "Kan geen verbinding maken" + "abort": { + "already_configured": "Apparaat is al geconfigureerd" }, + "error": { + "cannot_connect": "Kan geen verbinding maken", + "connection_error": "Kan geen verbinding maken met BSB-Lan-apparaat." + }, + "flow_title": "BSB-Lan: {name}", "step": { "user": { "data": { "host": "Host", + "passkey": "Passkey-tekenreeks", "port": "Poort" - } + }, + "description": "Stel uw BSB-Lan-apparaat in om te integreren met Home Assistant.", + "title": "Maak verbinding met het BSB-Lan-apparaat" } } - } + }, + "title": "BSB-Lan" } \ No newline at end of file diff --git a/homeassistant/components/cloudflare/translations/nl.json b/homeassistant/components/cloudflare/translations/nl.json new file mode 100644 index 00000000000..37162761d86 --- /dev/null +++ b/homeassistant/components/cloudflare/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "error": { + "invalid_auth": "Ongeldige authenticatie" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/control4/translations/nl.json b/homeassistant/components/control4/translations/nl.json index 1cc1070f6b9..1c4e7de05c9 100644 --- a/homeassistant/components/control4/translations/nl.json +++ b/homeassistant/components/control4/translations/nl.json @@ -1,9 +1,17 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { "host": "IP-adres", + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/daikin/translations/lb.json b/homeassistant/components/daikin/translations/lb.json index 6fab17c1574..b508e0de05d 100644 --- a/homeassistant/components/daikin/translations/lb.json +++ b/homeassistant/components/daikin/translations/lb.json @@ -15,6 +15,7 @@ "step": { "user": { "data": { + "api_key": "API Schl\u00ebssel", "host": "Apparat", "key": "API Schl\u00ebssel", "password": "Passwuert" diff --git a/homeassistant/components/daikin/translations/nl.json b/homeassistant/components/daikin/translations/nl.json index 775e358d205..65fb23c8f62 100644 --- a/homeassistant/components/daikin/translations/nl.json +++ b/homeassistant/components/daikin/translations/nl.json @@ -1,12 +1,20 @@ { "config": { "abort": { - "already_configured": "Apparaat is al geconfigureerd" + "already_configured": "Apparaat is al geconfigureerd", + "cannot_connect": "Kon niet verbinden" + }, + "error": { + "device_fail": "Onverwachte fout", + "device_timeout": "Kon niet verbinden", + "forbidden": "Ongeldige authenticatie" }, "step": { "user": { "data": { + "api_key": "API-sleutel", "host": "Host", + "key": "API-sleutel", "password": "Wachtwoord" }, "description": "Voer het IP-adres van uw Daikin AC in.", diff --git a/homeassistant/components/deconz/translations/nl.json b/homeassistant/components/deconz/translations/nl.json index edd65efe3d8..56a4bcc0ae9 100644 --- a/homeassistant/components/deconz/translations/nl.json +++ b/homeassistant/components/deconz/translations/nl.json @@ -67,6 +67,7 @@ "remote_button_quadruple_press": "\" {subtype} \" knop viervoudig aangeklikt", "remote_button_quintuple_press": "\" {subtype} \" knop vijf keer aangeklikt", "remote_button_rotated": "Knop gedraaid \" {subtype} \"", + "remote_button_rotated_fast": "Knop is snel gedraaid \" {subtype} \"", "remote_button_rotation_stopped": "Knoprotatie \" {subtype} \" gestopt", "remote_button_short_press": "\"{subtype}\" knop ingedrukt", "remote_button_short_release": "\"{subtype}\" knop losgelaten", diff --git a/homeassistant/components/denonavr/translations/lb.json b/homeassistant/components/denonavr/translations/lb.json index e4a864098eb..02402d1ccdf 100644 --- a/homeassistant/components/denonavr/translations/lb.json +++ b/homeassistant/components/denonavr/translations/lb.json @@ -3,6 +3,7 @@ "abort": { "already_configured": "Apparat ass scho konfigur\u00e9iert", "already_in_progress": "Konfiguratioun's Oflaf ass schonn am gaang", + "cannot_connect": "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol. Stroumkabel an R\u00e9seau Kabel rausz\u00e9ien an drastiechen k\u00e9int h\u00ebllefen.", "connection_error": "Feeler beim verbannen, prob\u00e9ier w.e.g. nach emol. Stroumkabel an R\u00e9seau Kabel rausz\u00e9ien an drastiechen k\u00e9int h\u00ebllefen.", "not_denonavr_manufacturer": "Kee Denon AVR Netzwierk Empf\u00e4nger, entdeckte Hiersteller passt net", "not_denonavr_missing": "Kee Denon AVR Netzwierk Empf\u00e4nger, Discovery Informatioun net vollst\u00e4nneg" diff --git a/homeassistant/components/denonavr/translations/nl.json b/homeassistant/components/denonavr/translations/nl.json index bd7efabf1c7..de6768033bd 100644 --- a/homeassistant/components/denonavr/translations/nl.json +++ b/homeassistant/components/denonavr/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Apparaat is al geconfigureerd", "connection_error": "Kan geen verbinding maken, probeer het opnieuw, het kan helpen om de netvoeding en ethernetkabels los te koppelen en opnieuw aan te sluiten" }, "flow_title": "Denon AVR Network Receiver: {naam}", @@ -12,12 +13,14 @@ "data": { "select_host": "Receiver IP-adres" }, + "description": "Voer de installatie opnieuw uit als u extra ontvangers wilt aansluiten", "title": "Selecteer de receiver waarmee u verbinding wilt maken" }, "user": { "data": { "host": "IP-adres" - } + }, + "description": "Maak verbinding met uw ontvanger. Als het IP-adres niet is ingesteld, wordt automatische detectie gebruikt" } } }, diff --git a/homeassistant/components/dexcom/translations/nl.json b/homeassistant/components/dexcom/translations/nl.json index 4198e0d9fc4..97cd16fc4a8 100644 --- a/homeassistant/components/dexcom/translations/nl.json +++ b/homeassistant/components/dexcom/translations/nl.json @@ -1,11 +1,20 @@ { "config": { + "abort": { + "already_configured": "Account is al geconfigureerd", + "already_configured_account": "Account is al geconfigureerd" + }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "account_error": "Ongeldige authenticatie", + "cannot_connect": "Kan geen verbinding maken", + "invalid_auth": "Ongeldige authenticatie", + "session_error": "Kon niet verbinden", + "unknown": "Onverwachte fout" }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/directv/translations/nl.json b/homeassistant/components/directv/translations/nl.json index 26b6e65e811..2024368daf6 100644 --- a/homeassistant/components/directv/translations/nl.json +++ b/homeassistant/components/directv/translations/nl.json @@ -10,6 +10,10 @@ "flow_title": "DirecTV: {name}", "step": { "ssdp_confirm": { + "data": { + "one": "Leeg", + "other": "Leeg" + }, "description": "Wilt u {name} instellen?" }, "user": { diff --git a/homeassistant/components/doorbird/translations/nl.json b/homeassistant/components/doorbird/translations/nl.json index 2bf97d687ab..625367484b0 100644 --- a/homeassistant/components/doorbird/translations/nl.json +++ b/homeassistant/components/doorbird/translations/nl.json @@ -6,7 +6,9 @@ "not_doorbird_device": "Dit apparaat is geen DoorBird" }, "error": { - "cannot_connect": "Verbinding mislukt, probeer het opnieuw" + "cannot_connect": "Verbinding mislukt, probeer het opnieuw", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" }, "flow_title": "DoorBird {name} ({host})", "step": { @@ -14,6 +16,7 @@ "data": { "host": "Host (IP-adres)", "name": "Apparaatnaam", + "password": "Wachtwoord", "username": "Gebruikersnaam" }, "title": "Maak verbinding met de DoorBird" diff --git a/homeassistant/components/dsmr/translations/nl.json b/homeassistant/components/dsmr/translations/nl.json index 8b2702b6708..41edcd176da 100644 --- a/homeassistant/components/dsmr/translations/nl.json +++ b/homeassistant/components/dsmr/translations/nl.json @@ -2,6 +2,14 @@ "config": { "abort": { "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "one": "Leeg", + "other": "Leeg" + }, + "step": { + "one": "Leeg", + "other": "Leeg" } } } \ No newline at end of file diff --git a/homeassistant/components/dunehd/translations/nl.json b/homeassistant/components/dunehd/translations/nl.json new file mode 100644 index 00000000000..91325588b13 --- /dev/null +++ b/homeassistant/components/dunehd/translations/nl.json @@ -0,0 +1,18 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "already_configured": "Apparaat is al geconfigureerd", + "cannot_connect": "Kon niet verbinden" + }, + "step": { + "user": { + "data": { + "host": "Host" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/eafm/translations/nl.json b/homeassistant/components/eafm/translations/nl.json new file mode 100644 index 00000000000..8b2702b6708 --- /dev/null +++ b/homeassistant/components/eafm/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/emulated_roku/translations/nl.json b/homeassistant/components/emulated_roku/translations/nl.json index 16c6ad1e512..5de21b8a22f 100644 --- a/homeassistant/components/emulated_roku/translations/nl.json +++ b/homeassistant/components/emulated_roku/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Apparaat is al geconfigureerd", "name_exists": "Naam bestaat al" }, "step": { diff --git a/homeassistant/components/esphome/translations/lb.json b/homeassistant/components/esphome/translations/lb.json index 18e2848976e..009fe1c24ab 100644 --- a/homeassistant/components/esphome/translations/lb.json +++ b/homeassistant/components/esphome/translations/lb.json @@ -6,6 +6,7 @@ }, "error": { "connection_error": "Keng Verbindung zum ESP. Iwwerpr\u00e9ift d'Pr\u00e4sens vun der Zeil api: am YAML Fichier.", + "invalid_auth": "Ong\u00eblteg Authentifikatioun", "invalid_password": "Ong\u00ebltegt Passwuert!", "resolve_error": "Kann d'Adresse vum ESP net opl\u00e9isen. Falls d\u00ebse Problem weiderhi besteet dann defin\u00e9iert eng statesch IP Adresse:\nhttps://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, diff --git a/homeassistant/components/esphome/translations/nl.json b/homeassistant/components/esphome/translations/nl.json index 2ba68398603..eda877a66a2 100644 --- a/homeassistant/components/esphome/translations/nl.json +++ b/homeassistant/components/esphome/translations/nl.json @@ -1,10 +1,12 @@ { "config": { "abort": { - "already_configured": "ESP is al geconfigureerd" + "already_configured": "ESP is al geconfigureerd", + "already_in_progress": "De configuratiestroom is al begonnen" }, "error": { "connection_error": "Kan geen verbinding maken met ESP. Zorg ervoor dat uw YAML-bestand een regel 'api:' bevat.", + "invalid_auth": "Ongeldige authenticatie", "invalid_password": "Ongeldig wachtwoord!", "resolve_error": "Kan het adres van de ESP niet vinden. Als deze fout aanhoudt, stel dan een statisch IP-adres in: https://esphomelib.com/esphomeyaml/components/wifi.html#manual-ips" }, diff --git a/homeassistant/components/flick_electric/translations/nl.json b/homeassistant/components/flick_electric/translations/nl.json index f252147c776..463fc02368b 100644 --- a/homeassistant/components/flick_electric/translations/nl.json +++ b/homeassistant/components/flick_electric/translations/nl.json @@ -3,13 +3,22 @@ "abort": { "already_configured": "Account is al geconfigureerd" }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "client_id": "Client-ID (optioneel)", + "client_secret": "Clientgeheim (optioneel)", "password": "Wachtwoord", "username": "Gebruikersnaam" - } + }, + "title": "Flick inloggegevens" } } - } + }, + "title": "Flick Electric" } \ No newline at end of file diff --git a/homeassistant/components/flo/translations/nl.json b/homeassistant/components/flo/translations/nl.json index c4901d328c3..d4c409802c1 100644 --- a/homeassistant/components/flo/translations/nl.json +++ b/homeassistant/components/flo/translations/nl.json @@ -1,8 +1,17 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "host": "Host", "password": "Wachtwoord", "username": "Gebruikersnaam" } diff --git a/homeassistant/components/forked_daapd/translations/lb.json b/homeassistant/components/forked_daapd/translations/lb.json index f5ee557acf9..59a27e7600e 100644 --- a/homeassistant/components/forked_daapd/translations/lb.json +++ b/homeassistant/components/forked_daapd/translations/lb.json @@ -5,6 +5,7 @@ "not_forked_daapd": "Apparat ass kee forked-daapd server." }, "error": { + "forbidden": "Feeler beim verbannen, iwwerpr\u00e9if w.e.g Netzwierk Autorisatioun vun dengem forked-daapd.", "unknown_error": "Onerwaarte Feeler", "websocket_not_enabled": "forked-daapd server websocket net aktiv.", "wrong_host_or_port": "Feeler beim verbannen, iwwerpr\u00e9if w.e.g d'Adresse a Port.", diff --git a/homeassistant/components/freebox/translations/et.json b/homeassistant/components/freebox/translations/et.json index aac3f2f0155..3aec81be6d7 100644 --- a/homeassistant/components/freebox/translations/et.json +++ b/homeassistant/components/freebox/translations/et.json @@ -9,6 +9,9 @@ "unknown": "Tundmatu viga" }, "step": { + "link": { + "title": "Lingi Freebox ruuter" + }, "user": { "data": { "host": "", diff --git a/homeassistant/components/geonetnz_volcano/translations/nl.json b/homeassistant/components/geonetnz_volcano/translations/nl.json index 73c7c1eaab3..9f941e9ee5d 100644 --- a/homeassistant/components/geonetnz_volcano/translations/nl.json +++ b/homeassistant/components/geonetnz_volcano/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Locatie is al geconfigureerd" + }, "error": { "identifier_exists": "Locatie al geregistreerd" }, diff --git a/homeassistant/components/glances/translations/et.json b/homeassistant/components/glances/translations/et.json index 234108a62ca..7f5e1bb63be 100644 --- a/homeassistant/components/glances/translations/et.json +++ b/homeassistant/components/glances/translations/et.json @@ -4,7 +4,8 @@ "already_configured": "Seade on juba h\u00e4\u00e4lestatud" }, "error": { - "cannot_connect": "\u00dchendamine nurjus" + "cannot_connect": "\u00dchendamine nurjus", + "wrong_version": "Versiooni ei toetata (ainult 2 v\u00f5i 3)" }, "step": { "user": { @@ -15,7 +16,8 @@ "port": "Port", "ssl": "Kasutab SSL serti", "username": "Kasutajanimi", - "verify_ssl": "Kontrolli SSL sertifikaati" + "verify_ssl": "Kontrolli SSL sertifikaati", + "version": "Glances API versioon (2 v\u00f5i 3)" }, "title": "Seadista Glances" } diff --git a/homeassistant/components/goalzero/translations/nl.json b/homeassistant/components/goalzero/translations/nl.json index 50f6dcd1b87..86958670d70 100644 --- a/homeassistant/components/goalzero/translations/nl.json +++ b/homeassistant/components/goalzero/translations/nl.json @@ -12,7 +12,8 @@ "user": { "data": { "name": "Naam" - } + }, + "description": "Eerst moet u de Goal Zero-app downloaden: https://www.goalzero.com/product-features/yeti-app/ \n\n Volg de instructies om je Yeti te verbinden met je wifi-netwerk. Haal dan de host-ip van uw router. DHCP moet zijn ingesteld in uw routerinstellingen voor het apparaat om ervoor te zorgen dat het host-ip niet verandert. Raadpleeg de gebruikershandleiding van uw router." } } } diff --git a/homeassistant/components/griddy/translations/et.json b/homeassistant/components/griddy/translations/et.json index 0f7df7bd156..82890e09350 100644 --- a/homeassistant/components/griddy/translations/et.json +++ b/homeassistant/components/griddy/translations/et.json @@ -6,6 +6,11 @@ "error": { "cannot_connect": "\u00dchendamine nurjus", "unknown": "Tundmatu viga" + }, + "step": { + "user": { + "title": "Seadista oma Griddy Load Zone" + } } } } \ No newline at end of file diff --git a/homeassistant/components/griddy/translations/nl.json b/homeassistant/components/griddy/translations/nl.json index 9227d4702ab..bd97b9ccf7c 100644 --- a/homeassistant/components/griddy/translations/nl.json +++ b/homeassistant/components/griddy/translations/nl.json @@ -9,6 +9,9 @@ }, "step": { "user": { + "data": { + "loadzone": "Laadzone (vestigingspunt)" + }, "description": "Uw Load Zone staat op uw Griddy account onder \"Account > Meter > Load Zone\".", "title": "Stel uw Griddy Load Zone in" } diff --git a/homeassistant/components/hangouts/translations/et.json b/homeassistant/components/hangouts/translations/et.json index 3d3dfa3e4bb..a587edcd632 100644 --- a/homeassistant/components/hangouts/translations/et.json +++ b/homeassistant/components/hangouts/translations/et.json @@ -14,6 +14,7 @@ "data": { "2fa": "2FA PIN" }, + "description": "", "title": "Kaheastmeline autentimine" }, "user": { @@ -22,6 +23,7 @@ "email": "E-posti aadress", "password": "Salas\u00f5na" }, + "description": "", "title": "Google Hangoutsi sisselogimine" } } diff --git a/homeassistant/components/harmony/translations/nl.json b/homeassistant/components/harmony/translations/nl.json index 63d8026d9c2..cec8e7b2da2 100644 --- a/homeassistant/components/harmony/translations/nl.json +++ b/homeassistant/components/harmony/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Apparaat is al geconfigureerd" + "already_configured": "Apparaat is al geconfigureerd", + "already_configured_device": "Apparaat is al geconfigureerd" }, "error": { "cannot_connect": "Verbinding mislukt, probeer het opnieuw", diff --git a/homeassistant/components/hlk_sw16/translations/nl.json b/homeassistant/components/hlk_sw16/translations/nl.json index 4d00f0bfc74..0569c39321a 100644 --- a/homeassistant/components/hlk_sw16/translations/nl.json +++ b/homeassistant/components/hlk_sw16/translations/nl.json @@ -1,8 +1,17 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "host": "Host", + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/home_connect/translations/nl.json b/homeassistant/components/home_connect/translations/nl.json new file mode 100644 index 00000000000..41b27cc387f --- /dev/null +++ b/homeassistant/components/home_connect/translations/nl.json @@ -0,0 +1,15 @@ +{ + "config": { + "abort": { + "missing_configuration": "Het component is niet geconfigureerd. Volg de documentatie." + }, + "create_entry": { + "default": "Succesvol geverifieerd" + }, + "step": { + "pick_implementation": { + "title": "Kies de verificatiemethode" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/homekit/translations/et.json b/homeassistant/components/homekit/translations/et.json index e23a2f1bf60..4ac6b0cb514 100644 --- a/homeassistant/components/homekit/translations/et.json +++ b/homeassistant/components/homekit/translations/et.json @@ -5,7 +5,12 @@ }, "step": { "pairing": { - "description": "Niipea kui {name} on valmis, on sidumine saadaval jaotises \"Notifications\" kui \"HomeKit Bridge Setup\"." + "description": "Niipea kui {name} on valmis, on sidumine saadaval jaotises \"Notifications\" kui \"HomeKit Bridge Setup\".", + "title": "HomeKiti sidumine" + }, + "user": { + "description": "HomeKiti integreerimine v\u00f5imaldab teil p\u00e4\u00e4seda juurde HomeKiti \u00fcksustele Home Assistant. Sildire\u017eiimis on HomeKit Bridges piiratud 150 lisaseadmega, sealhulgas sild ise. Kui soovid \u00fchendada rohkem lisatarvikuid, on soovitatav kasutada erinevate domeenide jaoks mitut HomeKiti silda. \u00dcksuse \u00fcksikasjalik konfiguratsioon on esmase silla jaoks saadaval ainult YAML-i kaudu.", + "title": "Aktiveeri HomeKit" } } }, diff --git a/homeassistant/components/homekit/translations/nl.json b/homeassistant/components/homekit/translations/nl.json index 262b0b18f84..f790e78d955 100644 --- a/homeassistant/components/homekit/translations/nl.json +++ b/homeassistant/components/homekit/translations/nl.json @@ -5,6 +5,7 @@ }, "step": { "pairing": { + "description": "Zodra de {name} klaar is, is het koppelen beschikbaar in \"Meldingen\" als \"HomeKit Bridge Setup\".", "title": "Koppel HomeKit Bridge" }, "user": { @@ -12,6 +13,7 @@ "auto_start": "Automatisch starten (uitschakelen als u Z-Wave of een ander vertraagd startsysteem gebruikt)", "include_domains": "Domeinen om op te nemen" }, + "description": "De HomeKit-integratie geeft u toegang tot uw Home Assistant-entiteiten in HomeKit. In bridge-modus zijn HomeKit-bruggen beperkt tot 150 accessoires per exemplaar, inclusief de brug zelf. Als u meer dan het maximale aantal accessoires wilt overbruggen, is het aan te raden om meerdere HomeKit-bridges voor verschillende domeinen te gebruiken. Gedetailleerde entiteitsconfiguratie is alleen beschikbaar via YAML voor de primaire bridge.", "title": "Activeer HomeKit Bridge" } } @@ -20,11 +22,19 @@ "step": { "advanced": { "data": { + "auto_start": "Autostart (uitschakelen bij gebruik van Z-Wave of een ander vertraagd startsysteem)", "safe_mode": "Veilige modus (alleen inschakelen als het koppelen mislukt)" }, "description": "Deze instellingen hoeven alleen te worden aangepast als HomeKit niet functioneert.", "title": "Geavanceerde configuratie" }, + "cameras": { + "data": { + "camera_copy": "Camera's die native H.264-streams ondersteunen" + }, + "description": "Controleer alle camera's die native H.264-streams ondersteunen. Als de camera geen H.264-stream uitvoert, transcodeert het systeem de video naar H.264 voor HomeKit. Transcodering vereist een performante CPU en het is onwaarschijnlijk dat dit werkt op computers met \u00e9\u00e9n bord.", + "title": "Selecteer de videocodec van de camera." + }, "exclude": { "data": { "exclude_entities": "Uit te sluiten entiteiten" @@ -36,6 +46,7 @@ "data": { "include_domains": "Op te nemen domeinen" }, + "description": "HomeKit kan worden geconfigureerd om een brug of een enkel accessoire te tonen. In de accessoiremodus kan slechts \u00e9\u00e9n entiteit worden gebruikt. De accessoiremodus is vereist om mediaspelers met de tv-apparaatklasse correct te laten werken. Entiteiten in de \"Op te nemen domeinen\" zullen worden blootgesteld aan HomeKit. U kunt op het volgende scherm selecteren welke entiteiten u wilt opnemen of uitsluiten van deze lijst.", "title": "Selecteer domeinen om zichtbaar te maken." }, "yaml": { diff --git a/homeassistant/components/huawei_lte/translations/nl.json b/homeassistant/components/huawei_lte/translations/nl.json index d422122185e..14732ac2a4b 100644 --- a/homeassistant/components/huawei_lte/translations/nl.json +++ b/homeassistant/components/huawei_lte/translations/nl.json @@ -11,9 +11,11 @@ "incorrect_password": "Onjuist wachtwoord", "incorrect_username": "Onjuiste gebruikersnaam", "incorrect_username_or_password": "Onjuiste gebruikersnaam of wachtwoord", + "invalid_auth": "Ongeldige authenticatie", "invalid_url": "Ongeldige URL", "login_attempts_exceeded": "Maximale aanmeldingspogingen overschreden, probeer het later opnieuw.", "response_error": "Onbekende fout van het apparaat", + "unknown": "Onverwachte fout", "unknown_connection_error": "Onbekende fout bij verbinden met apparaat" }, "step": { diff --git a/homeassistant/components/hue/translations/lb.json b/homeassistant/components/hue/translations/lb.json index 4c1f90470c6..9a713b1cb52 100644 --- a/homeassistant/components/hue/translations/lb.json +++ b/homeassistant/components/hue/translations/lb.json @@ -58,7 +58,8 @@ "step": { "init": { "data": { - "allow_hue_groups": "Hue Gruppen erlaaben" + "allow_hue_groups": "Hue Gruppen erlaaben", + "allow_unreachable": "Erlaabt net erreechbar Bieren hir Zoust\u00e4nn richteg ze mellen" } } } diff --git a/homeassistant/components/hue/translations/nl.json b/homeassistant/components/hue/translations/nl.json index 73817f52488..f04d372bf6a 100644 --- a/homeassistant/components/hue/translations/nl.json +++ b/homeassistant/components/hue/translations/nl.json @@ -24,6 +24,11 @@ "link": { "description": "Druk op de knop van de bridge om Philips Hue te registreren met Home Assistant. \n\n![Locatie van de knop op bridge](/static/images/config_philips_hue.jpg)", "title": "Link Hub" + }, + "manual": { + "data": { + "host": "Host" + } } } }, diff --git a/homeassistant/components/hvv_departures/translations/nl.json b/homeassistant/components/hvv_departures/translations/nl.json index 46399483e18..8c80ae5b942 100644 --- a/homeassistant/components/hvv_departures/translations/nl.json +++ b/homeassistant/components/hvv_departures/translations/nl.json @@ -3,12 +3,18 @@ "abort": { "already_configured": "Apparaat is al geconfigureerd" }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie" + }, "step": { "user": { "data": { + "host": "Host", "password": "Wachtwoord", "username": "Gebruikersnaam" - } + }, + "title": "Maak verbinding met de HVV API" } } } diff --git a/homeassistant/components/icloud/translations/et.json b/homeassistant/components/icloud/translations/et.json index 4533598ac7c..58b4d9e41c9 100644 --- a/homeassistant/components/icloud/translations/et.json +++ b/homeassistant/components/icloud/translations/et.json @@ -29,7 +29,8 @@ "user": { "data": { "password": "Salas\u00f5na", - "username": "E-post" + "username": "E-post", + "with_family": "Perega" }, "description": "Sisesta oma mandaat.", "title": "iCloudi tuvastusandmed" diff --git a/homeassistant/components/icloud/translations/lb.json b/homeassistant/components/icloud/translations/lb.json index efd902aca60..4179dc6db64 100644 --- a/homeassistant/components/icloud/translations/lb.json +++ b/homeassistant/components/icloud/translations/lb.json @@ -2,7 +2,8 @@ "config": { "abort": { "already_configured": "Kont ass scho konfigur\u00e9iert", - "no_device": "Kee vun dengen Apparater huet \"Find my iPhone\" aktiv\u00e9iert" + "no_device": "Kee vun dengen Apparater huet \"Find my iPhone\" aktiv\u00e9iert", + "reauth_successful": "Re-authentifikatioun war erfollegr\u00e4ich" }, "error": { "invalid_auth": "Ong\u00eblteg Authentifikatioun", @@ -15,6 +16,7 @@ "data": { "password": "Passwuert" }, + "description": "D\u00e4in Passwuert fir {username} funktionn\u00e9iert net m\u00e9i. Aktualis\u00e9ier d\u00e4in Passwuert fir d\u00ebs Integratioun weider ze benotzen.", "title": "Integratioun re-authentifiz\u00e9ieren" }, "trusted_device": { diff --git a/homeassistant/components/icloud/translations/nl.json b/homeassistant/components/icloud/translations/nl.json index 1088b7bb16e..47bf099f48a 100644 --- a/homeassistant/components/icloud/translations/nl.json +++ b/homeassistant/components/icloud/translations/nl.json @@ -10,6 +10,12 @@ "validate_verification_code": "Kan uw verificatiecode niet verifi\u00ebren, kies een vertrouwensapparaat en start de verificatie opnieuw" }, "step": { + "reauth": { + "data": { + "password": "Wachtwoord" + }, + "description": "Uw eerder ingevoerde wachtwoord voor {username} werkt niet meer. Update uw wachtwoord om deze integratie te blijven gebruiken." + }, "trusted_device": { "data": { "trusted_device": "Vertrouwd apparaat" diff --git a/homeassistant/components/insteon/translations/nl.json b/homeassistant/components/insteon/translations/nl.json index 5c8ffa91cff..6ccd8f82830 100644 --- a/homeassistant/components/insteon/translations/nl.json +++ b/homeassistant/components/insteon/translations/nl.json @@ -1,11 +1,22 @@ { "config": { "abort": { + "already_configured": "Er is al een Insteon-modemverbinding geconfigureerd", + "cannot_connect": "Kon niet verbinden", "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." }, + "error": { + "cannot_connect": "Kon niet verbinden" + }, "step": { + "hub1": { + "data": { + "host": "Hub IP-adres" + } + }, "hub2": { "data": { + "host": "Hub IP-adres", "password": "Wachtwoord", "username": "Gebruikersnaam" } @@ -34,14 +45,25 @@ } }, "options": { + "abort": { + "already_configured": "Er is al een Insteon-modemverbinding geconfigureerd", + "cannot_connect": "Kan geen verbinding maken met de Insteon-modem" + }, + "error": { + "cannot_connect": "Kon niet verbinden" + }, "step": { + "add_x10": { + "description": "Wijzig het wachtwoord van de Insteon Hub." + }, "change_hub_config": { "data": { "host": "IP-adres", "password": "Wachtwoord", "port": "Poort", "username": "Gebruikersnaam" - } + }, + "description": "Wijzig de verbindingsgegevens van de Insteon Hub. Je moet Home Assistant opnieuw opstarten nadat je deze wijziging hebt aangebracht. Dit verandert niets aan de configuratie van de Hub zelf. Gebruik de Hub-app om de configuratie in de Hub te wijzigen." } } } diff --git a/homeassistant/components/iqvia/translations/nl.json b/homeassistant/components/iqvia/translations/nl.json index 9ecd9f12f11..753e35c74ea 100644 --- a/homeassistant/components/iqvia/translations/nl.json +++ b/homeassistant/components/iqvia/translations/nl.json @@ -1,5 +1,8 @@ { "config": { + "abort": { + "already_configured": "Service is al geconfigureerd" + }, "error": { "invalid_zip_code": "Postcode is ongeldig" }, diff --git a/homeassistant/components/isy994/translations/nl.json b/homeassistant/components/isy994/translations/nl.json index d22d721de0f..3a19c35645e 100644 --- a/homeassistant/components/isy994/translations/nl.json +++ b/homeassistant/components/isy994/translations/nl.json @@ -1,13 +1,40 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "invalid_host": "De hostvermelding had de niet volledig URL-indeling, bijvoorbeeld http://192.168.10.100:80", + "unknown": "Onverwachte fout" + }, "flow_title": "Universele apparaten ISY994 {name} ({host})", "step": { "user": { "data": { "host": "URL", + "password": "Wachtwoord", + "tls": "De TLS-versie van de ISY-controller.", "username": "Gebruikersnaam" - } + }, + "description": "Het hostvermelding moet de volledige URL-indeling hebben, bijvoorbeeld http://192.168.10.100:80", + "title": "Maak verbinding met uw ISY994" } } - } + }, + "options": { + "step": { + "init": { + "data": { + "ignore_string": "Tekenreeks negeren", + "restore_light_state": "Herstel lichthelderheid", + "sensor_string": "Node Sensor String" + }, + "description": "Stel de opties in voor de ISY-integratie:\n \u2022 Node Sensor String: elk apparaat of elke map die 'Node Sensor String' in de naam bevat, wordt behandeld als een sensor of binaire sensor.\n \u2022 Ignore String: elk apparaat met 'Ignore String' in de naam wordt genegeerd.\n \u2022 Variabele sensorreeks: elke variabele die 'Variabele sensorreeks' bevat, wordt als sensor toegevoegd.\n \u2022 Lichthelderheid herstellen: indien ingeschakeld, wordt de vorige helderheid hersteld wanneer u een lamp inschakelt in plaats van het ingebouwde Aan-niveau van het apparaat.", + "title": "ISY994-opties" + } + } + }, + "title": "Universele apparaten ISY994" } \ No newline at end of file diff --git a/homeassistant/components/juicenet/translations/nl.json b/homeassistant/components/juicenet/translations/nl.json index 42978a06b37..5f1b0d37e25 100644 --- a/homeassistant/components/juicenet/translations/nl.json +++ b/homeassistant/components/juicenet/translations/nl.json @@ -2,6 +2,20 @@ "config": { "abort": { "already_configured": "Account is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, + "step": { + "user": { + "data": { + "api_token": "API-token" + }, + "description": "U hebt het API-token nodig van https://home.juice.net/Manage.", + "title": "Maak verbinding met JuiceNet" + } } } } \ No newline at end of file diff --git a/homeassistant/components/kodi/translations/nl.json b/homeassistant/components/kodi/translations/nl.json index c47fd73eea8..92c94dd0d6e 100644 --- a/homeassistant/components/kodi/translations/nl.json +++ b/homeassistant/components/kodi/translations/nl.json @@ -2,30 +2,44 @@ "config": { "abort": { "already_configured": "Apparaat is al geconfigureerd", + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", "unknown": "Onverwachte fout" }, "step": { "credentials": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" - } + }, + "description": "Voer uw Kodi gebruikersnaam en wachtwoord in. Deze zijn te vinden in Systeem / Instellingen / Netwerk / Services." }, "host": { "data": { - "port": "Poort" - } + "host": "Host", + "port": "Poort", + "ssl": "Maak verbinding via SSL" + }, + "description": "Kodi verbindingsinformatie. Zorg ervoor dat u \"Controle van Kodi via HTTP toestaan\" in Systeem / Instellingen / Netwerk / Services inschakelt." }, "user": { "data": { "host": "Host", "port": "Poort", "ssl": "Maak verbinding via SSL" - } + }, + "description": "Kodi-verbindingsinformatie. Zorg ervoor dat u \"Controle van Kodi via HTTP toestaan\" in Systeem / Instellingen / Netwerk / Services inschakelt." }, "ws_port": { "data": { "ws_port": "Poort" - } + }, + "description": "De WebSocket-poort (ook wel TCP-poort genoemd in Kodi). Om verbinding te maken via WebSocket, moet u \"Programma's toestaan ... om Kodi te besturen\" inschakelen in Systeem / Instellingen / Netwerk / Services. Als WebSocket niet is ingeschakeld, verwijdert u de poort en laat u deze leeg." } } } diff --git a/homeassistant/components/konnected/translations/et.json b/homeassistant/components/konnected/translations/et.json index c5d66d76a81..945ff6341f6 100644 --- a/homeassistant/components/konnected/translations/et.json +++ b/homeassistant/components/konnected/translations/et.json @@ -14,6 +14,9 @@ "description": "", "title": "Konnected seade on valmis" }, + "import_confirm": { + "title": "Konnektedi seadme import" + }, "user": { "data": { "host": "IP aadress", diff --git a/homeassistant/components/konnected/translations/nl.json b/homeassistant/components/konnected/translations/nl.json index 9861322dbce..9a7f20ac1e1 100644 --- a/homeassistant/components/konnected/translations/nl.json +++ b/homeassistant/components/konnected/translations/nl.json @@ -66,6 +66,7 @@ "7": "Zone 7", "out": "UIT" }, + "description": "Heeft een {model} bij {host} . Selecteer hieronder de basisconfiguratie van elke I / O - afhankelijk van de I / O kan het binaire sensoren (open / dicht contacten), digitale sensoren (dht en ds18b20) of schakelbare uitgangen mogelijk maken. U kunt in de volgende stappen gedetailleerde opties configureren.", "title": "Configureer I/O" }, "options_io_ext": { @@ -79,11 +80,13 @@ "alarm2_out2": "OUT2 / ALARM2", "out1": "OUT1" }, + "description": "Selecteer hieronder de configuratie van de resterende I/O. U kunt in de volgende stappen gedetailleerde opties configureren.", "title": "Configureer uitgebreide I/O" }, "options_misc": { "data": { "api_host": "API host-URL overschrijven (optioneel)", + "blink": "Led knipperen bij het verzenden van statuswijziging", "override_api_host": "Overschrijf standaard Home Assistant API hostpaneel-URL" }, "description": "Selecteer het gewenste gedrag voor uw paneel", diff --git a/homeassistant/components/life360/translations/nl.json b/homeassistant/components/life360/translations/nl.json index ad1ececc858..b3198274a19 100644 --- a/homeassistant/components/life360/translations/nl.json +++ b/homeassistant/components/life360/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "invalid_auth": "Ongeldige authenticatie", "invalid_credentials": "Ongeldige gebruikersgegevens", "user_already_configured": "Account is al geconfigureerd" }, @@ -8,6 +9,8 @@ "default": "Om geavanceerde opties in te stellen, zie [Life360 documentatie]({docs_url})." }, "error": { + "already_configured": "Account is al geconfigureerd", + "invalid_auth": "Ongeldige authenticatie", "invalid_credentials": "Ongeldige gebruikersgegevens", "invalid_username": "Ongeldige gebruikersnaam", "unexpected": "Onverwachte fout bij communicatie met Life360-server", diff --git a/homeassistant/components/logi_circle/translations/lb.json b/homeassistant/components/logi_circle/translations/lb.json index 5387060c0f5..ee48628664d 100644 --- a/homeassistant/components/logi_circle/translations/lb.json +++ b/homeassistant/components/logi_circle/translations/lb.json @@ -5,6 +5,7 @@ "already_setup": "Dir k\u00ebnnt n\u00ebmmen een eenzegen Logi Circle Kont konfigur\u00e9ieren.", "external_error": "Ausnam vun engem anere Floss.", "external_setup": "Logi Circle gouf vun engem anere Floss erfollegr\u00e4ich konfigur\u00e9iert.", + "missing_configuration": "Komponent net konfigur\u00e9iert. Folleg w.e.g der Dokumentatioun.", "no_flows": "Dir musst Logi Circle konfigur\u00e9ieren, ier Dir d\u00ebs Authentifiz\u00e9ierung k\u00ebnnt benotzen.[Liest w.e.g. d'Instruktioune](https://www.home-assistant.io/components/logi_circle/)." }, "create_entry": { @@ -13,7 +14,8 @@ "error": { "auth_error": "Feeler bei der API Autorisatioun.", "auth_timeout": "Z\u00e4it Iwwerschreidung vun der Autorisatioun beim ufroe vum Acc\u00e8s Jeton.", - "follow_link": "Follegt w.e.g dem Link an authentifiz\u00e9iert iech ier de op Ofsch\u00e9cken dr\u00e9ckt." + "follow_link": "Follegt w.e.g dem Link an authentifiz\u00e9iert iech ier de op Ofsch\u00e9cken dr\u00e9ckt.", + "invalid_auth": "Ong\u00eblteg Authentifikatioun" }, "step": { "auth": { diff --git a/homeassistant/components/logi_circle/translations/nl.json b/homeassistant/components/logi_circle/translations/nl.json index 01b6309e90a..022f2c73454 100644 --- a/homeassistant/components/logi_circle/translations/nl.json +++ b/homeassistant/components/logi_circle/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Account is al geconfigureerd", "already_setup": "U kunt slechts \u00e9\u00e9n Logi Circle-account configureren.", "external_error": "Uitzondering opgetreden uit een andere stroom.", "external_setup": "Logi Circle is met succes geconfigureerd vanuit een andere stroom.", @@ -12,7 +13,8 @@ "error": { "auth_error": "API-autorisatie mislukt.", "auth_timeout": "Er is een time-out opgetreden bij autorisatie bij het aanvragen van toegangstoken.", - "follow_link": "Volg de link en authenticeer voordat u op Verzenden drukt." + "follow_link": "Volg de link en authenticeer voordat u op Verzenden drukt.", + "invalid_auth": "Ongeldige authenticatie" }, "step": { "auth": { diff --git a/homeassistant/components/luftdaten/translations/nl.json b/homeassistant/components/luftdaten/translations/nl.json index f7c93460fa7..f5644daaa60 100644 --- a/homeassistant/components/luftdaten/translations/nl.json +++ b/homeassistant/components/luftdaten/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "error": { + "already_configured": "Service is al geconfigureerd", "communication_error": "Kan niet communiceren met de Luftdaten API", "invalid_sensor": "Sensor niet beschikbaar of ongeldig", "sensor_exists": "Sensor bestaat al" diff --git a/homeassistant/components/lutron_caseta/translations/nl.json b/homeassistant/components/lutron_caseta/translations/nl.json new file mode 100644 index 00000000000..8e48dea075d --- /dev/null +++ b/homeassistant/components/lutron_caseta/translations/nl.json @@ -0,0 +1,16 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd", + "cannot_connect": "Kon niet verbinden" + }, + "error": { + "cannot_connect": "Kon niet verbinden" + }, + "step": { + "import_failed": { + "description": "Kan bridge (host: {host} ) niet instellen, ge\u00efmporteerd uit configuration.yaml." + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/met/translations/nl.json b/homeassistant/components/met/translations/nl.json index 3cb932e6095..d6435234cc0 100644 --- a/homeassistant/components/met/translations/nl.json +++ b/homeassistant/components/met/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "error": { + "already_configured": "Service is al geconfigureerd", "name_exists": "Locatie bestaat al." }, "step": { diff --git a/homeassistant/components/metoffice/translations/nl.json b/homeassistant/components/metoffice/translations/nl.json index ca0c4269579..1b3063459c4 100644 --- a/homeassistant/components/metoffice/translations/nl.json +++ b/homeassistant/components/metoffice/translations/nl.json @@ -1,11 +1,20 @@ { "config": { + "abort": { + "already_configured": "Service is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "api_key": "API-sleutel", "latitude": "Breedtegraad", "longitude": "Lengtegraad" - } + }, + "title": "Maak verbinding met het UK Met Office" } } } diff --git a/homeassistant/components/mikrotik/translations/et.json b/homeassistant/components/mikrotik/translations/et.json index 82dc2239dea..188ce536a82 100644 --- a/homeassistant/components/mikrotik/translations/et.json +++ b/homeassistant/components/mikrotik/translations/et.json @@ -29,6 +29,7 @@ "device_tracker": { "data": { "arp_ping": "Luba ARP ping", + "detection_time": "M\u00e4\u00e4ra n\u00e4htavuse aeg", "force_dhcp": "Sundskannimine DHCP abil" } } diff --git a/homeassistant/components/mikrotik/translations/nl.json b/homeassistant/components/mikrotik/translations/nl.json index a3c86dda34b..29a2f5fd2cf 100644 --- a/homeassistant/components/mikrotik/translations/nl.json +++ b/homeassistant/components/mikrotik/translations/nl.json @@ -1,10 +1,12 @@ { "config": { "abort": { - "already_configured": "Mikrotik is al geconfigureerd" + "already_configured": "Mikrotik is al geconfigureerd", + "already_configured_device": "Apparaat is al geconfigureerd" }, "error": { "cannot_connect": "Verbinding niet geslaagd", + "invalid_auth": "Ongeldige authenticatie", "name_exists": "Naam bestaat al", "wrong_credentials": "Ongeldige inloggegevens" }, diff --git a/homeassistant/components/mill/translations/nl.json b/homeassistant/components/mill/translations/nl.json index 4d00f0bfc74..7bc08f9065f 100644 --- a/homeassistant/components/mill/translations/nl.json +++ b/homeassistant/components/mill/translations/nl.json @@ -1,8 +1,15 @@ { "config": { + "abort": { + "already_configured": "Account is al geconfigureerd" + }, + "error": { + "connection_error": "Kon niet verbinden" + }, "step": { "user": { "data": { + "password": "Password", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/mqtt/translations/nl.json b/homeassistant/components/mqtt/translations/nl.json index cedab89e3e2..a0ab0e497da 100644 --- a/homeassistant/components/mqtt/translations/nl.json +++ b/homeassistant/components/mqtt/translations/nl.json @@ -49,13 +49,17 @@ } }, "options": { + "error": { + "cannot_connect": "Kon niet verbinden" + }, "step": { "broker": { "data": { "password": "Wachtwoord", "port": "Poort", "username": "Gebruikersnaam" - } + }, + "description": "Voer de verbindingsgegevens van uw MQTT-broker in." }, "options": { "data": { diff --git a/homeassistant/components/neato/translations/lb.json b/homeassistant/components/neato/translations/lb.json index fd9f11ed839..a1fcde7f08a 100644 --- a/homeassistant/components/neato/translations/lb.json +++ b/homeassistant/components/neato/translations/lb.json @@ -11,7 +11,8 @@ "error": { "invalid_auth": "Ong\u00eblteg Authentifikatioun", "invalid_credentials": "Ong\u00eblteg Login Informatioune", - "unexpected_error": "Onerwaarte Feeler" + "unexpected_error": "Onerwaarte Feeler", + "unknown": "Onerwaarte Feeler" }, "step": { "user": { diff --git a/homeassistant/components/neato/translations/nl.json b/homeassistant/components/neato/translations/nl.json index 5e828a82668..7f70e99bded 100644 --- a/homeassistant/components/neato/translations/nl.json +++ b/homeassistant/components/neato/translations/nl.json @@ -2,14 +2,17 @@ "config": { "abort": { "already_configured": "Al geconfigureerd", + "invalid_auth": "Ongeldige authenticatie", "invalid_credentials": "Ongeldige gebruikersgegevens" }, "create_entry": { "default": "Zie [Neato-documentatie] ({docs_url})." }, "error": { + "invalid_auth": "Ongeldige authenticatie", "invalid_credentials": "Ongeldige inloggegevens", - "unexpected_error": "Onverwachte fout" + "unexpected_error": "Onverwachte fout", + "unknown": "Onverwachte fout" }, "step": { "user": { diff --git a/homeassistant/components/nest/translations/lb.json b/homeassistant/components/nest/translations/lb.json index e3cc6664c93..2a88bed6211 100644 --- a/homeassistant/components/nest/translations/lb.json +++ b/homeassistant/components/nest/translations/lb.json @@ -4,12 +4,14 @@ "already_setup": "Dir k\u00ebnnt n\u00ebmmen een eenzegen Nest Kont konfigur\u00e9ieren.", "authorize_url_fail": "Onbekannte Feeler beim gener\u00e9ieren vun der Autorisatiouns URL.", "authorize_url_timeout": "Z\u00e4it Iwwerschreidung beim gener\u00e9ieren vun der Autorisatiouns URL.", + "missing_configuration": "Komponent net konfigur\u00e9iert. Folleg w.e.g der Dokumentatioun.", "no_flows": "Dir musst Nest konfigur\u00e9ieren, ier Dir d\u00ebs Authentifiz\u00e9ierung k\u00ebnnt benotzen.[Liest w.e.g. d'Instruktioune](https://www.home-assistant.io/components/nest/).", "single_instance_allowed": "Scho konfigur\u00e9iert. N\u00ebmmen eng eenzeg Konfiguratioun m\u00e9iglech." }, "error": { "internal_error": "Interne Feeler beim valid\u00e9ieren vum Code", "invalid_code": "Ong\u00ebltege Code", + "invalid_pin": "Ong\u00eblte PIN Code", "timeout": "Z\u00e4it Iwwerschreidung beim valid\u00e9ieren vum Code", "unknown": "Onerwaarte Feeler" }, @@ -27,6 +29,9 @@ }, "description": "Fir den Nest Kont ze verbannen, [autoris\u00e9iert \u00e4ren Kont]({url}).\nKop\u00e9iert no der Autorisatioun den Pin hei \u00ebnnendr\u00ebnner", "title": "Nest Kont verbannen" + }, + "pick_implementation": { + "title": "Authentifikatioun's Method auswielen" } } } diff --git a/homeassistant/components/netatmo/translations/nl.json b/homeassistant/components/netatmo/translations/nl.json index 67919938ee2..590082b826a 100644 --- a/homeassistant/components/netatmo/translations/nl.json +++ b/homeassistant/components/netatmo/translations/nl.json @@ -1,7 +1,16 @@ { "config": { + "abort": { + "authorize_url_timeout": "Time-out genereren autorisatie-URL.", + "missing_configuration": "Het component is niet geconfigureerd. Volg de documentatie." + }, "create_entry": { "default": "Succesvol geauthenticeerd met Netatmo." + }, + "step": { + "pick_implementation": { + "title": "Kies de verificatiemethode" + } } }, "options": { diff --git a/homeassistant/components/nightscout/translations/nl.json b/homeassistant/components/nightscout/translations/nl.json index cfa9719c677..208299fd442 100644 --- a/homeassistant/components/nightscout/translations/nl.json +++ b/homeassistant/components/nightscout/translations/nl.json @@ -3,9 +3,14 @@ "abort": { "already_configured": "Apparaat is al geconfigureerd" }, + "error": { + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "api_key": "API-sleutel", "url": "URL" } } diff --git a/homeassistant/components/nws/translations/et.json b/homeassistant/components/nws/translations/et.json index 98882d81673..9023cd01144 100644 --- a/homeassistant/components/nws/translations/et.json +++ b/homeassistant/components/nws/translations/et.json @@ -10,6 +10,7 @@ "step": { "user": { "data": { + "api_key": "API v\u00f5ti", "latitude": "Laiuskraad", "longitude": "Pikkuskraad" }, diff --git a/homeassistant/components/nzbget/translations/nl.json b/homeassistant/components/nzbget/translations/nl.json index b8caac157dc..dc66775926c 100644 --- a/homeassistant/components/nzbget/translations/nl.json +++ b/homeassistant/components/nzbget/translations/nl.json @@ -1,7 +1,12 @@ { "config": { "abort": { - "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + "single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.", + "unknown": "Onverwachte fout" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie" }, "flow_title": "NZBGet: {name}", "step": { @@ -10,8 +15,11 @@ "name": "Naam", "password": "Wachtwoord", "port": "Poort", - "username": "Gebruikersnaam" - } + "ssl": "Maakt gebruik van een SSL-certificaat", + "username": "Gebruikersnaam", + "verify_ssl": "SSL-certificaat verifi\u00ebren" + }, + "title": "Maak verbinding met NZBGet" } } } diff --git a/homeassistant/components/onewire/translations/nl.json b/homeassistant/components/onewire/translations/nl.json new file mode 100644 index 00000000000..8b2702b6708 --- /dev/null +++ b/homeassistant/components/onewire/translations/nl.json @@ -0,0 +1,7 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/onvif/translations/nl.json b/homeassistant/components/onvif/translations/nl.json index c8375325d98..90a57f78e2d 100644 --- a/homeassistant/components/onvif/translations/nl.json +++ b/homeassistant/components/onvif/translations/nl.json @@ -2,10 +2,14 @@ "config": { "abort": { "already_configured": "Apparaat is al geconfigureerd", - "no_mac": "Kan geen unieke ID configureren voor ONVIF-apparaat." + "already_in_progress": "De configuratiestroom is al begonnen", + "no_h264": "Er waren geen H264-streams beschikbaar. Controleer de profielconfiguratie op uw apparaat.", + "no_mac": "Kan geen unieke ID configureren voor ONVIF-apparaat.", + "onvif_error": "Fout bij het instellen van ONVIF-apparaat. Controleer de logboeken voor meer informatie." }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "connection_failed": "Kan geen verbinding maken met de ONVIF-service met de opgegeven inloggegevens." }, "step": { "auth": { @@ -19,20 +23,36 @@ "data": { "include": "Cameraentiteit maken" }, + "description": "Camera-entiteit maken voor {profile} met {resolution} resolutie?", "title": "Configureer profielen" }, + "device": { + "data": { + "host": "Selecteer het ontdekte ONVIF-apparaat" + }, + "title": "Selecteer ONVIF-apparaat" + }, "manual_input": { "data": { "host": "Host", "name": "Naam", "port": "Poort" - } + }, + "title": "Configureer ONVIF-apparaat" + }, + "user": { + "description": "Door op verzenden te klikken, zoeken we in uw netwerk naar ONVIF-apparaten die Profiel S ondersteunen. \n\nSommige fabrikanten zijn begonnen ONVIF standaard uit te schakelen. Zorg ervoor dat ONVIF is ingeschakeld in de configuratie van uw camera.", + "title": "ONVIF-apparaat instellen" } } }, "options": { "step": { "onvif_devices": { + "data": { + "extra_arguments": "Extra FFMPEG argumenten", + "rtsp_transport": "RTSP-transportmechanisme" + }, "title": "[%%] Apparaatopties" } } diff --git a/homeassistant/components/opentherm_gw/translations/et.json b/homeassistant/components/opentherm_gw/translations/et.json index d7bf531d7cb..95e1afafc15 100644 --- a/homeassistant/components/opentherm_gw/translations/et.json +++ b/homeassistant/components/opentherm_gw/translations/et.json @@ -3,6 +3,7 @@ "error": { "already_configured": "L\u00fc\u00fcs on juba m\u00e4\u00e4ratud", "cannot_connect": "\u00dchendamine nurjus", + "id_exists": "L\u00fc\u00fcsi ID on juba olemas", "serial_error": "Viga seadmega \u00fchendumisel", "timeout": "\u00dchenduse ajal\u00f5pp" }, @@ -23,7 +24,8 @@ "data": { "floor_temperature": "P\u00f5randa temperatuur", "precision": "T\u00e4psus" - } + }, + "description": "OpenTherm Gateway suvandid" } } } diff --git a/homeassistant/components/openweathermap/translations/lb.json b/homeassistant/components/openweathermap/translations/lb.json index 8f392458f6f..194e9fedfc1 100644 --- a/homeassistant/components/openweathermap/translations/lb.json +++ b/homeassistant/components/openweathermap/translations/lb.json @@ -6,7 +6,8 @@ "error": { "auth": "Api Schl\u00ebssel ass net korrekt.", "cannot_connect": "Feeler beim verbannen", - "connection": "Kann sech net mat der OWM API verbannen." + "connection": "Kann sech net mat der OWM API verbannen.", + "invalid_api_key": "Ong\u00ebltegen API Schl\u00ebssel" }, "step": { "user": { diff --git a/homeassistant/components/openweathermap/translations/nl.json b/homeassistant/components/openweathermap/translations/nl.json index 8eea3e7c649..860eefed206 100644 --- a/homeassistant/components/openweathermap/translations/nl.json +++ b/homeassistant/components/openweathermap/translations/nl.json @@ -6,7 +6,8 @@ "error": { "auth": "API-sleutel is niet correct.", "cannot_connect": "Kan geen verbinding maken", - "connection": "Kan geen verbinding maken met OWM API" + "connection": "Kan geen verbinding maken met OWM API", + "invalid_api_key": "Ongeldige API-sleutel" }, "step": { "user": { diff --git a/homeassistant/components/ovo_energy/translations/lb.json b/homeassistant/components/ovo_energy/translations/lb.json index 1792195fcd9..ed89c0e2c44 100644 --- a/homeassistant/components/ovo_energy/translations/lb.json +++ b/homeassistant/components/ovo_energy/translations/lb.json @@ -4,7 +4,8 @@ "already_configured": "Kont ass scho konfigur\u00e9iert", "authorization_error": "Feeler bei der Autorisatioun. Iwwerpr\u00e9if deng Verbindungs Informatiounen.", "cannot_connect": "Feeler beim verbannen", - "connection_error": "Feeler beim verbannen" + "connection_error": "Feeler beim verbannen", + "invalid_auth": "Ong\u00eblteg Authentifikatioun" }, "step": { "user": { diff --git a/homeassistant/components/ovo_energy/translations/nl.json b/homeassistant/components/ovo_energy/translations/nl.json index a66b0083373..cf9f264a618 100644 --- a/homeassistant/components/ovo_energy/translations/nl.json +++ b/homeassistant/components/ovo_energy/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "error": { - "already_configured": "Account is al geconfigureerd" + "already_configured": "Account is al geconfigureerd", + "invalid_auth": "Ongeldige authenticatie" }, "step": { "user": { diff --git a/homeassistant/components/pi_hole/translations/nl.json b/homeassistant/components/pi_hole/translations/nl.json index 6aaf75ada4a..24da024acae 100644 --- a/homeassistant/components/pi_hole/translations/nl.json +++ b/homeassistant/components/pi_hole/translations/nl.json @@ -9,9 +9,13 @@ "step": { "user": { "data": { + "api_key": "API-sleutel", + "host": "Host", "location": "Locatie", "name": "Naam", - "port": "Poort" + "port": "Poort", + "ssl": "Maakt gebruik van een SSL-certificaat", + "verify_ssl": "SSL-certificaat verifi\u00ebren" } } } diff --git a/homeassistant/components/plex/translations/et.json b/homeassistant/components/plex/translations/et.json index a8a0c83dd81..e5658f8939c 100644 --- a/homeassistant/components/plex/translations/et.json +++ b/homeassistant/components/plex/translations/et.json @@ -1,13 +1,18 @@ { "config": { "abort": { + "all_configured": "K\u00f5ik lingitud serverid on juba seadistatud", "already_configured": "Plex-i server on juba h\u00e4\u00e4lestatud", "already_in_progress": "Seadistamine on juba k\u00e4imas", "reauth_successful": "Taastuvastamine oli edukas", + "token_request_timeout": "Tuvastusstringi hankimise ajal\u00f5pp", "unknown": "Tundmatu viga" }, "error": { + "faulty_credentials": "API autoriseerimine nurjus.", "host_or_token": "Pead esitama v\u00e4hemalt \u00fche hosti v\u00f5i ligip\u00e4\u00e4suloa", + "no_servers": "Plex kontol pole seotud servereid", + "not_found": "Plexi serverit ei leitud", "ssl_error": "Kontrolli SSL sertifikaati" }, "flow_title": "", diff --git a/homeassistant/components/plex/translations/nl.json b/homeassistant/components/plex/translations/nl.json index 218e11ac76d..00c2b30c490 100644 --- a/homeassistant/components/plex/translations/nl.json +++ b/homeassistant/components/plex/translations/nl.json @@ -9,15 +9,22 @@ }, "error": { "faulty_credentials": "Autorisatie mislukt", + "host_or_token": "Moet ten minste \u00e9\u00e9n host of token verstrekken.", "no_servers": "Geen servers gekoppeld aan account", - "not_found": "Plex-server niet gevonden" + "not_found": "Plex-server niet gevonden", + "ssl_error": "SSL-certificaatprobleem" }, "flow_title": "{name} ({host})", "step": { "manual_setup": { "data": { - "port": "Poort" - } + "host": "Host", + "port": "Poort", + "ssl": "Maakt gebruik van een SSL-certificaat", + "token": "Token (optioneel)", + "verify_ssl": "Controleer het SSL-certificaat" + }, + "title": "Handmatige Plex-configuratie" }, "select_server": { "data": { @@ -27,9 +34,13 @@ "title": "Selecteer Plex server" }, "user": { + "description": "Ga verder naar [plex.tv] (https://plex.tv) om een Plex-server te koppelen.", "title": "Plex Media Server" }, "user_advanced": { + "data": { + "setup_method": "Installatiemethode" + }, "title": "Plex Media Server" } } @@ -39,6 +50,8 @@ "plex_mp_settings": { "data": { "ignore_new_shared_users": "Negeer nieuwe beheerde/gedeelde gebruikers", + "ignore_plex_web_clients": "Negeer Plex-webclients", + "monitored_users": "Gecontroleerde gebruikers", "use_episode_art": "Gebruik aflevering kunst" }, "description": "Opties voor Plex-mediaspelers" diff --git a/homeassistant/components/plugwise/translations/lb.json b/homeassistant/components/plugwise/translations/lb.json index e2e0835aef3..42857c4da08 100644 --- a/homeassistant/components/plugwise/translations/lb.json +++ b/homeassistant/components/plugwise/translations/lb.json @@ -12,6 +12,7 @@ "step": { "user": { "data": { + "flow_type": "Typ vun der Verbindung", "host": "IP Adresse", "password": "Smile ID", "port": "Port" @@ -21,8 +22,11 @@ }, "user_gateway": { "data": { + "host": "IP Adress", + "password": "Smile ID", "port": "Port" - } + }, + "title": "Mam Smile verbannen" } } }, diff --git a/homeassistant/components/plum_lightpad/translations/nl.json b/homeassistant/components/plum_lightpad/translations/nl.json index 42978a06b37..7f0f85b7326 100644 --- a/homeassistant/components/plum_lightpad/translations/nl.json +++ b/homeassistant/components/plum_lightpad/translations/nl.json @@ -2,6 +2,16 @@ "config": { "abort": { "already_configured": "Account is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden" + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/poolsense/translations/nl.json b/homeassistant/components/poolsense/translations/nl.json new file mode 100644 index 00000000000..7482a0bbe7c --- /dev/null +++ b/homeassistant/components/poolsense/translations/nl.json @@ -0,0 +1,17 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "invalid_auth": "Ongeldige authenticatie" + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/progettihwsw/translations/nl.json b/homeassistant/components/progettihwsw/translations/nl.json index 511520bedbb..ba10aee5ea2 100644 --- a/homeassistant/components/progettihwsw/translations/nl.json +++ b/homeassistant/components/progettihwsw/translations/nl.json @@ -4,7 +4,8 @@ "already_configured": "Apparaat is al geconfigureerd" }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "unknown": "Onverwachte fout" }, "step": { "relay_modes": { diff --git a/homeassistant/components/ps4/translations/nl.json b/homeassistant/components/ps4/translations/nl.json index 9b010ce2887..4842d97938f 100644 --- a/homeassistant/components/ps4/translations/nl.json +++ b/homeassistant/components/ps4/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Apparaat is al geconfigureerd", "credential_error": "Fout bij ophalen van inloggegevens.", "devices_configured": "Alle gevonden apparaten zijn al geconfigureerd.", "no_devices_found": "Geen PlayStation 4 apparaten gevonden op het netwerk.", diff --git a/homeassistant/components/rachio/translations/cs.json b/homeassistant/components/rachio/translations/cs.json index 6225e163585..eed0bf75f3e 100644 --- a/homeassistant/components/rachio/translations/cs.json +++ b/homeassistant/components/rachio/translations/cs.json @@ -17,14 +17,5 @@ "title": "P\u0159ipojen\u00ed k za\u0159\u00edzeni Rachio" } } - }, - "options": { - "step": { - "init": { - "data": { - "manual_run_mins": "Na jak dlouho, v minut\u00e1ch, zapnout stanici, kdy\u017e je zapnut vyp\u00edna\u010d." - } - } - } } } \ No newline at end of file diff --git a/homeassistant/components/rachio/translations/et.json b/homeassistant/components/rachio/translations/et.json index 696b5dbf001..5245dc92384 100644 --- a/homeassistant/components/rachio/translations/et.json +++ b/homeassistant/components/rachio/translations/et.json @@ -12,6 +12,17 @@ "user": { "data": { "api_key": "API v\u00f5ti" + }, + "description": "Vaja on API-v\u00f5tit aadressilt https://app.rach.io/. Mine men\u00fc\u00fcsse Seaded ja seej\u00e4rel kl\u00f5psa nuppu \"Hangi API KEY\".", + "title": "\u00dchendu oma Rachio seadmega" + } + } + }, + "options": { + "step": { + "init": { + "data": { + "manual_run_mins": "Tsoonil\u00fcliti aktiveerimisel t\u00f6\u00f6tamise kestus minutites" } } } diff --git a/homeassistant/components/rachio/translations/no.json b/homeassistant/components/rachio/translations/no.json index c6da7d506fc..b5920421e98 100644 --- a/homeassistant/components/rachio/translations/no.json +++ b/homeassistant/components/rachio/translations/no.json @@ -22,7 +22,7 @@ "step": { "init": { "data": { - "manual_run_mins": "Hvor lenge, i minutter, for \u00e5 sl\u00e5 p\u00e5 en stasjon n\u00e5r bryteren er aktivert." + "manual_run_mins": "Varighet i minutter \u00e5 kj\u00f8re n\u00e5r du aktiverer en sonebryter" } } } diff --git a/homeassistant/components/rachio/translations/pl.json b/homeassistant/components/rachio/translations/pl.json index 450a4ce3eb2..0cb44fe8b38 100644 --- a/homeassistant/components/rachio/translations/pl.json +++ b/homeassistant/components/rachio/translations/pl.json @@ -13,7 +13,7 @@ "data": { "api_key": "Klucz API" }, - "description": "B\u0119dziesz potrzebowa\u0142 klucza API ze strony https://app.rach.io/. Wybierz 'Account Settings', a nast\u0119pnie kliknij 'GET API KEY'.", + "description": "B\u0119dziesz potrzebowa\u0142 klucza API ze strony https://app.rach.io/. Kliknij 'Settings', a nast\u0119pnie 'GET API KEY'.", "title": "Po\u0142\u0105czenie z urz\u0105dzeniem Rachio" } } @@ -22,7 +22,7 @@ "step": { "init": { "data": { - "manual_run_mins": "Jak d\u0142ugo, w minutach, nale\u017cy w\u0142\u0105czy\u0107 stacj\u0119, gdy prze\u0142\u0105cznik jest w\u0142\u0105czony." + "manual_run_mins": "Czas dzia\u0142ania (w minutach), od aktywacji prze\u0142\u0105cznika strefy." } } } diff --git a/homeassistant/components/rfxtrx/translations/lb.json b/homeassistant/components/rfxtrx/translations/lb.json index cd2ea2fa16e..c61a0d7ac90 100644 --- a/homeassistant/components/rfxtrx/translations/lb.json +++ b/homeassistant/components/rfxtrx/translations/lb.json @@ -38,7 +38,8 @@ "invalid_event_code": "Ong\u00ebltegen Evenement Code", "invalid_input_2262_off": "Ong\u00eblteg Agab fir Kommando Aus", "invalid_input_2262_on": "Ong\u00eblteg Agab fir Kommando Un", - "invalid_input_off_delay": "Ong\u00eblteg Agab fir Aus Verz\u00f6gerung" + "invalid_input_off_delay": "Ong\u00eblteg Agab fir Aus Verz\u00f6gerung", + "unknown": "Onerwaarte Feeler" }, "step": { "prompt_options": { diff --git a/homeassistant/components/rfxtrx/translations/nl.json b/homeassistant/components/rfxtrx/translations/nl.json index 76e26d514b5..0dc56206f66 100644 --- a/homeassistant/components/rfxtrx/translations/nl.json +++ b/homeassistant/components/rfxtrx/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "already_configured": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk." + "already_configured": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk.", + "cannot_connect": "Kon niet verbinden" }, "error": { "cannot_connect": "Kan geen verbinding maken" @@ -10,8 +11,21 @@ "setup_network": { "data": { "port": "Poort" - } + }, + "title": "Selecteer verbindingsadres" + }, + "user": { + "data": { + "type": "Verbindingstype" + }, + "title": "Selecteer verbindingstype" } } + }, + "options": { + "error": { + "already_configured_device": "Apparaat is al geconfigureerd", + "unknown": "Onverwachte fout" + } } } \ No newline at end of file diff --git a/homeassistant/components/risco/translations/nl.json b/homeassistant/components/risco/translations/nl.json index 875adfeb756..34bcb4ab98a 100644 --- a/homeassistant/components/risco/translations/nl.json +++ b/homeassistant/components/risco/translations/nl.json @@ -3,6 +3,11 @@ "abort": { "already_configured": "Apparaat is al geconfigureerd" }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { diff --git a/homeassistant/components/roku/translations/et.json b/homeassistant/components/roku/translations/et.json index f501e609b87..e4869d044c8 100644 --- a/homeassistant/components/roku/translations/et.json +++ b/homeassistant/components/roku/translations/et.json @@ -16,7 +16,8 @@ "user": { "data": { "host": "" - } + }, + "description": "Sisesta oma Roku teave." } } } diff --git a/homeassistant/components/roku/translations/nl.json b/homeassistant/components/roku/translations/nl.json index 1d793df1bf4..6b0927178fe 100644 --- a/homeassistant/components/roku/translations/nl.json +++ b/homeassistant/components/roku/translations/nl.json @@ -10,6 +10,10 @@ "flow_title": "Roku: {name}", "step": { "ssdp_confirm": { + "data": { + "one": "Leeg", + "other": "Leeg" + }, "description": "Wilt u {name} instellen?", "title": "Roku" }, diff --git a/homeassistant/components/ruckus_unleashed/translations/lb.json b/homeassistant/components/ruckus_unleashed/translations/lb.json index e235a2f9047..481c20d0fc2 100644 --- a/homeassistant/components/ruckus_unleashed/translations/lb.json +++ b/homeassistant/components/ruckus_unleashed/translations/lb.json @@ -17,5 +17,6 @@ } } } - } + }, + "title": "Ruckus Unleashed" } \ No newline at end of file diff --git a/homeassistant/components/ruckus_unleashed/translations/nl.json b/homeassistant/components/ruckus_unleashed/translations/nl.json new file mode 100644 index 00000000000..7482a0bbe7c --- /dev/null +++ b/homeassistant/components/ruckus_unleashed/translations/nl.json @@ -0,0 +1,17 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "invalid_auth": "Ongeldige authenticatie" + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/sharkiq/translations/nl.json b/homeassistant/components/sharkiq/translations/nl.json index 36d65ba63fc..b9bf70a3fda 100644 --- a/homeassistant/components/sharkiq/translations/nl.json +++ b/homeassistant/components/sharkiq/translations/nl.json @@ -1,11 +1,15 @@ { "config": { "abort": { + "already_configured": "Account is al geconfigureerd", "already_configured_account": "Account is al geconfigureerd", - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "unknown": "Onverwachte fout" }, "error": { - "cannot_connect": "Kan geen verbinding maken" + "cannot_connect": "Kan geen verbinding maken", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" }, "step": { "reauth": { diff --git a/homeassistant/components/shelly/translations/nl.json b/homeassistant/components/shelly/translations/nl.json index 198fbe51183..0f35dee8d4d 100644 --- a/homeassistant/components/shelly/translations/nl.json +++ b/homeassistant/components/shelly/translations/nl.json @@ -6,6 +6,7 @@ "error": { "auth_not_supported": "Shelly apparaten die verificatie vereisen, worden momenteel niet ondersteund.", "cannot_connect": "Kan geen verbinding maken", + "invalid_auth": "Ongeldige authenticatie", "unknown": "Onverwachte fout" }, "flow_title": "Shelly: {name}", diff --git a/homeassistant/components/shelly/translations/no.json b/homeassistant/components/shelly/translations/no.json index d8753676e75..f56e09177ef 100644 --- a/homeassistant/components/shelly/translations/no.json +++ b/homeassistant/components/shelly/translations/no.json @@ -13,7 +13,7 @@ "flow_title": "{name}", "step": { "confirm_discovery": { - "description": "Vil du konfigurere {model} p\u00e5 {host} ?\n\n F\u00f8r du setter opp, m\u00e5 den batteridrevne enheten vekkes ved \u00e5 trykke p\u00e5 knappen p\u00e5 enheten." + "description": "Vil du konfigurere {model} p\u00e5 {host} ?\n\n F\u00f8r du setter opp, m\u00e5 batteridrevne enheter vekkes ved \u00e5 trykke p\u00e5 knappen p\u00e5 enheten." }, "credentials": { "data": { @@ -25,7 +25,7 @@ "data": { "host": "Vert" }, - "description": "F\u00f8r du setter opp, m\u00e5 den batteridrevne enheten vekkes ved \u00e5 trykke p\u00e5 knappen p\u00e5 enheten." + "description": "F\u00f8r du setter opp, m\u00e5 batteridrevne enheter vekkes ved \u00e5 trykke p\u00e5 knappen p\u00e5 enheten." } } }, diff --git a/homeassistant/components/shelly/translations/pl.json b/homeassistant/components/shelly/translations/pl.json index c59ca677533..894d0f71bb5 100644 --- a/homeassistant/components/shelly/translations/pl.json +++ b/homeassistant/components/shelly/translations/pl.json @@ -13,7 +13,7 @@ "flow_title": "{name}", "step": { "confirm_discovery": { - "description": "Czy chcesz skonfigurowa\u0107 {model} ({host})?\n\nPrzed konfiguracj\u0105 urz\u0105dzenie zasilane bateryjnie nale\u017cy wybudzi\u0107, naciskaj\u0105c przycisk na urz\u0105dzeniu." + "description": "Czy chcesz skonfigurowa\u0107 {model} ({host})?\n\nPrzed konfiguracj\u0105, urz\u0105dzenia zasilane bateryjnie nale\u017cy wybudzi\u0107, naciskaj\u0105c przycisk na urz\u0105dzeniu." }, "credentials": { "data": { @@ -25,7 +25,7 @@ "data": { "host": "Nazwa hosta lub adres IP" }, - "description": "Przed konfiguracj\u0105, urz\u0105dzenie zasilane bateryjnie nale\u017cy wybudzi\u0107, naciskaj\u0105c przycisk na urz\u0105dzeniu." + "description": "Przed konfiguracj\u0105, urz\u0105dzenia zasilane bateryjnie nale\u017cy wybudzi\u0107, naciskaj\u0105c przycisk na urz\u0105dzeniu." } } }, diff --git a/homeassistant/components/shopping_list/translations/et.json b/homeassistant/components/shopping_list/translations/et.json index 2b3fb480ff1..27ea7ee978a 100644 --- a/homeassistant/components/shopping_list/translations/et.json +++ b/homeassistant/components/shopping_list/translations/et.json @@ -5,8 +5,10 @@ }, "step": { "user": { - "description": "Kas soovid seadistada ostunimekirja?" + "description": "Kas soovid seadistada ostunimekirja?", + "title": "Ostunimekiri" } } - } + }, + "title": "Ostunimekiri" } \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/et.json b/homeassistant/components/simplisafe/translations/et.json index 4e41aa94b29..bea497ac14b 100644 --- a/homeassistant/components/simplisafe/translations/et.json +++ b/homeassistant/components/simplisafe/translations/et.json @@ -30,5 +30,15 @@ "title": "Sisesta oma teave." } } + }, + "options": { + "step": { + "init": { + "data": { + "code": "Kood (kasutatakse Home Assistant'i kasutajaliideses)" + }, + "title": "Seadista SimpliSafe" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/simplisafe/translations/nl.json b/homeassistant/components/simplisafe/translations/nl.json index ce3fcf2902f..38ffbf7c6c2 100644 --- a/homeassistant/components/simplisafe/translations/nl.json +++ b/homeassistant/components/simplisafe/translations/nl.json @@ -5,9 +5,17 @@ }, "error": { "identifier_exists": "Account bestaat al", - "invalid_credentials": "Ongeldige gebruikersgegevens" + "invalid_auth": "Ongeldige authenticatie", + "invalid_credentials": "Ongeldige gebruikersgegevens", + "unknown": "Onverwachte fout" }, "step": { + "reauth_confirm": { + "data": { + "password": "Wachtwoord" + }, + "description": "Uw toegangstoken is verlopen of ingetrokken. Voer uw wachtwoord in om uw account opnieuw te koppelen." + }, "user": { "data": { "code": "Code (gebruikt in Home Assistant)", diff --git a/homeassistant/components/smappee/translations/nl.json b/homeassistant/components/smappee/translations/nl.json index 7cb0141826a..6212660f3c7 100644 --- a/homeassistant/components/smappee/translations/nl.json +++ b/homeassistant/components/smappee/translations/nl.json @@ -1,7 +1,18 @@ { "config": { "abort": { - "cannot_connect": "Kan geen verbinding maken" + "already_configured_device": "Apparaat is al geconfigureerd", + "already_configured_local_device": "Lokale apparaten zijn al geconfigureerd. Verwijder deze eerst voordat u een cloudapparaat configureert.", + "cannot_connect": "Kan geen verbinding maken", + "connection_error": "Kan geen verbinding maken met het Smappee-apparaat." + }, + "step": { + "local": { + "data": { + "host": "Host" + }, + "description": "Voer de host in om de lokale Smappee-integratie te starten" + } } } } \ No newline at end of file diff --git a/homeassistant/components/smart_meter_texas/translations/nl.json b/homeassistant/components/smart_meter_texas/translations/nl.json index 4b4275a8478..3af713b44c2 100644 --- a/homeassistant/components/smart_meter_texas/translations/nl.json +++ b/homeassistant/components/smart_meter_texas/translations/nl.json @@ -3,11 +3,18 @@ "abort": { "already_configured": "Apparaat is al geconfigureerd" }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Benutzername" - } + }, + "description": "Geef uw gebruikersnaam en wachtwoord op voor Smart Meter Texas." } } } diff --git a/homeassistant/components/smarthab/translations/lb.json b/homeassistant/components/smarthab/translations/lb.json index 096658a99d5..c078b1e2864 100644 --- a/homeassistant/components/smarthab/translations/lb.json +++ b/homeassistant/components/smarthab/translations/lb.json @@ -1,6 +1,7 @@ { "config": { "error": { + "invalid_auth": "Ong\u00eblteg Authentifikatioun", "service": "Feeler beim verbanne mat SmartHab. De Service ass viellaicht net ereechbar. Iwwerpr\u00e9if deng Verbindung.", "unknown": "Onerwaarte Feeler", "unknown_error": "Onerwaarte Feeler", diff --git a/homeassistant/components/smarthab/translations/nl.json b/homeassistant/components/smarthab/translations/nl.json index 7e198e836d7..ae685c97ea1 100644 --- a/homeassistant/components/smarthab/translations/nl.json +++ b/homeassistant/components/smarthab/translations/nl.json @@ -1,7 +1,17 @@ { "config": { "error": { - "unknown": "Onverwachte fout" + "service": "Fout bij het bereiken van SmartHab. De service is mogelijk uitgevallen. Controleer uw verbinding.", + "unknown": "Onverwachte fout", + "unknown_error": "Onverwachte fout", + "wrong_login": "Ongeldige authenticatie" + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord" + } + } } } } \ No newline at end of file diff --git a/homeassistant/components/smartthings/translations/et.json b/homeassistant/components/smartthings/translations/et.json index 9eb76af28fc..0c899765b55 100644 --- a/homeassistant/components/smartthings/translations/et.json +++ b/homeassistant/components/smartthings/translations/et.json @@ -20,7 +20,8 @@ "description": "Vali SmartThingsi asukoht, mille soovid lisada Home Assistanti. Seej\u00e4rel avame uue akna ja palume sisse logida ning anda volitus paigaldada Home Assistanti sidumine valitud asukoha jaoks." }, "user": { - "description": "SmartThings seadistatakse saatma v\u00e4rskendusi Home Assistanti aadressil:\n > {webhook_url}\n\n Kui see pole \u00f5ige, v\u00e4rskenda oma seadeid, taask\u00e4ivita Home Assistant ja proovi uuesti." + "description": "SmartThings seadistatakse saatma v\u00e4rskendusi Home Assistanti aadressil:\n > {webhook_url}\n\n Kui see pole \u00f5ige, v\u00e4rskenda oma seadeid, taask\u00e4ivita Home Assistant ja proovi uuesti.", + "title": "Kinnita tagasisideURL" } } } diff --git a/homeassistant/components/smartthings/translations/nl.json b/homeassistant/components/smartthings/translations/nl.json index d29b9b7fc35..a77ad40f0ca 100644 --- a/homeassistant/components/smartthings/translations/nl.json +++ b/homeassistant/components/smartthings/translations/nl.json @@ -16,6 +16,9 @@ "title": "Machtig Home Assistant" }, "pat": { + "data": { + "access_token": "Toegangstoken" + }, "description": "Voer een SmartThings [Personal Access Token] ( {token_url} ) in dat is gemaakt volgens de [instructies] ( {component_url} ). Dit wordt gebruikt om de Home Assistant-integratie te cre\u00ebren binnen uw SmartThings-account.", "title": "Persoonlijk toegangstoken invoeren" }, diff --git a/homeassistant/components/sms/translations/nl.json b/homeassistant/components/sms/translations/nl.json index 3d8eda89436..75dd593982a 100644 --- a/homeassistant/components/sms/translations/nl.json +++ b/homeassistant/components/sms/translations/nl.json @@ -1,10 +1,18 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { "device": "Apparaat" - } + }, + "title": "Maak verbinding met de modem" } } } diff --git a/homeassistant/components/solaredge/translations/et.json b/homeassistant/components/solaredge/translations/et.json index eab5a5076da..e3abcedc5c1 100644 --- a/homeassistant/components/solaredge/translations/et.json +++ b/homeassistant/components/solaredge/translations/et.json @@ -9,8 +9,11 @@ "step": { "user": { "data": { - "api_key": "API v\u00f5ti" - } + "api_key": "API v\u00f5ti", + "name": "Selle sidumise nimi", + "site_id": "SolarEdge'i saidi ID" + }, + "title": "M\u00e4\u00e4rake selle sidumise API parameetrid" } } } diff --git a/homeassistant/components/solarlog/translations/et.json b/homeassistant/components/solarlog/translations/et.json index d37ef041b4d..f17a79b9673 100644 --- a/homeassistant/components/solarlog/translations/et.json +++ b/homeassistant/components/solarlog/translations/et.json @@ -11,7 +11,8 @@ "user": { "data": { "host": "" - } + }, + "title": "Solar-Log'i \u00fchenduse m\u00e4\u00e4ratlemine" } } } diff --git a/homeassistant/components/soma/translations/et.json b/homeassistant/components/soma/translations/et.json index 4660a3cc2ff..728e7ec0879 100644 --- a/homeassistant/components/soma/translations/et.json +++ b/homeassistant/components/soma/translations/et.json @@ -16,6 +16,7 @@ "host": "", "port": "" }, + "description": "Sisesta oma SOMA Connect \u00fchenduse teave.", "title": "" } } diff --git a/homeassistant/components/sonarr/translations/nl.json b/homeassistant/components/sonarr/translations/nl.json index c1909b19508..7de718be309 100644 --- a/homeassistant/components/sonarr/translations/nl.json +++ b/homeassistant/components/sonarr/translations/nl.json @@ -1,10 +1,23 @@ { "config": { + "abort": { + "already_configured": "Service is al geconfigureerd", + "unknown": "Onverwachte fout" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie" + }, "step": { "user": { "data": { - "port": "Poort" - } + "api_key": "API-sleutel", + "host": "Host", + "port": "Poort", + "ssl": "Maakt gebruik van een SSL-certificaat", + "verify_ssl": "SSL-certificaat verifi\u00ebren" + }, + "title": "Maak verbinding met Sonarr" } } } diff --git a/homeassistant/components/songpal/translations/nl.json b/homeassistant/components/songpal/translations/nl.json new file mode 100644 index 00000000000..9566bf999a8 --- /dev/null +++ b/homeassistant/components/songpal/translations/nl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd", + "not_songpal_device": "Geen Songpal-apparaat" + }, + "error": { + "cannot_connect": "Kon niet verbinden" + }, + "flow_title": "Sony Songpal {name} ( {host} )", + "step": { + "init": { + "description": "Wilt u {name} ( {host} ) instellen?" + }, + "user": { + "data": { + "endpoint": "Eindpunt" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/spider/translations/nl.json b/homeassistant/components/spider/translations/nl.json index 4d00f0bfc74..f0b4ddf59a9 100644 --- a/homeassistant/components/spider/translations/nl.json +++ b/homeassistant/components/spider/translations/nl.json @@ -1,8 +1,13 @@ { "config": { + "error": { + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/spotify/translations/lb.json b/homeassistant/components/spotify/translations/lb.json index e89bcaeefa3..7a6f60499e2 100644 --- a/homeassistant/components/spotify/translations/lb.json +++ b/homeassistant/components/spotify/translations/lb.json @@ -14,6 +14,7 @@ "title": "Wiel Authentifikatiouns Method aus" }, "reauth_confirm": { + "description": "Spotify Integratioun muss sec hbei Spotify fr\u00ebsch umellen fir de Kont: {acount}", "title": "Integratioun re-authentifiz\u00e9ieren" } } diff --git a/homeassistant/components/squeezebox/translations/nl.json b/homeassistant/components/squeezebox/translations/nl.json index 67fe1197e21..a3da5a1f4ce 100644 --- a/homeassistant/components/squeezebox/translations/nl.json +++ b/homeassistant/components/squeezebox/translations/nl.json @@ -1,15 +1,28 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "flow_title": "Logitech Squeezebox: {host}", "step": { "edit": { "data": { + "host": "Host", "password": "Wachtwoord", "port": "Poort", "username": "Gebruikersnaam" - } + }, + "title": "Verbindingsgegevens bewerken" }, "user": { + "data": { + "host": "Host" + }, "title": "Configureer Logitech Media Server" } } diff --git a/homeassistant/components/syncthru/translations/nl.json b/homeassistant/components/syncthru/translations/nl.json index 900bac61bc5..349b4b2818e 100644 --- a/homeassistant/components/syncthru/translations/nl.json +++ b/homeassistant/components/syncthru/translations/nl.json @@ -1,5 +1,12 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "unknown_state": "Printerstatus onbekend, controleer URL en netwerkconnectiviteit" + }, + "flow_title": "Samsung SyncThru Printer: {name}", "step": { "user": { "data": { diff --git a/homeassistant/components/synology_dsm/translations/nl.json b/homeassistant/components/synology_dsm/translations/nl.json index d03c70d3711..a388578ed8c 100644 --- a/homeassistant/components/synology_dsm/translations/nl.json +++ b/homeassistant/components/synology_dsm/translations/nl.json @@ -6,6 +6,7 @@ "error": { "cannot_connect": "Kan geen verbinding maken", "connection": "Verbindingsfout: controleer uw host, poort & ssl", + "invalid_auth": "Ongeldige authenticatie", "login": "Aanmeldingsfout: controleer uw gebruikersnaam en wachtwoord", "missing_data": "Ontbrekende gegevens: probeer het later opnieuw of een andere configuratie", "otp_failed": "Tweestapsverificatie is mislukt, probeer het opnieuw met een nieuwe toegangscode", @@ -24,7 +25,8 @@ "password": "Wachtwoord", "port": "Poort (optioneel)", "ssl": "Gebruik SSL/TLS om verbinding te maken met uw NAS", - "username": "Gebruikersnaam" + "username": "Gebruikersnaam", + "verify_ssl": "Controleer het SSL-certificaat" }, "description": "Wil je {name} ({host}) instellen?", "title": "Synology DSM" @@ -35,7 +37,8 @@ "password": "Wachtwoord", "port": "Poort (optioneel)", "ssl": "Gebruik SSL/TLS om verbinding te maken met uw NAS", - "username": "Gebruikersnaam" + "username": "Gebruikersnaam", + "verify_ssl": "Controleer het SSL-certificaat" }, "title": "Synology DSM" } @@ -45,6 +48,7 @@ "step": { "init": { "data": { + "scan_interval": "Minuten tussen scans", "timeout": "Time-out (seconden)" } } diff --git a/homeassistant/components/tado/translations/et.json b/homeassistant/components/tado/translations/et.json index a317cab785f..fae4618c113 100644 --- a/homeassistant/components/tado/translations/et.json +++ b/homeassistant/components/tado/translations/et.json @@ -11,7 +11,8 @@ "step": { "user": { "data": { - "password": "Salas\u00f5na" + "password": "Salas\u00f5na", + "username": "Kasutajanimi" } } } diff --git a/homeassistant/components/tasmota/translations/lb.json b/homeassistant/components/tasmota/translations/lb.json index 8c2f6c4b672..a7b8d6d0ce6 100644 --- a/homeassistant/components/tasmota/translations/lb.json +++ b/homeassistant/components/tasmota/translations/lb.json @@ -13,6 +13,9 @@ }, "description": "F\u00ebll Tasmota Konfiguratioun aus.", "title": "Tasmota" + }, + "confirm": { + "description": "Soll Tasmota konfigur\u00e9iert ginn?" } } } diff --git a/homeassistant/components/tellduslive/translations/et.json b/homeassistant/components/tellduslive/translations/et.json index 0ef4763edd1..52683b53bac 100644 --- a/homeassistant/components/tellduslive/translations/et.json +++ b/homeassistant/components/tellduslive/translations/et.json @@ -18,6 +18,7 @@ "data": { "host": "" }, + "description": "", "title": "Vali l\u00f5pppunkt." } } diff --git a/homeassistant/components/tellduslive/translations/nl.json b/homeassistant/components/tellduslive/translations/nl.json index 1ef78ae1fd3..53bc35559d6 100644 --- a/homeassistant/components/tellduslive/translations/nl.json +++ b/homeassistant/components/tellduslive/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Service is al geconfigureerd", "authorize_url_fail": "Onbekende fout bij het genereren van een autorisatie url.", "authorize_url_timeout": "Time-out tijdens genereren autorisatie url.", "unknown": "Onbekende fout opgetreden" diff --git a/homeassistant/components/tibber/translations/nl.json b/homeassistant/components/tibber/translations/nl.json new file mode 100644 index 00000000000..177fe9a3109 --- /dev/null +++ b/homeassistant/components/tibber/translations/nl.json @@ -0,0 +1,22 @@ +{ + "config": { + "abort": { + "already_configured": "Service is al geconfigureerd" + }, + "error": { + "connection_error": "Kon niet verbinden", + "invalid_access_token": "Ongeldig toegangstoken", + "timeout": "Time-out om verbinding te maken met Tibber" + }, + "step": { + "user": { + "data": { + "access_token": "Toegangstoken" + }, + "description": "Voer uw toegangstoken in van https://developer.tibber.com/settings/accesstoken", + "title": "Tibber" + } + } + }, + "title": "Tibber" +} \ No newline at end of file diff --git a/homeassistant/components/tile/translations/nl.json b/homeassistant/components/tile/translations/nl.json new file mode 100644 index 00000000000..31529d69a2d --- /dev/null +++ b/homeassistant/components/tile/translations/nl.json @@ -0,0 +1,14 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/toon/translations/nl.json b/homeassistant/components/toon/translations/nl.json index da3ce6d84c7..4f63d7d09da 100644 --- a/homeassistant/components/toon/translations/nl.json +++ b/homeassistant/components/toon/translations/nl.json @@ -1,6 +1,8 @@ { "config": { "abort": { + "already_configured": "De geselecteerde overeenkomst is al geconfigureerd.", + "authorize_url_fail": "Onbekende fout bij het genereren van een autorisatie-URL.", "no_agreements": "Dit account heeft geen Toon schermen.", "no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout [check the help section] ( {docs_url} )" } diff --git a/homeassistant/components/totalconnect/translations/nl.json b/homeassistant/components/totalconnect/translations/nl.json index 508c112ae61..3dcfd7f3273 100644 --- a/homeassistant/components/totalconnect/translations/nl.json +++ b/homeassistant/components/totalconnect/translations/nl.json @@ -4,6 +4,7 @@ "already_configured": "Account al geconfigureerd" }, "error": { + "invalid_auth": "Ongeldige authenticatie", "login": "Aanmeldingsfout: controleer uw gebruikersnaam en wachtwoord" }, "step": { diff --git a/homeassistant/components/transmission/translations/et.json b/homeassistant/components/transmission/translations/et.json index 103661df436..4912d83f0ba 100644 --- a/homeassistant/components/transmission/translations/et.json +++ b/homeassistant/components/transmission/translations/et.json @@ -29,7 +29,8 @@ "limit": "Piirang", "order": "J\u00e4rjekord", "scan_interval": "V\u00e4rskendussagedus" - } + }, + "title": "Seadista Transmission'i valikud" } } } diff --git a/homeassistant/components/tuya/translations/lb.json b/homeassistant/components/tuya/translations/lb.json index d62e3b40882..72d5682f2d1 100644 --- a/homeassistant/components/tuya/translations/lb.json +++ b/homeassistant/components/tuya/translations/lb.json @@ -27,6 +27,7 @@ }, "options": { "error": { + "dev_multi_type": "Multiple ausgewielte Ger\u00e4ter fir ze konfigur\u00e9ieren musse vum selwechten Typ sinn", "dev_not_config": "Typ vun Apparat net konfigur\u00e9ierbar", "dev_not_found": "Apparat net fonnt" }, @@ -37,15 +38,21 @@ "curr_temp_divider": "Aktuell Temperatur W\u00e4erter Deeler (0= benotz Standard)", "ext_temp_sensor": "Sensor fir aktuell Temperatur", "max_kelvin": "Maximal Faarftemperatur \u00ebnnerst\u00ebtzt a Kelvin", + "max_temp": "Maximal Zil Temperatur (benotz min a max = 0 fir standard)", "min_kelvin": "Minimal Faarftemperatur \u00ebnnerst\u00ebtzt a Kelvin", + "min_temp": "Minimal Zil Temperatur (benotz min a max = 0 fir standard)", "support_color": "Forc\u00e9ier Faarf \u00cbnnerst\u00ebtzung", "temp_divider": "Temperatur W\u00e4erter Deeler (0= benotz Standard)", "tuya_max_coltemp": "Max Faarftemperatur vum Apparat gemellt", "unit_of_measurement": "Temperatur Eenheet vum Apparat" }, + "description": "Konfigur\u00e9ier Optioune fir ugewisen Informatioune fir {device_type} Apparat `{device_name}` unzepassen", "title": "Tuya Apparat ariichten" }, "init": { + "data": { + "list_devices": "Wiel d'Apparater fir ze konfigur\u00e9ieren aus oder loss se eidel fir d'Konfiguratioun ze sp\u00e4icheren" + }, "title": "Tuya Optioune konfigur\u00e9ieren" } } diff --git a/homeassistant/components/tuya/translations/nl.json b/homeassistant/components/tuya/translations/nl.json index f513168a9e1..464f616d922 100644 --- a/homeassistant/components/tuya/translations/nl.json +++ b/homeassistant/components/tuya/translations/nl.json @@ -22,5 +22,12 @@ "title": "Tuya" } } + }, + "options": { + "step": { + "init": { + "title": "Configureer Tuya opties" + } + } } } \ No newline at end of file diff --git a/homeassistant/components/twentemilieu/translations/nl.json b/homeassistant/components/twentemilieu/translations/nl.json index 32177d590f4..45a48626290 100644 --- a/homeassistant/components/twentemilieu/translations/nl.json +++ b/homeassistant/components/twentemilieu/translations/nl.json @@ -1,7 +1,8 @@ { "config": { "abort": { - "address_exists": "Adres al ingesteld." + "address_exists": "Adres al ingesteld.", + "already_configured": "Locatie is al geconfigureerd" }, "error": { "connection_error": "Kon niet verbinden.", diff --git a/homeassistant/components/unifi/translations/et.json b/homeassistant/components/unifi/translations/et.json index 1d390b705bd..1a65b5bc2b9 100644 --- a/homeassistant/components/unifi/translations/et.json +++ b/homeassistant/components/unifi/translations/et.json @@ -27,7 +27,8 @@ "client_control": { "data": { "dpi_restrictions": "Luba DPI piirangugruppide juhtimine" - } + }, + "title": "UniFi valikud 2/3" }, "device_tracker": { "data": { @@ -42,9 +43,11 @@ }, "statistics_sensors": { "data": { + "allow_bandwidth_sensors": "Ribalaiuse andurid v\u00f5rguklientidele", "allow_uptime_sensors": "V\u00f5rguklientide t\u00f6\u00f6soleku andurid" }, - "description": "Seadista statistikaandurid" + "description": "Seadista statistikaandurid", + "title": "UniFi valikud 3/3" } } } diff --git a/homeassistant/components/unifi/translations/nl.json b/homeassistant/components/unifi/translations/nl.json index 9c4804c09a2..4e9aa16a245 100644 --- a/homeassistant/components/unifi/translations/nl.json +++ b/homeassistant/components/unifi/translations/nl.json @@ -53,7 +53,8 @@ "simple_options": { "data": { "block_client": "Cli\u00ebnten met netwerktoegang", - "track_clients": "Volg netwerkclients" + "track_clients": "Volg netwerkclients", + "track_devices": "Volg netwerkapparaten (Ubiquiti-apparaten)" }, "description": "Configureer UniFi-integratie" }, diff --git a/homeassistant/components/upb/translations/nl.json b/homeassistant/components/upb/translations/nl.json index 8b2702b6708..95f0ab223db 100644 --- a/homeassistant/components/upb/translations/nl.json +++ b/homeassistant/components/upb/translations/nl.json @@ -1,7 +1,24 @@ { "config": { "abort": { + "address_already_configured": "Er is al een UPB PIM met dit adres geconfigureerd.", "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "cannot_connect": "Kon niet verbinden", + "invalid_upb_file": "Ontbrekend of ongeldig UPB UPStart-exportbestand, controleer de naam en het pad van het bestand.", + "unknown": "Onverwachte fout" + }, + "step": { + "user": { + "data": { + "address": "Adres (zie beschrijving hierboven)", + "file_path": "Pad en naam van het UPStart UPB-exportbestand.", + "protocol": "Protocol" + }, + "description": "Sluit een Universal Powerline Bus Powerline Interface Module (UPB PIM) aan. De adrestekenreeks moet de vorm 'adres [: poort]' hebben voor 'tcp'. De poort is optioneel en is standaard 2101. Voorbeeld: '192.168.1.42'. Voor het seri\u00eble protocol moet het adres de vorm 'tty [: baud]' hebben. De baud is optioneel en standaard 4800. Voorbeeld: '/ dev / ttyS1'.", + "title": "Maak verbinding met UPB PIM" + } } } } \ No newline at end of file diff --git a/homeassistant/components/upcloud/translations/lb.json b/homeassistant/components/upcloud/translations/lb.json index 494b82a8abb..4fcc2971025 100644 --- a/homeassistant/components/upcloud/translations/lb.json +++ b/homeassistant/components/upcloud/translations/lb.json @@ -12,5 +12,14 @@ } } } + }, + "options": { + "step": { + "init": { + "data": { + "scan_interval": "Aktualis\u00e9ierungs Intervall a Sekonnen, minimum 30" + } + } + } } } \ No newline at end of file diff --git a/homeassistant/components/upcloud/translations/nl.json b/homeassistant/components/upcloud/translations/nl.json new file mode 100644 index 00000000000..783032a1da0 --- /dev/null +++ b/homeassistant/components/upcloud/translations/nl.json @@ -0,0 +1,14 @@ +{ + "config": { + "error": { + "invalid_auth": "Ongeldige authenticatie" + }, + "step": { + "user": { + "data": { + "password": "Wachtwoord" + } + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/upnp/translations/nl.json b/homeassistant/components/upnp/translations/nl.json index cfa845f1b07..7addee83bae 100644 --- a/homeassistant/components/upnp/translations/nl.json +++ b/homeassistant/components/upnp/translations/nl.json @@ -17,6 +17,7 @@ }, "user": { "data": { + "scan_interval": "Update-interval (seconden, minimaal 30)", "usn": "Apparaat" } } diff --git a/homeassistant/components/velbus/translations/nl.json b/homeassistant/components/velbus/translations/nl.json index 03bbe8c2e58..a0a524250dc 100644 --- a/homeassistant/components/velbus/translations/nl.json +++ b/homeassistant/components/velbus/translations/nl.json @@ -1,9 +1,11 @@ { "config": { "abort": { + "already_configured": "Apparaat is al geconfigureerd", "port_exists": "Deze poort is al geconfigureerd" }, "error": { + "already_configured": "Apparaat is al geconfigureerd", "cannot_connect": "Kan geen verbinding maken", "connection_failed": "De velbus verbinding is mislukt.", "port_exists": "Deze poort is al geconfigureerd" diff --git a/homeassistant/components/vera/translations/nl.json b/homeassistant/components/vera/translations/nl.json index 358905bd50f..b56c8b62929 100644 --- a/homeassistant/components/vera/translations/nl.json +++ b/homeassistant/components/vera/translations/nl.json @@ -23,6 +23,7 @@ "exclude": "Vera-apparaat-ID's om uit te sluiten van Home Assistant.", "lights": "Vera-schakelapparaat id's behandelen als lichten in Home Assistant." }, + "description": "Zie de vera-documentatie voor details over optionele parameters: https://www.home-assistant.io/integrations/vera/. Opmerking: alle wijzigingen hier moeten opnieuw worden opgestart naar de Home Assistant-server. Druk op spatie om de waarden te wissen.", "title": "Vera controller opties" } } diff --git a/homeassistant/components/vilfo/translations/nl.json b/homeassistant/components/vilfo/translations/nl.json index 1901be6fd1a..d4b117e2b70 100644 --- a/homeassistant/components/vilfo/translations/nl.json +++ b/homeassistant/components/vilfo/translations/nl.json @@ -5,6 +5,7 @@ }, "error": { "cannot_connect": "Kon niet verbinden. Controleer de door u verstrekte informatie en probeer het opnieuw.", + "invalid_auth": "Ongeldige authenticatie", "unknown": "Er is een onverwachte fout opgetreden tijdens het instellen van de integratie." }, "step": { @@ -13,6 +14,7 @@ "access_token": "Toegangstoken voor de Vilfo Router API", "host": "Router hostnaam of IP-adres" }, + "description": "Stel de Vilfo Router-integratie in. U heeft de hostnaam/IP van uw Vilfo Router en een API-toegangstoken nodig. Voor meer informatie over deze integratie en hoe u die details kunt verkrijgen, gaat u naar: https://www.home-assistant.io/integrations/vilfo", "title": "Maak verbinding met de Vilfo Router" } } diff --git a/homeassistant/components/vizio/translations/et.json b/homeassistant/components/vizio/translations/et.json index 694307a184e..b969d0f572a 100644 --- a/homeassistant/components/vizio/translations/et.json +++ b/homeassistant/components/vizio/translations/et.json @@ -14,10 +14,16 @@ "pair_tv": { "data": { "pin": "PIN kood" - } + }, + "title": "Sidumise l\u00f5puleviimine" + }, + "pairing_complete": { + "description": "[VOID] on n\u00fc\u00fcd Home Assistant'iga \u00fchendatud.", + "title": "Sidumine on l\u00f5pule viidud" }, "pairing_complete_import": { - "description": "[VOID] on n\u00fc\u00fcd \u00fchendatud Home Assistantiga.\n\nJuurdep\u00e4\u00e4sut\u00f5end on '** {access_token} **'." + "description": "[VOID] on n\u00fc\u00fcd \u00fchendatud Home Assistantiga.\n\nJuurdep\u00e4\u00e4sut\u00f5end on '** {access_token} **'.", + "title": "Sidumine on l\u00f5pule viidud" }, "user": { "data": { @@ -35,9 +41,11 @@ "step": { "init": { "data": { + "apps_to_include_or_exclude": "Rakendused mida kaasata v\u00f5i eirata", "include_or_exclude": "Kas kaasata v\u00f5i v\u00e4listada rakendused?", "volume_step": "Helitugevuse samm" }, + "description": "Kui Teil on nutiteler, saate oma sisendiloendit valikuliselt filtreerida, valides rakendused, mida oma sisendiloendisse lisada v\u00f5i v\u00e4listada.", "title": "Uuenda [%key:component::vizio::config::step::user:title%] s\u00e4tteid" } } diff --git a/homeassistant/components/vizio/translations/nl.json b/homeassistant/components/vizio/translations/nl.json index f8f5f2a42c2..9cf73b56c51 100644 --- a/homeassistant/components/vizio/translations/nl.json +++ b/homeassistant/components/vizio/translations/nl.json @@ -6,6 +6,7 @@ }, "error": { "cannot_connect": "Verbinding mislukt", + "complete_pairing_failed": "Kan het koppelen niet voltooien. Zorg ervoor dat de door u opgegeven pincode correct is en dat de tv nog steeds van stroom wordt voorzien en is verbonden met het netwerk voordat u opnieuw verzendt.", "host_exists": "Vizio apparaat met opgegeven host al geconfigureerd.", "name_exists": "Vizio apparaat met opgegeven naam al geconfigureerd." }, @@ -18,9 +19,11 @@ "title": "Voltooi het koppelingsproces" }, "pairing_complete": { + "description": "Uw VIZIO SmartCast-apparaat is nu verbonden met Home Assistant.", "title": "Koppelen voltooid" }, "pairing_complete_import": { + "description": "Uw VIZIO SmartCast-apparaat is nu verbonden met Home Assistant.\n\nUw toegangstoken is '** {access_token} **'.", "title": "Koppelen voltooid" }, "user": { diff --git a/homeassistant/components/volumio/translations/nl.json b/homeassistant/components/volumio/translations/nl.json index c1909b19508..9179418def9 100644 --- a/homeassistant/components/volumio/translations/nl.json +++ b/homeassistant/components/volumio/translations/nl.json @@ -1,8 +1,15 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "host": "Host", "port": "Poort" } } diff --git a/homeassistant/components/water_heater/translations/lb.json b/homeassistant/components/water_heater/translations/lb.json new file mode 100644 index 00000000000..cd1c89c84eb --- /dev/null +++ b/homeassistant/components/water_heater/translations/lb.json @@ -0,0 +1,8 @@ +{ + "device_automation": { + "action_type": { + "turn_off": "{entity_name} ausschalten", + "turn_on": "{entity_name} uschalten" + } + } +} \ No newline at end of file diff --git a/homeassistant/components/withings/translations/nl.json b/homeassistant/components/withings/translations/nl.json index 94d62dbb5dd..b59fa3a50b2 100644 --- a/homeassistant/components/withings/translations/nl.json +++ b/homeassistant/components/withings/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Configuratie bijgewerkt voor profiel.", "authorize_url_timeout": "Time-out tijdens genereren autorisatie url.", "missing_configuration": "De Withings integratie is niet geconfigureerd. Gelieve de documentatie te volgen.", "no_url_available": "Geen URL beschikbaar. Voor informatie over deze fout, [check de helpsectie]({docs_url})" @@ -9,7 +10,9 @@ "default": "Succesvol geverifieerd met Withings voor het geselecteerde profiel." }, "error": { - "already_configured_account": "Account is al geconfigureerd" + "already_configured": "Account is al geconfigureerd", + "already_configured_account": "Account is al geconfigureerd", + "profile_exists": "Het gebruikersprofiel is al geconfigureerd. Geef een unieke profielnaam op." }, "step": { "pick_implementation": { diff --git a/homeassistant/components/wolflink/translations/nl.json b/homeassistant/components/wolflink/translations/nl.json index 4d00f0bfc74..7fb1b867cdd 100644 --- a/homeassistant/components/wolflink/translations/nl.json +++ b/homeassistant/components/wolflink/translations/nl.json @@ -1,8 +1,16 @@ { "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd" + }, + "error": { + "invalid_auth": "Ongeldige authenticatie", + "unknown": "Onverwachte fout" + }, "step": { "user": { "data": { + "password": "Wachtwoord", "username": "Gebruikersnaam" } } diff --git a/homeassistant/components/wolflink/translations/sensor.lb.json b/homeassistant/components/wolflink/translations/sensor.lb.json index b57d2c8747a..f18adf6693e 100644 --- a/homeassistant/components/wolflink/translations/sensor.lb.json +++ b/homeassistant/components/wolflink/translations/sensor.lb.json @@ -19,6 +19,7 @@ "betrieb_ohne_brenner": "Betrib ouni Brenner", "cooling": "Ofkillen", "deaktiviert": "Inaktiv", + "dhw_prior": "DHWPrior", "eco": "Eco", "ein": "Aktiv\u00e9iert", "estrichtrocknung": "Chape dr\u00e9chnen", diff --git a/homeassistant/components/xbox/translations/lb.json b/homeassistant/components/xbox/translations/lb.json index d305909389f..397596f8c67 100644 --- a/homeassistant/components/xbox/translations/lb.json +++ b/homeassistant/components/xbox/translations/lb.json @@ -4,5 +4,6 @@ "missing_configuration": "Komponent net konfigur\u00e9iert. Folleg w.e.g der Dokumentatioun.", "single_instance_allowed": "Scho konfigur\u00e9iert. N\u00ebmmen eng eenzeg Konfiguratioun m\u00e9iglech." } - } + }, + "title": "Xbox" } \ No newline at end of file diff --git a/homeassistant/components/xiaomi_aqara/translations/nl.json b/homeassistant/components/xiaomi_aqara/translations/nl.json index a2f3f58abda..e17b3b572d1 100644 --- a/homeassistant/components/xiaomi_aqara/translations/nl.json +++ b/homeassistant/components/xiaomi_aqara/translations/nl.json @@ -5,11 +5,19 @@ }, "flow_title": "Xiaomi Aqara Gateway: {name}", "step": { + "select": { + "description": "Voer de installatie opnieuw uit als u extra gateways wilt aansluiten", + "title": "Selecteer de Xiaomi Aqara Gateway waarmee u verbinding wilt maken" + }, + "settings": { + "description": "De sleutel (wachtwoord) kan worden opgehaald met behulp van deze tutorial: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)#Adding_the_Xiaomi_Gateway_to_Domoticz. Als de sleutel niet wordt meegeleverd, zijn alleen sensoren toegankelijk" + }, "user": { "data": { "host": "IP-adres (optioneel)", "mac": "MAC-adres (optioneel)" }, + "description": "Maak verbinding met uw Xiaomi Aqara Gateway, als de IP- en mac-adressen leeg worden gelaten, wordt automatische detectie gebruikt", "title": "Xiaomi Aqara Gateway" } } diff --git a/homeassistant/components/xiaomi_miio/translations/nl.json b/homeassistant/components/xiaomi_miio/translations/nl.json index 5daf94a5e0d..64868a03764 100644 --- a/homeassistant/components/xiaomi_miio/translations/nl.json +++ b/homeassistant/components/xiaomi_miio/translations/nl.json @@ -1,6 +1,7 @@ { "config": { "abort": { + "already_configured": "Apparaat is al geconfigureerd", "already_in_progress": "De configuratiestroom voor dit Xiaomi Miio-apparaat is al bezig." }, "error": { diff --git a/homeassistant/components/yeelight/translations/lb.json b/homeassistant/components/yeelight/translations/lb.json index 8065617b8e9..1993034ac2d 100644 --- a/homeassistant/components/yeelight/translations/lb.json +++ b/homeassistant/components/yeelight/translations/lb.json @@ -15,7 +15,8 @@ }, "user": { "data": { - "host": "Host" + "host": "Host", + "ip_address": "IP Adress" }, "description": "Falls Host eidel gelass g\u00ebtt, g\u00ebtt eng automatesch Sich gestart" } @@ -28,6 +29,7 @@ "model": "Modell (Optionell)", "nightlight_switch": "Nuechtliicht Schalter benotzen", "save_on_change": "Status sp\u00e4icheren bei \u00c4nnerung", + "transition": "Iwwergangsz\u00e4it (ms)", "use_music_mode": "Musek Modus aktiv\u00e9ieren" }, "description": "Falls Modell eidel gelass g\u00ebtt, g\u00ebtt et automatesch erkannt." diff --git a/homeassistant/components/zha/translations/nl.json b/homeassistant/components/zha/translations/nl.json index 569358d9fc7..9a7a83e19d3 100644 --- a/homeassistant/components/zha/translations/nl.json +++ b/homeassistant/components/zha/translations/nl.json @@ -17,6 +17,7 @@ "port_config": { "data": { "baudrate": "poort snelheid", + "flow_control": "gegevensstroombeheer", "path": "Serieel apparaatpad" }, "description": "Voer poortspecifieke instellingen in", diff --git a/homeassistant/components/zoneminder/translations/nl.json b/homeassistant/components/zoneminder/translations/nl.json index 126abbe2d28..ebfd26329dc 100644 --- a/homeassistant/components/zoneminder/translations/nl.json +++ b/homeassistant/components/zoneminder/translations/nl.json @@ -3,13 +3,15 @@ "abort": { "auth_fail": "Gebruikersnaam of wachtwoord is onjuist.", "cannot_connect": "Kan geen verbinding maken", - "connection_error": "Kan geen verbinding maken met een ZoneMinder-server." + "connection_error": "Kan geen verbinding maken met een ZoneMinder-server.", + "invalid_auth": "Ongeldige authenticatie" }, "create_entry": { "default": "ZoneMinder-server toegevoegd." }, "error": { "auth_fail": "Gebruikersnaam of wachtwoord is onjuist.", + "cannot_connect": "Kon niet verbinden", "connection_error": "Kan geen verbinding maken met een ZoneMinder-server." }, "flow_title": "ZoneMinder",