Spaces:
Sleeping
Sleeping
| 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; | |