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

19 lines
605 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"already_in_progress": "De configuratie is momenteel al bezig",
"no_devices_found": "Geen apparaten gevonden op het netwerk",
"reauth_successful": "Herauthenticatie geslaagd"
},
"flow_title": "{name}",
"step": {
"bluetooth_confirm": {
"description": "Wilt u {name} instellen?"
},
"user": {
"description": "Kies een apparaat om in te stellen"
}
}
}
}