mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Reimplement Drag & Drop for file uploading 🎉 (#1858)
This commit is contained in:
@@ -17,6 +17,11 @@ return [
|
||||
'from_files' => 'Upload Files',
|
||||
'from_url' => 'Upload from URL',
|
||||
'url' => 'URL',
|
||||
'drop_files' => 'Drop files to upload',
|
||||
'success' => 'Files uploaded successfully',
|
||||
'failed' => 'Failed to upload files',
|
||||
'header' => 'Uploading Files',
|
||||
'error' => 'An error occurred while uploading',
|
||||
],
|
||||
'rename' => [
|
||||
'title' => 'Rename',
|
||||
|
||||
Reference in New Issue
Block a user