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

21 lines
505 B
JSON
Raw Normal View History

2020-04-23 00:05:07 +00:00
{
"config": {
"error": {
"auth_failed": "Ongeldige gebruikersnaam of wachtwoord"
},
"step": {
"confirm": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
},
"user": {
"data": {
"password": "Wachtwoord",
"username": "Gebruikersnaam"
}
}
}
}
}