lesson.php 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. '操作成功' => 'Operation successful',
  4. '预约成功' => 'Booking successful',
  5. '报名已截止' => 'Booking Closed',
  6. '剩N个名额' => '{:number} places left',
  7. '课程可能已取消,请刷新重试' => 'The course may have been cancelled, please refresh and try again',
  8. '预约人数错误' => 'Wrong number of people booked',
  9. '课程已经结束了,不能再进行预约' => 'The course has ended and no more reservations can be made',
  10. '预约名额只剩N名' => 'There are only {:number} reserved spots left',
  11. '候补名额只剩N名' => 'There are only {:number} candidate spots left',
  12. '套餐信息不正确,请刷新重试' => 'The package information is incorrect, please refresh and try again',
  13. '该套餐余额不足,可以使用其他支付方式' => 'The balance of this package is insufficient, you can use other payment methods',
  14. '扣除套餐余额失败' => 'Failed to deduct package balance',
  15. '预约失败' => 'Reservation failed',
  16. '下单失败' => 'Order failed',
  17. '试课信息不正确,请刷新重试' => 'the trylesson information is incorrect, please refresh and try again',
  18. '使用试课失败' => 'Failed to use try lesson',
  19. '该配套限购一次,您已经买过了' => 'This package is limited to one purchase, you have already made a purchase',
  20. '预约:' => 'Booked:',
  21. '候补:' => 'Candidate:',
  22. '预约空位不足,是否转为候补?' => 'Insufficient booked seats, should I switch to a candidate?',
  23. '没有找到足够候补人数的配套' => 'We could not find a package with enough candidates',
  24. ];