Files
my-projects-website/app/application/lang/en/admin-sections.php
T
kor-elf d3a84bad04 Add category-specific documentation view and management
- Introduce routes and controller actions for displaying and managing documentation by category.
- Adjust views to incorporate category-specific information and actions.
- Update services to handle category retrieval and validation.
- Add localized strings for new functionality in English and Russian.
2026-07-22 01:01:53 +05:00

23 lines
780 B
PHP

<?php
return [
'Dashboard' => 'Dashboard',
'User group' => 'User group',
'Users' => 'Users',
'AdminPanel' => 'Admin Panel',
'Projects' => 'Projects',
'Project' => 'Project',
'Sections' => 'Sections',
'About project' => 'About the project',
'Languages' => 'Languages',
'Last update' => 'Last update',
'Links project' => 'Links from the project',
'Translations' => 'Translations',
'Feedback' => 'Feedback',
'Documentation version' => 'Documentation version',
'Documentation' => 'Documentation',
'Categories' => 'Categories',
'Setting up automatic translation' => 'Setting up automatic translation',
'Documentation not found' => 'Documentation not found',
'No categories found' => 'No categories found',
];