import type { TranslationStrings } from '../types'; const stats: TranslationStrings = { 'stats.countries': 'Países', 'stats.cities': 'Cidades', 'stats.trips': 'Viagens', 'stats.places': 'Lugares', 'stats.worldProgress': 'Progresso no mundo', 'stats.visited': 'visitados', 'stats.remaining': 'restantes', 'stats.visitedCountries': 'Países visitados', }; export default stats;