From e6cd503ebdc088095d4fab3a81cb5b520341868d Mon Sep 17 00:00:00 2001 From: Diogo Resende Date: Sun, 15 Dec 2024 13:07:09 +0100 Subject: [PATCH] Translated using Weblate (Portuguese) Currently translated at 100.0% (284 of 284 strings) Translated using Weblate (French) Currently translated at 99.6% (283 of 284 strings) Co-authored-by: Diogo Resende Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/fr/ Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/pt/ Translation: Spoolman/Web Client --- client/public/locales/fr/common.json | 11 +++++++++++ client/public/locales/pt/common.json | 16 ++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/client/public/locales/fr/common.json b/client/public/locales/fr/common.json index 99cc8af..a56a040 100644 --- a/client/public/locales/fr/common.json +++ b/client/public/locales/fr/common.json @@ -118,6 +118,9 @@ }, "help": { "list": "Aide | Spoolman" + }, + "locations": { + "list": "Emplacements | Spoolman" } }, "spool": { @@ -181,6 +184,9 @@ "measurement_type_label": "Type de mesure", "adjust_filament_help": "Ici, vous pouvez directement ajouter ou soustraire du filament à la bobine. Une valeur positive consommera du filament, une valeur négative en ajoutera.", "adjust_filament_value": "Quantité consommée" + }, + "formats": { + "last_used": "Dernière utilisation {{date}}" } }, "buttons": { @@ -390,5 +396,10 @@ "tooltip": "La base de l'URL à utiliser lors de la génération de QR codes." } } + }, + "locations": { + "locations": "Emplacements", + "new_location": "Créer un emplacement", + "no_location": "Pas de localisation" } } diff --git a/client/public/locales/pt/common.json b/client/public/locales/pt/common.json index 13ead0b..c479171 100644 --- a/client/public/locales/pt/common.json +++ b/client/public/locales/pt/common.json @@ -208,7 +208,10 @@ "messages": { "archive": "Tem certeza de que deseja arquivar esta bobine?" }, - "spool": "Carretéis" + "spool": "Carretéis", + "formats": { + "last_used": "Última utilização {{date}}" + } }, "filament": { "filament": "Filamentos", @@ -328,7 +331,10 @@ "edit": "#{{id}} Editar Fabricante | Spoolman", "clone": "#{{id}} Clonar Fabricante | Spoolman" }, - "default": "Spoolman" + "default": "Spoolman", + "locations": { + "list": "Locais | Spoolman" + } }, "no": "Não", "scanner": { @@ -390,5 +396,11 @@ "tooltip": "O endereço base a utilizar em funcionalidades tais como os códigos QR." } } + }, + "locations": { + "locations": "Locais", + "new_location": "Novo Local", + "no_location": "Sem Local", + "no_locations_help": "Esta página permite organizar as suas bobines em locais, adicione algumas bobines para começar!" } }