config: new Crowdin updates (#1772)
This commit is contained in:
@@ -16,7 +16,9 @@
|
||||
"state": {
|
||||
"approved": "Genehmigt",
|
||||
"pendingApproval": "Warten auf Freigabe",
|
||||
"declined": "Abgelehnt"
|
||||
"declined": "Abgelehnt",
|
||||
"available": "Verfügbar",
|
||||
"partial": "Teilweise"
|
||||
},
|
||||
"tooltips": {
|
||||
"approve": "Anfrage bestätigen",
|
||||
|
||||
@@ -17,6 +17,9 @@
|
||||
},
|
||||
"textLinesClamp": {
|
||||
"label": "Textzeilen Klammer"
|
||||
},
|
||||
"sortByPublishDateAscending": {
|
||||
"label": ""
|
||||
}
|
||||
},
|
||||
"card": {
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
"label": "Eintrag-ID",
|
||||
"info": "Eindeutige Eintrag-ID im Home Assistant. Kopieren durch Anklicken von Eintrag > Anklicken des Zahnradsymbols > Anklicken der Schaltfläche \"Kopieren\" bei \"Eintrag-ID\". Einige benutzerdefinierte Einträge werden möglicherweise nicht unterstützt."
|
||||
},
|
||||
"automationId": {
|
||||
"label": "Optionale Automatisierungs-ID",
|
||||
"info": "Ihre eindeutige Automatisierungs-ID. Diese beginnt immer mit automation.XXXXX. Wenn sie nicht festgelegt wird, ist das Widget nicht anklickbar und zeigt nur den Status an. Nach dem Klicken wird der Entitätsstatus aktualisiert."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Anzeigename"
|
||||
}
|
||||
|
||||
16
public/locales/de/modules/smart-home/trigger-automation.json
Normal file
16
public/locales/de/modules/smart-home/trigger-automation.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"descriptor": {
|
||||
"name": "Home Assistant Automatisierung",
|
||||
"description": "Eine Automatisierung ausführen",
|
||||
"settings": {
|
||||
"title": "Eine Automatisierung ausführen",
|
||||
"automationId": {
|
||||
"label": "Automatisierungs-ID",
|
||||
"info": "Ihre eindeutige Automatisierungs-ID. Diese beginnt immer mit automation.XXXXX."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Anzeigename"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user