diff --git a/src/i18n/strings/ru.json b/src/i18n/strings/ru.json
index 5f82177a2f..e7cc2f2319 100644
--- a/src/i18n/strings/ru.json
+++ b/src/i18n/strings/ru.json
@@ -980,5 +980,9 @@
"This room is not public. You will not be able to rejoin without an invite.": "Эта комната не является публичной. Вы не сможете войти без приглашения.",
"Show devices, send anyway or cancel.": "Показать устройства, отправить в любом случае или отменить.",
"Community IDs cannot not be empty.": "ID сообществ не могут быть пустыми.",
- "In reply to ": "В ответ на "
+ "In reply to ": "В ответ на ",
+ "%(oldDisplayName)s changed their display name to %(displayName)s.": "%(oldDisplayName)s изменил отображаемое имя на %(displayName)s.",
+ "Failed to set direct chat tag": "Не удалось установить тег прямого чата",
+ "Failed to remove tag %(tagName)s from room": "Не удалось удалить тег %(tagName)s из комнаты",
+ "Failed to add tag %(tagName)s to room": "Не удалось добавить тег %(tagName)s в комнату"
}