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

12 lines
271 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-01-04 18:29:02 +01:00
following_count: '关注 {{count}} 人',
followers_count: '被 {{count}} 人关注'
2020-11-30 00:24:53 +01:00
}
}
}