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/
This commit is contained in:
大王叫我来巡山 2025-11-05 01:02:54 +01:00 committed by Hosted Weblate
parent 9c35913057
commit 71618d2e07
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -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": {}
}