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;