tooot/src/i18n/zh-Hans/screens/sharedAccount.ts

12 lines
312 B
TypeScript

export default {
content: {
moved: '账户已迁移',
created_at: '注册时间:{{date}}',
summary: {
statuses_count: '{{count}} 条嘟文',
following_count: '$t(sharedUsers:heading.accounts.following)',
followers_count: '$t(sharedUsers:heading.accounts.followers)'
}
}
}