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

30 lines
904 B
JSON
Raw Normal View History

2020-09-25 00:04:29 +00:00
{
"config": {
"abort": {
2020-11-07 00:04:02 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"cannot_connect": "Kon niet verbinden",
2021-02-24 00:04:14 +00:00
"invalid_host": "Ongeldige hostnaam of IP-adres",
2020-11-07 00:04:02 +00:00
"not_supported": "Apparaat wordt niet ondersteund",
"unknown": "Onverwachte fout"
2020-10-09 00:04:33 +00:00
},
2020-11-07 00:04:02 +00:00
"error": {
"cannot_connect": "Kon niet verbinden",
2021-02-24 00:04:14 +00:00
"invalid_host": "Ongeldige hostnaam of IP-adres",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout"
},
"flow_title": "{name} ({model} bij {host})",
2020-10-09 00:04:33 +00:00
"step": {
"finish": {
"data": {
"name": "Naam"
}
2020-11-07 00:04:02 +00:00
},
"user": {
"data": {
"host": "Host"
},
"title": "Verbinding maken met het apparaat"
2020-10-09 00:04:33 +00:00
}
2020-09-25 00:04:29 +00:00
}
}
}