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