lesson.php 2.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. return [
  3. '操作成功' => 'Operation successful',
  4. '预约成功' => 'Booking successful',
  5. '报名已截止' => 'Booking Closed',
  6. '限制预约' => 'Restricted reservation',
  7. '剩N个名额' => '{:number} Places left',
  8. '课程可能已取消,请刷新重试' => 'The course may have been cancelled, please refresh and try again',
  9. '预约人数错误' => 'Wrong number of people booked',
  10. '课程已经结束了,不能再进行预约' => 'The course has ended and no more reservations can be made',
  11. '预约名额只剩N名' => 'There are only {:number} reserved spots left',
  12. '候补名额只剩N名' => 'There are only {:number} waitlist spots left',
  13. '套餐信息不正确,请刷新重试' => 'The package information is incorrect, please refresh and try again',
  14. '该配套余额不足' => 'The balance of this plans is insufficient',
  15. '扣除套餐余额失败' => 'Failed to deduct package balance',
  16. '预约失败' => 'Reservation failed',
  17. '下单失败' => 'Order failed',
  18. '未找到对应的试课' => 'The Trial Records is not found',
  19. '使用试课失败' => 'Failed to use try lesson',
  20. '该配套限购一次,您已经买过了' => 'This package is limited to one purchase, you have already made a purchase',
  21. '预约:' => 'Booked:',
  22. '候补:' => 'Waitlist:',
  23. '可预约人数不足。请确认您是否想在候补名单上。一旦他人取消,您将被自动添加到班级中' => 'Insufficient slots available. Please confirm if you would like to be on the waitlist. Upon any cancellations, you will be automatically added into the class',
  24. '没有找到足够候补人数的配套' => 'We could not find a package with enough waitlist',
  25. '点击太频繁,休息一下吧' => 'Click too frequently, take a break',
  26. '可预约名额不足' => 'Insufficient available reservation slots',
  27. '请选择配套' => 'Please select plans',
  28. '该配套尚未激活' => 'This plans has not been activated yet',
  29. ];