feeds.php 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Feeds' => 'Feeds',
  5. 'feeds' => 'feeds',
  6. ],
  7. 'fields' => [
  8. 'user_id' => 'User',
  9. 'team_id' => 'team_id',
  10. 'forward_id' => 'forward_id',
  11. 'content' => 'content',
  12. 'file_url' => 'file_url',
  13. 'status' => 'status',
  14. 'like_num' => 'like_num',
  15. 'forward_num' => 'forward_num',
  16. 'address_info' => 'address_info',
  17. 'match_title' => 'match_title',
  18. 'game_per_id' => 'game_per_id',
  19. 'is_delete' => 'is_delete',
  20. 'team' => 'Team',
  21. 'personal' => 'Personal',
  22. 'forward' => 'Forward',
  23. 'original' => 'Original',
  24. 'scorecard' => 'Scorecard',
  25. 'nickname' => 'name',
  26. ],
  27. 'action'=>[
  28. 'Comment_list'=>'Comment list',
  29. 'Like_list'=>'Like list',
  30. 'Forward_list'=>'Forward list',
  31. 'operator'=>'operator',
  32. 'type'=>'type',
  33. 'reply'=>'reply',
  34. 'commented'=>'commented',
  35. 'Person_replied'=>'Person replied',
  36. 'content'=>'content',
  37. 'Batch_delete'=>'Batch delete',
  38. 'sure_delete_content'=>'Are you sure you want to delete the selected content',
  39. ],
  40. 'options' => [
  41. ],
  42. ];