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;