The page about the project has been revived.

This commit is contained in:
2024-04-18 19:41:31 +05:00
parent 63ea5dac92
commit 24e0cf0eea
42 changed files with 1126 additions and 6 deletions

View File

@@ -254,4 +254,6 @@
"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",
"Language not found": "Language not found",
"Project not found": "Project not found"
}

View File

@@ -0,0 +1,10 @@
<?php
return [
"Menu" => "Menu",
'Projects' => 'Projects',
'Project' => 'Project',
'About project' => 'About the project',
'Page without translation' => 'Page without translation',
'Powered by service' => 'Powered by the My Projects website engine',
'Choose language' => 'Choose language',
];

View File

@@ -253,5 +253,7 @@
"in all languages": "на всех языках",
"The link was successfully created": "Ссылка успешно создана",
"The link was successfully updated": "Ссылка успешно обновлена",
"The link has been deleted": "Ссылка удалена"
"The link has been deleted": "Ссылка удалена",
"Language not found": "Язык не найден",
"Project not found": "Проект не найден"
}

View File

@@ -0,0 +1,10 @@
<?php
return [
"Menu" => "Меню",
'Projects' => 'Проекты',
'Project' => 'Проект',
'About project' => 'О проекте',
'Page without translation' => 'Страница без перевода',
'Powered by service' => 'Работает на движке сайта «Мои проекты»',
'Choose language' => 'Выберите язык',
];