Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const map: TranslationStrings = { | |
| 'map.connections': 'Połączenia', | |
| 'map.showConnections': 'Pokaż trasy rezerwacji', | |
| 'map.hideConnections': 'Ukryj trasy rezerwacji', | |
| 'poi.searchThisArea': 'Szukaj w tym obszarze', | |
| 'poi.cat.restaurants': 'Restauracje', | |
| 'poi.cat.cafes': 'Kawiarnie', | |
| 'poi.cat.bars': 'Bary i życie nocne', | |
| 'poi.cat.hotels': 'Noclegi', | |
| 'poi.cat.sights': 'Atrakcje', | |
| 'poi.cat.museums': 'Muzea i kultura', | |
| 'poi.cat.nature': 'Przyroda i parki', | |
| 'poi.cat.activities': 'Aktywności', | |
| }; | |
| export default map; | |