17 lines
391 B
PHP
Raw Normal View History

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