You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

58 lines
2.3 KiB

  1. <?php
  2. return [
  3. 'User_id' => '用户id',
  4. 'Out_trade_no' => '订单编号',
  5. 'Order_price' => '订单金额',
  6. 'Discount_price' => '优惠价格',
  7. 'Delivery_price' => '运费价格',
  8. 'Total_price' => '实付价格',
  9. 'Pay_type' => '付款方式',
  10. 'Online' => '在线支付',
  11. 'Offline' => '到货付款',
  12. 'wxPay' => '微信付款',
  13. 'aliPay' => '支付宝付',
  14. 'Ip' => '下单ip',
  15. 'Remark' => '订单备注',
  16. 'Status' => '订单状态',
  17. 'Refund' => '退货',
  18. 'Cancel' => '取消订单',
  19. 'Normal' => '正常',
  20. 'Have_paid' => '已支付',
  21. 'Yes' => '是',
  22. 'No' => '否',
  23. 'Have_delivered' => '已发货',
  24. 'Have_commented' => '已评论',
  25. 'Have_received' => '已收货',
  26. 'Pay time' => '支付时间',
  27. 'Time: %s' => '时间: %s',
  28. 'Delivered time' => '发货时间',
  29. 'Received time' => '收货时间',
  30. 'Commented time' => '评论时间',
  31. 'Createtime' => '创建时间',
  32. 'Updatetime' => '更新时间',
  33. 'Deletetime' => '删除时间',
  34. 'Visitor' => '游客',
  35. 'User name' => '用户名',
  36. 'Delivere' => '物流',
  37. 'Comment' => '评论',
  38. 'Data had been update before saved, close windows and do it again' => '数据在保存之前有变动,请关闭窗口再试一次',
  39. 'Product' => '商品',
  40. 'Delivery status' => '发货状态',
  41. 'Express number' => '快递单号',
  42. 'Confirm delivery' => '确认发货',
  43. 'Consignee address' => '收货人地址',
  44. 'Consignee name' => '收货人名称',
  45. 'Consignee mobile' => '收货人电话',
  46. 'Refund status' => '售后状态',
  47. 'Apply' => '申请中',
  48. 'Pass' => '通过',
  49. 'Pass and left User delivery' => '通过(让用户发货)',
  50. 'Waiting for shipment' => '等待发货',
  51. 'Refuse' => '拒绝',
  52. 'This order is not returned' => '这个订单没有退货',
  53. 'Withdraw money' => '退款',
  54. 'Not withdraw money' => '不退款',
  55. 'Tourist' => '游客',
  56. ];