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

37 lines
1.5 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": {
"discovery_error": "Motion-Gateway konnte nicht gefunden werden"
},
2020-12-23 00:03:22 +00:00
"flow_title": "Jalousien",
"step": {
2021-02-03 10:46:49 +00:00
"connect": {
"data": {
"api_key": "API-Schl\u00fcssel"
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"
}
}
}
}