feat: engagment notifications

This commit is contained in:
2026-05-26 11:55:39 +02:00
parent df94a23a19
commit f716a205ce
13 changed files with 65 additions and 24 deletions
+22
View File
@@ -38,6 +38,28 @@ return [
'your_meal' => 'your meal',
'moderation_threshold_title' => 'Reports need review',
'moderation_threshold_body' => ':count reports received for :type.',
'engagement_reminders' => [
'publish_meal' => [
'title' => 'Your next meal is waiting',
'body' => "Do not hesitate to publish today's meal on Bowli.",
],
'meal_photo' => [
'title' => 'A plate worth sharing?',
'body' => 'Take a quick photo and keep track of your meal.',
],
'evening_checkin' => [
'title' => 'Small Bowli reminder',
'body' => "Add today's meal to keep your habits on track.",
],
'community_inspiration' => [
'title' => 'Inspire the community',
'body' => 'Publish your meal and give other users new ideas.',
],
'workout_checkin' => [
'title' => 'Meal or workout?',
'body' => 'If you moved today, add your workout in Bowli too.',
],
],
],
'reports' => [
'created' => 'Report sent. Thanks, our team will review this content.',
+22
View File
@@ -38,6 +38,28 @@ return [
'your_meal' => 'votre plat',
'moderation_threshold_title' => 'Signalements à vérifier',
'moderation_threshold_body' => ':count signalements reçus pour :type.',
'engagement_reminders' => [
'publish_meal' => [
'title' => 'Ton prochain plat attend',
'body' => 'Nhésite pas à publier ton repas du jour sur Bowli.',
],
'meal_photo' => [
'title' => 'Une assiette à partager ?',
'body' => 'Prends une photo rapide et garde une trace de ton repas.',
],
'evening_checkin' => [
'title' => 'Petit rappel Bowli',
'body' => 'Ajoute ton plat du jour pour suivre tes habitudes sans perdre le fil.',
],
'community_inspiration' => [
'title' => 'Inspire la communauté',
'body' => 'Publie ton plat et donne des idées aux autres utilisateurs.',
],
'workout_checkin' => [
'title' => 'Repas ou workout ?',
'body' => 'Si tu as bougé aujourdhui, ajoute aussi ta séance dans Bowli.',
],
],
],
'reports' => [
'created' => 'Signalement envoyé. Merci, notre équipe va examiner ce contenu.',