Merge pull request #81 from olsson82/main
fix: update swedish translation
This commit is contained in:
+26
-26
@@ -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 favoritrecept och återanvänd dem 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": "Receptlä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 receptlä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 krävs",
|
||||||
"duplicate": "Duplicate",
|
"duplicate": "Duplicera",
|
||||||
"duplicated": "Recipe duplicated.",
|
"duplicated": "Recept duplicerat.",
|
||||||
"copySuffix": "copy"
|
"copySuffix": "kopia"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user