Translation of the recipe edit page
This commit is contained in:
parent
f059d3c61f
commit
8b4b788562
7 changed files with 112 additions and 53 deletions
|
|
@ -68,6 +68,31 @@
|
|||
RecipeNotAllowedToEdit: "Not allowed to edit this recipe",
|
||||
RecipeNotAllowedToView: "Not allowed the view the recipe {}",
|
||||
RecipeNotFound: "Recipe not found",
|
||||
RecipeTitle : "Title",
|
||||
RecipeDescription : "Description",
|
||||
RecipeServings : "Servings",
|
||||
RecipeEstimatedTime : "Estimated time [min]",
|
||||
RecipeDifficulty : "Difficulty",
|
||||
RecipeDifficultyEasy : "Easy",
|
||||
RecipeDifficultyMedium : "Medium",
|
||||
RecipeDifficultyHard : "Hard",
|
||||
RecipeTags : "Tags",
|
||||
RecipeLanguage : "Language",
|
||||
RecipeIsPublished : "Is published",
|
||||
RecipeDelete : "Delete recipe",
|
||||
RecipeAddAGroup : "Add a group",
|
||||
RecipeRemoveGroup : "Remove group",
|
||||
RecipeGroupName : "Name",
|
||||
RecipeGroupComment : "Comment",
|
||||
RecipeAddAStep : "Add a step",
|
||||
RecipeRemoveStep : "Remove step",
|
||||
RecipeStepAction : "Action",
|
||||
RecipeAddAnIngredient : "Add an ingredient",
|
||||
RecipeRemoveIngredient : "Remove ingredient",
|
||||
RecipeIngredientName : "Name",
|
||||
RecipeIngredientQuantity : "Quantity",
|
||||
RecipeIngredientUnit : "Unit",
|
||||
RecipeIngredientComment : "Comment",
|
||||
}
|
||||
),
|
||||
(
|
||||
|
|
@ -139,6 +164,31 @@
|
|||
RecipeNotAllowedToEdit: "Vous n'êtes pas autorisé à éditer cette recette",
|
||||
RecipeNotAllowedToView: "Vous n'êtes pas autorisé à voir la recette {}",
|
||||
RecipeNotFound: "Recette non-trouvée",
|
||||
RecipeTitle : "Titre",
|
||||
RecipeDescription : "Description",
|
||||
RecipeServings : "Nombre de personnes",
|
||||
RecipeEstimatedTime : "Temps estimé",
|
||||
RecipeDifficulty : "Difficulté",
|
||||
RecipeDifficultyEasy : "Facile",
|
||||
RecipeDifficultyMedium : "Moyen",
|
||||
RecipeDifficultyHard : "Difficile",
|
||||
RecipeTags : "Tags",
|
||||
RecipeLanguage : "Langue",
|
||||
RecipeIsPublished : "Est publié",
|
||||
RecipeDelete : "Supprimer la recette",
|
||||
RecipeAddAGroup : "Ajouter un groupe",
|
||||
RecipeRemoveGroup : "Supprimer le groupe",
|
||||
RecipeGroupName : "Nom",
|
||||
RecipeGroupComment : "Commentaire",
|
||||
RecipeAddAStep : "Ajouter une étape",
|
||||
RecipeRemoveStep : "Supprimer l'étape",
|
||||
RecipeStepAction : "Action",
|
||||
RecipeAddAnIngredient : "Ajouter un ingrédient",
|
||||
RecipeRemoveIngredient : "Supprimer l'ingrédient",
|
||||
RecipeIngredientName : "Nom",
|
||||
RecipeIngredientQuantity : "Quantité",
|
||||
RecipeIngredientUnit : "Unité",
|
||||
RecipeIngredientComment : "Commentaire",
|
||||
}
|
||||
)
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue