File size: 384 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import type { TranslationStrings } from '../types';

const stats: TranslationStrings = {
  'stats.countries': 'Pays',
  'stats.cities': 'Villes',
  'stats.trips': 'Voyages',
  'stats.places': 'Lieux',
  'stats.worldProgress': 'Progression mondiale',
  'stats.visited': 'visités',
  'stats.remaining': 'restants',
  'stats.visitedCountries': 'Pays visités',
};
export default stats;