create template packages
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
All checks were successful
Deploy / Deploy to Production (push) Successful in 5m17s
This commit is contained in:
parent
f73b8cb90b
commit
aba8b4f37e
20 changed files with 414 additions and 526 deletions
|
|
@ -8,13 +8,18 @@ return [
|
|||
'url' => '/en',
|
||||
'translations' => [
|
||||
'impact.type' => 'Impact',
|
||||
'impact.type.plural' => 'Impacts',
|
||||
'impacts.title' => 'Impacts',
|
||||
'news.type' => 'News',
|
||||
'news.title' => 'News',
|
||||
'investigation.type' => 'Investigation',
|
||||
'investigation.type' => 'Investigation',
|
||||
'investigation.type.plural' => 'Investigations',
|
||||
'investigations.title' => 'Investigations',
|
||||
'investigations.related' => 'Related investigations',
|
||||
'investigations.see_all' => 'See all investigations',
|
||||
'filter.all' => 'All',
|
||||
'filter.all.m' => 'All',
|
||||
'package.type' => 'Folder',
|
||||
'packages.title' => 'Folders',
|
||||
],
|
||||
];
|
||||
|
|
@ -9,13 +9,18 @@ return [
|
|||
'url' => '/',
|
||||
'translations' => [
|
||||
'impact.type' => 'Impact',
|
||||
'impact.type.plural' => 'Impacts',
|
||||
'impacts.title' => 'Impacts',
|
||||
'news.type' => 'Brève',
|
||||
'news.title' => 'Brèves',
|
||||
'investigation.type' => 'Enquête',
|
||||
'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',
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue