From 11c30f83c43b14cb700a0d8e6b0b012119c29c45 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 13:02:39 +0200 Subject: [PATCH] New translations torrents-status.json (German) --- .../locales/de/modules/torrents-status.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/locales/de/modules/torrents-status.json b/public/locales/de/modules/torrents-status.json index 7e8970a92..6dc01236d 100644 --- a/public/locales/de/modules/torrents-status.json +++ b/public/locales/de/modules/torrents-status.json @@ -12,28 +12,28 @@ "table": { "header": { "name": "Name", - "size": "Size", - "download": "Down", - "upload": "Up", - "estimatedTimeOfArrival": "ETA", - "progress": "Progress" + "size": "Grösse", + "download": "Eingehend", + "upload": "Ausgehend", + "estimatedTimeOfArrival": "Vorraussichtlicher Abschluss", + "progress": "Fortschritt" }, "body": { - "nothingFound": "No torrents found" + "nothingFound": "Keine Torrents gefunden" } }, "lineChart": { - "title": "Current download speed", + "title": "Derzeitige Download Geschwindigkeit", "download": "Download: {{download}}", "upload": "Upload: {{upload}}", - "timeSpan": "{{seconds}} seconds ago", + "timeSpan": "{{seconds}} Sekunden zuvor", "totalDownload": "Download: {{download}}/s", "totalUpload": "Upload: {{upload}}/s" }, "errors": { "noDownloadClients": { - "title": "No supported download clients found!", - "text": "Add a download service to view your current downloads" + "title": "Keine unterstützten Download Clients gefunden", + "text": "Füge einen Download Service hinzu, um deine derzeitigen Downloads zu sehen" } } }