48 lines
2.0 KiB
PHP
48 lines
2.0 KiB
PHP
<?php
|
|
/**
|
|
* file_manager.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'file_sorting' => 'File Sorting',
|
|
'text_type' => 'Type',
|
|
'text_created' => 'Created Time',
|
|
'file_name' => 'File Name',
|
|
'to_sort' => 'Sort',
|
|
'text_desc' => 'Descent',
|
|
'text_asc' => 'Ascent',
|
|
'file_manager_create' => 'Create',
|
|
'file_manager_show' => 'View',
|
|
'file_manager_update' => 'Rename',
|
|
'file_manager_delete' => 'Delete',
|
|
'directory_already_exist' => 'The directory not exist!',
|
|
'directory_not_empty' => 'The directory not empty!',
|
|
'target_not_exist' => 'The target file/directory not exist!',
|
|
'create_folder' => 'Create folder',
|
|
'rename' => 'Rename',
|
|
'download' => 'Download',
|
|
'upload_files' => 'Upload',
|
|
'click_upload' => 'Click upload, or drag image here',
|
|
'image_uploading' => 'Image Uploading',
|
|
'no_file' => 'No File',
|
|
'picture_space' => 'Picture Space',
|
|
'show_pc' => 'Please go to the PC side to operate',
|
|
'verify_select_image' => 'Please select a picture',
|
|
'verify_select_video' => 'Please select video',
|
|
|
|
'confirm_delete_file' => 'Do you want to delete the selected file',
|
|
'confirm_delete_folder' => 'The folder deletion operation is in progress, all files in the folder will be deleted, do you want to confirm?',
|
|
'new_folder' => 'New folder',
|
|
'can_empty' => 'Can not be empty',
|
|
'finish' => 'Finish',
|
|
'uploading' => 'loading...',
|
|
'upload_fail' => 'Upload failed',
|
|
'file_manager' => 'File Manager',
|
|
];
|