123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?php
- return [
- 'Id' => 'id',
- 'Order_no' => 'Order no',
- 'User_id' => 'User id',
- 'Package_id' => 'Package id',
- 'Lesson_ids' => 'Lesson ids',
- 'Sessions' => 'Sessions',
- 'Type' => 'Package Type',
- 'Type 1' => 'Normal',
- 'Type 2' => 'Private',
- 'Starttime' => 'Active time',
- 'Days' => 'Days',
- 'Endtime' => 'End time',
- 'Price' => 'Price',
- 'Remain' => 'Remain',
- 'Order_status' => 'Order status',
- 'Order_status 0' => 'unpaid',
- 'Order_status 1' => 'have paid',
- 'Order_status 10' => 'have canceled',
- 'Use_status' => 'activate status',
- 'Use_status 0' => 'not active',
- 'Use_status 1' => 'Active',
- 'Paytime' => 'Pay time',
- 'Pay_type' => 'Pay type',
- 'Pay_type 1' => 'Online',
- 'Pay_type 2' => 'Offline',
- 'Createtime' => 'Create time',
- 'Updatetime' => 'Update time',
- 'Is_gift' => 'Is gift',
- 'Is_gift 0' => 'no',
- 'Is_gift 1' => 'yes',
- 'Notice_status' => '计划任务',
- 'Notice_status 0' => '未通知',
- 'Notice_status 1' => '一月通知',
- 'Notice_status 2' => '两周通知',
- 'Notice_status 3' => '一周通知',
- 'Remark' => 'Remark',
- 'User.firstname' => 'firstname',
- 'User.lastname' => 'lastname',
- 'Package.name' => 'Package name',
- 'Package.name_en' => 'Package name(en)',
- '激活' => 'Get activation',
- '已激活' => 'Activation successful',
- '已取消' => 'Cancel successful',
- '请刷新重试' => 'Refresh and try again',
- '已经激活了,请刷新重试' => 'Already activated, please refresh and try again',
- '已经审核了,请刷新重试' => 'Already reviewed, please refresh and retry',
- '已驳回' => 'Rejected',
- ];
|