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

29 lines
837 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
"reauth_successful": "Herauthenticatie was succesvol"
},
"create_entry": {
"default": "Succesvol geauthenticeerd"
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"reauth": {
"data": {
"password": "Wachtwoord"
2021-02-25 00:05:20 +00:00
},
"description": "Authenticatietokens zijn ongeldig geworden, log in om ze opnieuw te maken."
2021-02-24 00:04:14 +00:00
},
"user": {
"data": {
"password": "Wachtwoord",
"url": "Website",
"username": "Gebruikersnaam"
}
}
}
}
}