From 1e9175c4a1d8d71ad090e2265402e15e588e7bac Mon Sep 17 00:00:00 2001 From: Artyom Vasilyev Date: Thu, 22 Jul 2021 07:11:42 +0000 Subject: [PATCH] Translated using Weblate (Russian) Currently translated at 99.7% (462 of 463 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ru/ --- assets/l10n/intl_ru.arb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index ec137a54..596c566e 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -2481,5 +2481,25 @@ "@commandHintReact": { "type": "text", "description": "Usage hint for the command /react" + }, + "commandHintHtml": "Отправить текст формата HTML", + "@commandHintHtml": { + "type": "text", + "description": "Usage hint for the command /html" + }, + "commandHintPlain": "Отправить неотформатированный текст", + "@commandHintPlain": { + "type": "text", + "description": "Usage hint for the command /plain" + }, + "commandHintMe": "Опишите себя", + "@commandHintMe": { + "type": "text", + "description": "Usage hint for the command /me" + }, + "commandHintSend": "Отправить текст", + "@commandHintSend": { + "type": "text", + "description": "Usage hint for the command /send" } }