Skip to content

Commit

Permalink
refactor: get started (#12878)
Browse files Browse the repository at this point in the history
  • Loading branch information
anchenyi authored Dec 10, 2024
1 parent 9b785f1 commit ae4f2b9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions packages/fx-core/resource/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,17 +299,17 @@
"core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
"core.createProjectQuestion.projectType.bot.label": "Bot",
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message input box in Teams, Outlook, and Copilot",
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
"core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experiences",
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
"core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook items",
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 application",
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
"core.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
Expand All @@ -320,7 +320,7 @@
"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",
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot to get started on your Teams app and agent",
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
"core.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
"core.createProjectQuestion.projectType.createGroup.aiAgent": "AI Agent",
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions packages/vscode-extension/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -480,9 +480,9 @@
"teamstoolkit.manageCollaborator.listCollaborator.description": "List all the owners who can make changes to your Teams and Microsoft Entra app registrations",
"teamstoolkit.manageCollaborator.command": "Manage who can make changes to your app",
"teamstoolkit.viewsWelcome.teamsfx-project-and-check-upgradeV3.content": "[Upgrade Project](command:fx-extension.checkProjectUpgrade?%5B%22SideBar%22%5D)\nUpgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary. [More Info](command:fx-extension.openDocument?%5B%22SideBar%22%2C%22learnmore%22%5D)\nIf you don't want to upgrade now, please keep using Teams Toolkit version 4.x.x.",
"teamstoolkit.viewsWelcome.teamsfx-empty-project.content": "Welcome to Teams Toolkit!\nGet started with a guided tutorial\n[Build a Notification Bot](command:fx-extension.openWelcome?%5B%22SideBar%22%5D)\n[Build a Declarative Agent](command:fx-extension.buildIntelligentAppsWalkthrough?%5B%22SideBar%22%5D)\n Or jump right into the app development with app templates or samples\n[Create a New App](command:fx-extension.create?%5B%22SideBar%22%5D)\n[View Samples](command:fx-extension.openSamples?%5B%22SideBar%22%5D)\nVisit our documentation to build apps for [Microsoft Teams](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-apps%22%5D) or [extend Microsoft 365 Copilot](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-agents%22%5D).",
"teamstoolkit.viewsWelcome.teamsfx-empty-project.content": "Welcome to Teams Toolkit!\nGet started with a guided tutorial\n[Build a Notification Bot](command:fx-extension.openWelcome?%5B%22SideBar%22%5D)\n[Build a Declarative Agent](command:fx-extension.buildIntelligentAppsWalkthrough?%5B%22SideBar%22%5D)\n Or jump right into the app development with app templates or samples\n[Create a New App](command:fx-extension.create?%5B%22SideBar%22%5D)\n[View Samples](command:fx-extension.openSamples?%5B%22SideBar%22%5D)\nVisit our documentation to build apps for [Microsoft Teams](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-apps%22%5D) or extend [Microsoft 365 Copilot](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-agents%22%5D).",
"_teamstoolkit.viewsWelcome.teamsfx-empty-project.content.comment": "For command like [Get Started](command:xxx), please translate 'Get Started' and keep the string 'command:xxx'",
"teamstoolkit.viewsWelcome.teamsfx-empty-project-with-chat.content": "Welcome to Teams Toolkit!\nGet started with a guided tutorial\n[Build a Notification Bot](command:fx-extension.openWelcome?%5B%22SideBar%22%5D)\n[Build a Declarative Agent](command:fx-extension.buildIntelligentAppsWalkthrough?%5B%22SideBar%22%5D)\n Or jump right into the app development with app templates or samples\n[Create a New App](command:fx-extension.create?%5B%22SideBar%22%5D)\n[View Samples](command:fx-extension.openSamples?%5B%22SideBar%22%5D)\nCreate your new app effortlessly with GitHub Copilot.\n[Create App with GitHub Copilot](command:fx-extension.invokeChat?%5B%22SideBar%22%5D)\nVisit our documentation to build apps for [Microsoft Teams](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-apps%22%5D) or [extend Microsoft 365 Copilot](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-agents%22%5D).",
"teamstoolkit.viewsWelcome.teamsfx-empty-project-with-chat.content": "Welcome to Teams Toolkit!\nGet started with a guided tutorial\n[Build a Notification Bot](command:fx-extension.openWelcome?%5B%22SideBar%22%5D)\n[Build a Declarative Agent](command:fx-extension.buildIntelligentAppsWalkthrough?%5B%22SideBar%22%5D)\n Or jump right into the app development with app templates or samples\n[Create a New App](command:fx-extension.create?%5B%22SideBar%22%5D)\n[View Samples](command:fx-extension.openSamples?%5B%22SideBar%22%5D)\nYou can also create your new app by chat with GitHub Copilot.\n[Create App with GitHub Copilot](command:fx-extension.invokeChat?%5B%22SideBar%22%5D)\nVisit our documentation to build apps for [Microsoft Teams](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-apps%22%5D) or extend [Microsoft 365 Copilot](command:fx-extension.openDocument?%5B%22documentName%22%2C%22build-agents%22%5D).",
"teamstoolkit.walkthroughs.description": "Jumpstart your Teams app development experience with Teams Toolkit",
"teamstoolkit.walkthroughs.withChat.description": "Jumpstart your Teams app development experience with Teams Toolkit.",
"_teamstoolkit.walkthroughs.withChat.description.comment": "@teams is a command which should not be translated.",
Expand Down Expand Up @@ -557,7 +557,7 @@
"teamstoolkit.walkthroughs.select.title": "Select a Tutorial to Get Started",

"teamstoolkit.walkthroughs.buildIntelligentApps.title": "Build a Declarative Agent",
"teamstoolkit.walkthroughs.buildIntelligentApps.description": "Jumpstart your agent development experience with Teams Toolkit.",
"teamstoolkit.walkthroughs.buildIntelligentApps.description": "Jumpstart your agent development experience with Teams Toolkit",

"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsIntroduction.title": "Introduction",
"teamstoolkit.walkthroughs.buildIntelligentApps.intelligentAppsIntroduction.description": "A declarative agent is a customized version of Microsoft 365 Copilot that allows users to create personalized experiences by declaring specific instructions, actions, and knowledge.\n\nThis guide provides information about how to build a declarative agent by using Teams Toolkit.",
Expand Down

0 comments on commit ae4f2b9

Please sign in to comment.