Skip to content

Commit

Permalink
add translations
Browse files Browse the repository at this point in the history
  • Loading branch information
esizer committed Dec 20, 2024
1 parent 17f6def commit f7c7b64
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/lang/fr/exec_coaching.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

return [
'coaching' => 'Encadrement',
'learning' => 'Apprentissage',
];
2 changes: 2 additions & 0 deletions api/lang/fr/mentorship.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php

return [
'mentor' => 'Mentor(e)',
'mentee' => 'Mentoré(e)',
];
3 changes: 3 additions & 0 deletions api/lang/fr/move_interest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

return [
'above_level' => 'Poste de niveau supérieur/promotion',
'at_level' => 'Poste de même niveau/occasion latérale',
'below_level' => 'Poste de niveau inférieur/rétrogradation',
];
4 changes: 4 additions & 0 deletions api/lang/fr/organization_type_interest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
<?php

return [
'current' => 'Organisation actuelle',
'other_department' => 'Autres ministères',
'other_agency' => 'Autres organismes',
'other_crown_corp' => 'Autres sociétés d\'État',
];

0 comments on commit f7c7b64

Please sign in to comment.