category.php 939 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Pid' => 'Parent ID',
  5. 'Type' => 'Type',
  6. 'All' => 'All',
  7. 'Image' => 'Image',
  8. 'Keywords' => 'Keywords',
  9. 'Description' => 'Description',
  10. 'Diyname' => 'Diy name',
  11. 'Createtime' => 'Create time',
  12. 'Updatetime' => 'Update time',
  13. 'Weigh' => 'Weigh',
  14. 'Category warmtips' => '温馨提示:栏目类型请前往<b>常规管理</b>-><b>系统配置</b>-><b>字典配置</b>中进行管理',
  15. 'Can not change the parent to child or itself' => 'Can not change the parent to child or itself',
  16. 'Status' => 'Status'
  17. ];