diff --git a/assets/l10n/intl_et.arb b/assets/l10n/intl_et.arb index 95b7ce823..e0e3da5ae 100644 --- a/assets/l10n/intl_et.arb +++ b/assets/l10n/intl_et.arb @@ -3359,5 +3359,26 @@ "pleaseWaitUntilInvited": "Palun oota seni, kuni keegi jututoast saadab sulle kutse.", "@pleaseWaitUntilInvited": {}, "youHaveKnocked": "Sa oled koputanud", - "@youHaveKnocked": {} + "@youHaveKnocked": {}, + "countInvited": "{count} kutsutut", + "@countInvited": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "sentVoiceMessage": "🎙️ {duration} - {sender}", + "@sentVoiceMessage": { + "type": "String", + "placeholders": { + "sender": { + "type": "String" + }, + "duration": { + "type": "String" + } + } + } }