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

23 lines
647 B
JSON
Raw Normal View History

2022-10-01 00:40:08 +00:00
{
"config": {
"abort": {
"already_configured": "Nederlands",
"already_in_progress": "Nederlands",
"cannot_connect": "Nederlands",
"no_devices_found": "Nederlands",
2022-11-06 00:27:15 +00:00
"unknown": "Onverwachte fout"
2022-10-01 00:40:08 +00:00
},
"flow_title": "Nederlands",
"step": {
"bluetooth_confirm": {
2022-10-29 00:24:41 +00:00
"description": "Wilt u {name} instellen?"
2022-10-01 00:40:08 +00:00
},
"user": {
"data": {
2022-10-29 00:24:41 +00:00
"address": "Apparaat"
2022-10-01 00:40:08 +00:00
},
2022-10-29 00:24:41 +00:00
"description": "Kies een apparaat om in te stellen"
2022-10-01 00:40:08 +00:00
}
}
}
}