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

37 lines
955 B
JSON
Raw Normal View History

2018-08-29 19:19:04 +00:00
{
"config": {
2018-10-05 15:50:00 +00:00
"abort": {
2021-03-16 00:04:36 +00:00
"already_configured": "Apparaat is al geconfigureerd",
2020-05-22 00:05:00 +00:00
"incomplete_discovery": "Onvolledige ontdekking",
2021-03-16 00:04:36 +00:00
"no_devices_found": "Geen 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"
},
2021-05-17 05:17:18 +00:00
"flow_title": "{name}",
2018-08-29 19:19:04 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"init": {
"one": "Leeg",
"other": "Leeg"
},
2020-05-13 18:27:21 +00:00
"ssdp_confirm": {
2021-03-27 00:03:21 +00:00
"description": "Wilt u dit UPnP/IGD-apparaat 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": {
2022-05-19 00:26:11 +00:00
"unique_id": "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
}
2021-05-18 00:12:13 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Update-interval (seconden, minimaal 30)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-05 15:50:00 +00:00
}