From 6373cb517dc9088d0f3b72ccdc1fb9b3173e90c8 Mon Sep 17 00:00:00 2001 From: Andreas Olsson <122672087+olsson82@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:50:17 +0200 Subject: [PATCH] fix: update swedish translation Translated english strings to swedish. --- public/locales/sv.json | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/public/locales/sv.json b/public/locales/sv.json index a88a67a..a13ac18 100644 --- a/public/locales/sv.json +++ b/public/locales/sv.json @@ -43,7 +43,7 @@ "main": "Huvudnavigering", "navigation": "Navigering", "quickActions": "Snabba åtgärder", - "recipes": "Recipes" + "recipes": "Recept" }, "dashboard": { "title": "Översikt", @@ -247,10 +247,10 @@ "recipeUrlLabel": "Receptlänk (valfri)", "recipeUrlPlaceholder": "https://…", "openRecipe": "Öppna recept", - "savedRecipeLabel": "Saved recipe", - "savedRecipePlaceholder": "Select recipe", - "saveAsRecipe": "Save as recipe", - "recipeScaleLabel": "Scale ingredients" + "savedRecipeLabel": "Sparat recept", + "savedRecipePlaceholder": "Välj recept", + "saveAsRecipe": "Spara som recept", + "recipeScaleLabel": "Skala ingredienser" }, "calendar": { "title": "Kalender", @@ -614,27 +614,27 @@ "unitMonths": "månader" }, "recipes": { - "title": "Recipes", - "addRecipe": "Add recipe", - "editRecipe": "Edit recipe", - "emptyTitle": "No recipes yet", - "emptyDescription": "Save your favorite recipes and reuse them in meal planning.", - "titleLabel": "Title *", - "titlePlaceholder": "e.g. Pasta Carbonara", - "notesLabel": "Notes", - "notesPlaceholder": "Optional...", - "urlLabel": "Recipe link", + "title": "Recept", + "addRecipe": "Lägg till recept", + "editRecipe": "Redigera recept", + "emptyTitle": "Inga recept ännu", + "emptyDescription": "Spara dina favorit recept och återanvänd dom i måltidsplaneraren.", + "titleLabel": "Titel *", + "titlePlaceholder": "ex. Pasta Carbonara", + "notesLabel": "Notering", + "notesPlaceholder": "Valfritt...", + "urlLabel": "Recept länk", "urlPlaceholder": "https://...", - "ingredientsLabel": "Ingredients", - "addToMeals": "Add to meal plan", - "openLink": "Open recipe link", - "deleteConfirm": "Delete recipe \"{{title}}\"?", - "created": "Recipe saved.", - "updated": "Recipe updated.", - "deleted": "Recipe deleted.", - "titleRequired": "Title is required", - "duplicate": "Duplicate", - "duplicated": "Recipe duplicated.", - "copySuffix": "copy" + "ingredientsLabel": "Ingredienser", + "addToMeals": "Lägg till i måltidsplaneraren", + "openLink": "Öppna recept länk", + "deleteConfirm": "Radera recept \"{{title}}\"?", + "created": "Recept sparat.", + "updated": "Recept uppdaterat.", + "deleted": "Recept raderat.", + "titleRequired": "Titel är krävande", + "duplicate": "Duplicera", + "duplicated": "Recept duplicerat.", + "copySuffix": "kopiera" } }