Translated using Weblate (Chinese (Simplified))

Currently translated at 100.0% (582 of 582 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/
This commit is contained in:
Eric 2022-04-14 17:37:53 +00:00 committed by Hosted Weblate
parent 0a56f38606
commit fc616e90cd
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C

View File

@ -2808,5 +2808,53 @@
"@showDirectChatsInSpaces": {
"type": "text",
"placeholders": {}
},
"youRejectedTheInvitation": "你拒绝了邀请",
"@youRejectedTheInvitation": {},
"youJoinedTheChat": "你加入了聊天",
"@youJoinedTheChat": {},
"youBannedUser": "你封禁了 {user}",
"@youBannedUser": {
"placeholders": {
"user": {}
}
},
"youInvitedBy": "你受到 {user} 的邀请",
"@youInvitedBy": {
"placeholders": {
"user": {}
}
},
"youInvitedUser": "你邀请了 {user}",
"@youInvitedUser": {
"placeholders": {
"user": {}
}
},
"youKicked": "你踢掉了 {user}",
"@youKicked": {
"placeholders": {
"user": {}
}
},
"youUnbannedUser": "你解除了对 {user} 的封禁",
"@youUnbannedUser": {
"placeholders": {
"user": {}
}
},
"youAcceptedTheInvitation": "你接受了邀请",
"@youAcceptedTheInvitation": {},
"youHaveWithdrawnTheInvitationFor": "你撤回了对 {user} 的邀请",
"@youHaveWithdrawnTheInvitationFor": {
"placeholders": {
"user": {}
}
},
"youKickedAndBanned": "你踢掉并封禁了 {user}",
"@youKickedAndBanned": {
"placeholders": {
"user": {}
}
}
}