From 5e4edd9568603bf2ca773ce0c632f0ca8511f7da Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:09:51 +0200 Subject: [PATCH] New translations torrents-status.json (German) --- .../locales/de/modules/torrents-status.json | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/public/locales/de/modules/torrents-status.json b/public/locales/de/modules/torrents-status.json index 5beba90a4..7e8970a92 100644 --- a/public/locales/de/modules/torrents-status.json +++ b/public/locales/de/modules/torrents-status.json @@ -1,30 +1,39 @@ { + "descriptor": { + "name": "Torrent", + "description": "Show the current download speed of supported services", + "settings": { + "hideComplete": { + "label": "Hide completed torrents" + } + } + }, "card": { "table": { "header": { "name": "Name", - "size": "Grösse", - "download": "Eingehend", - "upload": "Ausgehend", - "estimatedTimeOfArrival": "Vorraussichtlicher Abschluss", - "progress": "Fortschritt" + "size": "Size", + "download": "Down", + "upload": "Up", + "estimatedTimeOfArrival": "ETA", + "progress": "Progress" }, "body": { - "nothingFound": "Keine Torrents gefunden" + "nothingFound": "No torrents found" } }, "lineChart": { - "title": "Derzeitige Download Geschwindigkeit", + "title": "Current download speed", "download": "Download: {{download}}", "upload": "Upload: {{upload}}", - "timeSpan": "{{seconds}} Sekunden zuvor", + "timeSpan": "{{seconds}} seconds ago", "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" + "title": "No supported download clients found!", + "text": "Add a download service to view your current downloads" } } }