File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " laravel-file-manager" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 2.1.1 " ,
4
4
"description" : " File manager for Laravel" ,
5
5
"keywords" : [
6
6
" laravel" ,
Original file line number Diff line number Diff line change @@ -97,10 +97,10 @@ const ar = {
97
97
size : 'حجم' ,
98
98
title : 'خصائص' ,
99
99
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 : 'اقرا و اكتب ' ,
104
104
} ,
105
105
rename : {
106
106
directoryExist : 'المجلد موجود' ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export default {
14
14
acl : null ,
15
15
16
16
// App version
17
- version : '2.1.0 ' ,
17
+ version : '2.1.1 ' ,
18
18
19
19
// this headers will be merged with default headers
20
20
headers : { } ,
You can’t perform that action at this time.
0 commit comments