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;