@@ -76,24 +76,24 @@ const categoryHints: Record<string, Record<string, string>> = {
7676const translations : Record < string , Record < string , string > > = {
7777 'zh-CN' : {
7878 title : 'AI 原生开发' ,
79- description : '快速体验 AI 原生开发 ,选择一个提示词开始' ,
80- promptHint : '选择一个提示词,开始你的 AI 原生开发之旅' ,
79+ description : '完成 CloudBase MCP 连接后 ,选择一个提示词开始' ,
80+ promptHint : '先完成 MCP 连接,再选择一个提示词开始你的 AI 原生开发之旅' ,
8181 changePrompt : '更换' ,
8282 startDevelopment : 'AI 开发' ,
8383 close : '关闭' ,
8484 modalTitle : '开始 AI 原生开发' ,
85- modalDescription : '选择一个 AI 开发工具,然后使用提示词开始开发 ' ,
85+ modalDescription : '请先确认已完成 MCP 连接,再选择 AI 开发工具并使用提示词开始开发 ' ,
8686 promptLabel : '提示词' ,
8787 } ,
8888 'en' : {
8989 title : 'AI-Native Development' ,
90- description : 'Quickly experience AI-native development , select a prompt to start' ,
91- promptHint : 'Select a prompt to start your AI-native development journey' ,
90+ description : 'After connecting CloudBase MCP , select a prompt to start' ,
91+ promptHint : 'Finish MCP setup first, then select a prompt to start your AI-native development journey' ,
9292 changePrompt : 'Change' ,
9393 startDevelopment : 'AI Development' ,
9494 close : 'Close' ,
9595 modalTitle : 'Start AI-Native Development' ,
96- modalDescription : 'Select an AI development tool, then use the prompt to start development ' ,
96+ modalDescription : 'Make sure MCP is already connected, then select an AI development tool and use a prompt to start' ,
9797 promptLabel : 'Prompt' ,
9898 } ,
9999} ;
0 commit comments