From ac20e9710c15ded9cc3dae8e6563f6e339da39ae Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 12 Dec 2021 13:51:53 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (522 of 522 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- assets/l10n/intl_zh.arb | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index fd4e8069..4d4764f6 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -2654,5 +2654,25 @@ "removeFromSpace": "从空间删除", "@removeFromSpace": {}, "start": "开始", - "@start": {} + "@start": {}, + "commandHint_discardsession": "丢弃会话", + "@commandHint_discardsession": { + "type": "text", + "description": "Usage hint for the command /discardsession" + }, + "commandHint_dm": "启动一对一交谈\n使用 --no-encryption 禁用加密", + "@commandHint_dm": { + "type": "text", + "description": "Usage hint for the command /dm" + }, + "commandHint_clearcache": "清除缓存", + "@commandHint_clearcache": { + "type": "text", + "description": "Usage hint for the command /clearcache" + }, + "commandHint_create": "创建空的群聊\n使用 --no-encryption 禁用加密", + "@commandHint_create": { + "type": "text", + "description": "Usage hint for the command /create" + } }