|  | @@ -363,19 +363,44 @@ export default {
 | 
	
		
			
				|  |  |  			title: "Policy",
 | 
	
		
			
				|  |  |  			policyControl: "Policy Control",
 | 
	
		
			
				|  |  |  		},
 | 
	
		
			
				|  |  | +		assist: {
 | 
	
		
			
				|  |  | +			title: '智能助手',
 | 
	
		
			
				|  |  | +			dashboard: {
 | 
	
		
			
				|  |  | +				title: '数据看板',
 | 
	
		
			
				|  |  | +				add: '新增数据',
 | 
	
		
			
				|  |  | +				detail: '看板详情',
 | 
	
		
			
				|  |  | +			},
 | 
	
		
			
				|  |  | +			prompt: '提示词管理',
 | 
	
		
			
				|  |  | +			chat: '智能对话',
 | 
	
		
			
				|  |  | +			model: '模型管理',
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  |  		flow: {
 | 
	
		
			
				|  |  | -			title: 'Process Management',
 | 
	
		
			
				|  |  | -			workbench: 'Workbench',
 | 
	
		
			
				|  |  | -			flowFormList: 'Process Form List',
 | 
	
		
			
				|  |  | -			flowModelList: 'Process Model List',
 | 
	
		
			
				|  |  | -			approvalBusinessTest: 'Approval Business Test',
 | 
	
		
			
				|  |  | -			formCenter: 'Form Center',
 | 
	
		
			
				|  |  | -			processMonitoring: 'Process Monitoring',
 | 
	
		
			
				|  |  | -		}
 | 
	
		
			
				|  |  | +			title: '流程管理',
 | 
	
		
			
				|  |  | +			workbench: '工作台',
 | 
	
		
			
				|  |  | +			formList: '流程表单列表',
 | 
	
		
			
				|  |  | +			modelList: '流程模型列表',
 | 
	
		
			
				|  |  | +			approvalTest: '审批业务测试',
 | 
	
		
			
				|  |  | +			formCenter: '表单中心',
 | 
	
		
			
				|  |  | +			processMonitoring: '流程监控',
 | 
	
		
			
				|  |  | +			processDesign: '流程设计',
 | 
	
		
			
				|  |  | +			processTest: '流程测试',
 | 
	
		
			
				|  |  | +			formDesign: '流程表单设计',
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  |  	},
 | 
	
		
			
				|  |  |  	upload: {
 | 
	
		
			
				|  |  |  		importData: "Data Import",
 | 
	
		
			
				|  |  |  		fileUploadSuccess: "File uploaded successfully",
 | 
	
		
			
				|  |  |  		fileUploadError2MB: "File size cannot exceed 2MB!"
 | 
	
		
			
				|  |  | -	}
 | 
	
		
			
				|  |  | +	},
 | 
	
		
			
				|  |  | +	assist: {
 | 
	
		
			
				|  |  | +		title: 'AI Assistant',
 | 
	
		
			
				|  |  | +		dashboard: {
 | 
	
		
			
				|  |  | +			title: 'Data Dashboard',
 | 
	
		
			
				|  |  | +			add: 'Add Data',
 | 
	
		
			
				|  |  | +			detail: 'Dashboard Details',
 | 
	
		
			
				|  |  | +		},
 | 
	
		
			
				|  |  | +		prompt: 'Prompt Management',
 | 
	
		
			
				|  |  | +		chat: 'AI Chat',
 | 
	
		
			
				|  |  | +		model: 'Model Management',
 | 
	
		
			
				|  |  | +	},
 | 
	
		
			
				|  |  |  };
 |