usercenter.php 1.2 KB

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