<?php

return [
    'Id'                     => 'id',
    'Starttime'              => '开始时间',
    'Hours'                  => '小时数',
    'Endtime'                => '结束时间',
    'Num_min'                => '最少人数(取消)',
    'Num_max'                => '最多人数',
    'Bookednum'              => '已预约人数',
    'Waitnum_max'            => '候补最多人数',
    'Coach_ids'              => '选择教练',
    'Lesson_id'              => '课程id',
    'Address'                => '地址',
    'Address_en'             => '地址(en)',
    'Status'                 => '状态',
    'Status 0'               => '报名中',
    'Status 20'              => '已点名',
    'Status 30'              => '已取消',
    'Remark'                 => '备注说明',
    'Remark_en'              => '备注说明(en)',
    'Notice_status'          => '计划任务',
    'Notice_status 0'        => '未通知',
    'Notice_status 1'        => '已通知',
    'Finishtime'             => '点名时间',
    'Cancel_reason'          => '取消原因',
    'Cancel_time'            => '取消时间',
    'Is_show'                => '显示与预约?',
    'Is_show 1'              => '显示+预约',
    'Is_show 0'              => '仅显示',
    'Danceroom_id'           => '舞蹈室id',
    'Coach.nickname'         => '教练昵称',
    'Lesson.name'            => '课程标题',
    'Lesson.name_en'         => '课程标题(en)',
    'Lesson.type'            => '课程类型',
    'Lesson.type 1'          => '普通课',
    'Lesson.type 2'          => '私教课',
    'Danceroom.name'         => '舞蹈室',
    'Danceroom.name_en'      => '舞蹈室(en)',

    'select user'      => '选择用户',
    'choose the number of participants'      => '选择预约人数',
    'select user package'      => '选择用户配套',
    'participants information notes'      => '预约备注',
    'Paytype'      => '支付方式',
    'select user trail'      => '选择用户试课',

];