libra/lang/en/navigation.php

33 lines
903 B
PHP

<?php
return [
'dashboard' => 'Dashboard',
'platform' => 'Platform',
'settings' => 'Settings',
'profile' => 'Profile',
'password' => 'Password',
'appearance' => 'Appearance',
'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',
// Admin Navigation
'user_management' => 'User Management',
'clients' => 'Clients',
'individual_clients' => 'Individual Clients',
'company_clients' => 'Company Clients',
'bookings' => 'Bookings',
'pending_bookings' => 'Pending Bookings',
];