|
@@ -364,27 +364,27 @@ export default {
|
|
|
policyControl: "Policy Control",
|
|
|
},
|
|
|
assist: {
|
|
|
- title: '智能助手',
|
|
|
+ title: 'AI Assistant',
|
|
|
dashboard: {
|
|
|
- title: '数据看板',
|
|
|
- add: '新增数据',
|
|
|
- detail: '看板详情',
|
|
|
+ title: 'Data Dashboard',
|
|
|
+ add: 'Add Data',
|
|
|
+ detail: 'Dashboard Details',
|
|
|
},
|
|
|
- prompt: '提示词管理',
|
|
|
- chat: '智能对话',
|
|
|
- model: '模型管理',
|
|
|
+ prompxt: 'Prompt Management',
|
|
|
+ chat: 'AI Chat',
|
|
|
+ model: 'Model Management',
|
|
|
},
|
|
|
flow: {
|
|
|
- title: '流程管理',
|
|
|
- workbench: '工作台',
|
|
|
- formList: '流程表单列表',
|
|
|
- modelList: '流程模型列表',
|
|
|
- approvalTest: '审批业务测试',
|
|
|
- formCenter: '表单中心',
|
|
|
- processMonitoring: '流程监控',
|
|
|
- processDesign: '流程设计',
|
|
|
- processTest: '流程测试',
|
|
|
- formDesign: '流程表单设计',
|
|
|
+ title: 'Workflow Management',
|
|
|
+ workbench: 'Workbench',
|
|
|
+ formList: 'Workflow Form List',
|
|
|
+ modelList: 'Workflow Model List',
|
|
|
+ approvalTest: 'Approval Business Test',
|
|
|
+ formCenter: 'Form Center',
|
|
|
+ processMonitoring: 'Process Monitoring',
|
|
|
+ processDesign: 'Process Design',
|
|
|
+ processTest: 'Process Test',
|
|
|
+ formDesign: 'Workflow Form Design',
|
|
|
},
|
|
|
},
|
|
|
upload: {
|
|
@@ -392,15 +392,4 @@ export default {
|
|
|
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',
|
|
|
- },
|
|
|
};
|