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

12 lines
312 B
TypeScript
Raw Normal View History

2020-11-30 00:24:53 +01:00
export default {
content: {
2021-01-23 02:41:50 +01:00
moved: '账户已迁移',
2021-01-20 00:39:39 +01:00
created_at: '注册时间:{{date}}',
2020-11-30 00:24:53 +01:00
summary: {
statuses_count: '{{count}} 条嘟文',
2021-03-15 00:18:44 +01:00
following_count: '$t(sharedUsers:heading.accounts.following)',
followers_count: '$t(sharedUsers:heading.accounts.followers)'
2020-11-30 00:24:53 +01:00
}
}
}