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

13 lines
245 B
TypeScript

export default {
heading: {
accounts: {
following: 'Following {{count}}',
followers: '{{count}} followers'
},
statuses: {
reblogged_by: '{{count}} boosted',
favourited_by: '{{count}} favourited'
}
}
}