add lab/projects
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-25 18:51:58 +01:00
parent e36eae0b6f
commit c34384adab
12 changed files with 319 additions and 12 deletions

View file

@ -21,5 +21,9 @@ return [
'filter.all.m' => 'All',
'package.type' => 'Folder',
'packages.title' => 'Folders',
'project.type' => 'Project',
'project.type.plural' => 'Projects',
'projects.title' => 'Projects',
'lab.title' => 'Laboratory',
],
];

View file

@ -22,5 +22,9 @@ return [
'filter.all.m' => 'Tous',
'package.type' => 'Dossier',
'packages.title' => 'Dossiers',
'project.type' => 'Projet',
'project.type.plural' => 'Projets',
'projects.title' => 'Projets',
'lab.title' => 'Laboratoire',
],
];