Enhance ManualInboxDialog: add show selection dropdown for improved media organization and update translations for better user guidance. Simplify layout by removing redundant elements while maintaining user hints.
build / backend (push) Successful in 1m29s
build / frontend (push) Successful in 53s
tests / backend-tests (push) Successful in 1m57s

This commit is contained in:
Leonid Pershin
2026-07-26 15:55:06 +03:00
parent 6bca42754c
commit b5a47c6d8a
2 changed files with 20 additions and 17 deletions
+2
View File
@@ -225,6 +225,7 @@ const resources = {
manualCleanupHint:
'Файлы уйдут из папки, спутники (субтитры, nfo) и опустевший каталог будут удалены.',
manualTruncated: 'Показаны первые 500 файлов — в папке есть ещё.',
manualShow: 'Шоу',
manualPickShow: 'Выберите шоу',
manualImport: 'Забрать в шоу',
manualImported: 'Импортировано файлов: {{count}}',
@@ -915,6 +916,7 @@ const resources = {
manualCleanupHint:
'Files leave the folder; siblings (subtitles, nfo) and the emptied folder are removed.',
manualTruncated: 'Showing the first 500 files — there are more in the folder.',
manualShow: 'Show',
manualPickShow: 'Pick a show',
manualImport: 'Import into show',
manualImported: 'Files imported: {{count}}',