✨ Friend management
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
"screenRealmNew": "New Realm",
|
||||
"screenNotification": "Notification",
|
||||
"screenPostSearch": "Search Posts",
|
||||
"screenFriend": "Friends",
|
||||
"dialogOkay": "Okay",
|
||||
"dialogCancel": "Cancel",
|
||||
"dialogConfirm": "Confirm",
|
||||
@ -35,6 +36,7 @@
|
||||
"errorRequestNotFound": "The resource that you looking for is not found.",
|
||||
"errorRequestConnection": "Network connection error, please check your network or the service status.",
|
||||
"errorRequestUnknown": "Unknown request error, maybe you want to take screenshot and report it to us.",
|
||||
"unknown": "Unknown",
|
||||
"prev": "Previous",
|
||||
"next": "Next",
|
||||
"edit": "Edit",
|
||||
@ -189,7 +191,7 @@
|
||||
"channelNotifyLevelAll": "All",
|
||||
"channelNotifyLevelMentioned": "Only Mentioned",
|
||||
"channelNotifyLevelNone": "Muted",
|
||||
"channelNotifyLevelApplied": "Channel notify level has been applied.",
|
||||
"channelNotifyLevelApplie": "Channel notify level has been applied.",
|
||||
"fieldChannelProfileNick": "In-Channel Display Name",
|
||||
"fieldChannelProfileNickHint": "The nickname to display in the channel, leave blank to use the account display name.",
|
||||
"fieldRealmAlias": "Realm Alias",
|
||||
@ -296,5 +298,31 @@
|
||||
"dailyCheckNegativeHint5Description": "Lost connection at a crucial moment",
|
||||
"dailyCheckNegativeHint6": "Going out",
|
||||
"dailyCheckNegativeHint6Description": "Forgot your umbrella and got caught in the rain",
|
||||
"happyBirthday": "Happy birthday, {}!"
|
||||
"happyBirthday": "Happy birthday, {}!",
|
||||
"friendNew": "Add Friend",
|
||||
"friendRequests": "Friend Requests",
|
||||
"friendRequestsDescription": {
|
||||
"zero": "You have no friend request",
|
||||
"one": "You have {} friend request",
|
||||
"other": "You have {} friend requests"
|
||||
},
|
||||
"friendBlocklist": "Blocklist",
|
||||
"friendBlocklistDescription": {
|
||||
"zero": "You blocked no one",
|
||||
"one": "You blocked {} user",
|
||||
"other": "You blocked {} users"
|
||||
},
|
||||
"friendStatusPending": "Pending",
|
||||
"friendStatusWaiting": "Waiting",
|
||||
"friendStatusActive": "Friend",
|
||||
"friendStatusBlocked": "Blocked",
|
||||
"friendRequestSent": "Friend request has been sent.",
|
||||
"fieldFriendRelatedName": "Friend name / account ID",
|
||||
"friendBlock": "Block",
|
||||
"friendUnblock": "Unblock",
|
||||
"friendDeleteAction": "Delete",
|
||||
"friendDelete": "Delete relation with {}",
|
||||
"friendDeleteDescription": "Are you sure you want to delete the relation with {}? This operation is irreversible.",
|
||||
"friendRequestAccept": "Accept",
|
||||
"friendRequestDecline": "Decline"
|
||||
}
|
||||
|
@ -24,6 +24,7 @@
|
||||
"screenRealmNew": "新建领域",
|
||||
"screenNotification": "通知",
|
||||
"screenPostSearch": "搜索帖子",
|
||||
"screenFriend": "好友",
|
||||
"dialogOkay": "好的",
|
||||
"dialogCancel": "取消",
|
||||
"dialogConfirm": "确认",
|
||||
@ -35,6 +36,7 @@
|
||||
"errorRequestNotFound": "您正查找的资源无法被找到。",
|
||||
"errorRequestConnection": "网络连接错误,请检查您的网络状态或者检查我们的服务状态。",
|
||||
"errorRequestUnknown": "位置请求错误,您可能想将此对话框截图并发送给我们。",
|
||||
"unknown": "未知",
|
||||
"loading": "加载中…",
|
||||
"prev": "上一步",
|
||||
"next": "下一步",
|
||||
@ -296,5 +298,31 @@
|
||||
"dailyCheckNegativeHint5Description": "关键时刻断网",
|
||||
"dailyCheckNegativeHint6": "出门",
|
||||
"dailyCheckNegativeHint6Description": "忘带伞遇上大雨",
|
||||
"happyBirthday": "生日快乐,{}!"
|
||||
"happyBirthday": "生日快乐,{}!",
|
||||
"friendNew": "添加好友",
|
||||
"friendRequests": "好友请求",
|
||||
"friendRequestsDescription": {
|
||||
"zero": "你没有好友请求",
|
||||
"one": "你有 {} 个好友请求",
|
||||
"other": "你有 {} 个好友请求"
|
||||
},
|
||||
"friendBlocklist": "屏蔽列表",
|
||||
"friendBlocklistDescription": {
|
||||
"zero": "你没有屏蔽任何人",
|
||||
"one": "你屏蔽了 {} 个用户",
|
||||
"other": "你屏蔽了 {} 个用户"
|
||||
},
|
||||
"friendStatusPending": "待处理",
|
||||
"friendStatusWaiting": "等待中",
|
||||
"friendStatusActive": "正活跃",
|
||||
"friendStatusBlocked": "已屏蔽",
|
||||
"friendRequestSent": "好友请求已发送。",
|
||||
"fieldFriendRelatedName": "好友名 / 账户 ID",
|
||||
"friendBlock": "屏蔽",
|
||||
"friendUnblock": "解除屏蔽",
|
||||
"friendDeleteAction": "遗忘",
|
||||
"friendDelete": "遗忘跟 {} 的关系",
|
||||
"friendDeleteDescription": "你确定要遗忘跟 {} 的关系吗?这个操作无法撤销。",
|
||||
"friendRequestAccept": "接受",
|
||||
"friendRequestDecline": "拒绝"
|
||||
}
|
||||
|
Reference in New Issue
Block a user