en.php 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. '转让支付' => 'Consignment Payment',
  14. '转让收款' => 'Consignment 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. '转账支出' => 'Translate Expenses',
  26. '转账收款' => 'Translate Receipt',
  27. '抢购未开始' => 'The flash sale has not started yet',
  28. '当前订单转让金额为' => 'The current order transfer amount is',
  29. '已购买' => 'Purchased',
  30. '转让中' => 'On consignment',
  31. '已赠送' => 'Gifted',
  32. '已转让' => 'Consigned',
  33. '已提货' => 'Gifted',
  34. '已取消' => 'Cancelled',
  35. '质押' => 'Pledge',
  36. '物流运费' => 'Logistics freight',
  37. '茶宝标记激活' => 'Tea treasure mark activation',
  38. '暂未开启' => 'Not yet enabled',
  39. '您已领取' => 'You have already received',
  40. '您已过期' => 'You have expired',
  41. '您已赠送' => 'You have already given',
  42. '不能购买自己寄售的商品' => 'You cannot buy the goods you have sold yourself',
  43. '茶宝不足' => 'Tea treasure is not enough',
  44. '合成活动不存在' => 'Synthesis activity does not exist',
  45. '合成活动已结束' => 'The synthesis activity has ended',
  46. '材料不足' => 'Materials are insufficient',
  47. '库存不足' => 'Insufficient inventory',
  48. '质押存储' => 'Pledge storage',
  49. '质押商品数量与订单数量不匹配' => 'The pledge product quantity does not match the order quantity',
  50. '质抵活动不存在' => 'The pledge activity does not exist',
  51. '质抵活动已结束' => 'The pledge activity has ended',
  52. '正在挖矿中,请稍后再试' => 'Mining is in progress, please try again later',
  53. '转账后余额不能低于9.9' => 'The balance after transfer cannot be less than 9.9',
  54. ];