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

18 lines
373 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"unknown": "Onverwachte fout"
},
2020-10-09 00:04:33 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2020-10-09 00:04:33 +00:00
"port": "Poort"
}
}
}
}
}