import type { TranslationStrings } from '../types'; const stats: TranslationStrings = { 'stats.countries': 'Ülkeler', 'stats.cities': 'Şehirler', 'stats.trips': 'Seyahatler', 'stats.places': 'Yerler', 'stats.worldProgress': 'Dünya İlerlemesi', 'stats.visited': 'ziyaret edildi', 'stats.remaining': 'kalan', 'stats.visitedCountries': 'Ziyaret Edilen Ülkeler', }; export default stats;