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" } }