Build lightweight AI agent admin

This commit is contained in:
Codex
2026-06-08 18:14:59 +08:00
commit e164840f43
2530 changed files with 435693 additions and 0 deletions
@@ -0,0 +1,63 @@
{
"selectMenu": "請選擇一個菜單",
"addChildMenu": "新建子菜單",
"deleteMenu": "刪除",
"searchFailed": "搜索菜單失敗",
"refreshFailed": "刷新節點失敗",
"menuDetail": "菜單詳情",
"title": "菜單管理",
"name": "菜單管理",
"menuName": "菜單名稱",
"menuTitle": "菜單標題",
"parent": "父級菜單",
"path": "菜單路徑",
"activePath": "活躍路徑",
"activePathHelp": "高亮菜單的路徑,用於解決路由路徑和菜單高亮不一致的問題",
"activePathMustExist": "活躍路徑必須是一個存在的菜單路徑",
"type": "菜單類型",
"typeCatalog": "目錄",
"typeMenu": "菜單",
"typeButton": "按鈕",
"typeEmbedded": "內嵌",
"typeLink": "外鏈",
"typeOnlineForm": "在線表單",
"typeOnlinePage": "在線頁面",
"typeOnlineReport": "在線報表",
"reportCode": "報表編碼",
"typeAgent": "智能體",
"formCode": "表單編碼",
"agentCode": "智能體編碼",
"pageCode": "頁面編碼",
"component": "組件",
"componentPath": "組件路徑",
"icon": "菜單圖標",
"activeIcon": "活躍圖標",
"status": "狀態",
"authCode": "權限編碼",
"linkSrc": "鏈接地址",
"operation": "操作",
"advancedSettings": "高級設置",
"keepAlive": "KeepAlive 緩存",
"affixTab": "固定標簽頁",
"hideInMenu": "隱藏菜單",
"hideChildrenInMenu": "隱藏子菜單",
"hideInBreadcrumb": "隱藏麵包屑",
"hideInTab": "隱藏標簽頁",
"noBasicLayout": "無基礎佈局(全屏顯示)",
"badgeType": {
"title": "Badge 類型",
"dot": "點",
"normal": "數字"
},
"badge": "Badge 內容",
"badgeVariants": "Badge 樣式",
"order": "排序",
"applicationId": "所屬應用",
"applicationIdHelp": "選擇菜單所屬的應用,留空表示主應用菜單",
"fullPathKey": "完整路徑作為Key",
"fullPathKeyHelp": "設為「否」時,路徑參數變化不會刷新組件(適用於帶動態參數的頁面)",
"isSystem": "系統菜單",
"isSystemHelp": "系統菜單在所有應用(主應用和子應用)中都可見",
"appMenu": "應用菜單",
"systemMenu": "系統菜單"
}