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

27 lines
825 B
JSON
Raw Normal View History

2022-05-15 00:30:16 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2022-05-15 00:30:16 +00:00
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "De Aladdin Connect-integratie moet uw account opnieuw verifi\u00ebren",
2022-05-21 00:22:49 +00:00
"title": "Integratie herauthentiseren"
2022-05-15 00:30:16 +00:00
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}