chihewanle.php 355 B

123456789101112131415
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Title' => '标题',
  5. 'Info' => '简介',
  6. 'Image' => '封面图',
  7. 'Content' => '内容',
  8. 'Status' => '状态',
  9. 'Status 1' => '上架',
  10. 'Set status to 1'=> '设为上架',
  11. 'Status 0' => '下架',
  12. 'Set status to 0'=> '设为下架',
  13. 'Weigh' => '权重排序'
  14. ];