File size: 394 Bytes
98fbc6d
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;