diff --git a/assets/l10n/intl_zh.arb b/assets/l10n/intl_zh.arb index 6e81765c9..db2e0cdfc 100644 --- a/assets/l10n/intl_zh.arb +++ b/assets/l10n/intl_zh.arb @@ -3359,5 +3359,28 @@ "youHaveKnocked": "你已请求加入", "@youHaveKnocked": {}, "pleaseWaitUntilInvited": "在来自该聊天室的某人邀请你之前请等待。", - "@pleaseWaitUntilInvited": {} + "@pleaseWaitUntilInvited": {}, + "countInvited": "邀请了 {count}", + "@countInvited": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "checkList": "清单", + "@checkList": {}, + "sentVoiceMessage": "🎙️ {duration} - {sender}", + "@sentVoiceMessage": { + "type": "String", + "placeholders": { + "sender": { + "type": "String" + }, + "duration": { + "type": "String" + } + } + } }