augmenttoolkit / shared /src /i18n /id /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
391 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Negara',
'stats.cities': 'Kota',
'stats.trips': 'Perjalanan',
'stats.places': 'Tempat',
'stats.worldProgress': 'Progres Dunia',
'stats.visited': 'dikunjungi',
'stats.remaining': 'tersisa',
'stats.visitedCountries': 'Negara yang Dikunjungi',
};
export default stats;