import type { TranslationStrings } from '../types'; const map: TranslationStrings = { 'map.connections': '연결', 'map.showConnections': '예약 경로 표시', 'map.hideConnections': '예약 경로 숨기기', 'poi.searchThisArea': '이 지역 검색', 'poi.cat.restaurants': '음식점', 'poi.cat.cafes': '카페', 'poi.cat.bars': '바 & 나이트라이프', 'poi.cat.hotels': '숙소', 'poi.cat.sights': '명소', 'poi.cat.museums': '박물관 & 문화', 'poi.cat.nature': '자연 & 공원', 'poi.cat.activities': '액티비티', }; export default map;