15 lines
		
	
	
		
			365 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			365 B
		
	
	
	
		
			PHP
		
	
	
		
			Executable File
		
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'Name'       => '类型标签名',
 | 
						|
    'Status'     => '状态',
 | 
						|
    'Status 1'   => '上架',
 | 
						|
    'Set status to 1'=> '设为上架',
 | 
						|
    'Status 2'   => '下架',
 | 
						|
    'Set status to 2'=> '设为下架',
 | 
						|
    'Weigh'      => '权重',
 | 
						|
    'Createtime' => '创建时间',
 | 
						|
    'Updatetime' => '修改时间',
 | 
						|
    'Deletetime' => '删除时间'
 | 
						|
];
 |