fix: update swedish translation

Translated english strings to swedish.
This commit is contained in:
Andreas Olsson
2026-04-22 17:50:17 +02:00
committed by GitHub
parent 56286bcea3
commit 6373cb517d
+26 -26
View File
@@ -43,7 +43,7 @@
"main": "Huvudnavigering", "main": "Huvudnavigering",
"navigation": "Navigering", "navigation": "Navigering",
"quickActions": "Snabba åtgärder", "quickActions": "Snabba åtgärder",
"recipes": "Recipes" "recipes": "Recept"
}, },
"dashboard": { "dashboard": {
"title": "Översikt", "title": "Översikt",
@@ -247,10 +247,10 @@
"recipeUrlLabel": "Receptlänk (valfri)", "recipeUrlLabel": "Receptlänk (valfri)",
"recipeUrlPlaceholder": "https://…", "recipeUrlPlaceholder": "https://…",
"openRecipe": "Öppna recept", "openRecipe": "Öppna recept",
"savedRecipeLabel": "Saved recipe", "savedRecipeLabel": "Sparat recept",
"savedRecipePlaceholder": "Select recipe", "savedRecipePlaceholder": "Välj recept",
"saveAsRecipe": "Save as recipe", "saveAsRecipe": "Spara som recept",
"recipeScaleLabel": "Scale ingredients" "recipeScaleLabel": "Skala ingredienser"
}, },
"calendar": { "calendar": {
"title": "Kalender", "title": "Kalender",
@@ -614,27 +614,27 @@
"unitMonths": "månader" "unitMonths": "månader"
}, },
"recipes": { "recipes": {
"title": "Recipes", "title": "Recept",
"addRecipe": "Add recipe", "addRecipe": "Lägg till recept",
"editRecipe": "Edit recipe", "editRecipe": "Redigera recept",
"emptyTitle": "No recipes yet", "emptyTitle": "Inga recept ännu",
"emptyDescription": "Save your favorite recipes and reuse them in meal planning.", "emptyDescription": "Spara dina favorit recept och återanvänd dom i måltidsplaneraren.",
"titleLabel": "Title *", "titleLabel": "Titel *",
"titlePlaceholder": "e.g. Pasta Carbonara", "titlePlaceholder": "ex. Pasta Carbonara",
"notesLabel": "Notes", "notesLabel": "Notering",
"notesPlaceholder": "Optional...", "notesPlaceholder": "Valfritt...",
"urlLabel": "Recipe link", "urlLabel": "Recept länk",
"urlPlaceholder": "https://...", "urlPlaceholder": "https://...",
"ingredientsLabel": "Ingredients", "ingredientsLabel": "Ingredienser",
"addToMeals": "Add to meal plan", "addToMeals": "Lägg till i måltidsplaneraren",
"openLink": "Open recipe link", "openLink": "Öppna recept länk",
"deleteConfirm": "Delete recipe \"{{title}}\"?", "deleteConfirm": "Radera recept \"{{title}}\"?",
"created": "Recipe saved.", "created": "Recept sparat.",
"updated": "Recipe updated.", "updated": "Recept uppdaterat.",
"deleted": "Recipe deleted.", "deleted": "Recept raderat.",
"titleRequired": "Title is required", "titleRequired": "Titel är krävande",
"duplicate": "Duplicate", "duplicate": "Duplicera",
"duplicated": "Recipe duplicated.", "duplicated": "Recept duplicerat.",
"copySuffix": "copy" "copySuffix": "kopiera"
} }
} }