Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const map: TranslationStrings = { | |
| 'map.connections': 'Bağlantılar', | |
| 'map.showConnections': 'Rezervasyon rotalarını göster', | |
| 'map.hideConnections': 'Rezervasyon rotalarını gizle', | |
| 'poi.searchThisArea': 'Bu alanda ara', | |
| 'poi.cat.restaurants': 'Restoranlar', | |
| 'poi.cat.cafes': 'Kafeler', | |
| 'poi.cat.bars': 'Bar ve gece hayatı', | |
| 'poi.cat.hotels': 'Konaklama', | |
| 'poi.cat.sights': 'Gezilecek yerler', | |
| 'poi.cat.museums': 'Müzeler ve kültür', | |
| 'poi.cat.nature': 'Doğa ve parklar', | |
| 'poi.cat.activities': 'Aktiviteler', | |
| }; | |
| export default map; | |