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

29 lines
828 B
JSON

{
"config": {
"abort": {
"already_configured": "Apparaat is al geconfigureerd",
"incomplete_discovery": "Onvolledige ontdekking",
"no_devices_found": "Geen apparaten gevonden op het netwerk"
},
"error": {
"one": "Een",
"other": "Ander"
},
"flow_title": "UPnP/IGD: {name}",
"step": {
"init": {
"one": "Leeg",
"other": "Leeg"
},
"ssdp_confirm": {
"description": "Wilt u dit UPnP/IGD-apparaat instellen?"
},
"user": {
"data": {
"scan_interval": "Update-interval (seconden, minimaal 30)",
"usn": "Apparaat"
}
}
}
}
}