Added the ability to add links to the project.
This commit is contained in:
@@ -10,4 +10,5 @@ return [
|
||||
'About project' => 'About the project',
|
||||
'Languages' => 'Languages',
|
||||
'Last update' => 'Last update',
|
||||
'Links project' => 'Links from the project',
|
||||
];
|
||||
|
@@ -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',
|
||||
];
|
||||
|
@@ -292,5 +292,7 @@ return [
|
||||
'logo' => 'logo',
|
||||
'logo.file' => 'logo file',
|
||||
'logo.delete' => 'remove logo',
|
||||
'link' => 'link',
|
||||
'language_id' => 'language',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user