The page about the project has been revived.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
10
app/application/lang/en/site.php
Normal file
10
app/application/lang/en/site.php
Normal 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',
|
||||
];
|
@@ -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": "Проект не найден"
|
||||
}
|
||||
|
10
app/application/lang/ru/site.php
Normal file
10
app/application/lang/ru/site.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
return [
|
||||
"Menu" => "Меню",
|
||||
'Projects' => 'Проекты',
|
||||
'Project' => 'Проект',
|
||||
'About project' => 'О проекте',
|
||||
'Page without translation' => 'Страница без перевода',
|
||||
'Powered by service' => 'Работает на движке сайта «Мои проекты»',
|
||||
'Choose language' => 'Выберите язык',
|
||||
];
|
Reference in New Issue
Block a user