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

35 lines
1.0 KiB
JSON
Raw Normal View History

2018-10-05 15:50:00 +00:00
{
"config": {
"abort": {
"already_configured": "UPnP/IGD ist bereits konfiguriert",
2020-05-16 00:03:50 +00:00
"incomplete_discovery": "Unvollst\u00e4ndige Suche",
2020-05-29 00:04:16 +00:00
"no_devices_found": "Keine UPnP/IGD-Ger\u00e4te im Netzwerk gefunden."
2018-10-05 15:50:00 +00:00
},
2019-08-12 03:42:50 +00:00
"error": {
"one": "Ein",
"other": "andere"
},
2021-06-09 00:10:10 +00:00
"flow_title": "{name}",
2018-10-05 15:50:00 +00:00
"step": {
2020-05-13 18:27:21 +00:00
"ssdp_confirm": {
"description": "M\u00f6chten Sie dieses UPnP/IGD-Ger\u00e4t einrichten?"
2018-10-05 15:50:00 +00:00
},
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"scan_interval": "Aktualisierungsintervall (Sekunden, mindestens 30)",
2021-06-06 00:19:43 +00:00
"unique_id": "Ger\u00e4t",
2020-05-13 18:27:21 +00:00
"usn": "Ger\u00e4t"
2020-05-29 00:04:16 +00:00
}
2018-10-05 15:50:00 +00:00
}
2020-04-15 16:51:07 +00:00
}
2021-06-06 00:19:43 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsintervall (Sekunden, minimal 30)"
}
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-05 15:50:00 +00:00
}