Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const stats: TranslationStrings = { | |
| 'stats.countries': 'Země', | |
| 'stats.cities': 'Města', | |
| 'stats.trips': 'Cesty', | |
| 'stats.places': 'Místa', | |
| 'stats.worldProgress': 'Průzkum světa', | |
| 'stats.visited': 'navštíveno', | |
| 'stats.remaining': 'zbývá', | |
| 'stats.visitedCountries': 'Navštívené země', | |
| }; | |
| export default stats; | |