1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
Files
tooot/src/i18n/en/components/relationship.ts
2021-01-20 00:39:39 +01:00

17 lines
295 B
TypeScript

export default {
follow: {
function: 'Follow user'
},
block: {
function: 'Block user'
},
button: {
error: 'Loading error',
blocked_by: 'Blocked by user',
blocking: 'Unblock',
following: 'Unfollow',
requested: 'Withdraw request',
default: 'Follow'
}
}