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

25 lines
791 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2021-02-24 00:04:14 +00:00
},
"error": {
2021-05-12 00:04:03 +00:00
"invalid_auth": "Ongeldige authenticatie"
2021-02-24 00:04:14 +00:00
},
"step": {
2021-04-27 00:04:45 +00:00
"reauth_confirm": {
"description": "De SmartTub-integratie moet uw account opnieuw verifi\u00ebren",
2022-05-23 00:25:42 +00:00
"title": "Integratie herauthenticeren"
2021-04-27 00:04:45 +00:00
},
2021-02-24 00:04:14 +00:00
"user": {
"data": {
"email": "E-mail",
"password": "Wachtwoord"
},
2021-03-16 00:04:36 +00:00
"description": "Voer uw SmartTub-e-mailadres en wachtwoord in om in te loggen",
2021-02-24 00:04:14 +00:00
"title": "Inloggen"
}
}
}
}