augmenttoolkit / shared /src /i18n /pl /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
383 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Kraje',
'stats.cities': 'Miasta',
'stats.trips': 'Podróże',
'stats.places': 'Miejsca',
'stats.worldProgress': 'Postęp',
'stats.visited': 'odwiedzone',
'stats.remaining': 'pozostałe',
'stats.visitedCountries': 'Odwiedzone kraje',
};
export default stats;