123456789101112131415161718192021 |
- <?php
- /**
- * 模块语言包-养鱼 - 场景
- */
- return array(
- 'scene_add_name' => '场景添加',
- 'scene_edit_name' => '场景编辑',
- 'scene_so_keyword_tips' => '场景名称',
- 'scene_time_start_text' => '起始时间',
- 'scene_time_end_text' => '结束时间',
- 'scene_id' => '场景ID',
- 'scene_name' => '场景名称',
- 'thumb' => '缩略图',
- 'description' => '描述',
- 'sale_price' => '售价',
- 'created_at' => '创建时间',
- 'updated_at' => '更新时间',
- 'deleted_at' => '删除时间',
- );
- ?>
|