culturescene.php 791 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * 模块语言包-养鱼 - 场景
  4. */
  5. return array(
  6. 'scene_add_name' => '场景添加',
  7. 'scene_edit_name' => '场景编辑',
  8. 'scene_so_keyword_tips' => '场景名称',
  9. 'scene_time_start_text' => '起始时间',
  10. 'scene_time_end_text' => '结束时间',
  11. 'scene_id' => '场景ID',
  12. 'scene_name' => '场景名称',
  13. 'thumb' => '缩略图',
  14. 'description' => '描述',
  15. 'sale_price' => '售价',
  16. 'created_at' => '创建时间',
  17. 'updated_at' => '更新时间',
  18. 'deleted_at' => '删除时间',
  19. );
  20. ?>