<?php
return [
'labels' => [
'ArticleCategory' => '文章分类',
'article-categories' => '文章分类',
],
'fields' => [
'name' => '名称',
'parent_id' => '父级',
'is_show' => '显示',
'is_recommend' => '推荐',
'sort' => '排序',
'options' => [
];