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

26 lines
771 B
JSON
Raw Normal View History

2018-08-29 19:19:04 +00:00
{
"config": {
2018-09-17 20:08:09 +00:00
"title": "UPnP/IGD",
2018-08-29 19:19:04 +00:00
"step": {
"init": {
2018-09-17 20:08:09 +00:00
"title": "UPnP/IGD"
2018-08-29 19:19:04 +00:00
},
"user": {
2018-09-17 20:08:09 +00:00
"title": "Extra configuratie options voor UPnP/IGD",
2018-08-29 19:19:04 +00:00
"data":{
2018-09-17 20:08:09 +00:00
"igd": "UPnP/IGD",
"enable_sensors": "Verkeer sensors toevoegen",
"enable_port_mapping": "Maak port mapping voor Home Assistant"
2018-08-29 19:19:04 +00:00
}
}
},
"error": {
},
"abort": {
2018-09-17 20:08:09 +00:00
"no_devices_discovered": "Geen UPnP/IGDs gevonden",
"already_configured": "UPnP/IGD is reeds geconfigureerd",
"no_sensors_or_port_mapping": "Kies ten minste sensors of port mapping"
2018-08-29 19:19:04 +00:00
}
}
2018-09-01 19:20:15 +00:00
}