mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 08:46:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			714 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			714 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Serwery',
 | |
|     'list' => 'Lista serwerów',
 | |
|     'tabs' => [
 | |
|         'my' => 'Moje serwery',
 | |
|         'other' => 'Serwery innych',
 | |
|         'all' => 'Wszystkie serwery',
 | |
|     ],
 | |
|     'empty_own' => 'Nie posiadasz żadnych serwerów!',
 | |
|     'empty_other' => 'Nie masz dostępu do żadnego serwera!',
 | |
| 
 | |
|     'status' => 'Stan',
 | |
|     'server' => 'Serwer',
 | |
|     'resources' => 'Zasoby',
 | |
|     'usage_limit' => 'Limit użycia: :resource',
 | |
| 
 | |
|     'cpu' => 'Procesor',
 | |
|     'memory' => 'Pamięć',
 | |
|     'disk' => 'Dysk',
 | |
|     'network' => 'Sieć',
 | |
|     'none' => 'Brak',
 | |
|     'loading' => 'Wczytywanie…',
 | |
| 
 | |
|     'power_actions' => 'Akcja zasilania',
 | |
|     'power_action_sent' => ':action wysłana do :name',
 | |
| ];
 | 
