libra/lang/en/navigation.php

56 lines
1.8 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',
// Settings Page Headings
'profile_heading' => 'Profile',
'profile_subheading' => 'Update your name and email address',
'password_heading' => 'Update password',
'password_subheading' => 'Ensure your account is using a long, random password to stay secure',
'two_factor_heading' => 'Two Factor Authentication',
'two_factor_subheading' => 'Manage your two-factor authentication settings',
];