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

36 lines
1.1 KiB
JSON
Raw Normal View History

2020-05-01 00:02:55 +00:00
{
"config": {
"abort": {
2022-02-27 00:19:29 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2020-05-01 00:02:55 +00:00
},
"error": {
2021-03-16 00:04:36 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-05-01 00:02:55 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
2022-02-27 00:19:29 +00:00
"reauth_validate": {
"data": {
"password": "Wachtwoord"
},
"description": "De Sense-integratie moet uw account {email} opnieuw verifi\u00ebren.",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2022-02-27 00:19:29 +00:00
},
2020-05-01 00:02:55 +00:00
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"email": "E-mail",
2021-10-30 00:11:34 +00:00
"password": "Wachtwoord",
"timeout": "Timeout"
2020-05-01 00:02:55 +00:00
},
"title": "Maak verbinding met uw Sense Energy Monitor"
2022-02-27 00:19:29 +00:00
},
"validation": {
"data": {
"code": "Verificatiecode"
},
"title": "Sense Multi-factor authenticatie"
2020-05-01 00:02:55 +00:00
}
}
}
}