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

24 lines
695 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2021-04-27 00:04:45 +00:00
"cannot_connect": "Kan geen verbinding maken met ontdekte Volumio"
2020-11-07 00:04:02 +00:00
},
"error": {
2021-02-27 00:05:45 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
},
2020-10-09 00:04:33 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"discovery_confirm": {
"description": "Wilt u Volumio (`{name}`) toevoegen aan Home Assistant?",
"title": "Volumio ontdekt"
},
2020-10-09 00:04:33 +00:00
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"host": "Host",
2020-10-09 00:04:33 +00:00
"port": "Poort"
}
}
}
}
}