From 96e59a4e3d8796394e0cab8a7d3ed047d44445ee Mon Sep 17 00:00:00 2001 From: shulongdeng Date: Sat, 24 Jul 2021 14:51:59 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 94.6% (439 of 464 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- assets/l10n/intl_zh.arb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index 49c60f19..237136a7 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -2266,5 +2266,25 @@ "@commandHintBan": { "type": "text", "description": "Usage hint for the command /ban" + }, + "commandHintHtml": "发送HTML格式化文本", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintPlain": "发送纯文本", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintMe": "介绍自己", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintMyRoomNick": "设置您的聊天室昵称", + "@commandHintMyRoomNick": { + "type": "text", + "description": "Usage hint for the command /myroomnick" } }