mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 06:36:51 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			454 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			454 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
|     'title' => 'Мережа',
 | |
|     'add' => 'Додати порт',
 | |
|     'limit' => 'Досягнуто ліміту портів',
 | |
|     'address' => 'Адреса',
 | |
|     'port' => 'Порт',
 | |
|     'notes' => 'Примітки',
 | |
|     'no_notes' => 'Без приміток',
 | |
|     'make_primary' => 'Зробити основним',
 | |
|     'primary' => 'Основний',
 | |
|     'make' => 'Створити',
 | |
|     'delete' => 'Видалити',
 | |
| ];
 | 
