From 56c6459f38cc6816c62c9d23718195970bd4aa15 Mon Sep 17 00:00:00 2001 From: shulongdeng Date: Sat, 24 Jul 2021 14:25:26 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 88.7% (412 of 464 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- assets/l10n/intl_zh.arb | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index bf53c52c..ddc1982e 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -2217,5 +2217,37 @@ "@publicGroups": { "type": "text", "placeholders": {} + }, + "commandHintKick": "将该用户移出聊天室", + "@commandHintKick": { + "type": "text", + "description": "Usage hint for the command /kick" + }, + "commandHintOp": "设置该用户的权限等级(默认:50)", + "@commandHintOp": { + "type": "text", + "description": "Usage hint for the command /op" + }, + "commandInvalid": "指令无效", + "@commandInvalid": { + "type": "text" + }, + "commandMissing": "{command} 不是指令。", + "@commandMissing": { + "type": "text", + "placeholders": { + "command": {} + }, + "description": "State that {command} is not a valid /command." + }, + "editRoomAliases": "编辑聊天室别名", + "@editRoomAliases": { + "type": "text", + "placeholders": {} + }, + "setAsCanonicalAlias": "设为主要别名", + "@setAsCanonicalAlias": { + "type": "text", + "placeholders": {} } }