-
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
21 changed files
with
739 additions
and
184 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,28 +1,29 @@ | ||
<?php | ||
|
||
return [ | ||
'noConfig' => 'الاعدادت غير متوفرة!', | ||
'notFound' => 'غير متوفر!', | ||
'diskNotFound' => 'القرص غير موجود!', | ||
'pathNotFound' => 'مسار غير موجود!', | ||
'diskSelected' => 'تم اختيار القرص!', | ||
'noConfig' => 'الاعدادت غير متوفرة!', | ||
'notFound' => 'غير متوفر!', | ||
'diskNotFound' => 'القرص غير موجود!', | ||
'pathNotFound' => 'مسار غير موجود!', | ||
'diskSelected' => 'تم اختيار القرص!', | ||
// files | ||
'fileExist' => 'الملف موجود بالفعل!', | ||
'fileCreated' => 'تم إنشاء الملف!', | ||
'fileUpdated' => 'تم تحديث الملف!', | ||
'fileNotFound' => 'الملف غير موجود!', | ||
'fileExist' => 'الملف موجود بالفعل!', | ||
'fileCreated' => 'تم إنشاء الملف!', | ||
'fileUpdated' => 'تم تحديث الملف!', | ||
'fileNotFound' => 'الملف غير موجود!', | ||
// directories | ||
'dirExist' => 'المجلد موجود بالفعل!', | ||
'dirCreated' => 'تم أنشاء المجلد!', | ||
'dirNotFound' => 'المجلد غير موجود', | ||
'dirExist' => 'المجلد موجود بالفعل!', | ||
'dirCreated' => 'تم أنشاء المجلد!', | ||
'dirNotFound' => 'المجلد غير موجود', | ||
// actions | ||
'uploaded' => 'تم تحديث كل الملفات!', | ||
'delNotFound' => 'بعض الملفات غير موجودة! تحديث!', | ||
'deleted' => 'تم الحذف!', | ||
'renamed' => 'أعيدت تسميتها!', | ||
'copied' => 'تم النسخ بنجاح!', | ||
'uploaded' => 'تم تحديث كل الملفات!', | ||
'notAllUploaded' => 'بعض الملفات غير المحملة!', | ||
'delNotFound' => 'بعض الملفات غير موجودة! تحديث!', | ||
'deleted' => 'تم الحذف!', | ||
'renamed' => 'أعيدت تسميتها!', | ||
'copied' => 'تم النسخ بنجاح!', | ||
// zip | ||
'zipError' => 'خطأ في إنشاء الأرشيف!', | ||
'zipError' => 'خطأ في إنشاء الأرشيف!', | ||
// acl | ||
'aclError' => 'تم الرفض!', | ||
'aclError' => 'تم الرفض!', | ||
]; |
Oops, something went wrong.