order.php 1.4 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. return [
  3. 'Order not exist' => '订单不存在',
  4. 'Thanks for the evaluation' => '感谢评价',
  5. 'Evaluation failure' => '评价失败',
  6. 'Address not exist' => '地址不存在',
  7. 'Product not exist' => '商品不存在',
  8. 'Online' => '在线支付',
  9. 'Offline' => '到货付款',
  10. 'wxPay' => '微信付款',
  11. 'aliPay' => '支付宝付',
  12. 'Please fill in the refund amount' => '请填写退款金额',
  13. 'Please select goods status' => '请选择商品状态',
  14. 'Please select goods' => '请选择商品',
  15. 'Please select service type' => '请选择服务类型',
  16. 'Please fill in the express number' => '请填写快递编号',
  17. 'Operation failed' => '操作失败!',
  18. 'Your receiving address is not within the scope of delivery' => '你的收货地址不在配送范围内',
  19. 'You must purchase at least %s item to use this shipping method' => '你必须至少购买%s件商品才能使用此配送方式',
  20. 'Insufficient inventory,%s pieces left' => '库存不足,剩%s件',
  21. 'There are offline products' => '存在已下架的商品',
  22. 'There are not exist or Offline' => '其中有商品已下架的',
  23. 'Parameter error' => '参数错误',
  24. 'Please login first' => '请先登录'
  25. ];