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

24 lines
825 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": {
2022-05-21 00:22:49 +00:00
"cannot_connect": "Kan geen verbinding maken",
2020-11-07 00:04:02 +00:00
"unknown": "Onverwachte fout",
"unsupported_version": "BleBox-apparaat heeft verouderde firmware. Upgrade het eerst."
},
2021-05-17 05:17:18 +00:00
"flow_title": "{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
}
}
}
}