From 5c904eade2ecd75499f91571342939f689138507 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Thu, 6 Jul 2023 06:48:26 +0900 Subject: [PATCH] New translations torrents-status.json (Croatian) --- .../locales/hr/modules/torrents-status.json | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/public/locales/hr/modules/torrents-status.json b/public/locales/hr/modules/torrents-status.json index 635e78817..a1fc2ec53 100644 --- a/public/locales/hr/modules/torrents-status.json +++ b/public/locales/hr/modules/torrents-status.json @@ -1,31 +1,31 @@ { "descriptor": { - "name": "", - "description": "", + "name": "Torrent", + "description": "Prikazuje popis torrenta iz podržanih torrent klijenata.", "settings": { - "title": "", + "title": "Postavke za Torrent Widget", "refreshInterval": { - "label": "" + "label": "Interval osvježavanja (u sekundama)" }, "displayCompletedTorrents": { - "label": "" + "label": "Prikaži završene torrente" }, "displayStaleTorrents": { - "label": "" + "label": "Prikaži neaktivne torrente" }, "labelFilterIsWhitelist": { - "label": "" + "label": "Popis oznaka je whitelist (umjesto blacklist)" }, "labelFilter": { - "label": "", - "description": "" + "label": "Popis oznaka", + "description": "Kada je označena opcija \"is whitelist\", ovo će djelovati kao popis dopuštenih oznaka. Ako nije označeno, ovo je popis zabranjenih oznaka - \"blacklist\". Neće imati nikakav učinak kada je prazno" } } }, "card": { "footer": { "error": "", - "lastUpdated": "" + "lastUpdated": "Zadnje ažurirano prije {{time}}" }, "table": { "header": { @@ -37,11 +37,11 @@ "progress": "" }, "item": { - "text": "" + "text": "Upravlja {{appName}}, omjer: {{ratio}}" }, "body": { "nothingFound": "Nema pronađenih torrenata", - "filterHidingItems": "" + "filterHidingItems": "{{count}} unosa je skriveno vašim filtrima" } }, "lineChart": { @@ -54,26 +54,26 @@ }, "errors": { "noDownloadClients": { - "title": "", - "text": "" + "title": "Nisu pronađeni podržani Torrent klijenti!", + "text": "Dodajte podržani Torrent klijent kako biste vidjeli trenutna preuzimanja" }, "generic": { - "title": "", - "text": "" + "title": "Došlo je do neočekivane pogreške", + "text": "Homarr nije uspio uspostaviti komunikaciju s vašim Torrent klijentima. Provjerite svoju konfiguraciju" } }, "loading": { - "title": "" + "title": "Učitavam..." }, "popover": { - "introductionPrefix": "", + "introductionPrefix": "Upravlja s", "metrics": { - "queuePosition": "", - "progress": "", - "totalSelectedSize": "", - "state": "", - "ratio": "", - "completed": "" + "queuePosition": "Pozicija u redu - {{position}}", + "progress": "Napredak - {{progress}}%", + "totalSelectedSize": "Ukupno - {{totalSize}}", + "state": "Status - {{state}}", + "ratio": "Omjer -", + "completed": "Završeno" } } }