From 88e604c9c2e3249ee4f1929545d70ea670f52853 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Wed, 28 Apr 2021 19:06:26 -0800 Subject: [PATCH] New translations en-US.json (Swedish) --- frontend/src/locales/messages/sv-SE.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/src/locales/messages/sv-SE.json b/frontend/src/locales/messages/sv-SE.json index 4dbee6358..cf3cb7d85 100644 --- a/frontend/src/locales/messages/sv-SE.json +++ b/frontend/src/locales/messages/sv-SE.json @@ -105,6 +105,7 @@ "recent": "Recent" }, "recipe": { + "assets": "Assets", "add-key": "Add Key", "api-extras": "API Extras", "calories": "Calories", @@ -113,8 +114,9 @@ "delete-confirmation": "Are you sure you want to delete this recipe?", "delete-recipe": "Delete Recipe", "description": "Beskrivning", - "fat-content": "Fat Content", - "fiber-content": "Fiber Content", + "fat-content": "Fat", + "fiber-content": "Fiber", + "carbohydrate-content": "Carbohydrate", "grams": "grams", "image": "Image", "ingredient": "Ingrediens", @@ -132,13 +134,13 @@ "original-url": "Originalrecept", "perform-time": "Cook Time", "prep-time": "Prep Time", - "protein-content": "Protein Content", + "protein-content": "Protein", "recipe-image": "Recipe Image", "recipe-name": "Receptets namn", "servings": "Portioner", - "sodium-content": "Sodium Content", + "sodium-content": "Sodium", "step-index": "Steg: {step}", - "sugar-content": "Sugar Content", + "sugar-content": "Sugar", "tags": "Taggar", "title": "Title", "total-time": "Total Time",