Files
homarr/public/locales/de/modules/downloads-module.json
2022-08-24 21:01:29 +02:00

31 lines
882 B
JSON

{
"card": {
"table": {
"header": {
"name": "Name",
"size": "Grösse",
"download": "Eingehend",
"upload": "Ausgehend",
"estimatedTimeOfArrival": "Vorraussichtlicher Abschluss",
"progress": "Fortschritt"
},
"body": {
"nothingFound": "Keine Torrents gefunden"
}
},
"lineChart": {
"title": "Derzeitige Download Geschwindigkeit",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} Sekunden zuvor",
"totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "Keine unterstützten Download Clients gefunden",
"text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen"
}
}
}
}