diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index c5b8b4e86..50d4179d7 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -451,7 +451,7 @@
- {VAR_PLURAL, plural, one { просмотр} few { просмотра} other { просмотров}}
+ {VAR_PLURAL, plural, =1 {1 view} other { просмотров}}src/app/shared/shared-video/video-views-counter.component.html3
@@ -465,7 +465,7 @@
- {VAR_PLURAL, plural, one { зритель} few { зрителя} other { зрителей}}
+ {VAR_PLURAL, plural, =1 {1 viewer} other { зрителей}}src/app/shared/shared-video/video-views-counter.component.html7
@@ -2857,7 +2857,7 @@
- {VAR_PLURAL, plural, one { ответ} few { ответа} other { ответов}}
+ {VAR_PLURAL, plural, =1 {1 reply} other { ответов}}src/app/+videos/+video-watch/comment/video-comments.component.html80
@@ -3851,7 +3851,7 @@
- {VAR_PLURAL, plural, one { отчёт} few { отчёта} other { отчётов}}
+ {VAR_PLURAL, plural, =1 {1 report} other { отчетов}}src/app/shared/shared-abuse-list/abuse-details.component.html42
@@ -4804,7 +4804,7 @@
- If your instance is explicitly allowed by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share. If the instance is not, we use an image link card that will redirect to your PeerTube instance. Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on https://cards-dev.twitter.com/validator to see if you instance is allowed.
+ Если ваш экземпляр явно разрешен Twitter, видеопроигрыватель будет встроен в канал Twitter на видеоресурсе PeerTube. в противном случае мы используем карточку со ссылкой на изображение, которая будет перенаправлять на ваш экземпляр Установите этот флажок, сохраните конфигурацию и протестируйте с URL-адресом видео вашего экземпляра (https://example.com/w/blabla ) на https://cards-dev.twitter.com/validator чтобы узнать, разрешен ли ваш экземпляр. src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html490,495
@@ -5694,7 +5694,7 @@
- {VAR_PLURAL, plural, one { плейлист} few { плейлиста} other { плейлистов}}
+ {VAR_PLURAL, plural, =1 {1 playlist} other { плейлистов}}src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html3
@@ -5851,7 +5851,7 @@
- {VAR_PLURAL, plural, one { подписчик} few { подписчика} other { подписчиков}}
+ {VAR_PLURAL, plural, =1 {1 subscriber} other { подписчиков}}src/app/+accounts/account-video-channels/account-video-channels.component.html23src/app/+my-library/+my-video-channels/my-video-channels.component.html28src/app/+video-channels/video-channels.component.html73
@@ -10051,7 +10051,7 @@
- {VAR_PLURAL, plural, one { Комментарий} few { Комментария} other { Комментариев}}
+ {VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other { Комментариев}}src/app/+videos/+video-watch/comment/video-comments.component.html4