Skip to content

Commit

Permalink
Merge pull request #7 from D34DlyM4N/master
Browse files Browse the repository at this point in the history
Add Arabic Language
  • Loading branch information
alexusmai authored Oct 21, 2018
2 parents d7d5c9c + 767118b commit 3e5b55f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions resources/lang/ar/response.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php
return [
'noConfig' => 'الاعدادت غير متوفرة!',
'notFound' => 'غير متوفر!',
'diskSelected' => 'تم اختيار القرص!',
'dirExist' => 'المجلد موجود بالفعل!',
'dirCreated' => 'تم أنشاء المجلد!',
'uploaded' => 'تم تحديث كل الملفات!',
'delNotFound' => 'بعض الملفات غير موجودة! تحديث!',
'deleted' => 'تم الحذف!',
'renamed' => 'أعيدت تسميتها!',
'fileNotFound' => 'الملف غير موجود!',
'copied' => 'تم النسخ بنجاح!',
];

0 comments on commit 3e5b55f

Please sign in to comment.