{{ t('appTitle') }}
🏋️ BMI
{{ t('weight') }} (kg)
{{ t('height') }} (cm)
{{ t('calculate') }}
BMI: {{ bmi.result.toFixed(2) }} ({{ bmi.category }})
🔥 BMR
{{ t('weight') }} (kg)
{{ t('height') }} (cm)
{{ t('age') }}
{{ t('gender') }}
{{ t('male') }}
{{ t('female') }}
{{ t('calculate') }}
BMR: {{ bmr.result.toFixed(0) }} kcal/day
🥗 {{ t('nutrition') }}
{{ t('calories') }}
{{ t('calculate') }}
Protein: {{ nutrition.result.protein }} g
Fat: {{ nutrition.result.fat }} g
Carbs: {{ nutrition.result.carbs }} g
📊 {{ t('dashboard') }}