index-main/site/languages/en.php

29 lines
1,016 B
PHP
Raw Normal View History

<?php
return [
'code' => 'en',
'default' => false,
'direction' => 'ltr',
'locale' => 'en_US.UTF-8',
'name' => 'English',
'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 15:08:45 +01:00
],
];