diff --git a/resources/lang/vendor/adminlte/es/menu.php b/resources/lang/vendor/adminlte/es/menu.php index 1e96584..760ad3a 100644 --- a/resources/lang/vendor/adminlte/es/menu.php +++ b/resources/lang/vendor/adminlte/es/menu.php @@ -2,18 +2,31 @@ return [ - 'main_navigation' => 'MENU PRINCIPAL', - 'blog' => 'Blog', - 'pages' => 'Páginas', - 'account_settings' => 'AJUSTES DE LA CUENTA', - 'profile' => 'Perfil', - 'change_password' => 'Cambiar Contraseña', - 'multilevel' => 'Multi Nivel', - 'level_one' => 'Nivel 1', - 'level_two' => 'Nivel 2', - 'level_three' => 'Nivel 3', - 'labels' => 'ETIQUETAS', - 'important' => 'Importante', - 'warning' => 'Advertencia', - 'information' => 'Información', + 'm_home' => 'Home', + 'm_directory' => 'Directory', + 'h_applications' => 'Applications', + 'm_my_applications' => 'My Applications', + 'm_curr_applications' => 'Current Applications', + 'h_my_profile' => 'My Profile', + 'm_profile_settings' => 'Profile Settings', + 'm_account_settings' => 'My Account Settings', + 'h_app_management' => 'Application Management', + 'm_all_apps' => 'All Applications', + 'm_outstanding_apps' => 'Outstanding Applications', + 'm_interview_queue' => 'Interview Queue', + 'm_peer_approval' => 'Peer Approval Queue', + 'h_admin' => 'Administration', + 'm_staff_m' => 'Staff Members', + 'm_reg_players' => 'Registered Players', + 'sm_hiring_man' => 'Hiring Management', + 'm_open_pos' => 'Open Positions', + 'sm_forms' => 'Forms', + 'sm_all_forms' => 'All Forms', + 'm_form_builder' => 'Form Builder', + 'sm_app_settings' => 'App Settings', + 'm_global_app_s' => 'Global App Settings', + 'm_devtools' => 'Developer Tools', + 'm_s_logs' => 'System Logs' + + ];