zh-cn.php 1022 B

12345678910111213141516171819202122
  1. <?php
  2. // +----------------------------------------------------------------------
  3. // | ThinkCMF [ WE CAN DO IT MORE SIMPLE ]
  4. // +----------------------------------------------------------------------
  5. // | Copyright (c) 2013-2017 http://www.thinkcmf.com All rights reserved.
  6. // +----------------------------------------------------------------------
  7. // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  8. // +----------------------------------------------------------------------
  9. // | Author: 老猫 <thinkcmf@126.com>
  10. // +----------------------------------------------------------------------
  11. return [
  12. 'SUCCESS' => '成功',
  13. 'ADD SUCCESS' => '添加成功',
  14. 'NO_LOGIN' => '请先登录',
  15. 'sign is null' => '签名不能为空',
  16. 'timestamp is null' => '时间戳不能为空',
  17. 'gift id is null' => '礼包ID不能为空',
  18. 'id is null' => 'ID不能为空',
  19. 'data null' => '无数据',
  20. 'app_id is null' => '游戏ID不能为空',
  21. ];