File size: 383 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': 'Kraje',
  'stats.cities': 'Miasta',
  'stats.trips': 'Podróże',
  'stats.places': 'Miejsca',
  'stats.worldProgress': 'Postęp',
  'stats.visited': 'odwiedzone',
  'stats.remaining': 'pozostałe',
  'stats.visitedCountries': 'Odwiedzone kraje',
};
export default stats;