From efabf250e8924c5acc9ae7cff1c7cc3263acc3fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=8E=8B=E5=8F=AB=E6=88=91=E6=9D=A5=E5=B7=A1?= =?UTF-8?q?=E5=B1=B1?= Date: Mon, 23 Mar 2026 01:38:00 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (763 of 763 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- lib/l10n/intl_zh.arb | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 504efa89..0a678588 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -2800,5 +2800,13 @@ "iDoNotWantToSupport": "我不想支持", "iAlreadySupportFluffyChat": "我已支持 FluffyChat", "setLowPriority": "设置低优先级", - "unsetLowPriority": "取消设置低优先级" -} \ No newline at end of file + "unsetLowPriority": "取消设置低优先级", + "removeCallFromChat": "从聊天中删除通话", + "removeCallFromChatDescription": "要为所有成员从聊天中删除通话吗?", + "removeCallForEveryone": "为所有人删除通话", + "startVoiceCall": "开始语音通话", + "startVideoCall": "开始视频通话", + "joinVoiceCall": "加入语音通话", + "joinVideoCall": "加入视频通话", + "live": "实时" +}