core/homeassistant/components/knx/translations/nl.json

119 lines
5.7 KiB
JSON
Raw Normal View History

2021-11-26 00:12:49 +00:00
{
2021-12-02 00:13:02 +00:00
"config": {
"abort": {
2022-05-22 00:22:43 +00:00
"already_configured": "Dienst is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
2021-12-02 00:13:02 +00:00
},
"error": {
2022-04-29 00:22:21 +00:00
"cannot_connect": "Kan geen verbinding maken",
"file_not_found": "Het opgegeven `.knxkeys`-bestand is niet gevonden in het pad config/.storage/knx/",
"invalid_individual_address": "Waarde komt niet overeen met patroon voor KNX individueel adres.\n\"area.line.device",
"invalid_ip_address": "Ongeldig IPv4-adres.",
"invalid_signature": "Het wachtwoord om het `.knxkeys`-bestand te decoderen is verkeerd."
2021-12-02 00:13:02 +00:00
},
"step": {
"manual_tunnel": {
"data": {
"host": "Host",
2022-04-29 00:22:21 +00:00
"local_ip": "Lokale IP van Home Assistant",
2021-12-02 00:13:02 +00:00
"port": "Poort",
2022-01-31 00:14:28 +00:00
"tunneling_type": "KNX Tunneling Type"
2021-12-02 00:13:02 +00:00
},
2022-04-29 00:22:21 +00:00
"data_description": {
"host": "IP adres van het KNX/IP tunneling apparaat.",
"local_ip": "Leeg laten om auto-discovery te gebruiken.",
"port": "Poort van het KNX/IP-tunnelapparaat."
},
2021-12-02 00:13:02 +00:00
"description": "Voer de verbindingsinformatie van uw tunneling-apparaat in."
},
"routing": {
"data": {
2022-04-29 00:22:21 +00:00
"individual_address": "Individueel adres",
"local_ip": "Lokale IP van Home Assistant",
"multicast_group": "Multicast-groep",
"multicast_port": "Multicast-poort"
},
"data_description": {
"individual_address": "KNX-adres te gebruiken door Home Assistant, bijv. `0.0.4`",
"local_ip": "Leeg laten om auto-discovery te gebruiken."
2021-12-02 00:13:02 +00:00
},
"description": "Configureer de routing opties"
},
2022-04-29 00:22:21 +00:00
"secure_knxkeys": {
"data": {
"knxkeys_filename": "De bestandsnaam van uw `.knxkeys` bestand (inclusief extensie)",
"knxkeys_password": "Het wachtwoord om het bestand `.knxkeys` te ontcijferen"
},
"data_description": {
"knxkeys_filename": "Het bestand zal naar verwachting worden gevonden in uw configuratiemap in '.storage/knx/'.\nIn Home Assistant OS zou dit '/config/.storage/knx/' zijn.\nVoorbeeld: 'my_project.knxkeys'",
"knxkeys_password": "Dit werd ingesteld bij het exporteren van het bestand van ETS."
},
"description": "Voer de informatie voor uw `.knxkeys` bestand in."
},
2022-12-12 00:24:56 +00:00
"secure_routing_manual": {
"data_description": {
"sync_latency_tolerance": "Standaard is 1000"
}
},
2021-12-02 00:13:02 +00:00
"tunnel": {
"data": {
"gateway": "KNX Tunnel Connection"
},
"description": "Selecteer een gateway uit de lijst."
}
}
},
2021-11-26 00:12:49 +00:00
"options": {
2022-11-17 00:26:24 +00:00
"error": {
"cannot_connect": "Kan geen verbinding maken",
"file_not_found": "Het opgegeven `.knxkeys`-bestand is niet gevonden in het pad config/.storage/knx/",
2022-12-12 00:24:56 +00:00
"invalid_individual_address": "Waarde komt niet overeen met patroon voor KNX individueel adres.\n\"area.line.device",
"invalid_ip_address": "Ongeldig IPv4-adres.",
"invalid_signature": "Het wachtwoord om het `.knxkeys`-bestand te decoderen is verkeerd."
2022-11-17 00:26:24 +00:00
},
2021-11-26 00:12:49 +00:00
"step": {
2022-11-17 00:26:24 +00:00
"manual_tunnel": {
"data_description": {
"local_ip": "Leeg laten om auto-discovery te gebruiken.",
"port": "Poort van het KNX/IP-tunnelapparaat."
},
"description": "Voer de verbindingsinformatie van uw tunneling-apparaat in."
},
"routing": {
"data": {
"individual_address": "Individueel adres",
"local_ip": "Lokale IP van Home Assistant",
"multicast_group": "Multicast-groep",
"multicast_port": "Multicast-poort"
},
"data_description": {
"individual_address": "KNX-adres te gebruiken door Home Assistant, bijv. `0.0.4`",
"local_ip": "Leeg laten om auto-discovery te gebruiken."
},
"description": "Configureer de routing opties"
},
"secure_knxkeys": {
"data": {
"knxkeys_filename": "De bestandsnaam van uw `.knxkeys` bestand (inclusief extensie)",
"knxkeys_password": "Het wachtwoord om het bestand `.knxkeys` te ontcijferen"
},
"data_description": {
"knxkeys_filename": "Het bestand zal naar verwachting worden gevonden in uw configuratiemap in '.storage/knx/'.\nIn Home Assistant OS zou dit '/config/.storage/knx/' zijn.\nVoorbeeld: 'my_project.knxkeys'",
"knxkeys_password": "Dit werd ingesteld bij het exporteren van het bestand van ETS."
},
"description": "Voer de informatie voor uw `.knxkeys` bestand in."
},
2022-12-12 00:24:56 +00:00
"secure_routing_manual": {
"data_description": {
"sync_latency_tolerance": "Standaard is 1000"
}
},
2021-11-26 00:12:49 +00:00
"tunnel": {
"data": {
2022-11-24 00:26:32 +00:00
"gateway": "KNX Tunnel Connection"
2022-11-17 00:26:24 +00:00
},
"description": "Selecteer een gateway uit de lijst."
2021-11-26 00:12:49 +00:00
}
}
}
}