Lance Pioch 1bdef318f0 Start adding translations to backend
Co-authored-by: Miniontoby <tobias.gaarenstroom@gmail.com>
2024-04-25 23:29:19 -04:00

20 lines
741 B
PHP

<?php
return [
'title' => 'Administration',
'header' => [
'title' => 'Administrative Overview',
'subtitle' => 'A quick glance at your system.',
],
'content' => [
'title' => 'System Information',
'up-to-date' => 'You are running Pelican version <code>:version</code>. Your panel is up-to-date!',
'not-up-to-date1' => 'Your panel is <strong>not up-to-date!</strong> The latest version is',
'not-up-to-date2' => 'and you are currently running version <code>:version</code>.',
'get-help' => 'Get Help <small>(via Discord)</small>',
'documentation' => 'Documentation',
'github' => 'Github',
'support-the-project' => 'Support the Project',
],
];