mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-31 14:11:22 -05:00
feature/new-recipe-features (#360)
* unify button styles * fix drag on mobile * recipe instructions section * add carbs * refactor component location * asset start * consolidate view/edit components * asset api * base dialog event * Remove 'content' * remove console.log * add slug prop * remove console.log * recipe assets first pass * add recipeSettings model * fix hide/show when no tags/categories * fix typo Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user