augmenttoolkit / shared /src /i18n /gr /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
482 Bytes
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;