import { CommonLabels } from '../models'; export const COMMON_LABELS: CommonLabels = { folderDoesNotExist: '해당 경로에 폴더가 없습니다.', settingsNotConfigured: '로컬 성경 참조 설정이 구성되지 않았습니다. 구절을 참조하기 전에 성경 경로를 설정하십시오.', };