From 71618d2e07cd6ca5f833b4cd9cfd2adb23f0431b 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: Wed, 5 Nov 2025 01:02:54 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (811 of 811 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- lib/l10n/intl_zh.arb | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index d55481130..a5ee6ab11 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -3462,7 +3462,7 @@ "@allowMultipleAnswers": {}, "pollHasBeenEnded": "投票已结束", "@pollHasBeenEnded": {}, - "countVotes": "{count} 票", + "countVotes": "{count, plural, =1{1 票} other{{count} 票}}", "@countVotes": { "type": "int", "placeholders": { @@ -3472,5 +3472,20 @@ } }, "answersWillBeVisibleWhenPollHasEnded": "投票结束后将显示结果", - "@answersWillBeVisibleWhenPollHasEnded": {} + "@answersWillBeVisibleWhenPollHasEnded": {}, + "thread": "嘟文串", + "@thread": {}, + "replyInThread": "在嘟文串中回复", + "@replyInThread": {}, + "countReplies": "{count, plural, =1{1 则回复} other{{count} 则回复}}", + "@countReplies": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "backToMainChat": "返回主聊天", + "@backToMainChat": {} }