From 0c49121d700b3333beb5d6ecbe7d7e499ac752df Mon Sep 17 00:00:00 2001 From: Yuqi Zhou <86260893+yuqizhou77@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:26:08 +0800 Subject: [PATCH] refactor: string update (#11965) --- packages/fx-core/resource/package.nls.json | 2 +- packages/vscode-extension/package.json | 2 +- packages/vscode-extension/package.nls.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/fx-core/resource/package.nls.json b/packages/fx-core/resource/package.nls.json index fd3fe3c370..686912a93a 100644 --- a/packages/fx-core/resource/package.nls.json +++ b/packages/fx-core/resource/package.nls.json @@ -298,7 +298,7 @@ "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin", "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option", "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot in Microsoft Teams easily using Teams AI Library", - "core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot", + "core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot", "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library", "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option", "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use Github Copilot Chat", diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 600645040a..040afcbe2f 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -110,7 +110,7 @@ } }, "teamsfx-custom-copilot": { - "description": "Custom Copilot icon in scaffold questions", + "description": "Custom Engine Copilot icon in scaffold questions", "default": { "fontPath": "./media/font/teamstoolkit.woff", "fontCharacter": "\\E006" diff --git a/packages/vscode-extension/package.nls.json b/packages/vscode-extension/package.nls.json index 6ac0184d25..14406b88c1 100644 --- a/packages/vscode-extension/package.nls.json +++ b/packages/vscode-extension/package.nls.json @@ -524,10 +524,10 @@ "teamstoolkit.walkthroughs.buildIntelligentApps.buildPlugin.title": "Build a Plugin", "teamstoolkit.walkthroughs.buildIntelligentApps.buildPlugin.description": "Expand, enrich, and customize Copilot with plugins and Graph connectors in any of the following ways\n[OpenAPI Description Document](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22project-type%22%3A%20%22copilot-plugin-type%22%7D%5D)\n[Teams Message Extension](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22search-app%22%2C%20%22project-type%22%3A%20%22me-type%22%2C%20%22me-architecture%22%3A%20%22bot-plugin%22%7D%5D)\n[Graph Connector](command:fx-extension.openSamples?%5B%22WalkThrough%22%2C%20%22gc-nodejs-typescript-food-catalog%22%5D)", - "teamstoolkit.walkthroughs.buildIntelligentApps.customCopilot.title": "Custom Copilot", + "teamstoolkit.walkthroughs.buildIntelligentApps.customCopilot.title": "Custom Engine Copilot", "teamstoolkit.walkthroughs.buildIntelligentApps.customCopilot.description": "Build your intelligent, natural language-driven experiences in Teams, leveraging its vast user base for collaboration. \nTeams toolkit integrates with Azure OpenAI and Teams AI Library to streamline copilot development and offer unique Teams-based capabilities. \nExplore [Teams AI Library](https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/teams-conversation-ai-overview) and [Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/overview)", - "teamstoolkit.walkthroughs.buildIntelligentApps.buildCustomCopilot.title": "Build Custom Copilot", + "teamstoolkit.walkthroughs.buildIntelligentApps.buildCustomCopilot.title": "Build Custom Engine Copilot", "teamstoolkit.walkthroughs.buildIntelligentApps.buildCustomCopilot.description": "Build an AI agent bot for common tasks or an intelligent chatbot to answer specific questions\n[Build a Basic AI Chatbot](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22custom-copilot-basic%22%2C%20%22project-type%22%3A%20%22custom-copilot-type%22%7D%5D)\n[Build an AI Agent](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22custom-copilot-agent%22%2C%20%22project-type%22%3A%20%22custom-copilot-type%22%7D%5D)\n[Build a Bot to Chat with Your Data](command:fx-extension.createFromWalkthrough?%5B%22WalkThrough%22%2C%20%7B%22capabilities%22%3A%20%22custom-copilot-rag%22%2C%20%22project-type%22%3A%20%22custom-copilot-type%22%7D%5D)", "teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppResources.title": "Intelligent App Resources",