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

30 lines
735 B
JSON
Raw Normal View History

2021-02-24 00:04:14 +00:00
{
"config": {
"abort": {
"already_configured": "Account is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Wachtwoord",
"port": "Poort",
"username": "Gebruikersnaam"
}
}
}
},
"options": {
"step": {
"user": {
"data": {
2021-02-25 00:05:20 +00:00
"interfaces": "Kies interfaces om te scannen",
"scan_interval": "Scaninterval"
2021-02-24 00:04:14 +00:00
}
}
}
}
}