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

18 lines
476 B
PHP
Raw Normal View History

2024-11-06 19:09:37 +08:00
<?php
return [
'Name' => '分类名',
'Hot' => '平台热门',
'Hot 0' => '否',
'Hot 1' => '是',
2024-11-06 19:09:37 +08:00
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1'=> '设为上架',
'Status 2' => '下架',
'Set status to 2'=> '设为下架',
'Weigh' => '权重',
'Createtime' => '创建时间',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间'
];