New translations torrents-status.json (German)

This commit is contained in:
Thomas Camlong
2022-08-25 13:02:39 +02:00
committed by ajnart
parent 029901e0b6
commit 11c30f83c4

View File

@@ -12,28 +12,28 @@
"table": { "table": {
"header": { "header": {
"name": "Name", "name": "Name",
"size": "Size", "size": "Grösse",
"download": "Down", "download": "Eingehend",
"upload": "Up", "upload": "Ausgehend",
"estimatedTimeOfArrival": "ETA", "estimatedTimeOfArrival": "Vorraussichtlicher Abschluss",
"progress": "Progress" "progress": "Fortschritt"
}, },
"body": { "body": {
"nothingFound": "No torrents found" "nothingFound": "Keine Torrents gefunden"
} }
}, },
"lineChart": { "lineChart": {
"title": "Current download speed", "title": "Derzeitige Download Geschwindigkeit",
"download": "Download: {{download}}", "download": "Download: {{download}}",
"upload": "Upload: {{upload}}", "upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} seconds ago", "timeSpan": "{{seconds}} Sekunden zuvor",
"totalDownload": "Download: {{download}}/s", "totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s" "totalUpload": "Upload: {{upload}}/s"
}, },
"errors": { "errors": {
"noDownloadClients": { "noDownloadClients": {
"title": "No supported download clients found!", "title": "Keine unterstützten Download Clients gefunden",
"text": "Add a download service to view your current downloads" "text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen"
} }
} }
} }