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

22 lines
566 B
JSON
Raw Normal View History

2020-11-07 00:04:02 +00:00
{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"not_songpal_device": "Geen Songpal-apparaat"
},
"error": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken"
2020-11-07 00:04:02 +00:00
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name} ({host})",
2020-11-07 00:04:02 +00:00
"step": {
"init": {
"description": "Wilt u {name} ( {host} ) instellen?"
},
"user": {
"data": {
"endpoint": "Eindpunt"
}
}
}
}
}