A documentation section has been added to the admin panel.
This commit is contained in:
@@ -256,5 +256,16 @@
|
||||
"The link has been deleted": "The link has been deleted",
|
||||
"Language not found": "Language not found",
|
||||
"Project not found": "Project not found",
|
||||
"Translations successfully updated": "Translations successfully updated"
|
||||
"Translations successfully updated": "Translations successfully updated",
|
||||
"allowed characters:": "allowed characters:",
|
||||
"Documentation version created successfully": "Documentation version created successfully",
|
||||
"Documentation version updated successfully": "Documentation version updated successfully",
|
||||
"Documentation version successfully removed": "Documentation version successfully removed",
|
||||
"List": "List",
|
||||
"Documentation created successfully": "Documentation created successfully",
|
||||
"Documentation updated successfully": "Documentation updated successfully",
|
||||
"Documentation successfully removed": "Documentation successfully removed",
|
||||
"Category successfully created": "Category successfully created",
|
||||
"Category updated successfully": "Category updated successfully",
|
||||
"Category successfully deleted": "Category successfully deleted"
|
||||
}
|
||||
|
@@ -13,4 +13,7 @@ return [
|
||||
'Links project' => 'Links from the project',
|
||||
'Translations' => 'Translations',
|
||||
'Feedback' => 'Feedback',
|
||||
'Documentation version' => 'Documentation version',
|
||||
'Documentation' => 'Documentation',
|
||||
'Categories' => 'Categories',
|
||||
];
|
||||
|
@@ -17,4 +17,6 @@ return [
|
||||
'ProjectLink' => 'Links from the project',
|
||||
'ProjectTranslation' => 'Translations',
|
||||
'ProjectFeedback' => 'Feedback',
|
||||
'Documentation' => 'Documentation',
|
||||
'DocumentationCategory' => 'Documentation category',
|
||||
];
|
||||
|
@@ -151,6 +151,8 @@ return [
|
||||
'no_type' => 'The :attribute can only use: :type.',
|
||||
'captcha' => 'Failed to pass human verification.',
|
||||
'http_host' => 'The :attribute must be a valid domain.',
|
||||
'parent' => 'A parent cannot refer to itself.',
|
||||
'parent_cycle_detected' => 'Category ID occurs in the parent chain.',
|
||||
'attributes' => [
|
||||
'address' => 'address',
|
||||
'affiliate_url' => 'affiliate URL',
|
||||
@@ -301,5 +303,9 @@ return [
|
||||
'translations' => 'translations',
|
||||
'translations.*.code' => 'translations code',
|
||||
'translations.*.text' => 'translations',
|
||||
'parent_id' => 'parent',
|
||||
'content.*.title' => 'title',
|
||||
'content.*.content' => 'content',
|
||||
'category_id' => 'category',
|
||||
],
|
||||
];
|
||||
|
7
app/application/lang/en/version-status.php
Normal file
7
app/application/lang/en/version-status.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'NotSupported' => 'Not Supported',
|
||||
'Supported' => 'Supported',
|
||||
'CurrentVersion' => 'Current version',
|
||||
'FutureVersion' => 'Future version',
|
||||
];
|
@@ -256,5 +256,16 @@
|
||||
"The link has been deleted": "Ссылка удалена",
|
||||
"Language not found": "Язык не найден",
|
||||
"Project not found": "Проект не найден",
|
||||
"Translations successfully updated": "Переводы успешно обновлены"
|
||||
"Translations successfully updated": "Переводы успешно обновлены",
|
||||
"allowed characters:": "разрешенные символы:",
|
||||
"Documentation version created successfully": "Версия документации успешно создана",
|
||||
"Documentation version updated successfully": "Версия документации успешно обновлена",
|
||||
"Documentation version successfully removed": "Версия документации успешно удалена",
|
||||
"List": "Список",
|
||||
"Documentation created successfully": "Документация успешно создана",
|
||||
"Documentation updated successfully": "Документация успешно обновлена",
|
||||
"Documentation successfully removed": "Документация успешно удалена",
|
||||
"Category successfully created": "Категория успешно создана",
|
||||
"Category updated successfully": "Категория успешно обновлена",
|
||||
"Category successfully deleted": "Категория успешно удалена"
|
||||
}
|
||||
|
@@ -13,4 +13,7 @@ return [
|
||||
'Links project' => 'Ссылки от проекта',
|
||||
'Translations' => 'Переводы',
|
||||
'Feedback' => 'Обратная связь',
|
||||
'Documentation version' => 'Версия документации',
|
||||
'Documentation' => 'Документация',
|
||||
'Categories' => 'Категории',
|
||||
];
|
||||
|
@@ -17,4 +17,6 @@ return [
|
||||
'ProjectLink' => 'Ссылки от проекта',
|
||||
'ProjectTranslation' => 'Переводы',
|
||||
'ProjectFeedback' => 'Обратная связь',
|
||||
'Documentation' => 'Документация',
|
||||
'DocumentationCategory' => 'Категория документации',
|
||||
];
|
||||
|
@@ -151,6 +151,8 @@ return [
|
||||
'no_type' => 'Значение поля :attribute может использовать только: :type.',
|
||||
'captcha' => 'Не удалось пройти проверку человеком.',
|
||||
'http_host' => 'Значение поля :attribute не является доменом или имеет некорректный формат.',
|
||||
'parent' => 'Родитель не может ссылаться на себя.',
|
||||
'parent_cycle_detected' => 'ID категории встречается в родительской цепочке.',
|
||||
'attributes' => [
|
||||
'address' => 'адрес',
|
||||
'affiliate_url' => 'Партнёрская ссылка',
|
||||
@@ -301,5 +303,9 @@ return [
|
||||
'translations' => 'переводы',
|
||||
'translations.*.code' => 'код перевода',
|
||||
'translations.*.text' => 'переводы',
|
||||
'parent_id' => 'родитель',
|
||||
'content.*.title' => 'заголовок',
|
||||
'content.*.content' => 'контент',
|
||||
'category_id' => 'категория',
|
||||
],
|
||||
];
|
||||
|
7
app/application/lang/ru/version-status.php
Normal file
7
app/application/lang/ru/version-status.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'NotSupported' => 'Не поддерживается',
|
||||
'Supported' => 'Поддерживается',
|
||||
'CurrentVersion' => 'Текущая версия',
|
||||
'FutureVersion' => 'Будущая версия',
|
||||
];
|
Reference in New Issue
Block a user