forked from miguel456/rbrecruiter
New translations menu.php (Spanish)
This commit is contained in:
parent
c57ace1ad9
commit
4371dd971c
|
@ -2,18 +2,31 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'main_navigation' => 'MENU PRINCIPAL',
|
'm_home' => 'Home',
|
||||||
'blog' => 'Blog',
|
'm_directory' => 'Directory',
|
||||||
'pages' => 'Páginas',
|
'h_applications' => 'Applications',
|
||||||
'account_settings' => 'AJUSTES DE LA CUENTA',
|
'm_my_applications' => 'My Applications',
|
||||||
'profile' => 'Perfil',
|
'm_curr_applications' => 'Current Applications',
|
||||||
'change_password' => 'Cambiar Contraseña',
|
'h_my_profile' => 'My Profile',
|
||||||
'multilevel' => 'Multi Nivel',
|
'm_profile_settings' => 'Profile Settings',
|
||||||
'level_one' => 'Nivel 1',
|
'm_account_settings' => 'My Account Settings',
|
||||||
'level_two' => 'Nivel 2',
|
'h_app_management' => 'Application Management',
|
||||||
'level_three' => 'Nivel 3',
|
'm_all_apps' => 'All Applications',
|
||||||
'labels' => 'ETIQUETAS',
|
'm_outstanding_apps' => 'Outstanding Applications',
|
||||||
'important' => 'Importante',
|
'm_interview_queue' => 'Interview Queue',
|
||||||
'warning' => 'Advertencia',
|
'm_peer_approval' => 'Peer Approval Queue',
|
||||||
'information' => 'Información',
|
'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'
|
||||||
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue