augmenttoolkit / shared /src /i18n /nl /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
385 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Landen',
'stats.cities': 'Steden',
'stats.trips': 'Reizen',
'stats.places': 'Plaatsen',
'stats.worldProgress': 'Wereldvoortgang',
'stats.visited': 'bezocht',
'stats.remaining': 'resterend',
'stats.visitedCountries': 'Bezochte landen',
};
export default stats;