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