| 123456789101112131415161718192021222324 |
- <?php
- return [
- '请求成功' => 'Request successful',
- '全部状态' => 'All',
- '未定义' => 'Undefined',
- '参数有误' => 'Wrong parameter',
- '提交成功' => 'Submission successful, please wait for processing',
- '余额不足' => 'Your available balance is insufficient',
- '资金密码有误' => 'Fund password is incorrect',
- 'Please login first' => 'Please login again',
- '验证码错误' => 'Verification code error',
- '手机号码不存在' => 'Mobile number does not exist',
- '账号锁定' => 'Account locked, please contact customer service',
- '手机验证码错误' => 'Mobile phone verification code error',
- '操作超时' => 'Operation timeout',
- '待支付' => 'To be paid',
- '完成' => 'Finish',
- '失败' => 'Fail',
- '取消' => 'Cancel',
- '待支付' => 'To be paid',
- '待处理' => 'Pending'
- ];
|