From 1ad3e93e83343ee7a87afce44936740042ed0ab2 Mon Sep 17 00:00:00 2001 From: Eric Date: Mon, 21 Nov 2022 14:23:14 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (640 of 640 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- assets/l10n/intl_zh.arb | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index 380a73f6..2ae0dfa2 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -2991,5 +2991,32 @@ "hideUnimportantStateEvents": "隐藏不重要的状态事件", "@hideUnimportantStateEvents": {}, "doNotShowAgain": "不再显示", - "@doNotShowAgain": {} + "@doNotShowAgain": {}, + "googlyEyesContent": "{senderName} 给你发送了“大眼”表情", + "@googlyEyesContent": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "commandHint_googly": "发送 一些“大眼”", + "@commandHint_googly": {}, + "commandHint_cuddle": "发送“拥抱”", + "@commandHint_cuddle": {}, + "commandHint_hug": "发送“搂抱”", + "@commandHint_hug": {}, + "cuddleContent": "{senderName} 拥抱了你", + "@cuddleContent": { + "type": "text", + "placeholders": { + "senderName": {} + } + }, + "hugContent": "{senderName} 搂抱了你", + "@hugContent": { + "type": "text", + "placeholders": { + "senderName": {} + } + } }