Added Feedback section.

This commit is contained in:
2024-04-23 19:30:56 +05:00
parent 491249c8d8
commit 8c353a49b7
44 changed files with 1050 additions and 0 deletions

View File

@@ -12,4 +12,5 @@ return [
'Last update' => 'Last update',
'Links project' => 'Links from the project',
'Translations' => 'Translations',
'Feedback' => 'Feedback',
];

View File

@@ -16,4 +16,5 @@ return [
'ProjectContent' => 'About the project',
'ProjectLink' => 'Links from the project',
'ProjectTranslation' => 'Translations',
'ProjectFeedback' => 'Feedback',
];

View File

@@ -7,4 +7,13 @@ return [
'Page without translation' => 'Page without translation',
'Powered by service' => 'Powered by the My Projects website engine',
'Choose language' => 'Choose language',
'Feedback' => 'Feedback',
'Feedback-send' => 'Send review',
'required field' => 'required field',
'Message sent successfully' => 'Message sent successfully',
'attributes' => [
'name' => 'name',
'email' => 'email',
'message' => 'message',
],
];

View File

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

View File

@@ -16,4 +16,5 @@ return [
'ProjectContent' => 'О проекте',
'ProjectLink' => 'Ссылки от проекта',
'ProjectTranslation' => 'Переводы',
'ProjectFeedback' => 'Обратная связь',
];

View File

@@ -7,4 +7,13 @@ return [
'Page without translation' => 'Страница без перевода',
'Powered by service' => 'Работает на движке сайта «Мои проекты»',
'Choose language' => 'Выберите язык',
'Feedback' => 'Обратная связь',
'Feedback-send' => 'Отправить отзыв',
'required field' => 'обязательное поле',
'Message sent successfully' => 'Сообщение успешно отправлено',
'attributes' => [
'name' => 'имя',
'email' => 'email',
'message' => 'сообщение',
],
];