index-main/site/languages/fr.php

21 lines
603 B
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',
'impacts.title' => 'Impacts',
'news.type' => 'Brève',
'news.title' => 'Brèves',
'investigation.type' => 'Enquête',
'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 15:08:45 +01:00
],
];