first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
return [
'media' => 'Media',
'drop_files_here' => 'Drop files here or click to upload',
'upload_new_file' => 'Upload New File',
'browse' => 'Browse',
'thumbnails' => 'Thumbnails',
'table' => [
'thumbnail' => 'Thumbnail',
'filename' => 'Filename',
'width' => 'Width',
'height' => 'Height',
],
'file_manager' => [
'title' => 'File Manager',
'select_this_file' => 'Select this file',
],
];

View File

@@ -0,0 +1,5 @@
<?php
return [
'image_has_been_added' => 'Image has been added.',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'index' => 'Index Media',
'create' => 'Create Media',
'destroy' => 'Delete Media',
];