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

50 lines
2.0 KiB
JSON
Raw Normal View History

2020-12-23 00:03:22 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
2020-12-23 00:03:22 +00:00
"connection_error": "Verbindung fehlgeschlagen"
},
2021-05-11 00:04:41 +00:00
"error": {
2021-10-20 00:12:17 +00:00
"discovery_error": "Motion-Gateway konnte nicht gefunden werden",
"invalid_interface": "Ung\u00fcltige Netzwerkschnittstelle"
2021-05-11 00:04:41 +00:00
},
2020-12-23 00:03:22 +00:00
"flow_title": "Jalousien",
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
2021-10-20 00:12:17 +00:00
"api_key": "API-Schl\u00fcssel",
"interface": "Die zu verwendende Netzwerkschnittstelle"
2021-03-18 00:07:07 +00:00
},
"description": "Ein 16-Zeichen-API-Schl\u00fcssel wird ben\u00f6tigt, siehe https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key",
"title": "Motion Jalousien"
2021-02-03 10:46:49 +00:00
},
"select": {
"data": {
"select_ip": "IP-Adresse"
2021-03-18 00:07:07 +00:00
},
"description": "F\u00fchre das Setup erneut aus, wenn du weitere Motion Gateways verbinden m\u00f6chtest",
"title": "W\u00e4hle das Motion Gateway aus, zu dem du eine Verbindung herstellen m\u00f6chten"
2021-02-03 10:46:49 +00:00
},
2020-12-23 00:03:22 +00:00
"user": {
"data": {
"api_key": "API-Schl\u00fcssel",
"host": "IP-Adresse"
},
2021-02-03 10:46:49 +00:00
"description": "Stelle eine Verbindung zu deinem Motion Gateway her. Wenn die IP-Adresse leer bleibt, wird die automatische Erkennung verwendet",
2020-12-23 00:03:22 +00:00
"title": "Jalousien"
}
}
2021-10-20 00:12:17 +00:00
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Warten auf Multicast-Push bei Aktualisierung"
},
"description": "Optionale Einstellungen angeben",
"title": "Motion Jalousien"
}
}
2020-12-23 00:03:22 +00:00
}
}