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:
@@ -194,6 +194,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