mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 01:44:45 +02:00
43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'heading' => 'Welcome to Pelican!',
|
|
'version' => 'Version: :version',
|
|
'advanced' => 'Advanced',
|
|
'sections' => [
|
|
'intro-developers' => [
|
|
'heading' => 'Information for Developers',
|
|
'content' => 'Thank you for trying out the development version!',
|
|
'extra_note' => 'If you run into any issues, please report them on GitHub.',
|
|
'button_issues' => 'Create Issue',
|
|
'button_features' => 'Discuss Features',
|
|
],
|
|
'intro-update-available' => [
|
|
'heading' => 'Update available',
|
|
'content' => ':latestVersion is now available! Read our documentation to update your Panel.',
|
|
],
|
|
'intro-no-update' => [
|
|
'heading' => 'Your Panel is up to date',
|
|
'content' => 'You are currently using :version. Your panel is up-to-date!',
|
|
],
|
|
'intro-first-node' => [
|
|
'heading' => 'No Nodes Detected',
|
|
'content' => "It looks like you don't have any Nodes set up yet, but don't worry because you click the action button to create your first one!",
|
|
'extra_note' => 'If you run into any issues, please report them on GitHub.',
|
|
'button_label' => 'Create first Node in Pelican',
|
|
],
|
|
'intro-support' => [
|
|
'heading' => 'Support Pelican',
|
|
'content' => 'Thank you for using Pelican, this could only be achieved through the support of you, our contributors, and the rest of our supporters!',
|
|
'extra_note' => 'We appreciate any and all support from anybody.',
|
|
'button_translate' => 'Help Translate',
|
|
'button_donate' => 'Donate Directly',
|
|
],
|
|
'intro-help' => [
|
|
'heading' => 'Need Help?',
|
|
'content' => 'Check out the documentation first! If you still need help head on over to our discord server!',
|
|
'button_docs' => 'Read Documentation',
|
|
],
|
|
],
|
|
];
|