From 2cda26995908689c2b292d3af8fb03f95c7ff7da Mon Sep 17 00:00:00 2001 From: Nikita Epifanov Date: Fri, 25 Sep 2020 19:28:45 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 100.0% (309 of 309 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- lib/l10n/intl_ru.arb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/l10n/intl_ru.arb b/lib/l10n/intl_ru.arb index 619e5c008..f710fb6c8 100644 --- a/lib/l10n/intl_ru.arb +++ b/lib/l10n/intl_ru.arb @@ -1681,5 +1681,25 @@ "@yourOwnUsername": { "type": "text", "placeholders": {} + }, + "warning": "Предупреждение!", + "@warning": { + "type": "text", + "placeholders": {} + }, + "passwordHasBeenChanged": "Пароль был изменён", + "@passwordHasBeenChanged": { + "type": "text", + "placeholders": {} + }, + "deleteAccount": "Удалить аккаунт", + "@deleteAccount": { + "type": "text", + "placeholders": {} + }, + "deactivateAccountWarning": "Это деактивирует вашу учётную запись пользователя. Это не может быть отменено! Вы уверены?", + "@deactivateAccountWarning": { + "type": "text", + "placeholders": {} } }