From cad98e07eaeb763f1ce83c09383298d109f063ea Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 04:10:28 +0900 Subject: [PATCH] New translations torrents-status.json (Croatian) --- public/locales/hr/modules/torrents-status.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/locales/hr/modules/torrents-status.json b/public/locales/hr/modules/torrents-status.json index 3b4774a16..635e78817 100644 --- a/public/locales/hr/modules/torrents-status.json +++ b/public/locales/hr/modules/torrents-status.json @@ -29,7 +29,7 @@ }, "table": { "header": { - "name": "", + "name": "Naziv", "size": "", "download": "Isključeno", "upload": "Uključeno", @@ -40,17 +40,17 @@ "text": "" }, "body": { - "nothingFound": "", + "nothingFound": "Nema pronađenih torrenata", "filterHidingItems": "" } }, "lineChart": { - "title": "", - "download": "", - "upload": "", - "timeSpan": "", - "totalDownload": "", - "totalUpload": "" + "title": "Trenutna brzina preuzimanja", + "download": "Preuzimanje: {{download}}", + "upload": "Otpremanje: {{upload}}", + "timeSpan": "{{seconds}} sekundi", + "totalDownload": "Preuzimanje: {{download}}/s", + "totalUpload": "Otpremanje: {{upload}}/s" }, "errors": { "noDownloadClients": {