Files
TREK/shared/src/i18n/gr/stats.ts
T
2026-05-27 00:26:37 +02:00

14 lines
482 B
TypeScript

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;