diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index 626e6f3d8..710b1c2cb 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -3023,5 +3023,35 @@ "setupChatBackup": "Настроить резервную копию чата", "createNewAccount": "Создать новый аккаунт", "theProcessWasCanceled": "Процесс был отменен.", - "noMoreResultsFound": "Ничего не найдено" + "noMoreResultsFound": "Ничего не найдено", + "countChatsAndCountParticipants": "{chats} чатов и {participants} участников", + "@countChatsAndCountParticipants": { + "type": "String", + "placeholders": { + "chats": { + "type": "int" + }, + "participants": { + "type": "int" + } + } + }, + "countInvited": "{count} приглашенных", + "@countInvited": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "loadCountMoreParticipants": "Загрузить ещё {count} участников", + "@loadCountMoreParticipants": { + "type": "String", + "placeholders": { + "count": { + "type": "int" + } + } + } }