augmenttoolkit / shared /src /i18n /ko /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
384 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;