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

25 lines
706 B
JSON
Raw Normal View History

2018-08-29 19:19:04 +00:00
{
"config": {
2018-10-05 15:50:00 +00:00
"abort": {
2019-01-09 23:29:31 +00:00
"already_configured": "UPnP/IGD is al geconfigureerd",
2020-05-22 00:05:00 +00:00
"incomplete_discovery": "Onvolledige ontdekking",
2019-01-09 23:29:31 +00:00
"no_devices_discovered": "Geen UPnP'/IGD's ontdekt",
2020-05-29 00:04:16 +00:00
"no_devices_found": "Geen UPnP/IGD apparaten gevonden op het netwerk."
2018-10-05 15:50:00 +00:00
},
2019-08-12 03:42:50 +00:00
"error": {
"one": "Een",
"other": "Ander"
},
2020-08-27 00:04:55 +00:00
"flow_title": "UPnP/IGD: {name}",
2018-08-29 19:19:04 +00:00
"step": {
2020-05-13 18:27:21 +00:00
"ssdp_confirm": {
"description": "Wilt u [%%] instellen?"
2018-10-10 12:25:21 +00:00
},
2018-08-29 19:19:04 +00:00
"user": {
2018-10-05 15:50:00 +00:00
"data": {
2020-05-13 18:27:21 +00:00
"usn": "Apparaat"
2020-05-29 00:04:16 +00:00
}
2018-08-29 19:19:04 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2018-10-05 15:50:00 +00:00
}