123456789101112131415161718192021222324 |
- <?php
- /**
- * agent_game_country.php UTF-8
- *
- *
- * @date : 2017/12/21 17:44
- *
- * @license 这不是一个自由软件,未经授权不许任何使用和传播。
- * @author : liguanglong <lgl@huosdk.com>
- * @version : HUOSDK 8.0
- */
- return [
- 'please select' => '请选择',
- 'time' => '时间',
- 'carrieroperator' => '渠道',
- 'carrieroperator name' => '渠道名称',
- 'user add' => '新增用户',
- 'day' => '日',
- 'game name' => '游戏名称',
- 'game' => '游戏',
- ];
|