Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const map: TranslationStrings = { | |
| 'map.connections': 'Kapcsolatok', | |
| 'map.showConnections': 'Foglalási útvonalak megjelenítése', | |
| 'map.hideConnections': 'Foglalási útvonalak elrejtése', | |
| 'poi.searchThisArea': 'Keresés ezen a területen', | |
| 'poi.cat.restaurants': 'Éttermek', | |
| 'poi.cat.cafes': 'Kávézók', | |
| 'poi.cat.bars': 'Bárok és éjszakai élet', | |
| 'poi.cat.hotels': 'Szállás', | |
| 'poi.cat.sights': 'Látnivalók', | |
| 'poi.cat.museums': 'Múzeumok és kultúra', | |
| 'poi.cat.nature': 'Természet és parkok', | |
| 'poi.cat.activities': 'Programok', | |
| }; | |
| export default map; | |