From d8ce41cb715a4ac8eca2d3b5b7d98c8ad6da784d Mon Sep 17 00:00:00 2001 From: Daniel Hultgren Date: Tue, 16 Jan 2024 18:52:32 +0100 Subject: [PATCH] Translated using Weblate (Italian) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 94.7% (198 of 209 strings) Translated using Weblate (Hungarian) Currently translated at 94.7% (198 of 209 strings) Translated using Weblate (Norwegian Bokmål) Currently translated at 94.7% (198 of 209 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 94.7% (198 of 209 strings) Co-authored-by: Daniel Hultgren Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/hu/ Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/it/ Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/nb_NO/ Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/zh_Hans/ Translation: Spoolman/Web Client --- client/public/locales/hu/common.json | 3 ++- client/public/locales/it/common.json | 3 +++ client/public/locales/nb-NO/common.json | 3 ++- client/public/locales/zh/common.json | 3 ++- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/client/public/locales/hu/common.json b/client/public/locales/hu/common.json index 2b35224..e775af5 100644 --- a/client/public/locales/hu/common.json +++ b/client/public/locales/hu/common.json @@ -280,6 +280,7 @@ "vendor": "", "filament": "" }, - "help": "" + "help": "", + "description": "" } } diff --git a/client/public/locales/it/common.json b/client/public/locales/it/common.json index d8bae59..32dd89f 100644 --- a/client/public/locales/it/common.json +++ b/client/public/locales/it/common.json @@ -262,5 +262,8 @@ }, "tags": { "clone": "Clona" + }, + "help": { + "description": "" } } diff --git a/client/public/locales/nb-NO/common.json b/client/public/locales/nb-NO/common.json index 32a9eb5..a469d37 100644 --- a/client/public/locales/nb-NO/common.json +++ b/client/public/locales/nb-NO/common.json @@ -280,6 +280,7 @@ "filament": "", "spool": "", "vendor": "" - } + }, + "description": "" } } diff --git a/client/public/locales/zh/common.json b/client/public/locales/zh/common.json index 574b53e..67210c4 100644 --- a/client/public/locales/zh/common.json +++ b/client/public/locales/zh/common.json @@ -279,6 +279,7 @@ "filament": "", "vendor": "", "spool": "" - } + }, + "description": "" } }