From 7ed7de19ad3dab94b3b49f05772bc50096e9251d Mon Sep 17 00:00:00 2001 From: Daniel Hultgren Date: Wed, 27 Dec 2023 17:07:15 +0100 Subject: [PATCH] Translated using Weblate (Swedish) Currently translated at 100.0% (207 of 207 strings) Translated using Weblate (English) Currently translated at 100.0% (207 of 207 strings) Co-authored-by: Daniel Hultgren Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/en/ Translate-URL: https://hosted.weblate.org/projects/spoolman/web-client/sv/ Translation: Spoolman/Web Client --- client/public/locales/en/common.json | 2 +- client/public/locales/sv/common.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/client/public/locales/en/common.json b/client/public/locales/en/common.json index 738e201..7dfceed 100644 --- a/client/public/locales/en/common.json +++ b/client/public/locales/en/common.json @@ -245,7 +245,7 @@ "spool": "Individual physical spools of a specific filament.", "vendor": "The companies that make the filament." }, - "description": "Help

Here are some tips to get you started.

Spoolman holds 3 different types of data:

To enter a new spool into the database, you first need to create a Filamentobject for it. Once that is done, you can then create a Spool object for thatindividual spool. If you then purchase additional spools of the same filament, you can just create additionalSpool objects, and re-use the same Filament object.

You can optionally also create a Vendor object for the company that makes thefilament, if you want to track that information.

You can connect other 3D printer services to Spoolman, such as Moonraker, which can then automatically trackfilament usage and update the Spool objects for you. See the Spoolman READMEfor how to do that.

" + "description": "Help

Here are some tips to get you started.

Spoolman holds 3 different types of data:

To add a new spool to the database, start by creating a Filament object. Once that's done, proceed to create a Spool object for that specific spool. If you acquire additional spools of the same filament later on, simply generate additional Spool objects and reuse the same Filament object.

Optionally, you can also generate a Vendor object for the company manufacturing the filament if you wish to track that information.

You have the option to link other 3D printer services to Spoolman, like Moonraker, which can automatically monitor filament usage and update the Spool objects for you. Refer to the Spoolman README for guidance on how to set that up.

" }, "table": { "actions": "Actions" diff --git a/client/public/locales/sv/common.json b/client/public/locales/sv/common.json index 0e11f14..ba75663 100644 --- a/client/public/locales/sv/common.json +++ b/client/public/locales/sv/common.json @@ -266,6 +266,19 @@ "edit": "#{{id}} Redigera leverantör | Spoolman", "create": "Skapa leverantör | Spoolman", "clone": "#{{id}} Klona leverantör | Spoolman" + }, + "help": { + "list": "Hjälp | Spoolman" } - } + }, + "help": { + "resources": { + "vendor": "Företagen som tillverkar filamentet.", + "filament": "Märken av filament. De har egenskaper som namn, material, färg, diameter och mer.", + "spool": "Individuella fysiska spolar av ett specifikt filament." + }, + "description": "Hjälp

Här är några tips för att komma igång.

Spoolman innehåller 3 olika typer av data:

För att lägga till en ny spole i databasen måste du först skapa ett Filament-objekt för den. När det är klart kan du sedan skapa ett Spol-objekt för den individuella spolen. Om du sedan köper ytterligare spolar av samma filament kan du bara skapa ytterligare Spol-objekt och återanvända samma Filament-objekt.

Du kan valfritt också skapa ett Leverantörs-objekt för företaget som tillverkar filamentet om du vill spåra den informationen.

Du kan koppla andra 3D-skrivartjänster till Spoolman, som Moonraker, som sedan automatiskt kan spåra filamentanvändning och uppdatera Spol-objekten åt dig. Se Spoolman README för hur du gör det.

", + "help": "Hjälp" + }, + "kofi": "Dricksa mig på Ko-fi" }