Usercenter.php 497 B

1234567891011
  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. ];