diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 6a26b7222..b6b1245f7 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -2562,7 +2562,7 @@
Chapters
- Временные метки
+ Эпизодыsrc/app/+videos/+video-edit/shared/video-edit.component.html234
@@ -2578,7 +2578,7 @@
Chapter name
- Название метки
+ Название главыsrc/app/+videos/+video-edit/shared/video-edit.component.html246
@@ -10978,7 +10978,7 @@
A chapter title is required.
- Требуется название метки.
+ Требуется название главы.src/app/shared/form-validators/video-chapter-validators.ts7
@@ -10986,7 +10986,7 @@
A chapter title should be more than 2 characters long.
- Длина названия метки должна содержать более 2 символов.
+ Длина названия главы должна содержать более 2 символов.src/app/shared/form-validators/video-chapter-validators.ts8
@@ -10994,7 +10994,7 @@
A chapter title should be less than 100 characters long.
- Длина названия метки должна составлять менее 100 символов.
+ Длина названия главы должна составлять менее 100 символов.src/app/shared/form-validators/video-chapter-validators.ts9
@@ -11002,7 +11002,7 @@
Multiple chapters have the same timecode
- Несколько меток имеют одинаковый временной код
+ Несколько глав имеют одинаковую временную метку src/app/shared/form-validators/video-chapter-validators.ts26
@@ -12167,7 +12167,7 @@
Video added in at timestamps
- Видео добавлено в с временной меткой
+ Видео добавлено в с временными метками src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts379
@@ -12179,7 +12179,7 @@
Timestamps updated
- Обновлены временные метки
+ Обновлены главыsrc/app/shared/shared-video-playlist/video-add-to-playlist.component.ts277src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts129