<?php

return [
    'Id'                  => 'id',
    'Order_no'            => '订单号',
    'User_id'             => '用户id',
    'Package_id'          => '配套id',
    'Lesson_ids'          => '课程ids',
    'Sessions'            => '共计获得课程数量',
    'Type'                => '配套类型',
    'Type 1'              => '普通课',
    'Type 2'              => '私教课',
    'Starttime'           => '激活时间',
    'Days'                => '实际有效天数',
    'Endtime'             => '到期时间',
    'Price'               => '价格',
    'Remain'              => '剩余课程数量',
    'Order_status'        => '状态',
    'Order_status 0'      => '待支付',
    'Order_status 1'      => '已支付',
    'Order_status 10'     => '已取消',
    'Use_status'          => '激活状态',
    'Use_status 0'        => '未激活',
    'Use_status 1'        => '已激活',
    'Paytime'             => '支付时间',
    'Pay_type'            => '支付方式',
    'Pay_type 1'          => '线上',
    'Pay_type 2'          => '线下',
    'Createtime'          => '创建时间',
    'Updatetime'          => '更新时间',
    'Is_gift'             => '是否赠品',
    'Is_gift 0'           => '否',
    'Is_gift 1'           => '是',
    'Notice_status'       => '计划任务',
    'Notice_status 0'     => '未通知',
    'Notice_status 1'     => '一月通知',
    'Notice_status 2'     => '两周通知',
    'Notice_status 3'     => '一周通知',
    'Remark'              => '备注',
    'Seller'              => '销售前台',
    'Buy_notice_status'   => '购买通知计划任务',
    'Buy_notice_status 0' => '未通知',
    'Buy_notice_status 1' => '已通知',
    'User.firstname'      => '名',
    'User.lastname'       => '姓',
    'Package.name'        => '配套标题',
    'Package.name_en'     => '配套标题(en)',
    'select user'         => '选择用户',
    'select package'      => '选择配套',
];