12345678910111213141516171819202122232425262728 |
- <?php
- return [
- 'actionlist'=>[
- 'name'=>'页面功能按钮',
- "msg"=>"%s 查询页面下功能按钮",
- "resplace"=>[],
- ],
- 'actionsave'=>[
- 'name'=>'功能按钮创建/修改',
- "msg"=>"%s 创建/修改功能按钮【%s】",
- "resplace"=>['action_name'],
- ],
- 'actionstatus'=>[
- 'name'=>'功能按钮启/禁用',
- "msg"=>"%s 启/禁用功能按钮",
- "resplace"=>[],
- ],
- 'actionadd'=>[
- 'name'=>'菜单添加功能按钮',
- "msg"=>"%s 添加菜单功能按钮",
- "resplace"=>[],
- ],
- 'Auth'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- ];
|