en.php 3.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. return [
  3. 'Invalid parameters' => 'Invalid parameters',
  4. 'Please bind your superior first' => 'Please bind your superior first',
  5. 'The recommender cannot be yourself please re-bind to your superior' => 'The recommender cannot be yourself please re-bind to your superior',
  6. 'The invitation code is invalid, please manually bind your superior' => 'he invitation code is invalid, please manually bind your superior',
  7. 'Your account has been locked please contact customer service' => 'Your account has been locked please contact customer service。',
  8. 'The withdrawal amount must be greater than 0' => 'The withdrawal amount must be greater than 0',
  9. 'The withdrawal amount cannot be less than' => 'The withdrawal amount cannot be less than',
  10. 'Withdrawal failed, please contact customer service.' => 'Withdrawal failed, please contact customer service.',
  11. 'Signature verification failed' => 'ignature verification failed',
  12. '热销支付' => 'Hot-selling payment',
  13. '转让支付' => 'Transfer payment',
  14. '转让收款' => 'Transfer receipt',
  15. '充值' => 'Recharge',
  16. '提现' => 'Withdraw',
  17. '分享' => 'Share',
  18. '退回' => 'Return',
  19. '赠送' => 'Gift fee',
  20. '布道津贴' => 'Preaching allowance',
  21. '社区津贴' => 'Community allowance',
  22. '服务津贴' => 'Service allowance',
  23. '共创津贴' => 'Co creation allowance',
  24. '系统调整' => 'System Adjustments',
  25. '赠送支出' => 'Gift Expenses',
  26. '赠送收款' => 'Gift Receipt',
  27. '抢购未开始' => 'The flash sale has not started yet',
  28. '当前订单最低转让金额为' => 'The current minimum transfer amount for an order is',
  29. '已购买' => 'Purchased',
  30. '转让中' => 'Transferring',
  31. '已赠送' => 'Gifted',
  32. '已转让' => 'Transferred',
  33. '已提货' => 'Gifted',
  34. '已取消' => 'Cancelled'
  35. ];