mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 16:56:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			686 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			686 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Servers',
 | |
|     'list' => 'Server List',
 | |
|     'tabs' => [
 | |
|         'my' => 'My Servers',
 | |
|         'other' => 'Others\' Servers',
 | |
|         'all' => 'All Servers',
 | |
|     ],
 | |
|     'empty_own' => 'You don\'t own any servers!',
 | |
|     'empty_other' => 'You don\'t have access to any servers!',
 | |
| 
 | |
|     'status' => 'Status',
 | |
|     'server' => 'Server',
 | |
|     'resources' => 'Resources',
 | |
|     'usage_limit' => 'Usage Limit: :resource',
 | |
| 
 | |
|     'cpu' => 'CPU',
 | |
|     'memory' => 'Memory',
 | |
|     'disk' => 'Disk',
 | |
|     'network' => 'Network',
 | |
|     'none' => 'None',
 | |
|     'loading' => 'Loading...',
 | |
| 
 | |
|     'power_actions' => 'Power Actions',
 | |
|     'power_action_sent' => ':action sent to :name',
 | |
| ];
 | 
