augmenttoolkit / shared /src /i18n /de /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
98fbc6d verified
Raw
History Blame Contribute Delete
386 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Länder',
'stats.cities': 'Städte',
'stats.trips': 'Reisen',
'stats.places': 'Orte',
'stats.worldProgress': 'Weltfortschritt',
'stats.visited': 'besucht',
'stats.remaining': 'verbleibend',
'stats.visitedCountries': 'Besuchte Länder',
};
export default stats;