From 1dc90e1e03e7b46283c5e3a787ae0e59014bc9f8 Mon Sep 17 00:00:00 2001 From: ajnart Date: Fri, 2 Sep 2022 23:47:30 +0200 Subject: [PATCH] :globe_with_meridians: Fix localization errors --- public/locales/en/modules/dashdot.json | 9 +------- public/locales/en/modules/dlspeed.json | 29 ++++++++++++++++++++++++++ public/locales/en/modules/usenet.json | 26 +++++++++++------------ 3 files changed, 43 insertions(+), 21 deletions(-) diff --git a/public/locales/en/modules/dashdot.json b/public/locales/en/modules/dashdot.json index 1a385ef64..c44e04ca2 100644 --- a/public/locales/en/modules/dashdot.json +++ b/public/locales/en/modules/dashdot.json @@ -13,14 +13,7 @@ "label": "Use Compact View" }, "graphs": { - "label": "Graphs", - "options": { - "cpu": "CPU", - "ram": "RAM", - "storage": "Storage", - "network": "Network", - "gpu": "GPU" - } + "label": "Graphs" }, "url": { "label": "Dash. URL" diff --git a/public/locales/en/modules/dlspeed.json b/public/locales/en/modules/dlspeed.json index ab0c23c98..ff9bc709e 100644 --- a/public/locales/en/modules/dlspeed.json +++ b/public/locales/en/modules/dlspeed.json @@ -2,5 +2,34 @@ "descriptor": { "name": "Download Speed", "description": "Show the current download speed of supported services" + }, + "card": { + "table": { + "header": { + "name": "Name", + "size": "Size", + "download": "Down", + "upload": "Up", + "estimatedTimeOfArrival": "ETA", + "progress": "Progress" + }, + "body": { + "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!", + "text": "Add a download service to view your current downloads" + } + } } } \ No newline at end of file diff --git a/public/locales/en/modules/usenet.json b/public/locales/en/modules/usenet.json index 61a0d56c7..1aeec250b 100644 --- a/public/locales/en/modules/usenet.json +++ b/public/locales/en/modules/usenet.json @@ -12,12 +12,12 @@ } }, "tabs": { - "queue": "", - "history": "" + "queue": "Queue", + "history": "History" }, "info": { - "sizeLeft": "", - "paused": "" + "sizeLeft": "Size left", + "paused": "Paused" }, "queue": { "header": { @@ -26,24 +26,24 @@ "eta": "ETA", "progress": "Progress" }, - "empty": "", + "empty": "Empty", "error": { - "title": "", - "message": "" + "title": "Error", + "message": "An error has occurred" }, - "paused": "" + "paused": "Paused" }, "history": { "header": { "name": "Name", "size": "Size", - "duration": "" + "duration": "Duration" }, - "empty": "", + "empty": "Empty", "error": { - "title": "", - "message": "" + "title": "Error", + "message": "Error loading history" }, - "paused": "" + "paused": "Paused" } }