48 lines
1.4 KiB
PHP
48 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'dashboard' => 'Dashboard',
|
|
'platform' => 'Platform',
|
|
'settings' => 'Settings',
|
|
'profile' => 'Profile',
|
|
'password' => 'Password',
|
|
'two_factor' => 'Two-Factor Authentication',
|
|
'logout' => 'Log Out',
|
|
'login' => 'Login',
|
|
'repository' => 'Repository',
|
|
'documentation' => 'Documentation',
|
|
'home' => 'Home',
|
|
'booking' => 'Book Consultation',
|
|
'posts' => 'Legal Insights',
|
|
'back' => 'Back',
|
|
'next' => 'Next',
|
|
'previous' => 'Previous',
|
|
'language' => 'Language',
|
|
'arabic' => 'العربية',
|
|
'english' => 'English',
|
|
|
|
// Client Navigation
|
|
'my_services' => 'My Services',
|
|
'my_consultations' => 'My Consultations',
|
|
'book_now' => 'Book Now',
|
|
|
|
// Admin Navigation
|
|
'user_management' => 'User Management',
|
|
'clients' => 'Clients',
|
|
'individual_clients' => 'Individual Clients',
|
|
'company_clients' => 'Company Clients',
|
|
'bookings' => 'Bookings',
|
|
'pending_bookings' => 'Pending Bookings',
|
|
'all_consultations' => 'All Consultations',
|
|
'case_management' => 'Case Management',
|
|
'timelines' => 'Timelines',
|
|
'content' => 'Content',
|
|
'reports' => 'Reports',
|
|
'export_users' => 'Export Users',
|
|
'export_consultations' => 'Export Consultations',
|
|
'export_timelines' => 'Export Timelines',
|
|
'working_hours' => 'Working Hours',
|
|
'blocked_times' => 'Blocked Times',
|
|
'legal_pages' => 'Legal Pages',
|
|
];
|