feat: history and calculate needs for user
CI / 🧪 Tests Laravel (push) Failing after 2m18s
CI / 🐳 Build & Push Images (push) Has been skipped

This commit is contained in:
2026-08-14 12:45:37 +02:00
parent ea5a5737ec
commit 69372a49ed
51 changed files with 2226 additions and 305 deletions
+8 -5
View File
@@ -16,7 +16,7 @@ return [
'sections' => [
'account' => 'Compte',
'profile' => 'Profil',
'nutrition_goals' => 'Objectifs nutritionnels',
'nutrition_plan' => 'Plan nutritionnel actif',
'activity' => 'Activité',
'metadata' => 'Métadonnées',
],
@@ -36,17 +36,20 @@ return [
'password' => 'Mot de passe',
'bio' => 'Bio',
'height' => 'Taille',
'current_weight' => 'Poids actuel',
'target_weight' => 'Poids cible',
'date_of_birth' => 'Date de naissance',
'sex' => 'Sexe',
'daily_calorie_goal' => 'Calories',
'daily_protein_goal' => 'Protéines',
'daily_carbs_goal' => 'Glucides',
'daily_fats_goal' => 'Lipides',
'calorie_goal' => 'Calories',
'protein_goal' => 'Protéines',
'carbs_goal' => 'Glucides',
'fats_goal' => 'Lipides',
'physical_activity_level' => 'Niveau dactivité',
'physical_activity_level_short' => 'Activité',
'weight_goal' => 'Objectif de poids',
'weight_goal_short' => 'Objectif poids',
'pace_preference' => 'Rythme',
'onboarding_completed_at' => 'Profil nutritionnel complété le',
'created_at' => 'Créé le',
'updated_at' => 'Mis à jour le',
],