New translations torrents-status.json (German)

This commit is contained in:
Thomas Camlong
2022-08-25 12:09:51 +02:00
committed by ajnart
parent e7ef4bfa72
commit 5e4edd9568

View File

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