New translations menu.php (French)
This commit is contained in:
parent
2be0084463
commit
ac27c2e5ce
|
@ -2,31 +2,31 @@
|
|||
|
||||
return [
|
||||
|
||||
'm_home' => 'Home',
|
||||
'm_directory' => 'Directory',
|
||||
'm_home' => 'Domicile',
|
||||
'm_directory' => 'Répertoire',
|
||||
'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',
|
||||
'm_my_applications' => 'Mes applications',
|
||||
'm_curr_applications' => 'Applications actuelles',
|
||||
'h_my_profile' => 'Mon profil',
|
||||
'm_profile_settings' => 'Paramètres du profil',
|
||||
'm_account_settings' => 'Paramètres de mon compte',
|
||||
'h_app_management' => 'Gestion des applications',
|
||||
'm_all_apps' => 'Toutes les applications',
|
||||
'm_outstanding_apps' => 'Applications en cours',
|
||||
'm_interview_queue' => 'File d\'attente des entretiens',
|
||||
'm_peer_approval' => 'File d\'attente d\'approbation par les pairs',
|
||||
'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_staff_m' => 'Membres du personnel',
|
||||
'm_reg_players' => 'Joueurs enregistrés',
|
||||
'sm_hiring_man' => 'Gestion de l\'embauche',
|
||||
'm_open_pos' => 'Positions ouvertes',
|
||||
'sm_forms' => 'Formulaires',
|
||||
'sm_all_forms' => 'Tous les formulaires',
|
||||
'm_form_builder' => 'Constructeur de formulaire',
|
||||
'sm_app_settings' => 'Paramètres de l\'application',
|
||||
'm_global_app_s' => 'Paramètres globaux de l\'application',
|
||||
'm_devtools' => 'Outils de développement',
|
||||
'm_s_logs' => 'Journaux système'
|
||||
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue