Common.php 1.2 KB

123456789101112131415161718192021222324
  1. <?php
  2. return array(
  3. 'error' => '未知错误',
  4. 'cash fail' => '提现失败',
  5. 'Picture files are not supported' => "只支持上传‘jpg’,‘png’,‘gif’ 的格式",
  6. 'Picture too large' => "只支持上传小于100 KB 的图片",
  7. 'Upload failure' => "上传失败",
  8. 'no withdraw data' => '没有提现数据',
  9. 'notice no identity' => '通知内容没有传入ID',
  10. 'Content fail data' => '没有获取内容',
  11. 'type fail get' => '数据类型缺失',
  12. 'user does not exist' => '用户不存在',
  13. 'user does login' => '用户未登录',
  14. 'welcome' => '欢迎',
  15. 'cash withdrawal less than 100' => '提现金额少于100',
  16. 'insufficient amount of account' => '账户金额不足',
  17. 'payment password error' => '支付密码错误',
  18. 'the bank card is not bound' => '该银行卡未绑定',
  19. 'you have submitted your application for withdrawal' => '您已提交提现申请,不可频繁提交,请稍候再试',
  20. 'the application failed' => '申请失败,请重试',
  21. 'application has been submitted and customer service is under review' => '已提交申请,客服正在审核中',
  22. 'please enter the modification' => '请输入修改内容',
  23. );
  24. ?>