12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- return [
- 'Id' => 'id',
- 'Order_no' => 'Order no',
- 'User_id' => 'User id',
- 'Package_id' => 'Package id',
- 'Lesson_ids' => 'Lesson ids',
- 'Sessions' => 'Sessions',
- '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',
- 'Use_status' => 'activate status',
- 'Use_status 0' => 'not active',
- 'Use_status 1' => 'Active',
- 'Paytime' => 'Pay time',
- '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',
- '请刷新重试' => 'Refresh and try again',
- ];
|