File size: 582 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;