diff --git a/src/assets/i18n/messages.ru.xlf b/src/assets/i18n/messages.ru.xlf
index 3210be4..2ee20ab 100644
--- a/src/assets/i18n/messages.ru.xlf
+++ b/src/assets/i18n/messages.ru.xlf
@@ -732,7 +732,7 @@
Allow subscriptions setting
- Base bath for subscriptions
+ Subscriptions base path
Базовый путь для подписок
app/settings/settings.component.html
@@ -2748,8 +2748,8 @@
Download rate limit input hint
- Download for has been queued!
- Загрузка для выла добавлена в очередь!
+ Download for has been queued!
+ Загрузка для была добавлена в очередь!
src/app/main/main.component.ts
469
@@ -3021,8 +3021,8 @@
Progress
- Error for
- Ошибка для
+ Error for
+ Ошибка для
src/app/components/downloads/downloads.component.ts
238
@@ -3164,6 +3164,296 @@
Commit hash
+
+ Tasks
+ Задачи
+
+ src/app/app.component.html
+ 47
+
+ Navigation menu Tasks Page title
+
+
+ N/A
+ Неизвестно
+
+ src/app/components/tasks/tasks.component.html
+ 19
+
+
+ src/app/components/tasks/tasks.component.html
+ 28
+
+ N/A
+
+
+ Last ran
+ Последний запуск
+
+ src/app/components/tasks/tasks.component.html
+ 16
+
+ Last ran
+
+
+ Last confirmed
+ Последние подтверждённые
+
+ src/app/components/tasks/tasks.component.html
+ 25
+
+ Last confirmed
+
+
+ Status
+ Статус
+
+ src/app/components/tasks/tasks.component.html
+ 34
+
+ Status
+
+
+ Busy
+ Занято
+
+ src/app/components/tasks/tasks.component.html
+ 36
+
+ Busy
+
+
+ Scheduled for
+ Отложено для
+
+ src/app/components/tasks/tasks.component.html
+ 38
+
+ Scheduled
+
+
+ Not scheduled
+ Не отложено
+
+ src/app/components/tasks/tasks.component.html
+ 42
+
+ Not scheduled
+
+
+ Clear missing files from DB:
+ Очистка потерянных файлов из базы данных:
+
+ src/app/components/tasks/tasks.component.html
+ 57
+
+ Clear missing files from DB
+
+
+ Clear duplicate files from DB:
+ Очистка дубликатов файлов из базы данных:
+
+ src/app/components/tasks/tasks.component.html
+ 60
+
+ Clear duplicate files from DB
+
+
+ Update binary to:
+ Обновить бинарный файл на:
+
+ src/app/components/tasks/tasks.component.html
+ 63
+
+ Update binary to
+
+
+ Run
+ Запустить
+
+ src/app/components/tasks/tasks.component.html
+ 69
+
+ Run
+
+
+ Schedule
+ Отложить
+
+ src/app/components/tasks/tasks.component.html
+ 72
+
+ Schedule
+
+
+ Restore DB from backup
+ Восстановить базу данных из резервной копии
+
+ src/app/components/tasks/tasks.component.html
+ 89
+
+
+ src/app/dialogs/restore-db-dialog/restore-db-dialog.component.html
+ 1
+
+ Restore DB from backup button
+
+
+ Reset tasks
+ Сбросить задачи
+
+ src/app/components/tasks/tasks.component.html
+ 90
+
+ Reset tasks button
+
+
+ No tasks available!
+ Нет доступных задач!
+
+ src/app/components/tasks/tasks.component.html
+ 94
+
+ No tasks label
+
+
+ Successfully ran task!
+ Задача успешно запущена!
+
+ src/app/components/tasks/tasks.component.ts
+ 78
+
+
+
+ Failed to run task!
+ Не удалось запустить задачу!
+
+ src/app/components/tasks/tasks.component.ts
+ 79
+
+
+ src/app/components/tasks/tasks.component.ts
+ 81
+
+
+
+ Successfully confirmed task!
+ Задача успешно подтверждена!
+
+ src/app/components/tasks/tasks.component.ts
+ 89
+
+
+
+ Would you like to reset your tasks? All your schedules will be removed as well.
+ Хотите ли вы сбросить ваши задачи? Все отложенные задачи также будут удалены.
+
+ src/app/components/tasks/tasks.component.ts
+ 133
+
+
+
+ Restore
+ Восстановить
+
+ src/app/dialogs/restore-db-dialog/restore-db-dialog.component.html
+ 25
+
+ Restore button
+
+
+ Update task schedule
+ Обновить расписание задачи
+
+ src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html
+ 1
+
+ Update task schedule
+
+
+ Enabled
+ Включено
+
+ src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html
+ 7
+
+ Enabled
+
+
+ Recurring
+ Повторяющиеся
+
+ src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html
+ 10
+
+ Recurring
+
+
+ Update
+ Обновить
+
+ src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html
+ 52
+
+ Update button
+
+
+ Global custom args for downloads on the home page. (Set args for subscriptions for each subscriptions separately!) Args are delimited using two commas like so: ,,
+ Глобальные пользовательские аргументы для загрузок на домашней странице. (Установите аргументы подписок для каждой подписки отдельно!) Аргументы разделяются, используя две запятые, как здесь: ,,
+
+ src/app/settings/settings.component.html
+ 128
+
+ Custom args setting input hint
+
+
+ Reset tasks
+ Сбросить задачи
+
+ src/app/components/tasks/tasks.component.ts
+ 132
+
+
+
+ Failed to confirm task!
+ Не удалось подтвердить задачу!
+
+ src/app/components/tasks/tasks.component.ts
+ 90
+
+
+ src/app/components/tasks/tasks.component.ts
+ 92
+
+
+
+ Reset
+ Сбросить
+
+ src/app/components/tasks/tasks.component.ts
+ 134
+
+
+
+ Failed to reset tasks!
+ Не удалось сбросить задачи!
+
+ src/app/components/tasks/tasks.component.ts
+ 144
+
+
+ src/app/components/tasks/tasks.component.ts
+ 147
+
+
+
+ Tasks successfully reset!
+ Задачи успешно сброшены!
+
+ src/app/components/tasks/tasks.component.ts
+ 142
+
+