augmenttoolkit / shared /src /i18n /ja /stats.ts
Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
48f8f0c verified
Raw
History Blame Contribute Delete
376 Bytes
import type { TranslationStrings } from '../types';
const stats: TranslationStrings = {
'stats.countries': '国',
'stats.cities': '都市',
'stats.trips': '旅行',
'stats.places': '場所',
'stats.worldProgress': '世界進捗',
'stats.visited': '訪問済み',
'stats.remaining': '未訪問',
'stats.visitedCountries': '訪問国',
};
export default stats;