123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- return [
- 'labels' => [
- 'Feeds' => 'Feeds',
- 'feeds' => 'feeds',
- ],
- 'fields' => [
- 'user_id' => 'User',
- 'team_id' => 'team_id',
- 'forward_id' => 'forward_id',
- 'content' => 'content',
- 'file_url' => 'file_url',
- 'status' => 'status',
- 'like_num' => 'like_num',
- 'forward_num' => 'forward_num',
- 'address_info' => 'address_info',
- 'match_title' => 'match_title',
- 'game_per_id' => 'game_per_id',
- 'is_delete' => 'is_delete',
- 'team' => 'Team',
- 'personal' => 'Personal',
- 'forward' => 'Forward',
- 'original' => 'Original',
- 'scorecard' => 'Scorecard',
- 'nickname' => 'name',
- ],
- 'action'=>[
- 'Comment_list'=>'Comment list',
- 'Like_list'=>'Like list',
- 'Forward_list'=>'Forward list',
- 'operator'=>'operator',
- 'type'=>'type',
- 'reply'=>'reply',
- 'commented'=>'commented',
- 'Person_replied'=>'Person replied',
- 'content'=>'content',
- 'Batch_delete'=>'Batch delete',
- 'sure_delete_content'=>'Are you sure you want to delete the selected content',
- ],
- 'options' => [
- ],
- ];
|