From b612cdee0da51d50811a1cda4b3729de3833cf07 Mon Sep 17 00:00:00 2001 From: supkasar <157565053+supkasar@users.noreply.github.com> Date: Wed, 13 Mar 2024 13:30:39 +0530 Subject: [PATCH 1/2] docs: Update package.nls.json --- packages/fx-core/resource/package.nls.json | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/fx-core/resource/package.nls.json b/packages/fx-core/resource/package.nls.json index 3d616833b9..145c609bb7 100644 --- a/packages/fx-core/resource/package.nls.json +++ b/packages/fx-core/resource/package.nls.json @@ -250,34 +250,34 @@ "core.NotificationOption.label": "Chat Notification Message", "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats", "core.CommandAndResponseOption.label": "Chat Command", - "core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats", + "core.CommandAndResponseOption.detail": "Use custom chat commands in Teams chats to initiate tasks", "core.WorkflowOption.label": "Sequential Workflow in Chat", "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats", "core.TabSPFxOption.labelNew": "SPFx", "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework", "core.TabNonSso.label": "Basic Tab", - "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize", + "core.TabNonSso.detail": "A simple implementation of a web app that's ready for customization", "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s", "core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Toolkit has checked your OpenAI plugin manifest:\n\nSummary:\n%s.\n%s\n%s", - "core.copilotPlugin.validate.summary.validate.failed": "%s failed", + "core.copilotPlugin.validate.summary.validate.failed": "%s unsuccessful", "core.copilotPlugin.validate.summary.validate.warning": "%s warning", - "core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s", - "core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigation: Not required, operationId has been automatically generated and added into \"%s\" file.", - "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".", - "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" must not have more than %s characters. ", - "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Missing full description. ", + "core.copilotPlugin.scaffold.summary": "We found the following problems in your OpenAPI description document:\n%s", + "core.copilotPlugin.scaffold.summary.warning.operationId": "No %s mitigation needed. The operationId is auto generated and added to the \"%s\" file.", + "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. No mitigation needed. It's converted to OpenAPI 3.0 and saved in \"%s\".", + "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" cannot exceed %s characters. ", + "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Full description not found. ", "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigation: update \"%s\" field in \"%s\".", - "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Missing \"%s\" in command \"%s\".", + "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "\"%s\" not found in command \"%s\".", "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Mitigation: create Adaptive Card template in \"%s\" and then update \"%s\" field to the relative path in \"%s\".", - "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".", - "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".", + "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "No required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".", + "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If you don't need \"%s\", edit the \"%s\"command's parameter in \"%s\" to match what's defined in \"%s\".", "core.createCapabilityQuestion.titleNew": "Capabilities", "core.createCapabilityQuestion.placeholder": "Select a capability", "core.createProjectQuestion.option.description.preview": "Preview", "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook", - "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app", - "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook and Copilot", - "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks", + "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and Microsoft 365 app", + "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook, and Copilot", + "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.detail": "Search or initiate actions from the message composing area of Teams and Outlook", From 7fef0d5accc858f869a69d7ca0ead2b4aafea70c Mon Sep 17 00:00:00 2001 From: supkasar <157565053+supkasar@users.noreply.github.com> Date: Thu, 4 Apr 2024 11:21:53 +0530 Subject: [PATCH 2/2] Update package.nls.json --- packages/fx-core/resource/package.nls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fx-core/resource/package.nls.json b/packages/fx-core/resource/package.nls.json index 145c609bb7..159b62fa36 100644 --- a/packages/fx-core/resource/package.nls.json +++ b/packages/fx-core/resource/package.nls.json @@ -277,7 +277,7 @@ "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook", "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and Microsoft 365 app", "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook, and Copilot", - "core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly", + "core.createProjectQuestion.projectType.bot.detail": "Create instant, conversational 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.detail": "Search or initiate actions from the message composing area of Teams and Outlook",