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

30 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "ESP is al geconfigureerd"
},
"error": {
"connection_error": "Kan geen verbinding maken met ESP. Zorg ervoor dat uw YAML-bestand een regel 'api:' bevat.",
"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"
},
"step": {
"authenticate": {
"data": {
"password": "Wachtwoord"
},
"description": "Voer het wachtwoord in dat u in uw configuratie hebt ingesteld.",
"title": "Voer wachtwoord in"
},
"user": {
"data": {
"host": "Host",
"port": "Poort"
},
"description": "Voer de verbindingsinstellingen in van uw [ESPHome](https://esphomelib.com/) node.",
"title": "ESPHome"
}
},
"title": "ESPHome"
}
}