From a51320bae8eda5024e9190ff0e3c589a04bcaca8 Mon Sep 17 00:00:00 2001 From: Alex Katon Date: Mon, 6 Apr 2026 10:56:27 +0200 Subject: [PATCH] chore(translations): Translated using Weblate (Russian) Currently translated at 96.2% (739 of 768 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- lib/l10n/intl_ru.arb | 73 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index 28e8aaa7..fc737379 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -2710,5 +2710,76 @@ "signUpGreeting": "FluffyChat децентрализорован! Выберите сервер, где вы хотите сделать свой аккаунт и заходите!", "signInGreeting": "У вас есть уже аккаунт в Matrix? Добро пожаловать! Выберите свой сервер и войдите.", "appIntro": "С FluffyChat'ом вы можете говорить со своими друзьями. Это защищённый децентрализорованный [matrix] мессенджер! Узнайте больше на https://matrix.org, если вам нравится или просто зарегистрироваться.", - "join": "Присоединиться" + "join": "Присоединиться", + "countFiles": "{count} файлов", + "@countFiles": { + "placeholders": { + "count": { + "type": "int" + } + } + }, + "unreadChatsInApp": "{appname}: {unread} непрочитанных чатов", + "@unreadChatsInApp": { + "type": "String", + "placeholders": { + "appname": { + "type": "String" + }, + "unread": { + "type": "String" + } + } + }, + "thereAreCountUsersBlocked": "Сейчас {count} пользователей заблокировано.", + "@thereAreCountUsersBlocked": { + "type": "String", + "count": {} + }, + "serverLimitReached": "Достигнут серверный лимит! Подождите {seconds} секунд...", + "@serverLimitReached": { + "type": "integer", + "placeholders": { + "seconds": { + "type": "int" + } + } + }, + "countVotes": "{count, plural, =1{Один голос} other{{count} голоса(-ов)}}", + "@countVotes": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "countReplies": "{count, plural, =1{Один ответ} other{{count} ответа(-ов)}}", + "@countReplies": { + "type": "int", + "placeholders": { + "count": { + "type": "int" + } + } + }, + "chatSearchedUntil": "Чат индексируется до {time}", + "@chatSearchedUntil": { + "type": "String", + "placeholders": { + "time": { + "type": "String" + } + } + }, + "federationBaseUrl": "Основной URL федерации", + "clientWellKnownInformation": "Client-Well-Known Информация:", + "baseUrl": "Базовый URL", + "identityServer": "Сервер профилей:", + "signIn": "Войти", + "searchOrEnterHomeserverAddress": "Поищите или введите адрес домашнего сервера", + "matrixId": "Matrix ID", + "setPowerLevel": "Установить уровень возможностей", + "makeModerator": "Назначить модератором", + "makeAdmin": "Назначить администратором" }