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

12 lines
243 B
JSON
Raw Normal View History

2021-03-28 01:12:26 +01:00
{
"heading": {
"accounts": {
"following": "Following {{count}}",
"followers": "{{count}} followers"
},
"statuses": {
"reblogged_by": "{{count}} boosted",
"favourited_by": "{{count}} favourited"
}
}
}