Files
homarr/public/locales/de/modules/torrents-status.json
2023-02-24 22:15:33 +01:00

73 lines
2.2 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"
}
}
},
"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"
}
},
"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..."
},
"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"
}
}
}
}