From da56e0cffe6889c538fc035b1cdf60973702f6b4 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: Tue, 4 Nov 2025 15:42:09 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Chinese (Simplified Han script)) Currently translated at 100.0% (807 of 807 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/zh_Hans/ --- lib/l10n/intl_zh.arb | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_zh.arb b/lib/l10n/intl_zh.arb index 6233ffaf7..9f662d430 100644 --- a/lib/l10n/intl_zh.arb +++ b/lib/l10n/intl_zh.arb @@ -3432,5 +3432,45 @@ } }, "donate": "捐赠", - "@donate": {} + "@donate": {}, + "startedAPoll": "{username} 启动了投票。", + "@startedAPoll": { + "type": "String", + "placeholders": { + "username": { + "type": "String" + } + } + }, + "poll": "投票", + "@poll": {}, + "startPoll": "启动投票", + "@startPoll": {}, + "endPoll": "结束投票", + "@endPoll": {}, + "answersVisible": "答复可见", + "@answersVisible": {}, + "answersHidden": "答复隐藏", + "@answersHidden": {}, + "pollQuestion": "投票问题", + "@pollQuestion": {}, + "answerOption": "答复选项", + "@answerOption": {}, + "addAnswerOption": "添加答复选项", + "@addAnswerOption": {}, + "allowMultipleAnswers": "允许多个答复", + "@allowMultipleAnswers": {}, + "pollHasBeenEnded": "投票已结束", + "@pollHasBeenEnded": {}, + "countVotes": "{count} 票", + "@countVotes": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "answersWillBeVisibleWhenPollHasEnded": "投票结束后将显示答复", + "@answersWillBeVisibleWhenPollHasEnded": {} }