feat: history and calculate needs for user
This commit is contained in:
+8
-5
@@ -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 d’activité',
|
||||
'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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user