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

28 lines
774 B
JSON

{
"config": {
"error": {
"already_configured": "Account is al geconfigureerd",
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "E-mailadres"
},
"description": "Vul alstublieft uw gegevens in.",
"title": "Tesla - Configuratie"
}
}
},
"options": {
"step": {
"init": {
"data": {
"enable_wake_on_start": "Forceer auto's wakker bij het opstarten",
"scan_interval": "Seconden tussen scans"
}
}
}
}
}