feat: handle follow request (#2339)
This commit is contained in:
parent
d825a71d1f
commit
5fceb70971
6 changed files with 99 additions and 8 deletions
|
@ -7,6 +7,8 @@
|
|||
"route_loaded": "Page {0} loaded"
|
||||
},
|
||||
"account": {
|
||||
"authorize": "Authorize to follow",
|
||||
"authorized": "You have Authorized the request",
|
||||
"avatar_description": "{0}'s avatar",
|
||||
"blocked_by": "You're blocked by this user.",
|
||||
"blocked_domains": "Blocked domains",
|
||||
|
@ -36,7 +38,10 @@
|
|||
"profile_description": "{0}'s profile header",
|
||||
"profile_personal_note": "Personal Note",
|
||||
"profile_unavailable": "Profile unavailable",
|
||||
"reject": "Reject to follow",
|
||||
"rejected": "You have rejected the request",
|
||||
"request_follow": "Request to follow",
|
||||
"requested": "{0} has requested to follow you",
|
||||
"unblock": "Unblock",
|
||||
"unfollow": "Unfollow",
|
||||
"unmute": "Unmute",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue