From da6596b5f11485d3d7ac10636cbaafdd89972158 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:24:56 +0900 Subject: [PATCH] New translations torrents-status.json (Galician) --- .../locales/gl/modules/torrents-status.json | 80 +++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 public/locales/gl/modules/torrents-status.json diff --git a/public/locales/gl/modules/torrents-status.json b/public/locales/gl/modules/torrents-status.json new file mode 100644 index 000000000..8d82a12a8 --- /dev/null +++ b/public/locales/gl/modules/torrents-status.json @@ -0,0 +1,80 @@ +{ + "descriptor": { + "name": "", + "description": "", + "settings": { + "title": "", + "refreshInterval": { + "label": "" + }, + "displayCompletedTorrents": { + "label": "" + }, + "displayStaleTorrents": { + "label": "" + }, + "labelFilterIsWhitelist": { + "label": "" + }, + "labelFilter": { + "label": "", + "description": "" + } + } + }, + "card": { + "footer": { + "error": "", + "lastUpdated": "" + }, + "table": { + "header": { + "name": "", + "size": "", + "download": "", + "upload": "", + "estimatedTimeOfArrival": "", + "progress": "" + }, + "item": { + "text": "" + }, + "body": { + "nothingFound": "", + "filterHidingItems": "" + } + }, + "lineChart": { + "title": "", + "download": "", + "upload": "", + "timeSpan": "", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + }, + "generic": { + "title": "", + "text": "" + } + }, + "loading": { + "title": "" + }, + "popover": { + "introductionPrefix": "", + "metrics": { + "queuePosition": "", + "progress": "", + "totalSelectedSize": "", + "state": "", + "ratio": "", + "completed": "" + } + } + } +}