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;