1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?php
- return [
- 'create'=>[
- 'name'=>'平台创建',
- "msg"=>"%s 创建平台【%s】",
- "resplace"=>['platform_name'],
- ],
- 'save'=>[
- 'name'=>'平台编辑',
- "msg"=>"%s 编辑平台【%s】",
- "resplace"=>['platform_name'],
- ],
- 'list'=>[
- 'name'=>'平台列表',
- "msg"=>"%s查看平台列表",
- "resplace"=>[],
- ],
- 'info'=>[
- 'name'=>'平台详情',
- "msg"=>"%s查看平台详情",
- "resplace"=>[],
- ],
- 'delete'=>[
- 'name'=>'平台删除',
- "msg"=>"%s 删除平台",
- "resplace"=>[],
- ],
- 'status'=>[
- 'name'=>'平台启/禁用',
- "msg"=>"%s启禁用平台",
- "resplace"=>[],
- ],
- 'platformsourcecreate'=>[
- 'name'=>'平台渠道创建',
- "msg"=>"%s 创建平台渠道【%s】",
- "resplace"=>['source'],
- ],
- 'platformsourcedelete'=>[
- 'name'=>'平台渠道删除',
- "msg"=>"%s删除平台渠道",
- "resplace"=>[],
- ],
- 'platformsourcelist'=>[
- 'name'=>'平台渠道列表',
- "msg"=>"%s查看平台渠道列表",
- "resplace"=>[],
- ],
- 'platformlist'=>[
- 'name'=>'平台列表(账户可查看)',
- "msg"=>"%s 查询平台列表(账户可查看)",
- "resplace"=>[],
- ],
- 'platformcreate'=>[
- 'name'=>'账户可查看平台创建',
- "msg"=>"%s 创建账户可查看平台",
- "resplace"=>[],
- ],
- 'Auth'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- 'checkRole'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- ];
|