Skip to content

Commit 20ae893

Browse files
committed
add translate for acl phrases
1 parent 90fae1d commit 20ae893

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/lang/ar.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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: 'المجلد موجود',

src/store/settings/store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: {},

0 commit comments

Comments
 (0)