Changed the project structure.
This commit is contained in:
18
app/application/lang/en/permissions.php
Normal file
18
app/application/lang/en/permissions.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'Role' => 'User group',
|
||||
'User' => 'Users',
|
||||
'CaptchaToken' => 'Tokens for creating captcha',
|
||||
'Allowed to watch' => 'Allowed to watch',
|
||||
'Allowed to create' => 'Allowed to create',
|
||||
'Allowed to edit' => 'Allowed to edit',
|
||||
'Allowed to delete' => 'Allowed to delete',
|
||||
'Allowed to watch all tokens' => 'Allowed to watch all tokens',
|
||||
'Allowed to view own tokens' => 'Allowed to view own tokens',
|
||||
'Allowed to create tokens' => 'Allowed to create tokens',
|
||||
'Allowed to edit all tokens' => 'Allowed to edit all tokens',
|
||||
'Allowed to edit own tokens' => 'Allowed to edit own tokens',
|
||||
'Allowed to delete own tokens' => 'Allowed to delete own tokens',
|
||||
'Allowed to delete all tokens' => 'Allowed to delete all tokens',
|
||||
];
|
Reference in New Issue
Block a user