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