rule.php 1.4 KB

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Toggle all' => '显示全部',
  4. 'Condition' => '规则条件',
  5. 'Remark' => '备注',
  6. 'Icon' => '图标',
  7. 'Alert' => '警告',
  8. 'Name' => '规则',
  9. 'Controller/Action' => '控制器名/方法名',
  10. 'Ismenu' => '菜单',
  11. 'Search icon' => '搜索图标',
  12. 'Menu tips' => '规则任意,不可重复,仅做层级显示,无需匹配控制器和方法',
  13. 'Node tips' => '控制器/方法名',
  14. 'The non-menu rule must have parent' => '非菜单规则节点必须有父级',
  15. 'If not necessary, use the command line to build rule' => '非必要情况下请直接使用命令行<a href="http://doc.fastadmin.net/docs/command.html#一键生成菜单" target="_blank">php think menu</a>来生成',
  16. 'Name only supports letters, numbers, underscore and slash' => 'URL规则只能是小写字母、数字、下划线和/组成',
  17. ];