File size: 561 Bytes
cb43fbd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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;