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

119 lines
5.7 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Dienst is al geconfigureerd",
"single_instance_allowed": "Al geconfigureerd. Slechts \u00e9\u00e9n configuratie mogelijk."
},
"error": {
"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."
},
"step": {
"manual_tunnel": {
"data": {
"host": "Host",
"local_ip": "Lokale IP van Home Assistant",
"port": "Poort",
"tunneling_type": "KNX Tunneling Type"
},
"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."
},
"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."
},
"secure_routing_manual": {
"data_description": {
"sync_latency_tolerance": "Standaard is 1000"
}
},
"tunnel": {
"data": {
"gateway": "KNX Tunnel Connection"
},
"description": "Selecteer een gateway uit de lijst."
}
}
},
"options": {
"error": {
"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."
},
"step": {
"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."
},
"secure_routing_manual": {
"data_description": {
"sync_latency_tolerance": "Standaard is 1000"
}
},
"tunnel": {
"data": {
"gateway": "KNX Tunnel Connection"
},
"description": "Selecteer een gateway uit de lijst."
}
}
}
}