Added the ability to add links to the project.

This commit is contained in:
2024-04-15 22:53:34 +05:00
parent 4583908230
commit 63ea5dac92
29 changed files with 756 additions and 13 deletions

View File

@@ -3,12 +3,16 @@
return [
'Role' => 'User group',
'User' => 'Users',
'Allowed to watch' => 'Allowed to watch',
'Allowed to watch' => 'Allowed to watch',
'Allowed to create' => 'Allowed to create',
'Allowed to edit' => 'Allowed to edit',
'Allowed to edit' => 'Allowed to edit',
'Allowed to delete' => 'Allowed to delete',
'Administrative panel allowed' => 'Administrative panel allowed',
'AdminPanel' => 'Administrative panel allowed',
'Project' => 'Projects',
'AdminPanel' => 'Administrative panel allowed',
'Project' => 'Projects',
'ProjectContent' => 'About the project',
'ProjectLink' => 'Links from the project',
];