export const addLog = { camera: { permissionNeeded: '카메라 권한이 필요합니다', enableCamera: '카메라 활성화', noCameraAvailable: '사용 가능한 카메라가 없습니다', failedToTakePhoto: (error: string) => `사진 촬영 실패: ${error}`, }, log: { whatDidYouEat: '무엇을 드셨나요?', addShortcut: '바로가기 추가', foodItem: '음식 항목', enterFoodItemName: '음식 이름을 입력하세요', ingredientsOptional: '재료 (선택)', cameraRollAccessTitle: '사진 접근 권한', cameraRollAccessMessage: 'Palace가 사진을 가져오려면 카메라 롤 접근 권한이 필요합니다.', openSettings: '설정 열기', }, editor: { editFoodLog: '음식 기록 편집', saveChanges: '변경사항 저장', }, detection: { unknownFood: '알 수 없는 음식', identifyThisFood: '음식 식별 중', requestTimeout: '요청 시간 초과', noResponse: '응답 없음', capturingPhoto: '사진 촬영 중...', compressingPhoto: '사진 압축 중...', connectingServer: '서버 연결 중...', uploadingPhoto: '사진 업로드 중...', identifyingFood: '음식 식별 중...', studyingIngredients: '재료 분석 중...', noInternet: '오프라인 상태입니다. 탭하여 재시도해주세요.', retry: '탭하여 재시도해주세요', }, ingredients: { label: '재료', addPlaceholder: '재료 추가', }, };