export const nutrients = { protein: '단백질', carbs: '탄수화물', fat: '지방', fiber: '식이섬유', solubleFiber: '수용성 식이섬유', insolubleFiber: '불용성 식이섬유', vitaminA: '비타민 A', retinol: '레티놀', thiamin: '티아민 (B1)', riboflavin: '리보플라빈 (B2)', niacin: '나이아신 (B3)', pantothenicAcid: '판토텐산 (B5)', vitaminB6: '비타민 B6', folate: '엽산 (B9)', vitaminB12: '비타민 B12', vitaminC: '비타민 C', vitaminD: '비타민 D', vitaminE: '비타민 E', vitaminK: '비타민 K', calcium: '칼슘', iron: '철분', magnesium: '마그네슘', zinc: '아연', potassium: '칼륨', phosphorus: '인', selenium: '셀레늄', chromium: '크롬', molybdenum: '몰리브덴', iodine: '요오드', omega3: '오메가-3', omega6: '오메가-6', ala: 'ALA (알파리놀렌산)', epa: 'EPA', dha: 'DHA', dpa: 'DPA', biotin: '비오틴', probiotics: '유산균', copper: '구리', manganese: '망간', choline: '콜린', water: '수분', caffeine: '카페인', theobromine: '테오브로민', taurine: '타우린', collagen: '콜라겐', coq10: '코엔자임Q10', curcumin: '커큐민', creatine: '크레아틴', resveratrol: '레스베라트롤', astaxanthin: '아스타잔틴', lycopene: '리코펜', luteinZeaxanthin: '루테인/지아잔틴', betaCarotene: '베타카로틴', alphaCarotene: '알파카로틴', cryptoxanthin: '크립토잔틴', anthocyanins: '안토시아닌', monounsaturatedFat: '단일불포화지방', polyunsaturatedFat: '다중불포화지방', phytosterols: '식물스테롤', tryptophan: '트립토판', tyrosine: '티로신', valine: '발린', glutamine: '글루타민', betaine: '베타인', foodGroups: { proteinFoods: '단백질 식품', healthyFats: '건강한 지방', vegetables: '채소', fruits: '과일', dairy: '유제품', wholeGrains: '통곡물', darkGreenVegetables: '녹황색 채소', redOrangeVegetables: '빨강/주황 채소', legumes: '콩류', starchyVegetables: '전분질 채소', otherVegetables: '기타 채소', }, };