mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 22:26:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			745 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			745 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Serveurs',
 | |
|     'list' => 'Liste des serveurs',
 | |
|     'tabs' => [
 | |
|         'my' => 'Mes serveurs',
 | |
|         'other' => 'Serveurs d\'autrui',
 | |
|         'all' => 'Tous les serveurs',
 | |
|     ],
 | |
|     'empty_own' => 'Vous ne possédez aucun serveur !',
 | |
|     'empty_other' => 'Vous n\'avez accès à aucun serveur !',
 | |
| 
 | |
|     'status' => 'Statut',
 | |
|     'server' => 'Serveur',
 | |
|     'resources' => 'Ressources',
 | |
|     'usage_limit' => 'Limite d\'utilisation : :resource',
 | |
| 
 | |
|     'cpu' => 'CPU',
 | |
|     'memory' => 'Mémoire',
 | |
|     'disk' => 'Disque',
 | |
|     'network' => 'Réseau',
 | |
|     'none' => 'Aucun',
 | |
|     'loading' => 'Chargement...',
 | |
| 
 | |
|     'power_actions' => 'Actions d\'alimentation',
 | |
|     'power_action_sent' => ':action envoyée à :name',
 | |
| ];
 | 
