123456789101112131415161718 |
- <?php
- return [
- 'Id' => 'ID',
- 'Pid' => 'Parent ID',
- 'Type' => 'Type',
- 'All' => 'All',
- 'Image' => 'Image',
- 'Keywords' => 'Keywords',
- 'Description' => 'Description',
- 'Diyname' => 'Diy name',
- 'Createtime' => 'Create time',
- 'Updatetime' => 'Update time',
- 'Weigh' => 'Weigh',
- 'Category warmtips' => '温馨提示:栏目类型请前往<b>常规管理</b>-><b>系统配置</b>-><b>字典配置</b>中进行管理',
- 'Can not change the parent to child or itself' => 'Can not change the parent to child or itself',
- 'Status' => 'Status'
- ];
|