tooot/src/i18n/en/components/relationship.ts

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'
}
}