Added Feedback section.
This commit is contained in:
@@ -12,4 +12,5 @@ return [
|
||||
'Last update' => 'Last update',
|
||||
'Links project' => 'Links from the project',
|
||||
'Translations' => 'Translations',
|
||||
'Feedback' => 'Feedback',
|
||||
];
|
||||
|
@@ -16,4 +16,5 @@ return [
|
||||
'ProjectContent' => 'About the project',
|
||||
'ProjectLink' => 'Links from the project',
|
||||
'ProjectTranslation' => 'Translations',
|
||||
'ProjectFeedback' => 'Feedback',
|
||||
];
|
||||
|
@@ -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',
|
||||
],
|
||||
];
|
||||
|
@@ -12,4 +12,5 @@ return [
|
||||
'Last update' => 'Последнее обновление',
|
||||
'Links project' => 'Ссылки от проекта',
|
||||
'Translations' => 'Переводы',
|
||||
'Feedback' => 'Обратная связь',
|
||||
];
|
||||
|
@@ -16,4 +16,5 @@ return [
|
||||
'ProjectContent' => 'О проекте',
|
||||
'ProjectLink' => 'Ссылки от проекта',
|
||||
'ProjectTranslation' => 'Переводы',
|
||||
'ProjectFeedback' => 'Обратная связь',
|
||||
];
|
||||
|
@@ -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' => 'сообщение',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user