category.php 948 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Pid' => '父ID',
  5. 'Type' => '类型',
  6. 'All' => '全部',
  7. 'Image' => '图片',
  8. 'Keywords' => '关键字',
  9. 'Description' => '描述',
  10. 'Diyname' => '自定义名称',
  11. 'Createtime' => '创建时间',
  12. 'Updatetime' => '更新时间',
  13. 'Weigh' => '权重',
  14. 'Category warmtips' => '温馨提示:栏目类型请前往<b>常规管理</b>-><b>系统配置</b>-><b>字典配置</b>中进行管理',
  15. 'Can not change the parent to child or itself' => '父组别不能是它的子组别或它自己',
  16. 'Status' => '状态'
  17. ];