banner.php 611 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Place' => '位置',
  5. 'Place index' => '首页',
  6. 'Place other' => '其他',
  7. 'Image' => '图片',
  8. 'Box' => '盲盒',
  9. 'Link' => '链接',
  10. 'Word' => '文本',
  11. 'Type' => '类别',
  12. 'Type box' => '盲盒',
  13. 'Type link' => '链接',
  14. 'Type word' => '文本',
  15. 'Value' => '值',
  16. 'Status' => '状态',
  17. 'Status normal' => '正常',
  18. 'Status hidden' => '隐藏',
  19. 'Weigh' => '权重',
  20. 'Update_time' => '更新时间'
  21. ];