chore: i18n
parent
9f798d2778
commit
3cbe7c0d93
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
const translation = {
|
||||
startAnalysis: '以下是我的参数,请帮我分析',
|
||||
aiAnalysis: '开始执行工作流分析',
|
||||
aiAnalysis: '好的,现在开始为您分析。',
|
||||
startAnalysis: '以下是告警的详细内容,请帮我分析原因。',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
||||
Loading…
Reference in New Issue