add translation for total downloads module

This commit is contained in:
Manuel Ruwe
2022-08-24 18:11:49 +02:00
parent fb4bad0a62
commit 2bf29172fc
3 changed files with 31 additions and 7 deletions

View File

@@ -13,6 +13,14 @@
"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",

View File

@@ -13,6 +13,14 @@
"nothingFound": "No torrents found"
}
},
"lineChart": {
"title": "Current download speed",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} seconds ago",
"totalDownload": "Download: {{download}}/s",
"totalUpload": "Upload: {{upload}}/s"
},
"errors": {
"noDownloadClients": {
"title": "No supported download clients found!",