From 3ec1a426c328b2f73f8e45c25f8e33e487735634 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 21 Jun 2023 20:17:13 +0900 Subject: [PATCH] New translations dlspeed.json (Galician) --- public/locales/gl/modules/dlspeed.json | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 public/locales/gl/modules/dlspeed.json diff --git a/public/locales/gl/modules/dlspeed.json b/public/locales/gl/modules/dlspeed.json new file mode 100644 index 000000000..1dfd395d3 --- /dev/null +++ b/public/locales/gl/modules/dlspeed.json @@ -0,0 +1,35 @@ +{ + "descriptor": { + "name": "", + "description": "" + }, + "card": { + "table": { + "header": { + "name": "", + "size": "", + "download": "", + "upload": "", + "estimatedTimeOfArrival": "", + "progress": "" + }, + "body": { + "nothingFound": "" + } + }, + "lineChart": { + "title": "", + "download": "", + "upload": "", + "timeSpan": "", + "totalDownload": "", + "totalUpload": "" + }, + "errors": { + "noDownloadClients": { + "title": "", + "text": "" + } + } + } +}