New translations permission.php (Albanian)

This commit is contained in:
Fatih Alp 2020-02-12 13:18:02 +03:00
parent ee6280c357
commit 221ccd4507

View File

@ -0,0 +1,20 @@
<?php
return [
'category' => [
'name' => 'Category',
'option' => [
'read' => 'Can read category?',
'write' => 'Can create/edit category?',
'delete' => 'Can delete category?',
],
],
'placeholderforsearch' => [
'name' => 'Placeholderforsearch',
'option' => [
'read' => 'Can read placeholderforsearch?',
'write' => 'Can create/edit placeholderforsearch?',
'delete' => 'Can delete placeholderforsearch?',
],
],
];