New translations menu.php (French)

This commit is contained in:
Miguel Nogueira 2020-09-04 21:02:32 +01:00
parent 2be0084463
commit ac27c2e5ce
1 changed files with 23 additions and 23 deletions

View File

@ -2,31 +2,31 @@
return [ return [
'm_home' => 'Home', 'm_home' => 'Domicile',
'm_directory' => 'Directory', 'm_directory' => 'Répertoire',
'h_applications' => 'Applications', 'h_applications' => 'Applications',
'm_my_applications' => 'My Applications', 'm_my_applications' => 'Mes applications',
'm_curr_applications' => 'Current Applications', 'm_curr_applications' => 'Applications actuelles',
'h_my_profile' => 'My Profile', 'h_my_profile' => 'Mon profil',
'm_profile_settings' => 'Profile Settings', 'm_profile_settings' => 'Paramètres du profil',
'm_account_settings' => 'My Account Settings', 'm_account_settings' => 'Paramètres de mon compte',
'h_app_management' => 'Application Management', 'h_app_management' => 'Gestion des applications',
'm_all_apps' => 'All Applications', 'm_all_apps' => 'Toutes les applications',
'm_outstanding_apps' => 'Outstanding Applications', 'm_outstanding_apps' => 'Applications en cours',
'm_interview_queue' => 'Interview Queue', 'm_interview_queue' => 'File d\'attente des entretiens',
'm_peer_approval' => 'Peer Approval Queue', 'm_peer_approval' => 'File d\'attente d\'approbation par les pairs',
'h_admin' => 'Administration', 'h_admin' => 'Administration',
'm_staff_m' => 'Staff Members', 'm_staff_m' => 'Membres du personnel',
'm_reg_players' => 'Registered Players', 'm_reg_players' => 'Joueurs enregistrés',
'sm_hiring_man' => 'Hiring Management', 'sm_hiring_man' => 'Gestion de l\'embauche',
'm_open_pos' => 'Open Positions', 'm_open_pos' => 'Positions ouvertes',
'sm_forms' => 'Forms', 'sm_forms' => 'Formulaires',
'sm_all_forms' => 'All Forms', 'sm_all_forms' => 'Tous les formulaires',
'm_form_builder' => 'Form Builder', 'm_form_builder' => 'Constructeur de formulaire',
'sm_app_settings' => 'App Settings', 'sm_app_settings' => 'Paramètres de l\'application',
'm_global_app_s' => 'Global App Settings', 'm_global_app_s' => 'Paramètres globaux de l\'application',
'm_devtools' => 'Developer Tools', 'm_devtools' => 'Outils de développement',
'm_s_logs' => 'System Logs' 'm_s_logs' => 'Journaux système'
]; ];