platform.php 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. return [
  3. 'create'=>[
  4. 'name'=>'平台创建',
  5. "msg"=>"%s 创建平台【%s】",
  6. "resplace"=>['platform_name'],
  7. ],
  8. 'save'=>[
  9. 'name'=>'平台编辑',
  10. "msg"=>"%s 编辑平台【%s】",
  11. "resplace"=>['platform_name'],
  12. ],
  13. 'list'=>[
  14. 'name'=>'平台列表',
  15. "msg"=>"%s查看平台列表",
  16. "resplace"=>[],
  17. ],
  18. 'info'=>[
  19. 'name'=>'平台详情',
  20. "msg"=>"%s查看平台详情",
  21. "resplace"=>[],
  22. ],
  23. 'delete'=>[
  24. 'name'=>'平台删除',
  25. "msg"=>"%s 删除平台",
  26. "resplace"=>[],
  27. ],
  28. 'status'=>[
  29. 'name'=>'平台启/禁用',
  30. "msg"=>"%s启禁用平台",
  31. "resplace"=>[],
  32. ],
  33. 'platformsourcecreate'=>[
  34. 'name'=>'平台渠道创建',
  35. "msg"=>"%s 创建平台渠道【%s】",
  36. "resplace"=>['source'],
  37. ],
  38. 'platformsourcedelete'=>[
  39. 'name'=>'平台渠道删除',
  40. "msg"=>"%s删除平台渠道",
  41. "resplace"=>[],
  42. ],
  43. 'platformsourcelist'=>[
  44. 'name'=>'平台渠道列表',
  45. "msg"=>"%s查看平台渠道列表",
  46. "resplace"=>[],
  47. ],
  48. 'platformlist'=>[
  49. 'name'=>'平台列表(账户可查看)',
  50. "msg"=>"%s 查询平台列表(账户可查看)",
  51. "resplace"=>[],
  52. ],
  53. 'platformcreate'=>[
  54. 'name'=>'账户可查看平台创建',
  55. "msg"=>"%s 创建账户可查看平台",
  56. "resplace"=>[],
  57. ],
  58. 'Auth'=>[
  59. 'name'=>'',
  60. "msg"=>"",
  61. "resplace"=>[],
  62. ],
  63. 'checkRole'=>[
  64. 'name'=>'',
  65. "msg"=>"",
  66. "resplace"=>[],
  67. ],
  68. ];