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

12 lines
254 B
TypeScript

export default {
content: {
moved: 'User moved',
created_at: 'Registered: {{date}}',
summary: {
statuses_count: '{{count}} toots',
following_count: 'Following {{count}}',
followers_count: '{{count}} followers'
}
}
}