storecategory.php 280 B

123456789101112
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Name' => '商家联盟分类',
  5. 'Status' => '状态',
  6. 'Status 1' => '显示',
  7. 'Set status to 1'=> '设为显示',
  8. 'Status 0' => '隐藏',
  9. 'Set status to 0'=> '设为隐藏',
  10. 'Weigh' => '权重排序'
  11. ];