group.php 691 B

12345678910
  1. <?php
  2. return [
  3. 'The parent group can not be its own child' => '父组别不能是自身的子组别',
  4. 'The parent group can not found' => '父组别未找到',
  5. 'Group not found' => '组别未找到',
  6. 'Can not change the parent to child' => '父组别不能是它的子组别',
  7. 'Can not change the parent to self' => '父组别不能是它的子组别',
  8. 'You can not delete group that contain child group and administrators' => '你不能删除含有子组和管理员的组',
  9. ];