lesson.php 630 B

123456789101112
  1. <?php
  2. return [
  3. '此课程已经点过名了' => 'This course has already been named',
  4. '此课程不能提交点名' => 'This course cannot be submitted for roll call',
  5. '点名数据错误' => 'Roll call data error',
  6. '无人报名,请取消课程' => 'No one has reservation, please cancel the course',
  7. '点名数据错误' => 'Roll call data error',
  8. '点名失败' => 'Roll call failed',
  9. '点名已完成' => 'Roll call completed',
  10. '你好' => 'Hello',
  11. ];