From ae92c3e495738465431241842725a415a99db78a Mon Sep 17 00:00:00 2001
From: cc500 <2014434568@qq.com>
Date: Tue, 17 Jun 2025 17:40:29 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E5=9B=BD?=
=?UTF-8?q?=E9=99=85=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/dialoguePanel/DialogueFlow.vue | 2 +-
src/components/dialoguePanel/FlowCode.vue | 8 ++++----
src/i18n/lang/en.ts | 17 +++++++++++++++--
src/i18n/lang/zh-cn.ts | 14 +++++++++++++-
.../components/codeMirror/nodeMirrorText.vue | 2 +-
src/views/createapp/components/types.ts | 8 ++++----
src/views/createapp/components/workFlow.vue | 2 +-
.../components/workFlowConfig/CustomSaENode.vue | 3 ++-
8 files changed, 41 insertions(+), 15 deletions(-)
diff --git a/src/components/dialoguePanel/DialogueFlow.vue b/src/components/dialoguePanel/DialogueFlow.vue
index f806251..b9aac28 100644
--- a/src/components/dialoguePanel/DialogueFlow.vue
+++ b/src/components/dialoguePanel/DialogueFlow.vue
@@ -77,7 +77,7 @@ watch(
- {{ StatusInfoTitle[props.flowdata.status] }}
+ {{ $t(`flow.${StatusInfoTitle[props.flowdata.status]}`) }}
--
Gitee
From a779fba76d7982f2d39e0d1d501d2d0e67a9afd2 Mon Sep 17 00:00:00 2001
From: cc500 <2014434568@qq.com>
Date: Tue, 17 Jun 2025 17:44:56 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=9D=E8=AF=81=E8=8B=B1=E6=96=87?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/i18n/lang/en.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts
index e85cf4a..d0aa13b 100644
--- a/src/i18n/lang/en.ts
+++ b/src/i18n/lang/en.ts
@@ -124,7 +124,7 @@ export default {
openEuler_expertise_describe: 'Intelligent Diagnostics',
beyond_openEuler: 'Tuning Assistant',
beyond_openEuler_describe: 'Intelligent Tuning',
- openEuler_use_cases: 'Container Stack Assistant',
+ openEuler_use_cases: 'Container Stack',
openEuler_use_cases_describe: 'AI Container Stack assistant',
question: 'Recommendation qustions',
addQuestion: 'Add question',
--
Gitee