82 lines
2.7 KiB
JSON
82 lines
2.7 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"footer": {
|
|
"error": "Fehler",
|
|
"lastUpdated": "Zuletzt aktualisiert vor {{time}}"
|
|
},
|
|
"table": {
|
|
"header": {
|
|
"name": "Name",
|
|
"size": "Größe",
|
|
"download": "Down",
|
|
"upload": "Up",
|
|
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
|
|
"progress": "Fortschritt"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"loading": {
|
|
"title": "Wird geladen...",
|
|
"description": "Herstellen der Verbindung"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|