en.php 1.6 KB

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