import type { TranslationStrings } from '../types'; const stats: TranslationStrings = { 'stats.countries': 'Negara', 'stats.cities': 'Kota', 'stats.trips': 'Perjalanan', 'stats.places': 'Tempat', 'stats.worldProgress': 'Progres Dunia', 'stats.visited': 'dikunjungi', 'stats.remaining': 'tersisa', 'stats.visitedCountries': 'Negara yang Dikunjungi', }; export default stats;