diff --git a/frontend/src/locales/messages/tr-TR.json b/frontend/src/locales/messages/tr-TR.json index c897010d8..60f27c723 100644 --- a/frontend/src/locales/messages/tr-TR.json +++ b/frontend/src/locales/messages/tr-TR.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": "Description", - "fat-content": "Fat Content", - "fiber-content": "Fiber Content", + "fat-content": "Fat", + "fiber-content": "Fiber", + "carbohydrate-content": "Carbohydrate", "grams": "grams", "image": "Image", "ingredient": "Ingredient", @@ -132,13 +134,13 @@ "original-url": "Original URL", "perform-time": "Cook Time", "prep-time": "Prep Time", - "protein-content": "Protein Content", + "protein-content": "Protein", "recipe-image": "Recipe Image", "recipe-name": "Recipe Name", "servings": "Servings", - "sodium-content": "Sodium Content", + "sodium-content": "Sodium", "step-index": "Step: {step}", - "sugar-content": "Sugar Content", + "sugar-content": "Sugar", "tags": "Tags", "title": "Title", "total-time": "Total Time",