1234567891011121314151617 |
- <?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:',
- ];
|