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

33 lines
1.1 KiB
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
"error": {
2020-10-09 00:04:33 +00:00
"already_configured": "Account is al geconfigureerd",
"already_configured_account": "Account is al geconfigureerd",
"cannot_connect": "Kan geen verbinding maken",
2019-12-30 00:32:19 +00:00
"connection_error": "Fout bij verbinden; controleer het netwerk en probeer het opnieuw",
"identifier_exists": "E-mail al geregistreerd",
"invalid_credentials": "Ongeldige inloggegevens",
"unknown_error": "Onbekende fout, meldt u log info"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"username": "E-mailadres"
},
"description": "Vul alstublieft uw gegevens in.",
"title": "Tesla - Configuratie"
}
2020-04-15 16:51:07 +00:00
}
2019-12-30 00:32:19 +00:00
},
"options": {
"step": {
"init": {
"data": {
2020-05-01 00:02:55 +00:00
"enable_wake_on_start": "Forceer auto's wakker bij het opstarten",
2019-12-30 00:32:19 +00:00
"scan_interval": "Seconden tussen scans"
}
}
}
2020-04-16 20:00:10 +00:00
}
2019-12-30 00:32:19 +00:00
}