| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 | <?phpreturn [    'User_id'          => '用户id',    'Out_trade_no'     => '订单编号',    'Order_price'      => '订单金额',    'Discount_price'   => '优惠价格',    'Delivery_price'   => '运费价格',    'Total_price'      => '实付价格',    'Pay_type'         => '付款方式',    'Online'           => '在线支付',    'Offline'          => '到货付款',    'wxPay'            => '微信付款',    'aliPay'           => '支付宝付',    'Ip'               => '下单ip',    'Remark'           => '订单备注',    'Status'           => '订单状态',    'Refund'        => '退货',    'Cancel'         => '取消订单',    'Normal'         => '正常',    'Have_paid'        => '已支付',    'Yes'      => '是',    'No'      => '否',    'Have_delivered'   => '已发货',    'Have_commented'   => '已评论',    'Have_received'    => '已收货',    'Pay time'          => '支付时间',    'Time: %s'          => '时间: %s',    'Delivered time'          => '发货时间',    'Received time'          => '收货时间',    'Commented time'          => '评论时间',    'Createtime'       => '创建时间',    'Updatetime'       => '更新时间',    'Deletetime'       => '删除时间',    'Visitor'          => '游客',    'User name'          => '用户名',    'Delivery'          => '物流',    'Comment'          => '评论',    'Data had been update before saved, close windows and do it again' => '数据在保存之前有变动,请关闭窗口再试一次',    'Product'           => '商品',    'Delivery status'           => '发货状态',    'Express number'           => '快递单号',    'Confirm delivery'           => '确认发货',    'Consignee address'           => '收货人地址',    'Consignee name'           => '收货人名称',    'Consignee mobile'           => '收货人电话',    'Refund status'           => '售后状态',    'Apply'           => '申请中',    'Pass'           => '通过',    'Pass and left User delivery'           => '通过(让用户发货)',    'Waiting for shipment'           => '等待发货',    'Refuse'           => '拒绝',    'This order is not returned'           => '这个订单没有退货',    'Withdraw money'           => '退款',    'Not withdraw money'           => '不退款',    'Tourist'           => '游客',];
 |