diff --git a/.github/workflows/close-issue-if-noresponse.yml b/.github/workflows/close-issue-if-noresponse.yml new file mode 100644 index 0000000..64d4756 --- /dev/null +++ b/.github/workflows/close-issue-if-noresponse.yml @@ -0,0 +1,38 @@ +name: No Response + +# Both `issue_comment` and `scheduled` event types are required for this Action +# to work properly. +on: + issue_comment: + types: [created] + schedule: + # Schedule for five minutes after the hour, every hour + - cron: '5 * * * *' + +# By specifying the access of one of the scopes, all of those that are not +# specified are set to 'none'. +permissions: + issues: write + +jobs: + noResponse: + runs-on: ubuntu-latest + if: ${{ github.repository == 'Tzahi12345/YoutubeDL-Material' }} + steps: + - uses: lee-dohm/no-response@v0.5.0 + with: + token: ${{ github.token }} + # Comment to post when closing an Issue for lack of response. Set to `false` to disable + closeComment: > + This issue has been automatically closed because there has been no response + to our request for more information from the original author. With only the + information that is currently in the issue, we don't have enough information + to take action. Please reach out if you have or find the answers we need so + that we can investigate further. We will re-open this issue if you provide us + with the requested information with a comment under this issue. + Thank you for your understanding and for trying to help make this application + a better one! + # Number of days of inactivity before an issue is closed for lack of response. + daysUntilClose: 21 + # Label requiring a response. + responseRequiredLabel: "💬 response-needed" diff --git a/src/assets/i18n/messages.ca.xlf b/src/assets/i18n/messages.ca.xlf index 0093b91..ba0c194 100644 --- a/src/assets/i18n/messages.ca.xlf +++ b/src/assets/i18n/messages.ca.xlf @@ -1392,7 +1392,7 @@ Allow subscriptions setting - Base bath for subscriptions + Subscriptions base path Camí base de subscripcions src/app/settings/settings.component.html @@ -3009,8 +3009,8 @@ Skip ad button - Download for has been queued! - La descàrrega de s'ha posat a la cua! + Download for has been queued! + La descàrrega de s'ha posat a la cua! src/app/main/main.component.ts 469 @@ -3071,8 +3071,8 @@ Installation type - Error for - Error a + Error for + Error a src/app/components/downloads/downloads.component.ts 238 @@ -3104,6 +3104,296 @@ 130 + + Tasks + Tasques + + src/app/app.component.html + 47 + + Navigation menu Tasks Page title + + + Last ran + Última vegada que es va executar + + src/app/components/tasks/tasks.component.html + 16 + + Last ran + + + N/A + N/A + + src/app/components/tasks/tasks.component.html + 19 + + + src/app/components/tasks/tasks.component.html + 28 + + N/A + + + Last confirmed + Últim confirmat + + src/app/components/tasks/tasks.component.html + 25 + + Last confirmed + + + Clear duplicate files from DB: + Esborrar els fitxers duplicats a la BD: + + src/app/components/tasks/tasks.component.html + 60 + + Clear duplicate files from DB + + + Clear missing files from DB: + Esborrar els fitxers que falten a la BD: + + src/app/components/tasks/tasks.component.html + 57 + + Clear missing files from DB + + + Update binary to: + Actualitzar el binari a: + + src/app/components/tasks/tasks.component.html + 63 + + Update binary to + + + Run + Executar + + src/app/components/tasks/tasks.component.html + 69 + + Run + + + Schedule + Planificació + + src/app/components/tasks/tasks.component.html + 72 + + Schedule + + + Restore DB from backup + Restaurar la BD des de la còpia de seguretat + + 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 + Restablir tasques + + src/app/components/tasks/tasks.component.html + 90 + + Reset tasks button + + + Successfully ran task! + S'ha realitzat correctament la tasca! + + src/app/components/tasks/tasks.component.ts + 78 + + + + Failed to run task! + No s'ha pogut executar la tasca! + + src/app/components/tasks/tasks.component.ts + 79 + + + src/app/components/tasks/tasks.component.ts + 81 + + + + Failed to confirm task! + No s'ha pogut confirmar la tasca! + + src/app/components/tasks/tasks.component.ts + 90 + + + src/app/components/tasks/tasks.component.ts + 92 + + + + Reset tasks + Restablir tasques + + src/app/components/tasks/tasks.component.ts + 132 + + + + Would you like to reset your tasks? All your schedules will be removed as well. + Vols restablir les teves tasques? També s'eliminaran totes els teves planificacions. + + src/app/components/tasks/tasks.component.ts + 133 + + + + Reset + Restablir + + src/app/components/tasks/tasks.component.ts + 134 + + + + Scheduled for + Planificat per a + + src/app/components/tasks/tasks.component.html + 38 + + Scheduled + + + Not scheduled + No planificat + + src/app/components/tasks/tasks.component.html + 42 + + Not scheduled + + + Restore + Restaurar + + src/app/dialogs/restore-db-dialog/restore-db-dialog.component.html + 25 + + Restore button + + + Enabled + Habilitat + + src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html + 7 + + Enabled + + + Recurring + Recurrent + + src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html + 10 + + Recurring + + + Update + Actualitzar + + 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: ,, + Arguments personalitzats globals per a les baixades a la pàgina d'inici. (Definiu els arguments per a les subscripcions per a cadascuna de les subscripcions per separat!) Els arguments es delimiten mitjançant dues comes, així: ,, + + src/app/settings/settings.component.html + 128 + + Custom args setting input hint + + + Busy + Ocupat + + src/app/components/tasks/tasks.component.html + 36 + + Busy + + + Status + Estat + + src/app/components/tasks/tasks.component.html + 34 + + Status + + + Failed to reset tasks! + No s'han pogut restablir les tasques! + + src/app/components/tasks/tasks.component.ts + 144 + + + src/app/components/tasks/tasks.component.ts + 147 + + + + No tasks available! + No hi ha tasques disponibles! + + src/app/components/tasks/tasks.component.html + 94 + + No tasks label + + + Tasks successfully reset! + Les tasques s'han restablert correctament! + + src/app/components/tasks/tasks.component.ts + 142 + + + + Successfully confirmed task! + S'ha confirmat correctament la tasca! + + src/app/components/tasks/tasks.component.ts + 89 + + + + Update task schedule + Actualitzar la planificació de tasques + + src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html + 1 + + Update task schedule + diff --git a/src/assets/i18n/messages.mk.xlf b/src/assets/i18n/messages.mk.xlf index 66cfc31..5fd69ee 100644 --- a/src/assets/i18n/messages.mk.xlf +++ b/src/assets/i18n/messages.mk.xlf @@ -1,4 +1,4 @@ - + @@ -91,8 +91,8 @@ Settings menu label - Download for has been queued! - Превземањето за е ставено во редицата за чекање! + Download for has been queued! + Превземањето за е ставено во редицата за чекање! src/app/main/main.component.ts 469 @@ -2496,8 +2496,8 @@ - Error for - Грешка за + Error for + Грешка за src/app/components/downloads/downloads.component.ts 238 @@ -3035,6 +3035,296 @@ Video duration label + + Last ran + Последно извршување + + src/app/components/tasks/tasks.component.html + 16 + + Last ran + + + N/A + N/A + + src/app/components/tasks/tasks.component.html + 19 + + + src/app/components/tasks/tasks.component.html + 28 + + N/A + + + 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 + + + Update binary to: + Ажурирај ја програмата: + + src/app/components/tasks/tasks.component.html + 63 + + Update binary to + + + Schedule + Закажи + + src/app/components/tasks/tasks.component.html + 72 + + Schedule + + + Run + Стартувај + + src/app/components/tasks/tasks.component.html + 69 + + Run + + + 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 + + + + 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 + + + + Reset + Ресетирај + + src/app/components/tasks/tasks.component.ts + 134 + + + + Tasks successfully reset! + Задачите успешно се ресетираа! + + src/app/components/tasks/tasks.component.ts + 142 + + + + Failed to reset tasks! + Не успеа да се ресетираат задачите! + + src/app/components/tasks/tasks.component.ts + 144 + + + src/app/components/tasks/tasks.component.ts + 147 + + + + 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 + + + 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 + + + Clear duplicate files from DB: + Исчисти ги дупликат фајловите од базата со податоци: + + src/app/components/tasks/tasks.component.html + 60 + + Clear duplicate files from DB + + + Tasks + Задачи + + src/app/app.component.html + 47 + + Navigation menu Tasks Page title + + + Reset tasks + Ресетирајте ги задачите + + src/app/components/tasks/tasks.component.ts + 132 + + + + Failed to run task! + Не успеа да се изврши задачата! + + src/app/components/tasks/tasks.component.ts + 79 + + + src/app/components/tasks/tasks.component.ts + 81 + + + + Failed to confirm task! + Задачата не успеа да се потврди! + + src/app/components/tasks/tasks.component.ts + 90 + + + src/app/components/tasks/tasks.component.ts + 92 + + + + Update + Ажурирање + + src/app/dialogs/update-task-schedule-dialog/update-task-schedule-dialog.component.html + 52 + + Update button + diff --git a/src/assets/i18n/messages.ru.xlf b/src/assets/i18n/messages.ru.xlf index 98528a4..1da0ade 100644 --- a/src/assets/i18n/messages.ru.xlf +++ b/src/assets/i18n/messages.ru.xlf @@ -13,7 +13,7 @@ Name - Имя + Название app/create-playlist/create-playlist.component.html 5 @@ -124,7 +124,7 @@ Modify - Модифицировать + Изменить app/dialogs/arg-modifier-dialog/arg-modifier-dialog.component.html 85 @@ -289,7 +289,7 @@ Path is relative to the config download path. Don't include extension. - Путь является относительным к пути загрузки конфигурации. Не включайте расширение. + Путь является относительным к пути загрузки конфигурации. Не включайте расширение. app/main/main.component.html 131 @@ -336,9 +336,7 @@ YT Password placeholder - - Audio - + Audio app/main/main.component.html @@ -347,9 +345,7 @@ Audio files title - - Your audio files are here - + Your audio files are here app/main/main.component.html @@ -375,9 +371,7 @@ Playlists title - - No playlists available. Create one from your downloading audio files by clicking the blue plus button. - + No playlists available. Create one from your downloading audio files by clicking the blue plus button. app/main/main.component.html @@ -386,9 +380,7 @@ No video playlists available text - - Video - + Video app/main/main.component.html @@ -397,9 +389,7 @@ Video files title - - Your video files are here - + Your video files are here app/main/main.component.html @@ -408,9 +398,7 @@ Video files description - - No playlists available. Create one from your downloading video files by clicking the blue plus button. - + No playlists available. Create one from your downloading video files by clicking the blue plus button. app/main/main.component.html @@ -433,7 +421,7 @@ URL: - URL-адрес: + Ссылка: app/dialogs/video-info-dialog/video-info-dialog.component.html 9 @@ -523,7 +511,7 @@ Modify playlist - Изменить список воспроизведения + Изменить плейлист app/dialogs/modify-playlist/modify-playlist.component.html 1 @@ -602,7 +590,7 @@ Upload new cookies - Загрузка новых файлов cookie + Загрузка новых cookie app/dialogs/cookies-uploader-dialog/cookies-uploader-dialog.component.html 1 @@ -642,7 +630,7 @@ URL - URL-адрес + Ссылка app/settings/settings.component.html 18 @@ -744,7 +732,7 @@ Allow subscriptions setting - Base bath for subscriptions + Subscriptions base path Базовый путь для подписок app/settings/settings.component.html @@ -1283,7 +1271,7 @@ is an open-source YouTube downloader built under Google's Material Design specifications. You can seamlessly download your favorite videos as video or audio files, and even subscribe to your favorite channels and playlists to keep updated with their new videos. - это загрузчик YouTube с открытым исходным кодом, созданный в соответствии со спецификациями Material Design от Google. Вы можете легко загружать любимые видеоролики в виде видео- или аудиофайлов и даже подписываться на любимые каналы и плейлисты, чтобы быть в курсе их новых видео. + это загрузчик YouTube с открытым исходным кодом, созданный в соответствии со спецификациями Material Design от Google. Вы можете легко загружать любимые видеоролики в виде видео- или аудиофайлов и даже подписываться на любимые каналы и плейлисты, чтобы быть в курсе новых видео. app/dialogs/about-dialog/about-dialog.component.html 12 @@ -1346,7 +1334,7 @@ to create an issue! - чтобы создать проблему! + чтобы описать проблему! app/dialogs/about-dialog/about-dialog.component.html 25 @@ -1417,7 +1405,7 @@ Create admin account - Создайте учетную запись администратора + Создание учетной записи администратора app/dialogs/set-default-admin-dialog/set-default-admin-dialog.component.html 1 @@ -1426,7 +1414,7 @@ No default admin account detected. This will create and set the password for an admin account with the user name as 'admin'. - Учетная запись администратора по умолчанию не обнаружена. Это создаст и установит пароль для учетной записи администратора с именем пользователя 'admin'. + Учетная запись администратора по умолчанию не обнаружена. Это создаст и установит пароль для учетной записи администратора с именем пользователя 'admin'. app/dialogs/set-default-admin-dialog/set-default-admin-dialog.component.html 5 @@ -1453,7 +1441,7 @@ About - О + О программе app/app.component.html 32 @@ -1462,7 +1450,7 @@ Home - Дом + Домашняя страница app/app.component.html 43 @@ -1525,7 +1513,7 @@ Use timestamp - Используйте метку времени + Использовать метку времени app/dialogs/share-media-dialog/share-media-dialog.component.html 13 @@ -1619,7 +1607,7 @@ The playlist or channel URL - URL-адрес списка воспроизведения или канала + Ссылка на плейлист или канал app/dialogs/subscribe-dialog/subscribe-dialog.component.html 9 @@ -1637,7 +1625,7 @@ Download all uploads - Загрузить все загруженные файлы + Загрузить все загруженные файлы app/dialogs/subscribe-dialog/subscribe-dialog.component.html 23 @@ -1646,7 +1634,7 @@ Download videos uploaded in the last - Скачать видео, загруженное за последние время + Скачать видео, загруженные за последнее время app/dialogs/subscribe-dialog/subscribe-dialog.component.html 26 @@ -1655,7 +1643,7 @@ Audio-only mode - Только аудио режим + Только звук app/dialogs/subscribe-dialog/subscribe-dialog.component.html 38 @@ -1664,7 +1652,7 @@ Streaming-only mode - Режим только для потокового вещания + Только потоковое вещание app/dialogs/subscribe-dialog/subscribe-dialog.component.html 43 @@ -1682,7 +1670,7 @@ Custom file output - Пользовательский вывод файлов + Пользовательский файл для вывода app/dialogs/subscribe-dialog/subscribe-dialog.component.html 57 @@ -1727,7 +1715,7 @@ Unsubscribe - Отписаться от рассылки + Отписаться app/dialogs/subscription-info-dialog/subscription-info-dialog.component.html 26 @@ -1929,7 +1917,7 @@ Set new password - Установите новый пароль + Задать новый пароль app/components/manage-user/manage-user.component.html 10 @@ -2045,7 +2033,7 @@ See less. - Смотреть меньше. + Закрыть. src/app/components/see-more/see-more.component.html 8,9 @@ -2054,7 +2042,7 @@ See more. - См. подробнее. + Раскрыть. src/app/components/see-more/see-more.component.html 5,6 @@ -2099,7 +2087,7 @@ Clear logs - Очистить журналы + Очистить журнал src/app/components/logs-viewer/logs-viewer.component.html 34 @@ -2404,7 +2392,7 @@ Download Twitch Chat - Скачать Чат Twitch + Скачать чат Twitch src/app/components/twitch-chat/twitch-chat.component.html 10 @@ -2431,7 +2419,7 @@ Editing category - Категория редактирования + Редактирование категории src/app/dialogs/edit-category-dialog/edit-category-dialog.component.html 1 @@ -2449,7 +2437,7 @@ Editing - Редактирование + Правка src/app/dialogs/edit-subscription-dialog/edit-subscription-dialog.component.html 1 @@ -2494,7 +2482,7 @@ Add content - Добавить содержание + Добавить содержание src/app/dialogs/modify-playlist/modify-playlist.component.html 19 @@ -2503,7 +2491,7 @@ NOTE: Uploading new cookies will override your previous cookies. Also note that cookies are instance-wide, not per-user. - ПРИМЕЧАНИЕ: Загрузка новых файлов cookie отменяет предыдущие файлы cookie. Также обратите внимание, что файлы cookie используются в масштабах всего экземпляра, а не каждого пользователя. + ПРИМЕЧАНИЕ: Загрузка новых cookie отменяет предыдущие cookie. Также обратите внимание, что cookie используются в масштабах всего экземпляра, а не каждого пользователя. src/app/dialogs/cookies-uploader-dialog/cookies-uploader-dialog.component.html 20 @@ -2546,7 +2534,7 @@ Max quality - Максимальное качество + Лучшее качество src/app/dialogs/subscribe-dialog/subscribe-dialog.component.html 40 @@ -2760,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 @@ -2885,7 +2873,7 @@ Build date: - Дата постройки: + Дата сборки: src/app/dialogs/about-dialog/about-dialog.component.html 33 @@ -2894,7 +2882,7 @@ Clear - Стереть + Очистить src/app/components/downloads/downloads.component.ts 131 @@ -2902,7 +2890,7 @@ Complete - Закончено + Завершено src/app/components/downloads/downloads.component.ts 61 @@ -2910,7 +2898,7 @@ Clear finished downloads - Очистить законченны загрузки + Очистить завершённые загрузки src/app/components/downloads/downloads.component.ts 129 @@ -2960,7 +2948,7 @@ Clear - Стереть + Очистить src/app/components/downloads/downloads.component.html 68 @@ -3033,8 +3021,8 @@ Progress - Error for - Ошибка для + Error for + Ошибка с src/app/components/downloads/downloads.component.ts 238 @@ -3118,7 +3106,7 @@ Docker tag: - Тег Docker: + Метка Docker: src/app/dialogs/about-dialog/about-dialog.component.html 28 @@ -3176,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 + +