mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
localize meal planner settings
This commit is contained in:
parent
8757c941bf
commit
2c75c68c91
3 changed files with 11 additions and 9 deletions
|
@ -19,7 +19,7 @@
|
|||
item-value="name"
|
||||
multiple
|
||||
chips
|
||||
hint="Only recipes with these categories will be used in Meal Plans"
|
||||
:hint="$t('meal-plan.only-recipes-with-these-categories-will-be-used-in-meal-plans')"
|
||||
class="mt-2"
|
||||
persistent-hint
|
||||
>
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
"meal-plans": "Meal Plans",
|
||||
"create-a-new-meal-plan": "Create a New Meal Plan",
|
||||
"start-date": "Start Date",
|
||||
"end-date": "End Date"
|
||||
"end-date": "End Date",
|
||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Only recipes with these categories will be used in Meal Plans"
|
||||
},
|
||||
"recipe": {
|
||||
"description": "Description",
|
||||
|
|
|
@ -51,7 +51,8 @@
|
|||
"meal-plans": "Plans de menu",
|
||||
"create-a-new-meal-plan": "Créer un nouveau plan de menu",
|
||||
"start-date": "Date de début",
|
||||
"end-date": "Date de fin"
|
||||
"end-date": "Date de fin",
|
||||
"only-recipes-with-these-categories-will-be-used-in-meal-plans": "Seules les recettes appartenant à ces catégories seront utilisées dans le planificateur de repas."
|
||||
},
|
||||
"recipe": {
|
||||
"description": "Description",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue