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