34 lines
No EOL
1.2 KiB
PHP
34 lines
No EOL
1.2 KiB
PHP
<?php
|
|
return [
|
|
'code' => 'en',
|
|
'default' => false,
|
|
'direction' => 'ltr',
|
|
'locale' => 'en_US.UTF-8',
|
|
'name' => 'English',
|
|
'url' => '/en',
|
|
'translations' => [
|
|
'impact.type' => 'Impact',
|
|
'impact.type.plural' => 'Impacts',
|
|
'impacts.title' => 'Impacts',
|
|
'news.type' => 'News',
|
|
'news.type.plural' => 'News',
|
|
'news.title' => 'News',
|
|
'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',
|
|
'project.type' => 'Project',
|
|
'project.type.plural' => 'Projects',
|
|
'projects.title' => 'Projects',
|
|
'lab.title' => 'Laboratory',
|
|
'resource.type' => 'Resource',
|
|
'resource.type.plural' => 'Resources',
|
|
'resources.title' => 'Resources',
|
|
'resources.methodologies' => 'Methodologies',
|
|
],
|
|
]; |