diff --git a/frontend/src/components/Settings/MealPlanner/index.vue b/frontend/src/components/Settings/MealPlanner/index.vue index 8ea8ab61a..5d2a856db 100644 --- a/frontend/src/components/Settings/MealPlanner/index.vue +++ b/frontend/src/components/Settings/MealPlanner/index.vue @@ -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 > diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index 72cf4450e..ca47b8277 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -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", @@ -142,11 +143,11 @@ "failed-imports": "Failed Imports" }, "homepage": { - "card-per-section": "Card Per Section", - "homepage-categories": "Homepage Categories", - "home-page": "Home Page", - "all-categories": "All Categories", - "show-recent": "Show Recent" + "card-per-section": "Card Per Section", + "homepage-categories": "Homepage Categories", + "home-page": "Home Page", + "all-categories": "All Categories", + "show-recent": "Show Recent" } }, "migration": { diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index bcb399118..a59a2b907 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -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", @@ -162,4 +163,4 @@ "description": "Importer des recettes depuis Chowdown" } } -} \ No newline at end of file +}