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

33 lines
891 B
JSON
Raw Normal View History

2018-10-05 15:50:00 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2020-05-16 00:03:50 +00:00
"incomplete_discovery": "Unvollst\u00e4ndige Suche",
2021-07-22 00:10:31 +00:00
"no_devices_found": "Keine 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": {
2021-07-10 00:09:24 +00:00
"description": "M\u00f6chtest du dieses UPnP/IGD-Ger\u00e4t einrichten?"
2018-10-05 15:50:00 +00:00
},
"user": {
"data": {
2022-05-19 00:26:11 +00:00
"unique_id": "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
}