22 lines
		
	
	
		
			675 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			675 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'Image'          => '展示图',
 | 
						|
    'Type'           => '跳转类型',
 | 
						|
    'Type in'        => '内部跳转',
 | 
						|
    'Type out'       => '外部跳转',
 | 
						|
    'Url'            => '跳转链接',
 | 
						|
    'Weigh'          => '权重',
 | 
						|
    'Createtime'     => '创建时间',
 | 
						|
    'Deletetime'     => '删除时间',
 | 
						|
    'Showtype'       => '展示类型',
 | 
						|
    'Showtype image' => '图片',
 | 
						|
    'Showtype video' => '视频',
 | 
						|
    'Title'          => '轮播图标题',
 | 
						|
    'Status'     => '状态',
 | 
						|
    'Status 1'   => '顶部',
 | 
						|
    'Set status to 1'=> '设为顶部',
 | 
						|
    'Status 2'   => '服务青年专栏',
 | 
						|
    'Set status to 2'=> '设为服务青年专栏',
 | 
						|
];
 |