page-cover with caption
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-02-25 19:05:22 +01:00
parent c34384adab
commit 6cd89d11fb
17 changed files with 355 additions and 23 deletions

View file

@ -25,5 +25,8 @@ return [
'project.type.plural' => 'Projects',
'projects.title' => 'Projects',
'lab.title' => 'Laboratory',
'resource.type' => 'Resource',
'resource.type.plural' => 'Resources',
'resources.title' => 'Resources',
],
];

View file

@ -26,5 +26,8 @@ return [
'project.type.plural' => 'Projets',
'projects.title' => 'Projets',
'lab.title' => 'Laboratoire',
'resource.type' => 'Ressource',
'resource.type.plural' => 'Ressources',
'resources.title' => 'Ressources',
],
];