File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " laravel-file-manager" ,
3- "version" : " 2.1.0 " ,
3+ "version" : " 2.1.1 " ,
44 "description" : " File manager for Laravel" ,
55 "keywords" : [
66 " laravel" ,
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ const ar = {
9797 size : 'حجم' ,
9898 title : 'خصائص' ,
9999 type : 'نوع' ,
100- access : 'Access ' ,
101- access_0 : 'Access denied ' ,
102- access_1 : 'Only Read ' ,
103- access_2 : 'Read and Write ' ,
100+ access : 'التمكن من ' ,
101+ access_0 : 'تم الرفض ' ,
102+ access_1 : 'قراءة فقط ' ,
103+ access_2 : 'اقرا و اكتب ' ,
104104 } ,
105105 rename : {
106106 directoryExist : 'المجلد موجود' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default {
1414 acl : null ,
1515
1616 // App version
17- version : '2.1.0 ' ,
17+ version : '2.1.1 ' ,
1818
1919 // this headers will be merged with default headers
2020 headers : { } ,
You can’t perform that action at this time.
0 commit comments