2023-07-16 19:21:09 +06:00
|
|
|
<?php declare(strict_types=1);
|
|
|
|
|
|
|
|
return [
|
|
|
|
'Role' => 'User group',
|
2023-08-01 22:04:35 +06:00
|
|
|
'User' => 'Users',
|
2023-09-19 15:19:48 +06:00
|
|
|
'CaptchaToken' => 'Tokens for creating captcha',
|
2023-07-16 19:21:09 +06:00
|
|
|
'Allowed to watch' => 'Allowed to watch',
|
|
|
|
'Allowed to create' => 'Allowed to create',
|
|
|
|
'Allowed to edit' => 'Allowed to edit',
|
|
|
|
'Allowed to delete' => 'Allowed to delete',
|
2023-08-22 00:15:35 +06:00
|
|
|
'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',
|
2023-07-16 19:21:09 +06:00
|
|
|
];
|