Enhance manual inbox dialog: add regex presets and hints for episode number extraction, improve user interface for file selection, and update translations for better user guidance. Refactor state management and query handling to streamline the import process and enhance overall user experience in manual media management.
This commit is contained in:
@@ -208,6 +208,17 @@ const resources = {
|
||||
manualSelectAll: 'Выбрать все',
|
||||
manualSelected: 'Выбрано: {{count}}',
|
||||
manualEmpty: 'В папке manual пусто',
|
||||
regexPickHint: 'Кликните число в имени файла — по нему соберётся правило для всех файлов:',
|
||||
regexPickTitle: 'Это номер серии',
|
||||
regexPresets: 'Готовые:',
|
||||
regexPresetNames: {
|
||||
seriesWord: 'Серия N',
|
||||
episodeWord: 'Эпизод N',
|
||||
seasonEpisode: 'SxxEyy',
|
||||
afterDash: 'после тире',
|
||||
firstNumber: 'первое число',
|
||||
},
|
||||
regexClear: 'сбросить',
|
||||
manualAlready: 'уже в библиотеке',
|
||||
manualRoot: 'корень manual/',
|
||||
manualRecognized: 'Распознано: {{count}} из {{total}}',
|
||||
@@ -887,6 +898,17 @@ const resources = {
|
||||
manualSelectAll: 'Select all',
|
||||
manualSelected: 'Selected: {{count}}',
|
||||
manualEmpty: 'The manual folder is empty',
|
||||
regexPickHint: 'Click a number in the file name — a rule for all files is built from it:',
|
||||
regexPickTitle: 'This is the episode number',
|
||||
regexPresets: 'Ready-made:',
|
||||
regexPresetNames: {
|
||||
seriesWord: 'Серия N',
|
||||
episodeWord: 'Эпизод N',
|
||||
seasonEpisode: 'SxxEyy',
|
||||
afterDash: 'after a dash',
|
||||
firstNumber: 'first number',
|
||||
},
|
||||
regexClear: 'clear',
|
||||
manualAlready: 'already in the library',
|
||||
manualRoot: 'manual/ root',
|
||||
manualRecognized: 'Recognized: {{count}} of {{total}}',
|
||||
|
||||
Reference in New Issue
Block a user