index-main/site/languages/fr.php

35 lines
1.2 KiB
PHP
Raw Normal View History

<?php
return [
'code' => 'fr',
'default' => true,
'direction' => 'ltr',
'locale' => 'fr_FR.UTF-8',
'name' => 'Français',
'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',
2026-02-26 17:54:47 +01:00
'news.type.plural' => 'Brèves',
2026-02-25 15:22:34 +01:00
'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-26 17:54:47 +01:00
'resources.methodologies' => 'Méthodologies',
2026-02-25 15:08:45 +01:00
],
];