import type { TranslationStrings } from '../types'; const stats: TranslationStrings = { 'stats.countries': 'الدول', 'stats.cities': 'المدن', 'stats.trips': 'الرحلات', 'stats.places': 'الأماكن', 'stats.worldProgress': 'التقدم حول العالم', 'stats.visited': 'تمت زيارتها', 'stats.remaining': 'المتبقية', 'stats.visitedCountries': 'الدول التي تمت زيارتها', }; export default stats;