import type { TranslationStrings } from '../types'; const map: TranslationStrings = { 'map.connections': 'الاتصالات', 'map.showConnections': 'عرض مسارات الحجوزات', 'map.hideConnections': 'إخفاء مسارات الحجوزات', }; export default map;