1
mirror of https://github.com/home-assistant/core synced 2024-09-15 17:29:45 +02:00
ha-core/homeassistant/components/upnp/translations/de.json
2022-05-19 00:26:11 +00:00

33 lines
891 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"incomplete_discovery": "Unvollst\u00e4ndige Suche",
"no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden"
},
"error": {
"one": "Ein",
"other": "andere"
},
"flow_title": "{name}",
"step": {
"ssdp_confirm": {
"description": "M\u00f6chtest du dieses UPnP/IGD-Ger\u00e4t einrichten?"
},
"user": {
"data": {
"unique_id": "Ger\u00e4t"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Aktualisierungsintervall (Sekunden, minimal 30)"
}
}
}
}
}