diff --git a/assets/l10n/intl_id.arb b/assets/l10n/intl_id.arb index 25b91cdd0..39342c81c 100644 --- a/assets/l10n/intl_id.arb +++ b/assets/l10n/intl_id.arb @@ -3358,5 +3358,28 @@ "approve": "Terima", "@approve": {}, "youHaveKnocked": "Anda telah mengetuk", - "@youHaveKnocked": {} + "@youHaveKnocked": {}, + "sentVoiceMessage": "🎙️ {duration} - {sender}", + "@sentVoiceMessage": { + "type": "String", + "placeholders": { + "sender": { + "type": "String" + }, + "duration": { + "type": "String" + } + } + }, + "checkList": "Ceklis", + "@checkList": {}, + "countInvited": "{count} diundang", + "@countInvited": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + } }