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

40 lines
1.3 KiB
JSON
Raw Normal View History

2020-11-08 00:04:05 +00:00
{
"config": {
"abort": {
2020-12-18 00:03:48 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2021-03-18 00:07:07 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"not_lutron_device": "Erkanntes Ger\u00e4t ist kein Lutron-Ger\u00e4t"
2020-11-08 00:04:05 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen"
2021-03-01 00:09:01 +00:00
},
2021-03-18 00:07:07 +00:00
"flow_title": "Lutron Cas\u00e9ta {name} ({host})",
2021-03-01 00:09:01 +00:00
"step": {
2021-04-01 00:03:55 +00:00
"import_failed": {
2021-04-09 00:03:15 +00:00
"description": "Konnte die aus configuration.yaml importierte Bridge (Host: {host}) nicht einrichten.",
2021-04-01 00:03:55 +00:00
"title": "Import der Cas\u00e9ta-Bridge-Konfiguration fehlgeschlagen."
},
2021-03-18 00:07:07 +00:00
"link": {
"title": "Mit der Bridge verbinden"
},
2021-03-01 00:09:01 +00:00
"user": {
"data": {
"host": "Host"
2021-03-18 00:07:07 +00:00
},
"description": "Gib die IP-Adresse des Ger\u00e4ts ein.",
"title": "Automatisch mit der Bridge verbinden"
2021-03-01 00:09:01 +00:00
}
2020-11-08 00:04:05 +00:00
}
2021-03-18 00:07:07 +00:00
},
"device_automation": {
"trigger_subtype": {
"button_1": "Erste Taste",
"button_2": "Zweite Taste",
"button_3": "Dritte Taste",
"button_4": "Vierte Taste",
"off": "Aus",
2021-03-22 00:08:34 +00:00
"on": "An",
"stop_all": "Alle anhalten"
2021-03-18 00:07:07 +00:00
}
2020-11-08 00:04:05 +00:00
}
}