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

@@ -249,5 +249,9 @@
"There was an error adding a language": "There was an error adding a language",
"Select images": "Select images",
"loading": "loading",
"Project information has been successfully updated": "Project information has been successfully updated"
"Project information has been successfully updated": "Project information has been successfully updated",
"in all languages": "in all languages",
"The link was successfully created": "The link was successfully created",
"The link was successfully updated": "The link was successfully updated",
"The link has been deleted": "The link has been deleted",
}

View File

@@ -10,4 +10,5 @@ return [
'About project' => 'About the project',
'Languages' => 'Languages',
'Last update' => 'Last update',
'Links project' => 'Links from the project',
];

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',
];

View File

@@ -292,5 +292,7 @@ return [
'logo' => 'logo',
'logo.file' => 'logo file',
'logo.delete' => 'remove logo',
'link' => 'link',
'language_id' => 'language',
],
];

View File

@@ -249,5 +249,9 @@
"There was an error adding a language": "Произошла ошибка при добавлении языка",
"Select images": "Выберите изображения",
"loading": "загрузка",
"Project information has been successfully updated": "Информация о проекте успешно обновлена"
"Project information has been successfully updated": "Информация о проекте успешно обновлена",
"in all languages": "на всех языках",
"The link was successfully created": "Ссылка успешно создана",
"The link was successfully updated": "Ссылка успешно обновлена",
"The link has been deleted": "Ссылка удалена"
}

View File

@@ -10,4 +10,5 @@ return [
'About project' => 'О проекте',
'Languages' => 'Языки',
'Last update' => 'Последнее обновление',
'Links project' => 'Ссылки от проекта',
];

View File

@@ -3,13 +3,16 @@
return [
'Role' => 'Группа пользователей',
'User' => 'Пользователи',
'CaptchaToken' => 'Токены для создания капчи',
'Allowed to watch' => 'Разрешено смотреть',
'Allowed to watch' => 'Разрешено смотреть',
'Allowed to create' => 'Разрешено создать',
'Allowed to edit' => 'Разрешено редактировать',
'Allowed to edit' => 'Разрешено редактировать',
'Allowed to delete' => 'Разрешено удалять',
'Administrative panel allowed' => 'Административная панель разрешена',
'AdminPanel' => 'Административная панель разрешена',
'Project' => 'Проекты',
'AdminPanel' => 'Административная панель разрешена',
'Project' => 'Проекты',
'ProjectContent' => 'О проекте',
'ProjectLink' => 'Ссылки от проекта',
];

View File

@@ -292,5 +292,7 @@ return [
'logo' => 'логотип',
'logo.file' => 'файл логотипа',
'logo.delete' => 'удалить логотип',
'link' => 'ссылка',
'language_id' => 'язык',
],
];