tooot/src/i18n/en/screens/sharedAccount.ts

12 lines
300 B
TypeScript
Raw Normal View History

2021-01-20 00:39:39 +01:00
export default {
content: {
2021-01-23 02:41:50 +01:00
moved: 'User moved',
2021-01-20 00:39:39 +01:00
created_at: 'Registered: {{date}}',
summary: {
statuses_count: '{{count}} toots',
2021-03-15 00:18:44 +01:00
following_count: '$t(sharedUsers:heading.accounts.following)',
followers_count: '$t(sharedUsers:heading.accounts.followers)'
2021-01-20 00:39:39 +01:00
}
}
}