From cd3fc3f1fff5d97932ab23d29c12d2b0b5fe6c61 Mon Sep 17 00:00:00 2001 From: shulongdeng Date: Sat, 24 Jul 2021 14:25:53 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 89.4% (415 of 464 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- assets/l10n/intl_zh.arb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index 3779abe5..dd7e7440 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -2251,5 +2251,20 @@ "placeholders": {} }, "clearArchive": "清除存档", - "@clearArchive": {} + "@clearArchive": {}, + "commandHintInvite": "邀请用户加入此聊天室", + "@commandHintInvite": { + "type": "text", + "description": "Usage hint for the command /invite" + }, + "commandHintUnBan": "在此聊天室解封该用户", + "@commandHintUnBan": { + "type": "text", + "description": "Usage hint for the command /unban" + }, + "commandHintBan": "在此聊天室封禁该用户", + "@commandHintBan": { + "type": "text", + "description": "Usage hint for the command /ban" + } }