usergangwei.php 546 B

1234567891011
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Pid' => '父ID',
  5. 'All' => '全部',
  6. 'Weigh' => '权重',
  7. 'Category warmtips' => '温馨提示:栏目类型请前往<b>常规管理</b>-><b>系统配置</b>-><b>字典配置</b>中进行管理',
  8. 'Can not change the parent to child or itself' => '父组别不能是它的子组别或它自己',
  9. 'Status' => '状态'
  10. ];