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

25 lines
763 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"unknown": "Onverwachte fout",
"unsupported": "Niet-ondersteund apparaat"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"unsupported": "Niet-ondersteund apparaat"
},
"flow_title": "{model} ({name})",
"step": {
"discovery_confirm": {
"description": "Wil je de speler {model} met de naam {name} instellen?"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}