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

24 lines
837 B
JSON
Raw Normal View History

2020-07-23 00:02:48 +00:00
{
"config": {
2020-11-07 00:04:02 +00:00
"abort": {
"address_already_configured": "Er is al een BleBox-apparaat geconfigureerd op {address} .",
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kon niet verbinden",
"unknown": "Onverwachte fout",
"unsupported_version": "BleBox-apparaat heeft verouderde firmware. Upgrade het eerst."
},
"flow_title": "BleBox-apparaat: {name} ( {host} )",
2020-07-23 00:02:48 +00:00
"step": {
"user": {
"data": {
"host": "IP-adres",
"port": "Poort"
2020-11-07 00:04:02 +00:00
},
"description": "Stel uw BleBox in om te integreren met Home Assistant.",
"title": "Stel uw BleBox-apparaat in"
2020-07-23 00:02:48 +00:00
}
}
}
}