augmenttoolkit / shared /src /i18n /hu /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
414 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Országok',
'stats.cities': 'Városok',
'stats.trips': 'Utazások',
'stats.places': 'Helyek',
'stats.worldProgress': 'Világ felfedezése',
'stats.visited': 'meglátogatott',
'stats.remaining': 'hátralévő',
'stats.visitedCountries': 'Meglátogatott országok',
};
export default stats;