From c9e8d1b80f594ab486cfb7a0541b28b63ca939dc Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Fri, 6 Sep 2024 23:09:13 +0200 Subject: [PATCH 1/2] Translated using Weblate (Dutch) Currently translated at 100.0% (278 of 278 strings) Co-authored-by: Maurice Kevenaar Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/nl/ Translation: Spoolman/Web Client --- client/public/locales/nl/common.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/client/public/locales/nl/common.json b/client/public/locales/nl/common.json index 5ad71ed..b3799c0 100644 --- a/client/public/locales/nl/common.json +++ b/client/public/locales/nl/common.json @@ -99,7 +99,16 @@ "simple": "Simpel", "withIcon": "Met Icoon" }, - "showQRCode": "Print QR-Code" + "showQRCode": "Print QR-Code", + "useHTTPUrl": { + "options": { + "url": "URL", + "default": "Standaard" + }, + "label": "QR-codelink", + "tooltip": "Er wordt een speciale link gebruikt die alleen werkt als deze wordt gescand via de scanfunctie van Spoolman (standaard). De URL gebruikt de basis-URL die is opgegeven in de instellingen of de URL van de huidige pagina als deze niet is ingesteld.", + "preview": "Voorbeeld:" + } }, "spoolSelect": { "selectedTotal_one": "{{count}} spoel geselecteerd", @@ -342,6 +351,10 @@ "tab": "Algemeen", "currency": { "label": "Valuta" + }, + "base_url": { + "label": "Basis-URL", + "tooltip": "De basis-URL die moet worden gebruikt bij het genereren van functies zoals QR-codes." } }, "extra_fields": { From b930c68479121be69492942eb53eb388e4b95a04 Mon Sep 17 00:00:00 2001 From: Vincent MALZIEU Date: Fri, 6 Sep 2024 23:09:14 +0200 Subject: [PATCH 2/2] Translated using Weblate (French) Currently translated at 98.9% (275 of 278 strings) Co-authored-by: Vincent MALZIEU Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/fr/ Translation: Spoolman/Web Client --- client/public/locales/fr/common.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/public/locales/fr/common.json b/client/public/locales/fr/common.json index 0aee44e..ca5efe4 100644 --- a/client/public/locales/fr/common.json +++ b/client/public/locales/fr/common.json @@ -24,6 +24,14 @@ "no": "Non", "simple": "Simple", "withIcon": "Avec icône" + }, + "useHTTPUrl": { + "tooltip": "Utilise un lien privé qui ne marchera que si il est scanné depuis Spoolman (défaut). URL utilises soit l'URL spécifiée dans les options soit l'URL de la page actuelle si ce n'est pas défini.", + "options": { + "default": "Défaut", + "url": "URL" + }, + "preview": "Prévisualisation :" } }, "generic": { @@ -184,7 +192,7 @@ "showArchived": "Voir les archives", "archive": "Archiver", "hideColumns": "Masquer les colonnes", - "confirm": "êtes-vous sur ?", + "confirm": "Êtes-vous sur ?", "delete": "Supprimer", "undo": "Annuler", "import": "Importer",