2026-02-09 14:26:39 +01:00
|
|
|
<?php
|
2026-02-11 12:40:10 +01:00
|
|
|
return [
|
2026-02-09 14:26:39 +01:00
|
|
|
'code' => 'en',
|
|
|
|
|
'default' => false,
|
|
|
|
|
'direction' => 'ltr',
|
|
|
|
|
'locale' => 'en_US.UTF-8',
|
|
|
|
|
'name' => 'English',
|
2026-02-11 12:40:10 +01:00
|
|
|
'url' => '/en',
|
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' => 'News',
|
|
|
|
|
'news.title' => 'News',
|
2026-02-25 18:22:13 +01:00
|
|
|
'investigation.type' => 'Investigation',
|
|
|
|
|
'investigation.type.plural' => 'Investigations',
|
|
|
|
|
'investigations.title' => 'Investigations',
|
2026-02-25 15:22:34 +01:00
|
|
|
'investigations.related' => 'Related investigations',
|
|
|
|
|
'investigations.see_all' => 'See all investigations',
|
2026-02-25 16:07:14 +01:00
|
|
|
'filter.all' => 'All',
|
|
|
|
|
'filter.all.m' => 'All',
|
2026-02-25 18:22:13 +01:00
|
|
|
'package.type' => 'Folder',
|
|
|
|
|
'packages.title' => 'Folders',
|
2026-02-25 18:51:58 +01:00
|
|
|
'project.type' => 'Project',
|
|
|
|
|
'project.type.plural' => 'Projects',
|
|
|
|
|
'projects.title' => 'Projects',
|
|
|
|
|
'lab.title' => 'Laboratory',
|
2026-02-25 19:05:22 +01:00
|
|
|
'resource.type' => 'Resource',
|
|
|
|
|
'resource.type.plural' => 'Resources',
|
|
|
|
|
'resources.title' => 'Resources',
|
2026-02-25 15:08:45 +01:00
|
|
|
],
|
2026-02-09 14:26:39 +01:00
|
|
|
];
|