culturescenebackground.php 1.1 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * 模块语言包-养鱼 - 场景背景
  4. */
  5. return array(
  6. 'scene_background_add_name' => '场景背景添加',
  7. 'scene_background_edit_name' => '场景背景编辑',
  8. 'scene_background_so_keyword_tips' => '场景背景名称',
  9. 'scene_background_time_start_text' => '起始时间',
  10. 'scene_background_time_end_text' => '结束时间',
  11. 'scene_background_id' => '场景背景ID',
  12. 'scene_background_name' => '场景背景名称',
  13. 'thumb' => '缩略图',
  14. 'description' => '描述',
  15. 'sale_price' => '售价',
  16. 'scene_name' => '场景名称',
  17. 'created_at' => '创建时间',
  18. 'updated_at' => '更新时间',
  19. 'deleted_at' => '删除时间',
  20. 'is_lock' => '是否锁定',
  21. 'is_unlock_buy' => '是否解锁即拥有',
  22. );
  23. ?>