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

21 lines
546 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
2021-02-25 00:05:20 +00:00
"cannot_connect": "Kan geen verbinding maken",
2021-02-24 00:04:14 +00:00
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
2020-11-07 00:04:02 +00:00
},
"step": {
"user": {
"data": {
2021-02-24 00:04:14 +00:00
"host": "Host",
"password": "Wachtwoord",
"username": "Gebruikersnaam"
2020-11-07 00:04:02 +00:00
}
}
}
}
}