config: update crowdin translations
This commit is contained in:
17
public/locales/de/modules/smart-home/entity-state.json
Normal file
17
public/locales/de/modules/smart-home/entity-state.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"entityNotFound": "Eintrag nicht gefunden",
|
||||
"descriptor": {
|
||||
"name": "Home Assistant Eintrag",
|
||||
"description": "Aktueller Status eines Eintrags in Home Assistant",
|
||||
"settings": {
|
||||
"title": "Zustand des Eintrags",
|
||||
"entityId": {
|
||||
"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."
|
||||
},
|
||||
"displayName": {
|
||||
"label": "Anzeigename"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -41,12 +41,22 @@
|
||||
},
|
||||
"table": {
|
||||
"header": {
|
||||
"isCompleted": "Herunterladen",
|
||||
"name": "Name",
|
||||
"dateAdded": "Hinzugefügt am",
|
||||
"size": "Größe",
|
||||
"download": "Down",
|
||||
"upload": "Up",
|
||||
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
|
||||
"progress": "Fortschritt"
|
||||
"progress": "Fortschritt",
|
||||
"totalUploaded": "Upload gesamt",
|
||||
"totalDownloaded": "Download gesamt",
|
||||
"ratio": "Verhältnis",
|
||||
"seeds": "Seeds (verbunden)",
|
||||
"peers": "Peers (Verbunden)",
|
||||
"label": "Kategorie",
|
||||
"state": "Staat",
|
||||
"stateMessage": "Statusmeldung"
|
||||
},
|
||||
"item": {
|
||||
"text": "Verwaltet von {{appName}}, {{ratio}} ratio"
|
||||
|
||||
Reference in New Issue
Block a user