From ac1fbf82894fecd02f8316d69252fbd6a145ae75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9C=D0=B8?= =?UTF-8?q?=D1=85=D0=B8=D1=80=D0=B5=D0=B2?= Date: Sat, 18 Oct 2025 12:55:24 +0200 Subject: [PATCH] chore(translations): Translated using Weblate (Russian) Currently translated at 94.0% (738 of 785 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- lib/l10n/intl_ru.arb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index afe803836..2725d7942 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -561,7 +561,7 @@ } } }, - "countParticipants": "{count} участника(ов)", + "countParticipants": "{count, plural, one{один участник} few{{count} участника} other{{count} участников}}", "@countParticipants": { "type": "String", "placeholders": { @@ -1087,7 +1087,7 @@ "type": "String", "placeholders": {} }, - "loadCountMoreParticipants": "Загрузить еще {count} участника(ов)", + "loadCountMoreParticipants": "{count, plural, one{Загрузить еще одного участника} few{Загрузить еще # участников} other{Загрузить еще # участников}}", "@loadCountMoreParticipants": { "type": "String", "placeholders": { @@ -1888,7 +1888,7 @@ } } }, - "userAndOthersAreTyping": "{username} и {count} других участников печатают…", + "userAndOthersAreTyping": "{count, plural, one{{username} и ещё один участник печатают…} few{{username} и ещё # участника печатают…} other{{username} и ещё # участников печатают…}}", "@userAndOthersAreTyping": { "type": "String", "placeholders": { @@ -3009,7 +3009,7 @@ "@inviteOtherUsers": {}, "changeTheVisibilityOfChatHistory": "Изменить видимость истории чата", "@changeTheVisibilityOfChatHistory": {}, - "countChatsAndCountParticipants": "{chats} чатов и {participants} участников", + "countChatsAndCountParticipants": "{chats, plural, one{{participants, plural, one{один чат с одним участником} few{один чат с {participants} участниками} other{один чат с {participants} участниками}}} few{{participants, plural, one{{chats} чата с одним участником} few{{chats} чата с {participants} участниками} other{{chats} чата с {participants} участниками}}} other{{participants, plural, one{{chats} чатов с одним участником} few{{chats} чатов с {participants} участниками} other{{chats} чатов с {participants} участниками}}}}", "@countChatsAndCountParticipants": { "type": "String", "placeholders": {