From 93ada0a675a1a2ca2a26bb895f11f80cfddbe490 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 28 May 2021 00:19:07 +0000 Subject: [PATCH] [ci skip] Translation update --- .../components/elgato/translations/nl.json | 2 +- .../homekit_controller/translations/nl.json | 2 ++ .../keenetic_ndms2/translations/nl.json | 5 ++++- .../meteoclimatic/translations/nl.json | 20 +++++++++++++++++++ .../components/motioneye/translations/ca.json | 4 ++++ .../components/motioneye/translations/nl.json | 4 ++++ .../components/samsungtv/translations/nl.json | 3 +++ .../components/sia/translations/en.json | 2 +- .../components/sia/translations/nl.json | 6 ++++++ .../components/sia/translations/zh-Hant.json | 2 +- .../totalconnect/translations/ca.json | 3 ++- .../totalconnect/translations/nl.json | 5 +++-- .../totalconnect/translations/zh-Hant.json | 5 +++-- 13 files changed, 54 insertions(+), 9 deletions(-) create mode 100644 homeassistant/components/meteoclimatic/translations/nl.json diff --git a/homeassistant/components/elgato/translations/nl.json b/homeassistant/components/elgato/translations/nl.json index 5fa47d30a10..1605f4577ee 100644 --- a/homeassistant/components/elgato/translations/nl.json +++ b/homeassistant/components/elgato/translations/nl.json @@ -18,7 +18,7 @@ }, "zeroconf_confirm": { "description": "Wilt u de Elgato Key Light met serienummer `{serial_number}` toevoegen aan Home Assistant?", - "title": "Elgato Key Light apparaat ontdekt" + "title": "Elgato Light apparaat ontdekt" } } } diff --git a/homeassistant/components/homekit_controller/translations/nl.json b/homeassistant/components/homekit_controller/translations/nl.json index 64b1d0802db..4312fdc033c 100644 --- a/homeassistant/components/homekit_controller/translations/nl.json +++ b/homeassistant/components/homekit_controller/translations/nl.json @@ -12,6 +12,7 @@ }, "error": { "authentication_error": "Onjuiste HomeKit-code. Controleer het en probeer het opnieuw.", + "insecure_setup_code": "De gevraagde setup-code is onveilig vanwege de triviale aard ervan. Dit accessoire voldoet niet aan de basisbeveiligingsvereisten.", "max_peers_error": "Apparaat heeft geweigerd om koppelingen toe te voegen omdat het geen vrije koppelingsopslag heeft.", "pairing_failed": "Er deed zich een fout voor tijdens het koppelen met dit apparaat. Dit kan een tijdelijke storing zijn of uw apparaat wordt mogelijk momenteel niet ondersteund.", "unable_to_pair": "Kan niet koppelen, probeer het opnieuw.", @@ -29,6 +30,7 @@ }, "pair": { "data": { + "allow_insecure_setup_codes": "Koppelen met onveilige setup-codes toestaan.", "pairing_code": "Koppelingscode" }, "description": "HomeKit Controller communiceert met {name} via het lokale netwerk met behulp van een beveiligde versleutelde verbinding zonder een aparte HomeKit-controller of iCloud. Voer uw HomeKit-koppelcode in (in de indeling XXX-XX-XXX) om dit accessoire te gebruiken. Deze code is meestal te vinden op het apparaat zelf of in de verpakking.", diff --git a/homeassistant/components/keenetic_ndms2/translations/nl.json b/homeassistant/components/keenetic_ndms2/translations/nl.json index d2a85c8b059..3dd5b56c51d 100644 --- a/homeassistant/components/keenetic_ndms2/translations/nl.json +++ b/homeassistant/components/keenetic_ndms2/translations/nl.json @@ -1,11 +1,14 @@ { "config": { "abort": { - "already_configured": "Account is al geconfigureerd" + "already_configured": "Account is al geconfigureerd", + "no_udn": "SSDP-ontdekkingsinformatie heeft geen UDN", + "not_keenetic_ndms2": "Ontdekt item is geen Keenetic router" }, "error": { "cannot_connect": "Kan geen verbinding maken" }, + "flow_title": "{name} ({host})", "step": { "user": { "data": { diff --git a/homeassistant/components/meteoclimatic/translations/nl.json b/homeassistant/components/meteoclimatic/translations/nl.json new file mode 100644 index 00000000000..0b4aa397276 --- /dev/null +++ b/homeassistant/components/meteoclimatic/translations/nl.json @@ -0,0 +1,20 @@ +{ + "config": { + "abort": { + "already_configured": "Apparaat is al geconfigureerd", + "unknown": "Onverwachte fout" + }, + "error": { + "not_found": "Geen apparaten gevonden op het netwerk" + }, + "step": { + "user": { + "data": { + "code": "Station code" + }, + "description": "Voer de code van het meteoklimatologische station in (bv. ESCAT43000043206B)", + "title": "Meteoclimatic" + } + } + } +} \ No newline at end of file diff --git a/homeassistant/components/motioneye/translations/ca.json b/homeassistant/components/motioneye/translations/ca.json index 65ce7e48781..8f11dba2802 100644 --- a/homeassistant/components/motioneye/translations/ca.json +++ b/homeassistant/components/motioneye/translations/ca.json @@ -11,6 +11,10 @@ "unknown": "Error inesperat" }, "step": { + "hassio_confirm": { + "description": "Vols configurar Home Assistant perqu\u00e8 es connecti amb el servei motionEye proporcionat pel complement: {addon}?", + "title": "motionEye via complement de Home Assistant" + }, "user": { "data": { "admin_password": "Contrasenya d'administrador", diff --git a/homeassistant/components/motioneye/translations/nl.json b/homeassistant/components/motioneye/translations/nl.json index 07d8dc71a10..0fd3c7661eb 100644 --- a/homeassistant/components/motioneye/translations/nl.json +++ b/homeassistant/components/motioneye/translations/nl.json @@ -11,6 +11,10 @@ "unknown": "Onverwachte fout" }, "step": { + "hassio_confirm": { + "description": "Wilt u Home Assistant configureren om verbinding te maken met de motionEye-service die wordt geleverd door de add-on: {addon}?", + "title": "motionEye via Home Assistant add-on" + }, "user": { "data": { "admin_password": "Admin Wachtwoord", diff --git a/homeassistant/components/samsungtv/translations/nl.json b/homeassistant/components/samsungtv/translations/nl.json index c64b8beca78..3a0508099a8 100644 --- a/homeassistant/components/samsungtv/translations/nl.json +++ b/homeassistant/components/samsungtv/translations/nl.json @@ -19,6 +19,9 @@ "description": "Wilt u Samsung TV {model} instellen? Als u nooit eerder Home Assistant hebt verbonden dan zou u een popup op uw TV moeten zien waarin u om toestemming wordt vraagt. Handmatige configuraties voor deze TV worden overschreven", "title": "Samsung TV" }, + "reauth_confirm": { + "description": "Na het indienen, accepteer binnen 30 seconden de pop-up op {device} om autorisatie toe te staan." + }, "user": { "data": { "host": "Host", diff --git a/homeassistant/components/sia/translations/en.json b/homeassistant/components/sia/translations/en.json index ff6781669dd..50a00a4bf23 100644 --- a/homeassistant/components/sia/translations/en.json +++ b/homeassistant/components/sia/translations/en.json @@ -4,7 +4,7 @@ "invalid_account_format": "The account is not a hex value, please use only 0-9 and A-F.", "invalid_account_length": "The account is not the right length, it has to be between 3 and 16 characters.", "invalid_key_format": "The key is not a hex value, please use only 0-9 and A-F.", - "invalid_key_length": "The key is not the right length, it has to be 16, 24 or 32 characters hex characters.", + "invalid_key_length": "The key is not the right length, it has to be 16, 24 or 32 hex characters.", "invalid_ping": "The ping interval needs to be between 1 and 1440 minutes.", "invalid_zones": "There needs to be at least 1 zone.", "unknown": "Unexpected error" diff --git a/homeassistant/components/sia/translations/nl.json b/homeassistant/components/sia/translations/nl.json index 789106ead23..8afc0b88651 100644 --- a/homeassistant/components/sia/translations/nl.json +++ b/homeassistant/components/sia/translations/nl.json @@ -1,6 +1,12 @@ { "config": { "error": { + "invalid_account_format": "Het account is geen hex waarde, gebruik alleen 0-9 en A-F.", + "invalid_account_length": "Het account heeft niet de juiste lengte, het moet tussen de 3 en 16 karakters zijn.", + "invalid_key_format": "De sleutel is geen hex waarde, gebruik alleen 0-9 en A-F.", + "invalid_key_length": "De sleutel heeft niet de juiste lengte, het moeten 16, 24 of 32 hex karakters zijn.", + "invalid_ping": "Het ping-interval moet tussen 1 en 1440 minuten liggen.", + "invalid_zones": "Er moet minstens 1 zone zijn.", "unknown": "Onverwachte fout" }, "step": { diff --git a/homeassistant/components/sia/translations/zh-Hant.json b/homeassistant/components/sia/translations/zh-Hant.json index 6ebf56aa049..6cd3c879656 100644 --- a/homeassistant/components/sia/translations/zh-Hant.json +++ b/homeassistant/components/sia/translations/zh-Hant.json @@ -4,7 +4,7 @@ "invalid_account_format": "\u5e33\u865f\u70ba\u5341\u516d\u9032\u4f4d\u6578\u503c\u3001\u8acb\u4f7f\u7528 0-9 \u53ca A-F\u3002", "invalid_account_length": "\u5e33\u865f\u9577\u5ea6\u4e0d\u6b63\u78ba\u3001\u5fc5\u9808\u4ecb\u65bc 3 \u81f3 16 \u500b\u5b57\u5143\u4e4b\u9593\u3002", "invalid_key_format": "\u5bc6\u9470\u70ba\u5341\u516d\u9032\u4f4d\u6578\u503c\u3001\u8acb\u4f7f\u7528 0-9 \u53ca A-F\u3002", - "invalid_key_length": "\u5e33\u865f\u9577\u5ea6\u4e0d\u6b63\u78ba\u3001\u5fc5\u9808\u70ba 14\u300124 \u6216 32 \u500b\u5341\u516d\u9032\u4f4d\u5b57\u5143\u3002", + "invalid_key_length": "\u5e33\u865f\u9577\u5ea6\u4e0d\u6b63\u78ba\u3001\u5fc5\u9808\u70ba 16\u300124 \u6216 32 \u500b\u5341\u516d\u9032\u4f4d\u5b57\u5143\u3002", "invalid_ping": "Ping \u9593\u8ddd\u5fc5\u9808\u70ba 1 \u81f3 1440 \u5206\u9418\u4e4b\u9593\u3002", "invalid_zones": "\u81f3\u5c11\u5fc5\u9808\u6709\u4e00\u500b\u5206\u5340\u3002", "unknown": "\u672a\u9810\u671f\u932f\u8aa4" diff --git a/homeassistant/components/totalconnect/translations/ca.json b/homeassistant/components/totalconnect/translations/ca.json index ce055082a21..9e2a6913fd4 100644 --- a/homeassistant/components/totalconnect/translations/ca.json +++ b/homeassistant/components/totalconnect/translations/ca.json @@ -11,7 +11,8 @@ "step": { "locations": { "data": { - "location": "Ubicaci\u00f3" + "location": "Ubicaci\u00f3", + "usercode": "Codi d'usuari" }, "description": "Introdueix el codi d'usuari de l'usuari en aquesta ubicaci\u00f3", "title": "Codis d'usuari d'ubicaci\u00f3" diff --git a/homeassistant/components/totalconnect/translations/nl.json b/homeassistant/components/totalconnect/translations/nl.json index de20d40bee6..0ec7bb52d88 100644 --- a/homeassistant/components/totalconnect/translations/nl.json +++ b/homeassistant/components/totalconnect/translations/nl.json @@ -11,9 +11,10 @@ "step": { "locations": { "data": { - "location": "Locatie" + "location": "Locatie", + "usercode": "Gebruikerscode" }, - "description": "Voer de gebruikerscode voor deze gebruiker op deze locatie in", + "description": "Voer de gebruikerscode voor deze gebruiker in op locatie {location_id}", "title": "Locatie gebruikerscodes" }, "reauth_confirm": { diff --git a/homeassistant/components/totalconnect/translations/zh-Hant.json b/homeassistant/components/totalconnect/translations/zh-Hant.json index 96921baf007..eb739cb5e38 100644 --- a/homeassistant/components/totalconnect/translations/zh-Hant.json +++ b/homeassistant/components/totalconnect/translations/zh-Hant.json @@ -11,9 +11,10 @@ "step": { "locations": { "data": { - "location": "\u5ea7\u6a19" + "location": "\u5ea7\u6a19", + "usercode": "\u4f7f\u7528\u8005\u4ee3\u78bc" }, - "description": "\u8f38\u5165\u4f7f\u7528\u8005\u65bc\u6b64\u5ea7\u6a19\u4e4b\u4f7f\u7528\u8005\u4ee3\u78bc", + "description": "\u8f38\u5165\u4f7f\u7528\u8005\u65bc\u6b64\u5ea7\u6a19 {location_id} \u4e4b\u4f7f\u7528\u8005\u4ee3\u78bc", "title": "\u5ea7\u6a19\u4f7f\u7528\u8005\u4ee3\u78bc" }, "reauth_confirm": {