| 12345678910111213141516 | <?phpreturn [    'Id'         => 'ID',    'Title'      => '标题',    'Info'       => '长标题',    'Content'    => '内容',    'Createtime' => '创建时间',    'Updatetime' => '更新时间',    'Status'     => '状态',    'Status 1'   => '显示',    'Set status to 1'=> '设为显示',    'Status 0'   => '隐藏',    'Set status to 0'=> '设为隐藏',    'Weigh'      => '权重排序'];
 |