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

19 lines
470 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"already_configured": "Apparaat is al geconfigureerd",
2020-11-19 00:11:12 +00:00
"cannot_connect": "Kon niet verbinden",
"invalid_host": "ongeldige host of IP adres"
2020-11-07 00:04:02 +00:00
},
"step": {
"user": {
"data": {
"host": "Host"
}
}
}
}
}