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

23 lines
592 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"reauth_successful": "Herauthenticatie geslaagd"
2021-02-24 00:04:14 +00:00
},
"create_entry": {
2022-05-21 00:22:49 +00:00
"default": "Authenticatie geslaagd"
2021-02-24 00:04:14 +00:00
},
"error": {
"invalid_auth": "Ongeldige authenticatie"
},
"step": {
"user": {
"data": {
"password": "Wachtwoord",
"url": "Website",
"username": "Gebruikersnaam"
}
}
}
}
}