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

27 lines
844 B
JSON

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