first commit

This commit is contained in:
liu
2026-07-13 15:23:29 +08:00
commit 50885a98c8
473 changed files with 33772 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
export default {
// 页面标题
"system.gridNav.page.title": "首页宫格导航管理",
"system.gridNav.page.description": "管理首页宫格导航图标及跳转链接",
// 字段
"system.gridNav.id": "ID",
"system.gridNav.title": "导航标题",
"system.gridNav.title.required": "导航标题不能为空",
"system.gridNav.image": "导航图标",
"system.gridNav.image.required": "导航图标不能为空",
"system.gridNav.link": "跳转链接",
"system.gridNav.link.placeholder": "请输入跳转链接",
"system.gridNav.status": "状态",
"system.gridNav.status.required": "状态不能为空",
"system.gridNav.status.normal": "启用",
"system.gridNav.status.disabled": "禁用",
"system.gridNav.sort": "排序",
"system.gridNav.createdAt": "创建时间",
"system.gridNav.updatedAt": "更新时间",
};