Spaces:
Sleeping
Sleeping
| 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; | |