teammanage.php 353 B

123456789101112131415
  1. <?php
  2. return array(
  3. 'sousuo' => '搜 索',
  4. 'team_id' => '球队id',
  5. 'game_type' => '所属球类',
  6. 'team_name_cn' => '球队中文名',
  7. 'team_name_en' => '球队英文名',
  8. 'update_time' => '时间',
  9. 'status' => '状态',
  10. 'select_status' => '球队状态',
  11. 'operation' => '操作',
  12. 'resultjg' => '关联结果',
  13. );