Lesson.php 134 B

1234567
  1. <?php
  2. return [
  3. '剩N个名额' => '剩{:number}个名额',
  4. '预约名额只剩N名' => '预约名额只剩{:number}名',
  5. ];