mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 07:46:51 +01:00 
			
		
		
		
	 d7316c4dfe
			
		
	
	
		d7316c4dfe
		
			
		
	
	
	
	
		
			
			* Created command * Pint Fixes * Removed old upgrade command translations * Update to Dashboard and linting Dashboard view * Pint Fixes * A few small improvements * Delete modifications to upgrade command * Revert "Removed old upgrade command translations" This reverts commit 31315a0d9e2cd1cb43f01c2bbca9b4a4a06b34c1. * Pint Fixes * Boy132's Suggestions
		
			
				
	
	
		
			56 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Dashboard',
 | |
|     'showing-your-servers' => 'Showing your servers',
 | |
|     'showing-others-servers' => "Showing other's servers",
 | |
|     'no-other-servers' => 'There are no other servers to display.',
 | |
|     'no-servers-associated' => 'There are no servers associated with your account.',
 | |
| 
 | |
|     'content_tabs' => 'Content tabs',
 | |
|     'overview' => 'Overview',
 | |
|     'heading' => 'Welcome to Pelican!',
 | |
|     'expand_sections' => 'You can expand the following sections:',
 | |
|     '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 assistance then, fly onto our Discord server!',
 | |
|             'button_docs' => 'Read Documentation',
 | |
|             'button_discord' => 'Get Help in Discord',
 | |
|         ],
 | |
|     ],
 | |
| 
 | |
|     'search' => 'Search for servers...',
 | |
|     'no_matches' => 'There were no servers found matching the search criteria provided.',
 | |
|     'cpu_title' => 'CPU',
 | |
|     'memory_title' => 'Memory',
 | |
| ];
 |