Enhance UploadToShowDialog: add 'apply to all' functionality for batch show assignment, improve UI layout for better user experience, and update translations for new options.
This commit is contained in:
@@ -134,6 +134,7 @@ const resources = {
|
||||
toShowPreview: 'Что распознаем',
|
||||
toShowRecognized: 'распознано {{recognized}} из {{total}}',
|
||||
toShowMatched: 'шоу распознано у {{matched}} из {{total}}',
|
||||
applyToAll: 'Задать всем…',
|
||||
toShowUnknown: '—',
|
||||
toShowConfirm: 'Загрузить и добавить',
|
||||
uploaded: 'Файл загружен, идёт обработка',
|
||||
@@ -474,6 +475,7 @@ const resources = {
|
||||
toShowPreview: 'What we detect',
|
||||
toShowRecognized: '{{recognized}} of {{total}} recognized',
|
||||
toShowMatched: 'show detected for {{matched}} of {{total}}',
|
||||
applyToAll: 'Set for all…',
|
||||
toShowUnknown: '—',
|
||||
toShowConfirm: 'Upload and add',
|
||||
uploaded: 'File uploaded, processing started',
|
||||
|
||||
Reference in New Issue
Block a user