119 lines
4.1 KiB
JSON
119 lines
4.1 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Torrent",
|
|
"description": "Zeigt eine Liste von Torrents der unterstützten Torrent-Clients an.",
|
|
"settings": {
|
|
"title": "Einstellungen für das Torrent Widget",
|
|
"refreshInterval": {
|
|
"label": "Aktualisierungsintervall (in Sekunden)"
|
|
},
|
|
"displayCompletedTorrents": {
|
|
"label": "Abgeschlossene Torrents anzeigen"
|
|
},
|
|
"displayActiveTorrents": {
|
|
"label": "Aktive Torrents anzeigen"
|
|
},
|
|
"speedLimitOfActiveTorrents": {
|
|
"label": "Upload-Geschwindigkeit, um einen Torrent als aktiv zu betrachten (kB/s)"
|
|
},
|
|
"displayStaleTorrents": {
|
|
"label": "Angehaltene Torrents anzeigen"
|
|
},
|
|
"labelFilterIsWhitelist": {
|
|
"label": "Labelliste ist eine Whitelist (statt einer Blacklist)"
|
|
},
|
|
"labelFilter": {
|
|
"label": "Labelliste",
|
|
"description": "Wenn \"ist Whitelist\" ausgewählt ist, handel es sich um eine Whitelist. Ist \"ist Whitelist\" nicht ausgewählt, handelt es sich um eine Blacklist. Wenn die Auswahl leer ist, wird nicht passieren"
|
|
},
|
|
"displayRatioWithFilter": {
|
|
"label": "Verhältnis der gefilterten Torrents-Liste anzeigen",
|
|
"info": "Ist diese Option deaktiviert, wird nur das globale Verhältnis angezeigt. Für das globale Verhältnis werden weiterhin die Beschriftungen verwendet, wenn diese eingestellt sind"
|
|
},
|
|
"columnOrdering": {
|
|
"label": "Sortierung der Zeilen einschalten"
|
|
},
|
|
"rowSorting": {
|
|
"label": "Sortierung der Reihen einschalten"
|
|
},
|
|
"columns": {
|
|
"label": "Spalten zur Anzeige auswählen",
|
|
"data": {
|
|
"date": "Hinzugefügt am",
|
|
"down": "Down",
|
|
"up": "Up",
|
|
"eta": "Voraussichtlicher Abschluss",
|
|
"progress": "Fortschritt"
|
|
}
|
|
},
|
|
"nameColumnSize": {
|
|
"label": "Ändern Sie die Größe der Namensspalte"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"footer": {
|
|
"error": "Fehler",
|
|
"lastUpdated": "Zuletzt aktualisiert vor {{time}}",
|
|
"ratioGlobal": "Globales Verhältnis",
|
|
"ratioWithFilter": "Verhältnis mit Filter"
|
|
},
|
|
"table": {
|
|
"header": {
|
|
"isCompleted": "Herunterladen",
|
|
"name": "Name",
|
|
"dateAdded": "Hinzugefügt am",
|
|
"size": "Größe",
|
|
"download": "Down",
|
|
"upload": "Up",
|
|
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
|
|
"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"
|
|
},
|
|
"body": {
|
|
"nothingFound": "Keine Torrents gefunden",
|
|
"filterHidingItems": "{{count}} Einträge sind durch Filter ausgeblendet"
|
|
}
|
|
},
|
|
"lineChart": {
|
|
"title": "Aktuelle Downloadgeschwindigkeit",
|
|
"download": "Download: {{download}}",
|
|
"upload": "Upload: {{upload}}",
|
|
"timeSpan": "{{seconds}} Sekunden zuvor",
|
|
"totalDownload": "Download: {{download}}/s",
|
|
"totalUpload": "Upload: {{upload}}/s"
|
|
},
|
|
"errors": {
|
|
"noDownloadClients": {
|
|
"title": "Keine unterstützten Torrent Clients gefunden!",
|
|
"text": "Fügen Sie einen unterstützten Torrent Client hinzu, um Ihre aktuellen Downloads anzuzeigen"
|
|
},
|
|
"generic": {
|
|
"title": "Ein unerwarteter Fehler ist aufgetreten",
|
|
"text": "Homarr konnte nicht mit Ihren Torrent Clients kommunizieren. Bitte überprüfen Sie Ihre Konfiguration"
|
|
}
|
|
},
|
|
"popover": {
|
|
"introductionPrefix": "Verwaltet von",
|
|
"metrics": {
|
|
"queuePosition": "Position in der Warteschlange - {{position}}",
|
|
"progress": "Fortschritt - {{progress}}%",
|
|
"totalSelectedSize": "Insgesamt - {{totalSize}}",
|
|
"state": "Status - {{state}}",
|
|
"ratio": "Verhältnis -",
|
|
"completed": "Abgeschlossen"
|
|
}
|
|
}
|
|
}
|
|
}
|