augmenttoolkit / shared /src /i18n /zh /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 9)
cb43fbd verified
Raw
History Blame Contribute Delete
382 Bytes
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;