first upload all files
This commit is contained in:
16
Modules/Attribute/Resources/lang/en/permissions.php
Normal file
16
Modules/Attribute/Resources/lang/en/permissions.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'attributes' => [
|
||||
'index' => 'Index Attribute',
|
||||
'create' => 'Create Attribute',
|
||||
'edit' => 'Edit Attribute',
|
||||
'destroy' => 'Delete Attribute',
|
||||
],
|
||||
'attribute_sets' => [
|
||||
'index' => 'Index Attribute Set',
|
||||
'create' => 'Create Attribute Set',
|
||||
'edit' => 'Edit Attribute Set',
|
||||
'destroy' => 'Delete Attribute Set',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user