DiverseYouthNightSchool/application/admin/lang/zh-cn/school/help/cate.php

28 lines
733 B
PHP

<?php
return [
'Pid' => '上级分类',
'Name' => '帮助分类名',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1'=> '设为上架',
'Status 2' => '下架',
'Set status to 2'=> '设为下架',
'Weigh' => '权重',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间',
'Help_cate_ids' => '平台帮助分类',
'Title' => '标题',
'Content' => '文章详情',
'Hot' => '平台热门',
'Hot 0' => '否',
'Hot 1' => '是',
'Start_time' => '更新时间',
'Toggle all' => '展开',
'Views' => '浏览量',
];