123456789101112 |
- <?php
- return [
- 'The parent group can not be its own child' => 'The parent group can not be its own child',
- 'The parent group can not found' => 'The parent group can not found',
- 'Group not found' => 'Group not found',
- 'Can not change the parent to child' => 'Can not change the parent to child',
- 'Can not change the parent to self' => 'Can not change the parent to self',
- 'You can not delete group that contain child group and administrators' => 'You can not delete group that contain child group and administrators',
- 'The parent group exceeds permission limit' => 'The parent group exceeds permission limit',
- 'The parent group can not be its own child or itself' => 'The parent group can not be its own child or itself',
- ];
|