augmenttoolkit / shared /src /i18n /tr /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 9)
cb43fbd verified
Raw
History Blame Contribute Delete
406 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': 'Ülkeler',
'stats.cities': 'Şehirler',
'stats.trips': 'Seyahatler',
'stats.places': 'Yerler',
'stats.worldProgress': 'Dünya İlerlemesi',
'stats.visited': 'ziyaret edildi',
'stats.remaining': 'kalan',
'stats.visitedCountries': 'Ziyaret Edilen Ülkeler',
};
export default stats;