order.php 1.2 KB

123456789101112131415161718192021222324
  1. <?php
  2. return [
  3. '余额不足请前往充值' => 'If the balance is insufficient, please go to recharge',
  4. '订单不存在' => 'Order does not exist',
  5. '参数有误,无可用产品' => 'Parameter error, no available products',
  6. '抢购已结束' => 'The sale has ended',
  7. '交易金额不能为空' => 'The transaction amount cannot be empty. The',
  8. '交易Hash不能为空' => 'transaction hash cannot be empty.',
  9. '已下单' => 'Ordered',
  10. '已付款' => 'Paid',
  11. '已转让' => 'Transferred',
  12. '已发货' => 'Shipped',
  13. '已取消' => 'Cancelled',
  14. '赠送' => 'Giveaway',
  15. '关闭' => 'Closure',
  16. '赠送用户不存在' => 'The gift user does not exist',
  17. '赠送用户不能是自己' => 'The user who sends the gift cannot be yourself',
  18. '暂无物流信息' => 'No logistics information',
  19. ];