fix: 分类/友链资源字段全部中文化(语言包 lang/zh_CN.json + __() 引用),支付过滤补 label,消除后台表格/表单英文

This commit is contained in:
ak
2026-08-11 23:31:50 +08:00
parent d9a6ca2959
commit 3ff766d980
16 changed files with 65 additions and 14 deletions
+18
View File
@@ -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": "状态"
}