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

43 lines
1.6 KiB
JSON
Raw Normal View History

2020-12-23 00:03:22 +00:00
{
"config": {
"abort": {
2022-05-15 00:30:16 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2021-02-03 10:46:49 +00:00
"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": {
2022-05-19 00:26:11 +00:00
"discovery_error": "Motion-Gateway konnte nicht gefunden werden"
2021-05-11 00:04:41 +00:00
},
2022-04-29 00:22:21 +00:00
"flow_title": "{short_mac} ({ip_address})",
2020-12-23 00:03:22 +00:00
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
2022-05-19 00:26:11 +00:00
"api_key": "API-Schl\u00fcssel"
2021-03-18 00:07:07 +00:00
},
2022-05-19 00:26:11 +00:00
"description": "Ein 16-Zeichen-API-Schl\u00fcssel wird ben\u00f6tigt, siehe https://www.home-assistant.io/integrations/motion_blinds/#retrieving-the-key"
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": {
"host": "IP-Adresse"
},
2022-05-19 00:26:11 +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
}
}
2021-10-20 00:12:17 +00:00
},
"options": {
"step": {
"init": {
"data": {
"wait_for_push": "Warten auf Multicast-Push bei Aktualisierung"
2022-05-19 00:26:11 +00:00
}
2021-10-20 00:12:17 +00:00
}
}
2020-12-23 00:03:22 +00:00
}
}