libra/lang/en/navigation.php

22 lines
541 B
PHP

<?php
return [
'dashboard' => 'Dashboard',
'platform' => 'Platform',
'settings' => 'Settings',
'profile' => 'Profile',
'password' => 'Password',
'appearance' => 'Appearance',
'two_factor' => 'Two-Factor Authentication',
'logout' => 'Log Out',
'repository' => 'Repository',
'documentation' => 'Documentation',
'home' => 'Home',
'back' => 'Back',
'next' => 'Next',
'previous' => 'Previous',
'language' => 'Language',
'arabic' => 'العربية',
'english' => 'English',
];