feat: handle follow request (#2339)

This commit is contained in:
Sma11X 2023-10-23 00:11:00 +08:00 committed by GitHub
parent d825a71d1f
commit 5fceb70971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 99 additions and 8 deletions

View file

@ -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",

View file

@ -7,6 +7,8 @@
"route_loaded": "页面{0}已加载"
},
"account": {
"authorize": "同意关注请求",
"authorized": "你同意了关注请求",
"avatar_description": "{0} 的头像",
"blocked_by": "您已被此用户拉黑",
"blocked_domains": "已拉黑的域名",
@ -36,7 +38,10 @@
"profile_description": "{0} 的个人资料头图",
"profile_personal_note": "私人备注",
"profile_unavailable": "个人资料不可见",
"reject": "拒绝关注请求",
"rejected": "你拒绝了关注请求",
"request_follow": "请求关注",
"requested": "{0} 向你发送了关注请求",
"unblock": "取消拉黑",
"unfollow": "取消关注",
"unmute": "取消屏蔽",