| 123456789101112131415 |
- <?php
- return array(
- 'sousuo' => '搜 索',
- 'team_id' => '球队id',
- 'game_type' => '所属球类',
- 'team_name_cn' => '球队中文名',
- 'team_name_en' => '球队英文名',
- 'update_time' => '时间',
- 'status' => '状态',
- 'select_status' => '球队状态',
- 'operation' => '操作',
- 'resultjg' => '关联结果',
- );
|