12345678910111213141516 |
- <?php
- return [
- 'Name' => '课程名称',
- 'Image' => '列表图',
- 'Images' => '轮播图',
- 'Content' => '内容',
- 'Weigh' => '排序值(越大越靠前)',
- 'Status' => '状态',
- 'Status 1' => '正常',
- 'Set status to 1'=> '设为正常',
- 'Status 0' => '禁用',
- 'Set status to 0'=> '设为禁用',
- 'Create_time' => '创建时间',
- 'Update_time' => '修改时间'
- ];
|