rule.php 2.0 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. return [
  3. 'Toggle all' => 'Toggle all',
  4. 'Condition' => 'Condition',
  5. 'Remark' => 'Remark',
  6. 'Icon' => 'Icon',
  7. 'Alert' => 'Alert',
  8. 'Name' => 'Name',
  9. 'Controller/Action' => 'Controller/Action',
  10. 'Ismenu' => 'Ismenu',
  11. 'Menutype' => 'Menutype',
  12. 'Addtabs' => 'Addtabs(默认)',
  13. 'Dialog' => 'Dialog',
  14. 'Ajax' => 'Ajax',
  15. 'Blank' => 'Blank',
  16. 'Extend' => 'Extend',
  17. 'Search icon' => 'Search icon',
  18. 'Toggle menu visible' => 'Toggle menu visible',
  19. 'Toggle sub menu' => 'Toggle sub menu',
  20. 'Menu tips' => 'Menu tips',
  21. 'Node tips' => 'Node tips',
  22. 'Url tips' => 'Url tips',
  23. 'The non-menu rule must have parent' => 'The non-menu rule must have parent',
  24. 'Can not change the parent to child' => 'Can not change the parent to child',
  25. 'Can not change the parent to self' => 'Can not change the parent to self',
  26. 'Name only supports letters, numbers, underscore and slash' => 'Name only supports letters, numbers, underscore and slash',
  27. ];