augmenttoolkit / shared /src /i18n /fr /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': 'Pays',
'stats.cities': 'Villes',
'stats.trips': 'Voyages',
'stats.places': 'Lieux',
'stats.worldProgress': 'Progression mondiale',
'stats.visited': 'visités',
'stats.remaining': 'restants',
'stats.visitedCountries': 'Pays visités',
};
export default stats;