From 3cbe7c0d93d4949e773b5572b8ea7c67e8e49a59 Mon Sep 17 00:00:00 2001 From: keting lu Date: Thu, 17 Apr 2025 15:57:06 +0800 Subject: [PATCH] chore: i18n --- web/i18n/en-US/run.ts | 4 ++-- web/i18n/zh-Hans/run.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/i18n/en-US/run.ts b/web/i18n/en-US/run.ts index 392f1166bf..ecf2264788 100644 --- a/web/i18n/en-US/run.ts +++ b/web/i18n/en-US/run.ts @@ -1,6 +1,6 @@ const translation = { - startAnalysis: 'The following are my parameters. Please help me analyze.', - aiAnalysis: 'Start Analyze', + startAnalysis: 'The following is the detailed content of the alert. Please help me analyze the cause.', + aiAnalysis: 'Understood. Beginning the analysis now.', } export default translation diff --git a/web/i18n/zh-Hans/run.ts b/web/i18n/zh-Hans/run.ts index ed45467b25..095455be1d 100644 --- a/web/i18n/zh-Hans/run.ts +++ b/web/i18n/zh-Hans/run.ts @@ -1,6 +1,6 @@ const translation = { - startAnalysis: '以下是我的参数,请帮我分析', - aiAnalysis: '开始执行工作流分析', + aiAnalysis: '好的,现在开始为您分析。', + startAnalysis: '以下是告警的详细内容,请帮我分析原因。', } export default translation