From fc616e90cd788b7f4a9c3a942b855c89977c91d8 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 14 Apr 2022 17:37:53 +0000 Subject: [PATCH] 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/ --- assets/l10n/intl_zh.arb | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index 0addd851..1a9d0e76 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -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": {} + } } }