packageorder.php 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. 'Type' => 'Package Type',
  10. 'Type 1' => 'Normal',
  11. 'Type 2' => 'Private',
  12. 'Starttime' => 'Active time',
  13. 'Days' => 'Days',
  14. 'Endtime' => 'End time',
  15. 'Price' => 'Price',
  16. 'Remain' => 'Remain',
  17. 'Order_status' => 'Order status',
  18. 'Order_status 0' => 'unpaid',
  19. 'Order_status 1' => 'have paid',
  20. 'Order_status 10' => 'have canceled',
  21. 'Use_status' => 'activate status',
  22. 'Use_status 0' => 'not active',
  23. 'Use_status 1' => 'Active',
  24. 'Paytime' => 'Pay time',
  25. 'Pay_type' => 'Pay type',
  26. 'Pay_type 1' => 'Online',
  27. 'Pay_type 2' => 'Offline',
  28. 'Createtime' => 'Create time',
  29. 'Updatetime' => 'Update time',
  30. 'Is_gift' => 'Is gift',
  31. 'Is_gift 0' => 'no',
  32. 'Is_gift 1' => 'yes',
  33. 'Notice_status' => '计划任务',
  34. 'Notice_status 0' => '未通知',
  35. 'Notice_status 1' => '一月通知',
  36. 'Notice_status 2' => '两周通知',
  37. 'Notice_status 3' => '一周通知',
  38. 'Remark' => 'Remark',
  39. 'User.firstname' => 'firstname',
  40. 'User.lastname' => 'lastname',
  41. 'Package.name' => 'Package name',
  42. 'Package.name_en' => 'Package name(en)',
  43. '激活' => 'Get activation',
  44. '已激活' => 'Activation successful',
  45. '已取消' => 'Cancel successful',
  46. '请刷新重试' => 'Refresh and try again',
  47. '已经激活了,请刷新重试' => 'Already activated, please refresh and try again',
  48. '已经审核了,请刷新重试' => 'Already reviewed, please refresh and retry',
  49. '已驳回' => 'Rejected',
  50. ];