augmenttoolkit / shared /src /i18n /cs /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 7)
98fbc6d verified
Raw
History Blame Contribute Delete
388 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Země',
'stats.cities': 'Města',
'stats.trips': 'Cesty',
'stats.places': 'Místa',
'stats.worldProgress': 'Průzkum světa',
'stats.visited': 'navštíveno',
'stats.remaining': 'zbývá',
'stats.visitedCountries': 'Navštívené země',
};
export default stats;