packageorder.php 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. 'Id' => 'id',
  4. 'Order_no' => 'Order no',
  5. 'User_id' => 'User id',
  6. 'Package_id' => 'Package id',
  7. 'Lesson_ids' => 'Lesson ids',
  8. 'Sessions' => 'Sessions',
  9. 'Starttime' => 'Active time',
  10. 'Days' => 'Days',
  11. 'Endtime' => 'End time',
  12. 'Price' => 'Price',
  13. 'Remain' => 'Remain',
  14. 'Order_status' => 'Order status',
  15. 'Order_status 0' => 'unpaid',
  16. 'Order_status 1' => 'have paid',
  17. 'Use_status' => 'activate status',
  18. 'Use_status 0' => 'not active',
  19. 'Use_status 1' => 'Active',
  20. 'Paytime' => 'Pay time',
  21. 'Createtime' => 'Create time',
  22. 'Updatetime' => 'Update time',
  23. 'Is_gift' => 'Is gift',
  24. 'Is_gift 0' => 'no',
  25. 'Is_gift 1' => 'yes',
  26. 'Notice_status' => '计划任务',
  27. 'Notice_status 0' => '未通知',
  28. 'Notice_status 1' => '一月通知',
  29. 'Notice_status 2' => '两周通知',
  30. 'Notice_status 3' => '一周通知',
  31. 'Remark' => 'Remark',
  32. 'User.firstname' => 'firstname',
  33. 'User.lastname' => 'lastname',
  34. 'Package.name' => 'Package name',
  35. 'Package.name_en' => 'Package name(en)',
  36. '激活' => 'Get activation',
  37. '已激活' => 'Activation successful',
  38. '请刷新重试' => 'Refresh and try again',
  39. ];