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

34 lines
1.0 KiB
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"config": {
2021-02-24 00:04:14 +00:00
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
2019-12-30 00:32:19 +00:00
"error": {
2020-10-09 00:04:33 +00:00
"already_configured": "Account is al geconfigureerd",
2021-02-24 00:04:14 +00:00
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
2019-12-30 00:32:19 +00:00
},
"step": {
"user": {
"data": {
2021-08-02 03:40:04 +00:00
"mfa": "MFA Code (optioneel)",
2019-12-30 00:32:19 +00:00
"password": "Wachtwoord",
2021-03-16 00:04:36 +00:00
"username": "E-mail"
2019-12-30 00:32:19 +00:00
},
"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
}