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

32 lines
1.0 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"no_devices_found": "Geen apparaten gevonden op het netwerk",
"single_instance_allowed": "Al geconfigureerd. Slechts een enkele configuratie mogelijk."
},
"error": {
"cannot_connect": "Kon geen verbinding maken"
},
"flow_title": "{name} {model} ({host})",
"step": {
"confirm": {
"description": "Wil je TP-Link slimme apparaten instellen?"
},
"discovery_confirm": {
"description": "Wilt u {name} {model} ({host}) instellen?"
},
"pick_device": {
"data": {
"device": "Apparaat"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "Als u de host leeg laat, wordt detectie gebruikt om apparaten te vinden."
}
}
}
}