lessonslot.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Starttime' => '开始时间',
  5. 'Week' => '星期',
  6. 'Hours' => '小时数',
  7. 'Endtime' => '结束时间',
  8. 'Num_min' => '最少人数(取消)',
  9. 'Num_max' => '最多人数',
  10. 'Bookednum' => '已预约人数',
  11. 'Waitnum_max' => '候补最多人数',
  12. 'Coach_ids' => '选择教练',
  13. 'Lesson_id' => '课程id',
  14. 'Address' => '地址',
  15. 'Address_en' => '地址(en)',
  16. 'Status' => '状态',
  17. 'Status 0' => '报名中',
  18. 'Status 20' => '已点名',
  19. 'Status 30' => '已取消',
  20. 'Remark' => '备注说明',
  21. 'Remark_en' => '备注说明(en)',
  22. 'Notice_status' => '计划任务',
  23. 'Notice_status 0' => '未通知',
  24. 'Notice_status 1' => '已通知',
  25. 'Finishtime' => '点名时间',
  26. 'Cancel_reason' => '取消原因',
  27. 'Cancel_time' => '取消时间',
  28. 'Is_show' => '显示与预约?',
  29. 'Is_show 1' => '显示+预约',
  30. 'Is_show 0' => '仅显示',
  31. 'Danceroom_id' => '舞蹈室id',
  32. 'Coach.nickname' => '教练昵称',
  33. 'Lesson.name' => '课程标题',
  34. 'Lesson.name_en' => '课程标题(en)',
  35. 'Lesson.type' => '课程类型',
  36. 'Lesson.type 1' => '普通课',
  37. 'Lesson.type 2' => '私教课',
  38. 'Danceroom.name' => '舞蹈室',
  39. 'Danceroom.name_en' => '舞蹈室(en)',
  40. 'select user' => '选择用户',
  41. 'choose the number of participants' => '选择预约人数',
  42. 'select user package' => '选择用户配套',
  43. 'participants information notes' => '预约备注',
  44. 'Paytype' => '支付方式',
  45. 'select user trail' => '选择用户试课',
  46. ];