fr-FR.js 230 B

12345678
  1. export default (context, locale) => {
  2. return ({
  3. attendanceListMenuKey: 'Absences',
  4. billAndBillCreditListMenuKey: 'Facturation',
  5. equipmentListMenuKey: 'Matériel',
  6. personRepertoryListMenuKey: 'Répertoire'
  7. })
  8. }