From 8e4b4f1338d02a74839c6d749e4b3ed1e8374385 Mon Sep 17 00:00:00 2001 From: Artem Pereverzev Date: Sun, 22 Feb 2026 19:55:50 +0100 Subject: [PATCH] chore(translations): Translated using Weblate (Russian) Currently translated at 97.5% (820 of 841 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- lib/l10n/intl_ru.arb | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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" + } + } + } }