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

22 lines
646 B
JSON
Raw Normal View History

2022-08-29 00:27:51 +00:00
{
"config": {
2022-09-19 00:27:46 +00:00
"abort": {
2022-09-26 00:30:11 +00:00
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"no_devices_found": "Geen apparaten gevonden op het netwerk"
2022-09-19 00:27:46 +00:00
},
2022-08-29 00:27:51 +00:00
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
2022-09-19 00:27:46 +00:00
},
"flow_title": "{name}",
"step": {
"user": {
"data": {
"address": "Bluetooth-adres"
}
}
2022-08-29 00:27:51 +00:00
}
}
}