fix: 分类/友链资源字段全部中文化(语言包 lang/zh_CN.json + __() 引用),支付过滤补 label,消除后台表格/表单英文
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"category.name": "分类名称",
|
||||
"category.slug": "Slug",
|
||||
"category.display_order": "排序",
|
||||
"category.post_count": "文章数",
|
||||
"category.created_at": "创建时间",
|
||||
"category.updated_at": "更新时间",
|
||||
|
||||
"link.name": "名称",
|
||||
"link.url": "链接地址",
|
||||
"link.note": "备注",
|
||||
"link.display_order": "排序",
|
||||
"link.visible": "可见",
|
||||
"link.created_at": "创建时间",
|
||||
"link.updated_at": "更新时间",
|
||||
|
||||
"payment.status": "状态"
|
||||
}
|
||||
Reference in New Issue
Block a user