Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const stats: TranslationStrings = { | |
| 'stats.countries': 'Landen', | |
| 'stats.cities': 'Steden', | |
| 'stats.trips': 'Reizen', | |
| 'stats.places': 'Plaatsen', | |
| 'stats.worldProgress': 'Wereldvoortgang', | |
| 'stats.visited': 'bezocht', | |
| 'stats.remaining': 'resterend', | |
| 'stats.visitedCountries': 'Bezochte landen', | |
| }; | |
| export default stats; | |