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

27 lines
741 B
JSON
Raw Normal View History

2022-06-06 00:21:14 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Verbindingsfout",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
2022-09-26 00:30:11 +00:00
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"title": "Integratie herauthenticeren"
},
2022-06-06 00:21:14 +00:00
"user": {
"data": {
"email": "Email",
"password": "Wachtwoord"
}
}
}
}
}