forked from miguel456/rbrecruiter
New translations menu.php (Portuguese)
This commit is contained in:
parent
f7614916bf
commit
b61fb5642e
|
@ -2,31 +2,31 @@
|
|||
|
||||
return [
|
||||
|
||||
'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'
|
||||
'm_home' => 'Início',
|
||||
'm_directory' => 'Diretório',
|
||||
'h_applications' => 'Candidaturas',
|
||||
'm_my_applications' => 'As minhas Candidaturas',
|
||||
'm_curr_applications' => 'Candidaturas Atuais',
|
||||
'h_my_profile' => 'Meu perfil',
|
||||
'm_profile_settings' => 'Configurações do Perfil',
|
||||
'm_account_settings' => 'Definições de Conta',
|
||||
'h_app_management' => 'Gestão de Candidaturas',
|
||||
'm_all_apps' => 'Todas as Candidaturas',
|
||||
'm_outstanding_apps' => 'Candidaturas Pendendes',
|
||||
'm_interview_queue' => 'Fila de entrevistas',
|
||||
'm_peer_approval' => 'Fila de Aprovação por Pares',
|
||||
'h_admin' => 'Administração',
|
||||
'm_staff_m' => 'Membros da Equipa',
|
||||
'm_reg_players' => 'Jogadores registados',
|
||||
'sm_hiring_man' => 'Gestão de Contratação',
|
||||
'm_open_pos' => 'Vagas',
|
||||
'sm_forms' => 'Formulários',
|
||||
'sm_all_forms' => 'Todos os Formulários',
|
||||
'm_form_builder' => 'Construtor de Formulários',
|
||||
'sm_app_settings' => 'Configurações da App',
|
||||
'm_global_app_s' => 'Definições Globais',
|
||||
'm_devtools' => 'Ferramentas de Programador',
|
||||
'm_s_logs' => 'Registos do Sistema'
|
||||
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue