From 1724f77c35022b643c28dd3e5547679a5edc2d49 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 17 三月 2026 14:17:26 +0800
Subject: [PATCH] Merge branch 'springboot3.5_cs' into spring3.5
---
rsf-admin/src/i18n/en.js | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js
index 9a94fe5..ab6ed0e 100644
--- a/rsf-admin/src/i18n/en.js
+++ b/rsf-admin/src/i18n/en.js
@@ -150,6 +150,14 @@
token: 'Token',
operation: 'Operation',
config: 'Config',
+ aiParam: 'AI Params',
+ aiPrompt: 'AI Prompt',
+ aiDiagnosis: 'AI Diagnosis',
+ aiDiagnosisPlan: 'AI Diagnosis Plan',
+ aiCallLog: 'AI Call Log',
+ aiRoute: 'AI Route',
+ aiToolConfig: 'AI Diagnostic Tool',
+ aiMcpMount: 'AI MCP Mount',
tenant: 'Tenant',
userLogin: 'Token',
customer: 'Customer',
@@ -303,6 +311,8 @@
executeResult: "Execute Result",
taskNo: "Task No",
createTime: "Create Time",
+ wmsNextTaskStatus: "WMS Next Task Status",
+ wmsNowTaskStatus: "WMS Now Task Status",
},
subsystemFlowTemplate: {
flowCode: "flowCode",
@@ -398,6 +408,19 @@
val: "val",
content: "content",
type: "type",
+ },
+ aiParam: {
+ uuid: "uuid",
+ name: "name",
+ modelCode: "model code",
+ provider: "provider",
+ chatUrl: "chat url",
+ apiKey: "api key",
+ modelName: "model name",
+ systemPrompt: "system prompt",
+ maxContextMessages: "max context",
+ defaultFlag: "default",
+ sort: "sort",
},
tenant: {
name: "name",
@@ -1530,6 +1553,7 @@
modiftySite: 'Modify SiteNo',
selectWave: 'Select Wave Rule',
flowStep: "Flow Step",
+ jumpCurrent: "Jump To Current",
},
placeholder: {
--
Gitblit v1.9.1