6
0
Fork 0
jiqu-library-server/resources/lang/zh_CN/article.php

33 lines
851 B
PHP

<?php
return [
'labels' => [
'Article' => '文章管理',
'articles' => '文章管理',
],
'fields' => [
'category_id' => '分类',
'title' => '文章标题',
'author_name' => '作者名称',
'subtitle' => '副标题',
'cover' => '文章封面图',
'content' => '文章内容',
'jump_type' => '跳转类型',
'jump_link' => '跳转地址',
'is_show' => '显示',
'is_recommend' => '推荐',
'sort' => '排序',
'category' => [
'name' => '分类',
],
'points' => '积分',
'likes' => '点赞',
'media_type'=>'媒体类型',
'media_content1'=>'轮播图',
'media_content2'=>'音频文件',
'media_content3'=>'视频文件',
],
'options' => [
],
];