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