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