-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
1,563 additions
and
936 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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!', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => 'Ошибка создания архива!', | ||
]; |
Oops, something went wrong.