Skip to content

Commit

Permalink
version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexusmai committed Dec 2, 2018
1 parent c0cd4c4 commit 4e3caaf
Show file tree
Hide file tree
Showing 25 changed files with 1,563 additions and 936 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
* One-panel + Directory tree
* Two-panel
* The minimum required set of operations:
* Creating files
* Creating folders
* Copying / Cutting Folders and Files
* Renaming
Expand All @@ -40,6 +41,17 @@
* Preview for images
* Viewing images
* Full screen mode
* More operations (v.2):
* Audio player (mp3, ogg, wav, aac), Video player (webm, mp4) - ([Plyr](https://github.com/sampotts/plyr))
* Code editor - ([Code Mirror](https://github.com/codemirror/codemirror))
* Image cropper - ([Cropper.js](https://github.com/fengyuanchen/cropperjs))
* Zip / Unzip - only for local disks
* Integration with WYSIWYG Editors:
* CKEditor 4
* Supported locales : ru, en, ar ([D34DlyM4N](https://github.com/D34DlyM4N))
* Supported locales : ru, en, ar

## Thanks

* Khalid Bj [D34DlyM4N](https://github.com/D34DlyM4N)


2 changes: 2 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.6.4",
"ext-zip": "*",
"ext-json": "*",
"laravel/framework": "5.4.*|5.5.*|5.6.*|5.7.*",
"league/flysystem": "^1.0",
"intervention/image": "^2.4",
Expand Down
12 changes: 11 additions & 1 deletion resources/assets/css/file-manager.css

Large diffs are not rendered by default.

29 changes: 17 additions & 12 deletions resources/assets/js/file-manager.js

Large diffs are not rendered by default.

34 changes: 23 additions & 11 deletions resources/lang/ar/response.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
<?php

return [
'noConfig' => 'الاعدادت غير متوفرة!',
'notFound' => 'غير متوفر!',
'diskSelected' => 'تم اختيار القرص!',
'dirExist' => 'المجلد موجود بالفعل!',
'dirCreated' => 'تم أنشاء المجلد!',
'uploaded' => 'تم تحديث كل الملفات!',
'delNotFound' => 'بعض الملفات غير موجودة! تحديث!',
'deleted' => 'تم الحذف!',
'renamed' => 'أعيدت تسميتها!',
'fileNotFound' => 'الملف غير موجود!',
'copied' => 'تم النسخ بنجاح!',
'noConfig' => 'الاعدادت غير متوفرة!',
'notFound' => 'غير متوفر!',
'diskNotFound' => 'Disk not found!',
'pathNotFound' => 'Path not found!',
'diskSelected' => 'تم اختيار القرص!',
// files
'fileExist' => 'File already exists!',
'fileCreated' => 'File created!',
'fileUpdated' => 'File updated!',
'fileNotFound' => 'الملف غير موجود!',
// directories
'dirExist' => 'المجلد موجود بالفعل!',
'dirCreated' => 'تم أنشاء المجلد!',
'dirNotFound' => 'Directory not found',
// actions
'uploaded' => 'تم تحديث كل الملفات!',
'delNotFound' => 'بعض الملفات غير موجودة! تحديث!',
'deleted' => 'تم الحذف!',
'renamed' => 'أعيدت تسميتها!',
'copied' => 'تم النسخ بنجاح!',
// zip
'zipError' => 'Error creating archive!',
];
35 changes: 23 additions & 12 deletions resources/lang/en/response.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
<?php

return [
'noConfig' => 'Config not found!',
'notFound' => 'Not found!',
'diskSelected' => 'Disk selected!',
'dirExist' => 'Directory already exists!',
'dirCreated' => 'Directory created!',
'uploaded' => 'All files uploaded!',
'delNotFound' => 'Some items not found! Refresh!',
'deleted' => 'Deleted!',
'renamed' => 'Renamed!',
'fileNotFound' => 'File not found!',
'copied' => 'Copied successfully!',
];
'noConfig' => 'Config not found!',
'notFound' => 'Not found!',
'diskNotFound' => 'Disk not found!',
'pathNotFound' => 'Path not found!',
'diskSelected' => 'Disk selected!',
// files
'fileExist' => 'File already exists!',
'fileCreated' => 'File created!',
'fileUpdated' => 'File updated!',
'fileNotFound' => 'File not found!',
// directories
'dirExist' => 'Directory already exists!',
'dirCreated' => 'Directory created!',
'dirNotFound' => 'Directory not found',
// actions
'uploaded' => 'All files uploaded!',
'delNotFound' => 'Some items not found! Refresh!',
'deleted' => 'Deleted!',
'renamed' => 'Renamed!',
'copied' => 'Copied successfully!',
// zip
'zipError' => 'Error creating archive!',
];
35 changes: 23 additions & 12 deletions resources/lang/ru/response.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
<?php

return [
'noConfig' => 'Конфигурация не найдена!',
'notFound' => 'Не найдено!',
'diskSelected' => 'Диск выбран!',
'dirExist' => 'Директория существует!',
'dirCreated' => 'Директория создана!',
'uploaded' => 'Все файлы загружены!',
'delNotFound' => 'Не все элементы найдены!',
'deleted' => 'Удалено!',
'renamed' => 'Переименовано!',
'fileNotFound' => 'Файл не найден!',
'copied' => 'Скопировано!',
];
'noConfig' => 'Конфигурация не найдена!',
'notFound' => 'Не найдено!',
'diskNotFound' => 'Диск не найден!',
'pathNotFound' => 'Путь не существует!',
'diskSelected' => 'Диск выбран!',
// files
'fileExist' => 'Файл существует!',
'fileCreated' => 'Файл создан!',
'fileUpdated' => 'Файл обновлен!',
'fileNotFound' => 'Файл не найден!',
// directories
'dirExist' => 'Директория существует!',
'dirCreated' => 'Директория создана!',
'dirNotFound' => 'Директория не найдена',
// actions
'uploaded' => 'Все файлы загружены!',
'delNotFound' => 'Не все элементы найдены!',
'deleted' => 'Удалено!',
'renamed' => 'Переименовано!',
'copied' => 'Скопировано!',
// zip
'zipError' => 'Ошибка создания архива!',
];
Loading

0 comments on commit 4e3caaf

Please sign in to comment.