Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const stats: TranslationStrings = { | |
| 'stats.countries': 'Länder', | |
| 'stats.cities': 'Städte', | |
| 'stats.trips': 'Reisen', | |
| 'stats.places': 'Orte', | |
| 'stats.worldProgress': 'Weltfortschritt', | |
| 'stats.visited': 'besucht', | |
| 'stats.remaining': 'verbleibend', | |
| 'stats.visitedCountries': 'Besuchte Länder', | |
| }; | |
| export default stats; | |