report.php 284 B

123456789101112131415
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Report' => '举报问题',
  5. 'report' => '举报问题',
  6. ],
  7. 'fields' => [
  8. 'title' => '标题',
  9. 'content' => '描述',
  10. 'sort' => '排序',
  11. 'status' => '状态',
  12. ],
  13. 'options' => [
  14. ],
  15. ];