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; | |