content.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | 后台日志描述信息
  5. |--------------------------------------------------------------------------
  6. |
  7. | 描述信息以路由名字为key,参数可以是该路由提交的所有参数,包括路由参数.
  8. |
  9. */
  10. return [
  11. 'notice.index' => '查看公告列表',
  12. 'notice.show' => '查看公告ID为${index}的详情',
  13. 'notice.create' => '进入新增公告页面',
  14. 'notice.store' => '新增公告: ${title}',
  15. 'notice.edit' => '进入公告ID为${index}的编辑页面',
  16. 'notice.update' => '更新公告ID为${index}的信息',
  17. 'notice.destroy' => '删除ID为${index}的公告',
  18. 'notice.category.index' => '查看公告分类列表',
  19. 'notice.category.show' => '查看公告分类ID为${category}的详情',
  20. 'notice.category.create' => '进入新增公告分类页面',
  21. 'notice.category.store' => '新增公告分类: ${category_name}',
  22. 'notice.category.edit' => '进入公告分类ID为${category}的编辑页面',
  23. 'notice.category.update' => '更新公告分类ID为${category}的信息',
  24. 'notice.category.destroy' => '删除ID为${category}的公告分类',
  25. 'explain.index' => '查看说明页列表',
  26. 'explain.show' => '查看说明页ID为${index}的详情',
  27. 'explain.create' => '进入新增说明页页面',
  28. 'explain.store' => '新增说明页: ${title}',
  29. 'explain.edit' => '进入说明页ID为${index}的编辑页面',
  30. 'explain.update' => '更新说明页ID为${index}的信息',
  31. 'explain.destroy' => '删除ID为${index}的说明页',
  32. 'explain.category.index' => '查看说明页分类列表',
  33. 'explain.category.show' => '查看说明页分类ID为${category}的详情',
  34. 'explain.category.create' => '进入新增说明页分类页面',
  35. 'explain.category.store' => '新增说明页分类: ${category_name}',
  36. 'explain.category.edit' => '进入说明页分类ID为${category}的编辑页面',
  37. 'explain.category.update' => '更新说明页分类ID为${category}的信息',
  38. 'explain.category.destroy' => '删除ID为${category}的说明页分类',
  39. 'sysmessage.index' => '查看系统消息列表',
  40. 'sysmessage.show' => '查看系统消息ID为${index}的详情',
  41. 'sysmessage.create' => '进入新增系统消息页面',
  42. 'sysmessage.store' => '新增系统消息: ${content}',
  43. //'sysmessage.edit' => '进入系统消息ID为${index}的编辑页面',
  44. //'sysmessage.update' => '更新系统消息ID为${index}的信息',
  45. 'sysmessage.destroy' => '删除ID为${index}的系统消息',
  46. 'article.index' => '查看新闻列表',
  47. 'article.show' => '查看新闻ID为${index}的详情',
  48. 'article.create' => '进入新增新闻页面',
  49. 'article.store' => '新增新闻: ${title}',
  50. 'article.edit' => '进入新闻ID为${index}的编辑页面',
  51. 'article.update' => '更新新闻ID为${index}的信息',
  52. 'article.destroy' => '删除ID为${index}的新闻',
  53. 'article.category.index' => '查看新闻分类列表',
  54. //'article.category.show' => '查看新闻分类ID为${category}的详情',
  55. 'article.category.create' => '进入新增新闻分类页面',
  56. 'article.category.store' => '新增新闻分类: ${category_name}',
  57. 'article.category.edit' => '进入新闻分类ID为${category}的编辑页面',
  58. 'article.category.update' => '更新新闻分类ID为${category}的信息',
  59. 'article.category.destroy' => '删除ID为${category}的新闻分类',
  60. 'article.property.index' => '查看新闻属性列表',
  61. 'article.property.show' => '查看新闻属性ID为${property}的详情',
  62. 'article.property.create' => '进入新增新闻属性页面',
  63. 'article.property.store' => '新增新闻属性: ${category_name}',
  64. 'article.property.edit' => '进入新闻属性ID为${property}的编辑页面',
  65. 'article.property.update' => '更新新闻属性ID为${property}的信息',
  66. 'article.property.destroy' => '删除ID为${property}的新闻属性',
  67. 'ad.index' => '查看广告列表',
  68. 'ad.show' => '查看广告ID为${index}的详情',
  69. 'ad.create' => '进入新增广告页面',
  70. 'ad.store' => '新增广告: ${title}',
  71. 'ad.edit' => '进入广告ID为${index}的编辑页面',
  72. 'admin.ad.update' => '更新广告ID为${id}的信息',
  73. 'ad.destroy' => '删除ID为${index}的广告',
  74. 'ad.category.index' => '查看广告位列表',
  75. 'ad.category.show' => '查看广告位ID为${category}的详情',
  76. 'ad.category.create' => '进入新增广告位页面',
  77. 'ad.category.store' => '新增广告位: ${category_name}',
  78. 'ad.category.edit' => '进入广告位ID为${category}的编辑页面',
  79. 'ad.category.update' => '更新广告位ID为${category}的信息',
  80. 'ad.category.destroy' => '删除ID为${category}的广告位',
  81. 'link.index' => '查看友情链接列表',
  82. 'link.show' => '查看友情链接ID为${index}的详情',
  83. 'link.create' => '进入新增友情链接页面',
  84. 'link.store' => '新增友情链接: ${link_title}',
  85. 'link.edit' => '进入友情链接ID为${index}的编辑页面',
  86. 'link.update' => '更新友情链接ID为${index}的信息',
  87. 'link.destroy' => '删除ID为${index}的友情链接',
  88. 'link.category.index' => '查看友情链接分类列表',
  89. 'link.category.show' => '查看说友情链接分类ID为${category}的详情',
  90. 'link.category.create' => '进入新增友情链接分类页面',
  91. 'link.category.store' => '新增友情链接分类: ${category_name}',
  92. 'link.category.edit' => '进入友情链接分类ID为${category}的编辑页面',
  93. 'link.category.update' => '更新友情链接分类ID为${category}的信息',
  94. 'link.category.destroy' => '删除ID为${category}的友情链接分类',
  95. 'report.index' => '查看举报信息列表',
  96. 'report.show' => '查看举报信息ID为${report}的详情',
  97. // 'report.create' => '进入新增举报信息页面',
  98. // 'report.store' => '新增举报信息: ${content}',
  99. // 'report.edit' => '进入举报信息ID为${report}的编辑页面',
  100. // 'report.update' => '更新举报信息ID为${report}的信息',
  101. 'report.destroy' => '删除ID为${report}的举报信息',
  102. 'report.audit' => '审核ID为${ids}的举报信息',
  103. 'appeal.index' => '查看账号申诉列表',
  104. 'appeal.show' => '查看账号申诉ID为${index}的详情',
  105. // 'appeal.create' => '进入新增账号申诉页面',
  106. // 'appeal.store' => '新增账号申诉: ${description}',
  107. // 'appeal.edit' => '进入账号申诉ID为${report}的编辑页面',
  108. // 'appeal.update' => '更新账号申诉ID为${report}的信息',
  109. 'appeal.destroy' => '删除ID为${index}的账号申诉',
  110. 'appeal.audit' => '审核ID为${ids}的账号申诉',
  111. 'appeal.email' => '发送邮件处理ID为${ids}的账号申诉',
  112. 'feedback.index' => '查看意见建议列表',
  113. 'feedback.show' => '查看意见建议ID为${feedback}的详情',
  114. // 'feedback.create' => '进入意见建议页面',
  115. // 'feedback.store' => '新增意见建议: ${content}',
  116. // 'feedback.edit' => '进入意见建议ID为${feedback}的编辑页面',
  117. // 'feedback.update' => '更新意见建议ID为${feedback}的信息',
  118. 'feedback.destroy' => '删除ID为${feedback}的意见建议',
  119. 'feedback.audit' => '审核ID为${ids}的意见建议',
  120. 'hrtools.index' => '查看HR工具箱列表',
  121. 'hrtools.show' => '查看HR工具箱ID为${index}的详情',
  122. 'hrtools.create' => '进入新增HR工具箱页面',
  123. 'hrtools.store' => '新增HR工具箱: ${title}',
  124. 'hrtools.edit' => '进入HR工具箱ID为${index}的编辑页面',
  125. 'hrtools.update' => '更新HR工具箱ID为${index}的信息',
  126. 'hrtools.destroy' => '删除ID为${index}的HR工具箱',
  127. 'hrtools.category.index' => '查看HR工具箱分类列表',
  128. 'hrtools.category.show' => '查看说HR工具箱分类ID为${category}的详情',
  129. 'hrtools.category.create' => '进入新增HR工具箱分类页面',
  130. 'hrtools.category.store' => '新增HR工具箱分类: ${category_name}',
  131. 'hrtools.category.edit' => '进入HR工具箱分类ID为${category}的编辑页面',
  132. 'hrtools.category.update' => '更新HR工具箱分类ID为${category}的信息',
  133. 'hrtools.category.destroy' => '删除ID为${category}的HR工具箱分类',
  134. 'help.index' => '查看帮助中心列表',
  135. 'help.show' => '查看帮助中心ID为${index}的详情',
  136. 'help.create' => '进入新增帮助中心页面',
  137. 'help.store' => '新增帮助中心: ${title}',
  138. 'help.edit' => '进入帮助中心ID为${index}的编辑页面',
  139. 'help.update' => '更新帮助中心ID为${index}的信息',
  140. 'help.destroy' => '删除ID为${index}的帮助中心',
  141. 'help.category.index' => '查看帮助中心分类列表',
  142. 'help.category.show' => '查看说帮助中心分类ID为${category}的详情',
  143. 'help.category.create' => '进入新增帮助中心分类页面',
  144. 'help.category.store' => '新增帮助中心分类: ${category_name}',
  145. 'help.category.edit' => '进入帮助中心分类ID为${category}的编辑页面',
  146. 'help.category.update' => '更新帮助中心分类ID为${category}的信息',
  147. 'help.category.destroy' => '删除ID为${category}的帮助中心分类',
  148. ];