12345678910111213141516171819202122232425262728 |
- <?php
- return [
- 'Toggle all' => 'Toggle all',
- 'Condition' => 'Condition',
- 'Remark' => 'Remark',
- 'Icon' => 'Icon',
- 'Alert' => 'Alert',
- 'Name' => 'Name',
- 'Controller/Action' => 'Controller/Action',
- 'Ismenu' => 'Ismenu',
- 'Menutype' => 'Menutype',
- 'Addtabs' => 'Addtabs(默认)',
- 'Dialog' => 'Dialog',
- 'Ajax' => 'Ajax',
- 'Blank' => 'Blank',
- 'Extend' => 'Extend',
- 'Search icon' => 'Search icon',
- 'Toggle menu visible' => 'Toggle menu visible',
- 'Toggle sub menu' => 'Toggle sub menu',
- 'Menu tips' => 'Menu tips',
- 'Node tips' => 'Node tips',
- 'Url tips' => 'Url tips',
- 'The non-menu rule must have parent' => 'The non-menu rule must have parent',
- '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',
- 'Name only supports letters, numbers, underscore and slash' => 'Name only supports letters, numbers, underscore and slash',
- ];
|