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

21 lines
602 B
PHP
Raw Normal View History

2024-12-30 18:09:23 +08:00
<?php
return [
'Help_cate_ids' => '平台帮助分类ids',
'Title' => '标题',
'Content' => '文章详情',
'Status' => '状态',
'Status 1' => '上架',
'Set status to 1'=> '设为上架',
'Status 2' => '下架',
'Set status to 2'=> '设为下架',
'Hot' => '平台热门',
'Hot 0' => '否',
'Hot 1' => '是',
'Start_time' => '更新时间',
'Weigh' => '权重',
'Views' => '浏览量',
'Updatetime' => '修改时间',
'Deletetime' => '删除时间'
];