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

28 lines
811 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"error": {
"cannot_connect": "Verbindingsfout",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
},
"description": "Werk je wachtwoord bij voor {email}",
"title": "Integratie herauthenticeren"
},
"user": {
"data": {
"email": "Email",
"password": "Wachtwoord"
}
}
}
}
}