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

21 lines
587 B
JSON

{
"config": {
"abort": {
"already_configured": "Deze RainMachine controller is al geconfigureerd."
},
"error": {
"identifier_exists": "Account bestaat al",
"invalid_credentials": "Ongeldige gebruikersgegevens"
},
"step": {
"user": {
"data": {
"ip_address": "Hostnaam of IP-adres",
"password": "Wachtwoord",
"port": "Poort"
},
"title": "Vul uw gegevens in"
}
}
}
}