2026-02-09 14:26:39 +01:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'code' => 'fr',
|
|
|
|
|
'default' => true,
|
|
|
|
|
'direction' => 'ltr',
|
|
|
|
|
'locale' => 'fr_FR.UTF-8',
|
|
|
|
|
'name' => 'Français',
|
2026-02-11 12:40:10 +01:00
|
|
|
'url' => '/',
|
2026-02-25 15:08:45 +01:00
|
|
|
'translations' => [
|
2026-02-25 15:22:34 +01:00
|
|
|
'impact.type' => 'Impact',
|
2026-02-25 18:22:13 +01:00
|
|
|
'impact.type.plural' => 'Impacts',
|
2026-02-25 15:22:34 +01:00
|
|
|
'impacts.title' => 'Impacts',
|
|
|
|
|
'news.type' => 'Brève',
|
|
|
|
|
'news.title' => 'Brèves',
|
2026-02-25 18:22:13 +01:00
|
|
|
'investigation.type' => 'Enquête',
|
|
|
|
|
'investigation.type.plural' => 'Enquêtes',
|
|
|
|
|
'investigations.title' => 'Enquêtes',
|
2026-02-25 15:22:34 +01:00
|
|
|
'investigations.related' => 'Enquêtes liées',
|
|
|
|
|
'investigations.see_all' => 'Voir toutes les enquêtes',
|
2026-02-25 16:07:14 +01:00
|
|
|
'filter.all' => 'Toutes',
|
|
|
|
|
'filter.all.m' => 'Tous',
|
2026-02-25 18:22:13 +01:00
|
|
|
'package.type' => 'Dossier',
|
|
|
|
|
'packages.title' => 'Dossiers',
|
2026-02-25 18:51:58 +01:00
|
|
|
'project.type' => 'Projet',
|
|
|
|
|
'project.type.plural' => 'Projets',
|
|
|
|
|
'projects.title' => 'Projets',
|
|
|
|
|
'lab.title' => 'Laboratoire',
|
2026-02-25 19:05:22 +01:00
|
|
|
'resource.type' => 'Ressource',
|
|
|
|
|
'resource.type.plural' => 'Ressources',
|
|
|
|
|
'resources.title' => 'Ressources',
|
2026-02-25 15:08:45 +01:00
|
|
|
],
|
2026-02-09 14:26:39 +01:00
|
|
|
];
|