2024-04-02 22:16:29 +05:00
|
|
|
<?php
|
|
|
|
return [
|
|
|
|
'Dashboard' => 'Dashboard',
|
|
|
|
'User group' => 'User group',
|
|
|
|
'Users' => 'Users',
|
|
|
|
'AdminPanel' => 'Admin Panel',
|
2024-04-11 19:43:01 +05:00
|
|
|
'Projects' => 'Projects',
|
2024-04-14 15:27:51 +05:00
|
|
|
'Project' => 'Project',
|
|
|
|
'Sections' => 'Sections',
|
|
|
|
'About project' => 'About the project',
|
|
|
|
'Languages' => 'Languages',
|
|
|
|
'Last update' => 'Last update',
|
2024-04-15 22:53:34 +05:00
|
|
|
'Links project' => 'Links from the project',
|
2024-04-22 23:52:04 +05:00
|
|
|
'Translations' => 'Translations',
|
2024-04-23 19:30:56 +05:00
|
|
|
'Feedback' => 'Feedback',
|
2024-04-02 22:16:29 +05:00
|
|
|
];
|