mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-11-04 16:06:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			335 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			335 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'title' => '网络',
 | 
						|
    'add' => '添加分配',
 | 
						|
    'limit' => '已达到分配限制',
 | 
						|
    'address' => '地址',
 | 
						|
    'port' => '端口',
 | 
						|
    'notes' => '备注',
 | 
						|
    'no_notes' => '无备注',
 | 
						|
    'make_primary' => '设为首选',
 | 
						|
    'primary' => '首选',
 | 
						|
    'make' => '创建',
 | 
						|
    'delete' => '删除',
 | 
						|
];
 |