team.php 221 B

1234567891011121314
  1. <?php
  2. /**
  3. * 赛事语言包
  4. */
  5. return[
  6. 'id'=>'ID',
  7. 'team_name'=>'队伍名',
  8. 'team_icon'=>'队伍图片',
  9. 'create_time'=>'创建时间',
  10. 'match_id'=>'赛事ID',
  11. 'edit' => '修改',
  12. 'tool' => '操作',
  13. ];