From 22092d0c4aa4756c898190f11e51801991f0e52a Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Fri, 15 Apr 2022 09:25:39 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 100.0% (582 of 582 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- assets/l10n/intl_ru.arb | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index e672e724..7921e59a 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -2808,5 +2808,53 @@ "@separateChatTypes": { "type": "text", "placeholders": {} + }, + "youRejectedTheInvitation": "Вы отклонили приглашение", + "@youRejectedTheInvitation": {}, + "youAcceptedTheInvitation": "Вы приняли приглашение", + "@youAcceptedTheInvitation": {}, + "youUnbannedUser": "Вы разблокировали {user}", + "@youUnbannedUser": { + "placeholders": { + "user": {} + } + }, + "youJoinedTheChat": "Вы присоединились к чату", + "@youJoinedTheChat": {}, + "youKickedAndBanned": "Вы исключили и заблокировали {user}", + "@youKickedAndBanned": { + "placeholders": { + "user": {} + } + }, + "youInvitedUser": "Вы пригласили {user}", + "@youInvitedUser": { + "placeholders": { + "user": {} + } + }, + "youKicked": "Вы исключили {user}", + "@youKicked": { + "placeholders": { + "user": {} + } + }, + "youHaveWithdrawnTheInvitationFor": "Вы отозвали приглашение для {user}", + "@youHaveWithdrawnTheInvitationFor": { + "placeholders": { + "user": {} + } + }, + "youBannedUser": "Вы заблокировали {user}", + "@youBannedUser": { + "placeholders": { + "user": {} + } + }, + "youInvitedBy": "Вы были приглашены {user}", + "@youInvitedBy": { + "placeholders": { + "user": {} + } } }