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

28 lines
728 B
JSON

{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie geslaagd"
},
"create_entry": {
"default": "Authenticatie geslaagd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"reauth_confirm": {
"data": {
"password": "Wachtwoord"
}
},
"user": {
"data": {
"password": "Wachtwoord",
"url": "Website",
"username": "Gebruikersnaam"
}
}
}
}
}