diff --git a/assets/l10n/intl_uk.arb b/assets/l10n/intl_uk.arb index 31595fcd4..a2dfa84c8 100644 --- a/assets/l10n/intl_uk.arb +++ b/assets/l10n/intl_uk.arb @@ -3359,5 +3359,26 @@ "approve": "Схвалити", "@approve": {}, "youHaveKnocked": "Ви постукали", - "@youHaveKnocked": {} + "@youHaveKnocked": {}, + "sentVoiceMessage": "🎙️ {duration} - {sender}", + "@sentVoiceMessage": { + "type": "String", + "placeholders": { + "sender": { + "type": "String" + }, + "duration": { + "type": "String" + } + } + }, + "countInvited": "Запрошено {count}", + "@countInvited": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + } }