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

29 lines
880 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
"step": {
"reauth_confirm": {
"data": {
"description": "Verifieer opnieuw met Prosegur-account.",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
},
"user": {
"data": {
"country": "Land",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}