123456789101112131415161718192021 |
- <?php
- return [
- '操作成功' => 'Operation successful',
- '此订单已无法取消' => 'This order cannot be canceled',
- '距离上课时间不足24小时,不能取消' => 'Less than 24 hours until class starts, no cancellations allowed',
- '取消失败' => 'Cancellation failed',
- '用户主动取消' => 'User actively cancels',
- '取消完成' => 'Cancellation completed',
- '申请成功,请等待审核' => 'The application is successful, please wait for review',
- '被转让人的邮箱没找到对应用户' => 'The corresponding user was not found in the email of the transferee',
- '不能转让给自己' => 'Cannot be transferred to oneself',
- '不存在的套餐订单' => 'Non existing package orders',
- '套餐剩余课时不足' => 'Insufficient remaining class hours in the package',
- '购买套餐赠送' => 'Complimentary by package',
- '备注:' => 'Remark:',
- '未找到配套,请刷新重试' => 'No plans found, please refresh and try again',
- '已经申请过了,无需重复操作' => 'It has already been applied for, no need to repeat operation',
- '已经激活了,无需重复操作' => 'Already activated, no need to repeat operation',
- '申请成功' => 'Application successful',
- ];
|