Datei-Upload: Mehrfach-Upload mit Drag & Drop und Dateiliste
- Upload-Formular unterstützt jetzt mehrere Dateien gleichzeitig - Drag & Drop oder Klick zum Auswählen (mehrfach möglich) - Dateiliste mit Dateiname, Größe, individueller Kategorie-Auswahl und Entfernen-Button pro Datei - Standard-Kategorie kann oben gewählt werden, individuelle Kategorie pro Datei ist optional überschreibbar - Controller verarbeitet Array von Dateien (je max. 10 MB) - Übersetzungen in allen 6 Sprachen ergänzt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -212,6 +212,12 @@ return [
|
||||
'files_title' => 'Управление файлами',
|
||||
'upload_file' => 'Загрузить файл',
|
||||
'file_uploaded' => 'Файл был загружен.',
|
||||
'upload_files' => 'Загрузить файлы',
|
||||
'files_uploaded' => 'Загружено файлов: :count.',
|
||||
'select_files' => 'Выбрать файлы',
|
||||
'drag_or_click_files' => 'Перетащите файлы сюда или нажмите для выбора',
|
||||
'files_selected' => 'файл(ов) выбрано',
|
||||
'select_category_for_all' => 'Пожалуйста, выберите категорию для всех файлов.',
|
||||
'file_deleted' => 'Файл был удалён.',
|
||||
'file_category' => 'Категория',
|
||||
'select_category' => 'Выберите категорию',
|
||||
|
||||
Reference in New Issue
Block a user