From 675dbba5487ce09843719aa4c8f32b90a348145f 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 619e5c0..f710fb6 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": {} } }