remain.php 507 B

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