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

27 lines
929 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"error": {
2020-11-07 00:04:02 +00:00
"already_configured": "Account is al geconfigureerd",
2021-02-24 00:04:14 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"invalid_auth": "Ongeldige authenticatie"
2020-10-09 00:04:33 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{username}",
2020-09-27 00:06:49 +00:00
"step": {
2020-12-04 00:05:42 +00:00
"reauth": {
2021-02-24 00:04:14 +00:00
"data": {
"password": "Wachtwoord"
},
"description": "Authenticatie mislukt voor OVO Energy. Voer uw huidige inloggegevens in.",
2020-12-04 00:05:42 +00:00
"title": "Opnieuw verifi\u00ebren"
},
2020-09-27 00:06:49 +00:00
"user": {
"data": {
2020-10-09 00:04:33 +00:00
"password": "Wachtwoord",
2020-09-27 00:06:49 +00:00
"username": "Gebruikersnaam"
2021-03-16 00:04:36 +00:00
},
2021-03-20 00:04:10 +00:00
"description": "Stel een OVO Energy instance in om toegang te krijgen tot je energieverbruik.",
2021-03-16 00:04:36 +00:00
"title": "Voeg OVO Energie Account toe"
2020-09-27 00:06:49 +00:00
}
}
}
}