35 lines
No EOL
1.2 KiB
PHP
35 lines
No EOL
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'code' => 'fr',
|
|
'default' => true,
|
|
'direction' => 'ltr',
|
|
'locale' => 'fr_FR.UTF-8',
|
|
'name' => 'Français',
|
|
'url' => '/',
|
|
'translations' => [
|
|
'impact.type' => 'Impact',
|
|
'impact.type.plural' => 'Impacts',
|
|
'impacts.title' => 'Impacts',
|
|
'news.type' => 'Brève',
|
|
'news.type.plural' => 'Brèves',
|
|
'news.title' => 'Brèves',
|
|
'investigation.type' => 'Enquête',
|
|
'investigation.type.plural' => 'Enquêtes',
|
|
'investigations.title' => 'Enquêtes',
|
|
'investigations.related' => 'Enquêtes liées',
|
|
'investigations.see_all' => 'Voir toutes les enquêtes',
|
|
'filter.all' => 'Toutes',
|
|
'filter.all.m' => 'Tous',
|
|
'package.type' => 'Dossier',
|
|
'packages.title' => 'Dossiers',
|
|
'project.type' => 'Projet',
|
|
'project.type.plural' => 'Projets',
|
|
'projects.title' => 'Projets',
|
|
'lab.title' => 'Laboratoire',
|
|
'resource.type' => 'Ressource',
|
|
'resource.type.plural' => 'Ressources',
|
|
'resources.title' => 'Ressources',
|
|
'resources.methodologies' => 'Méthodologies',
|
|
],
|
|
]; |