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