[ 'slow' => 'Slow', 'normal' => 'Normal', 'fast' => 'Fast', ], 'physical_activity_level' => [ 'sedentary' => 'Sedentary', 'lightly_active' => 'Lightly active', 'moderately_active' => 'Moderately active', 'very_active' => 'Very active', 'athlete' => 'Athlete', ], 'user_sex' => [ 'man' => 'Man', 'woman' => 'Woman', 'other' => 'Other', 'unknown' => 'Not specified', ], 'user_role' => [ 'user' => 'User', 'admin' => 'Administrator', 'moderator' => 'Moderator', ], 'report_reason' => [ 'spam' => 'Spam', 'harassment' => 'Harassment', 'hate_speech' => 'Hate speech', 'inappropriate' => 'Inappropriate content', 'dangerous_content' => 'Dangerous content', 'misleading' => 'Misleading information', 'other' => 'Other', ], 'report_status' => [ 'open' => 'Open', 'reviewing' => 'Reviewing', 'resolved' => 'Resolved', 'rejected' => 'Rejected', ], 'moderation_case_status' => [ 'open' => 'Open', 'reviewing' => 'Reviewing', 'resolved' => 'Resolved', 'rejected' => 'Rejected', ], 'legal_document_type' => [ 'privacy_policy' => 'Privacy policy', 'terms' => 'Terms of service', ], 'weight_goal' => [ 'lose_weight' => 'Lose weight', 'maintain_weight' => 'Maintain weight', 'gain_weight' => 'Gain weight', ], ];