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

31 lines
871 B
JSON

{
"config": {
"abort": {
"already_configured_device": "Apparaat is al geconfigureerd",
"cannot_connect": "Kan geen verbinding maken",
"no_unconfigured_devices": "Geen niet-geconfigureerde apparaten gevonden.",
"switchbot_unsupported_type": "Niet-ondersteund Switchbot-type.",
"unknown": "Onverwachte fout"
},
"flow_title": "{name}",
"step": {
"confirm": {
"description": "Wilt u {name} instellen?"
},
"password": {
"data": {
"password": "Wachtwoord"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"retry_count": "Aantal herhalingen"
}
}
}
}
}