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

25 lines
763 B
JSON
Raw Normal View History

2022-03-09 00:19:01 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
2022-05-21 00:22:49 +00:00
"already_in_progress": "De configuratie is momenteel al bezig",
2022-03-09 00:19:01 +00:00
"unknown": "Onverwachte fout",
2022-03-10 00:17:10 +00:00
"unsupported": "Niet-ondersteund apparaat"
2022-03-09 00:19:01 +00:00
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken",
2022-03-09 00:19:01 +00:00
"unsupported": "Niet-ondersteund apparaat"
},
2022-03-10 00:17:10 +00:00
"flow_title": "{model} ({name})",
2022-03-09 00:19:01 +00:00
"step": {
2022-03-10 00:17:10 +00:00
"discovery_confirm": {
2022-05-19 00:26:11 +00:00
"description": "Wil je de speler {model} met de naam {name} instellen?"
2022-03-10 00:17:10 +00:00
},
2022-03-09 00:19:01 +00:00
"user": {
"data": {
"host": "Host"
2022-05-19 00:26:11 +00:00
}
2022-03-09 00:19:01 +00:00
}
}
}
}