Files
food-ai/client/lib/l10n/app_ko.arb
dbastrikin 54b10d51e2 feat: Flutter client localisation (12 languages)
Add flutter_localizations + intl, 12 ARB files (en/ru/es/de/fr/it/pt/zh/ja/ko/ar/hi),
replace all hardcoded Russian UI strings with AppLocalizations, detect system locale
on first launch, localise bottom nav bar labels, document rule in CLAUDE.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 22:22:52 +02:00

101 lines
3.2 KiB
Plaintext

{
"@@locale": "ko",
"appTitle": "FoodAI",
"greetingMorning": "좋은 아침이에요",
"greetingAfternoon": "안녕하세요",
"greetingEvening": "좋은 저녁이에요",
"caloriesUnit": "kcal",
"gramsUnit": "g",
"goalLabel": "목표:",
"consumed": "섭취",
"remaining": "남은",
"exceeded": "초과",
"proteinLabel": "단백질",
"fatLabel": "지방",
"carbsLabel": "탄수화물",
"today": "오늘",
"yesterday": "어제",
"mealsSection": "식사",
"addDish": "요리 추가",
"scanDish": "스캔",
"menu": "메뉴",
"dishHistory": "요리 기록",
"recommendCook": "요리 추천",
"camera": "카메라",
"gallery": "갤러리",
"analyzingPhoto": "사진 분석 중...",
"inQueue": "대기열에 있습니다",
"queuePosition": "{position}번째",
"@queuePosition": {
"placeholders": {
"position": { "type": "int" }
}
},
"processing": "처리 중...",
"upgradePrompt": "대기열 건너뛰기? 업그레이드 →",
"recognitionFailed": "인식 실패. 다시 시도하세요.",
"dishRecognition": "요리 인식",
"all": "전체",
"dishRecognized": "요리가 인식되었습니다",
"recognizing": "인식 중…",
"recognitionError": "인식 오류",
"dishResultTitle": "요리가 인식되었습니다",
"selectDish": "요리 선택",
"dishNotRecognized": "요리를 인식할 수 없습니다",
"tryAgain": "다시 시도",
"nutritionApproximate": "영양 정보는 근사치입니다 — 사진을 기반으로 추정되었습니다.",
"portion": "양",
"mealType": "식사 유형",
"dateLabel": "날짜",
"addToJournal": "일지에 추가",
"addFailed": "추가 실패. 다시 시도하세요.",
"historyTitle": "인식 기록",
"historyLoadError": "기록 로드 실패",
"retry": "재시도",
"noHistory": "인식 기록이 없습니다",
"profileTitle": "프로필",
"edit": "편집",
"bodyParams": "신체 매개변수",
"goalActivity": "목표 & 활동",
"nutrition": "영양",
"settings": "설정",
"height": "키",
"weight": "체중",
"age": "나이",
"gender": "성별",
"genderMale": "남성",
"genderFemale": "여성",
"goalLoss": "체중 감량",
"goalMaintain": "유지",
"goalGain": "근육 증가",
"activityLow": "낮음",
"activityMedium": "보통",
"activityHigh": "높음",
"calorieGoal": "칼로리 목표",
"mealTypes": "식사 유형",
"formulaNote": "Mifflin-St Jeor 공식으로 계산",
"language": "언어",
"notSet": "설정 안 됨",
"calorieHint": "칼로리 목표를 계산하려면 신체 매개변수를 입력하세요",
"logout": "로그아웃",
"editProfile": "프로필 편집",
"cancel": "취소",
"save": "저장",
"nameLabel": "이름",
"heightCm": "키 (cm)",
"weightKg": "체중 (kg)",
"birthDate": "생년월일",
"nameRequired": "이름을 입력하세요",
"profileUpdated": "프로필이 업데이트되었습니다",
"profileSaveFailed": "저장 실패",
"mealTypeBreakfast": "아침",
"mealTypeSecondBreakfast": "두 번째 아침",
"mealTypeLunch": "점심",
"mealTypeAfternoonSnack": "간식",
"mealTypeDinner": "저녁",
"mealTypeSnack": "스낵",
"navHome": "홈",
"navProducts": "식품",
"navRecipes": "레시피"
}