19 lines
477 B
PHP

<?php
return [
'Name' => '分类名',
"Image" => '分类icon',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1'=> '设为上架',
'Status 2' => '下架',
'Set status to 2'=> '设为下架',
'Hot' => '热门',
'Hot 0' => '否',
'Hot 1' => '是',
'Weigh' => '权重',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间'
];