@microsoft/teamsfx-core 2.0.14-rc.1 → 2.0.15-alpha.0b985f7da.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/featureFlags.d.ts +0 -31
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +2 -34
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts +1 -0
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +6 -1
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/secretmasker/masker.d.ts +1 -1
- package/build/common/secretmasker/masker.d.ts.map +1 -1
- package/build/common/secretmasker/masker.js +2 -2
- package/build/common/secretmasker/masker.js.map +1 -1
- package/build/common/stringUtils.js +1 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/component/configManager/actionInjector.d.ts +1 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +17 -8
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +11 -1
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +18 -4
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +31 -12
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts +8 -3
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +109 -16
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +2 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/add/utility/constants.d.ts +1 -1
- package/build/component/driver/add/utility/constants.d.ts.map +1 -1
- package/build/component/driver/add/utility/constants.js +1 -1
- package/build/component/driver/add/utility/constants.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +4 -3
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +26 -21
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts +1 -0
- package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +0 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +12 -7
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +0 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +23 -15
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +14 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +2 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +12 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.js +4 -4
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +72 -28
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +4 -2
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +143 -33
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
- package/build/component/generator/copilotExtension/generator.js +4 -5
- package/build/component/generator/copilotExtension/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -2
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +25 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +3 -5
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +28 -103
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -1
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.js +7 -3
- package/build/component/generator/templates/ssrTabGenerator.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +0 -5
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +2 -47
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +8 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +1 -0
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/m365/packageService.d.ts +9 -1
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +144 -5
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +2 -1
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +0 -4
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +1 -0
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +7 -0
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +10 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +210 -38
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +5 -2
- package/build/core/collaborator.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -3
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +13 -11
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +59 -129
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +1 -11
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +49 -134
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +2 -0
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts +3 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +9 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddAuthActionInputs.d.ts +20 -0
- package/build/question/inputs/AddAuthActionInputs.d.ts.map +1 -0
- package/build/question/inputs/AddAuthActionInputs.js +5 -0
- package/build/question/inputs/AddAuthActionInputs.js.map +1 -0
- package/build/question/inputs/AddPluginInputs.d.ts +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +4 -6
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/index.d.ts +1 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +1 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddAuthActionOptions.d.ts +10 -0
- package/build/question/options/AddAuthActionOptions.d.ts.map +1 -0
- package/build/question/options/AddAuthActionOptions.js +39 -0
- package/build/question/options/AddAuthActionOptions.js.map +1 -0
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +2 -10
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/index.d.ts +1 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +1 -0
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.d.ts +7 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +147 -1
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +543 -263
- package/resource/package.nls.de.json +531 -251
- package/resource/package.nls.es.json +543 -263
- package/resource/package.nls.fr.json +557 -277
- package/resource/package.nls.it.json +546 -266
- package/resource/package.nls.ja.json +536 -256
- package/resource/package.nls.json +48 -42
- package/resource/package.nls.ko.json +532 -252
- package/resource/package.nls.pl.json +539 -259
- package/resource/package.nls.pt-BR.json +555 -275
- package/resource/package.nls.ru.json +547 -267
- package/resource/package.nls.tr.json +541 -261
- package/resource/package.nls.zh-Hans.json +528 -248
- package/resource/package.nls.zh-Hant.json +539 -259
- package/resource/yaml-schema/v1.8/yaml.schema.json +1858 -0
- package/resource/yaml-schema/yaml.schema.json +5 -1
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +2 -2
- package/templates/plugins/resource/aad/auth/V3/aad.manifest.template.json +87 -77
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/manifest/aad.template.json +109 -97
- package/templates/plugins/resource/aad/manifest/bot/aad.manifest.template.json +90 -81
- package/templates/plugins/resource/aad/manifest/tab/aad.manifest.template.json +93 -89
|
@@ -267,7 +267,9 @@
|
|
|
267
267
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
268
268
|
"core.copilotPlugin.api.noAuth": "No authentication",
|
|
269
269
|
"core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
|
|
270
|
+
"core.copilotPlugin.api.apiKeyWithHeaderOrQuery": "API Key authentication(In header or query)",
|
|
270
271
|
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
272
|
+
"core.copilotPlugin.api.notSupportedAuth": "Unsupported Authorization type",
|
|
271
273
|
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
272
274
|
"core.copilotPlugin.validate.summary.validate.failed": "%s failed",
|
|
273
275
|
"core.copilotPlugin.validate.summary.validate.warning": "%s warning",
|
|
@@ -292,27 +294,20 @@
|
|
|
292
294
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
293
295
|
"core.createProjectQuestion.option.description.preview": "Preview",
|
|
294
296
|
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
295
|
-
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365
|
|
296
|
-
"core.createProjectQuestion.
|
|
297
|
-
"core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
|
|
297
|
+
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
|
|
298
|
+
"core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
|
|
298
299
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
299
300
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
300
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
|
|
301
|
-
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
301
|
+
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
|
|
302
302
|
"core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
|
|
303
|
-
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user
|
|
303
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experiences",
|
|
304
304
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
305
305
|
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
306
|
-
"core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook
|
|
306
|
+
"core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook items",
|
|
307
307
|
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
308
|
-
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
309
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
310
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
311
308
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
312
309
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
313
|
-
"core.createProjectQuestion.projectType.copilotExtension.label": "Agent",
|
|
314
310
|
"core.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
|
|
315
|
-
"core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative agent, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
|
|
316
311
|
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
|
|
317
312
|
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
318
313
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
@@ -321,19 +316,20 @@
|
|
|
321
316
|
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
322
317
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
323
318
|
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
324
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot
|
|
319
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
|
|
325
320
|
"core.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
|
|
326
|
-
"core.createProjectQuestion.projectType.createGroup.
|
|
327
|
-
"core.createProjectQuestion.projectType.
|
|
328
|
-
"core.createProjectQuestion.projectType.
|
|
321
|
+
"core.createProjectQuestion.projectType.createGroup.aiAgent": "AI Agent",
|
|
322
|
+
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
|
|
323
|
+
"core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
|
|
324
|
+
"core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
|
|
329
325
|
"core.createProjectQuestion.title": "New Project",
|
|
330
326
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
331
327
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
332
|
-
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a
|
|
333
|
-
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create
|
|
328
|
+
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
|
|
329
|
+
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
|
|
334
330
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
|
|
335
331
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
336
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create
|
|
332
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
|
|
337
333
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
338
334
|
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
|
|
339
335
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
|
|
@@ -372,8 +368,8 @@
|
|
|
372
368
|
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
|
|
373
369
|
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
374
370
|
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
|
|
375
|
-
"core.createProjectQuestion.apiPlugin.importPlugin.label": "Import from
|
|
376
|
-
"core.createProjectQuestion.apiPlugin.importPlugin.detail": "Import from existing
|
|
371
|
+
"core.createProjectQuestion.apiPlugin.importPlugin.label": "Import from an Existing Action",
|
|
372
|
+
"core.createProjectQuestion.apiPlugin.importPlugin.detail": "Import from an existing action file",
|
|
377
373
|
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
378
374
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
379
375
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
@@ -398,18 +394,18 @@
|
|
|
398
394
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
399
395
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
400
396
|
"core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
|
|
401
|
-
"core.createProjectQuestion.declarativeCopilot.placeholder": "Add
|
|
397
|
+
"core.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
|
|
402
398
|
"core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
|
|
403
|
-
"core.createProjectQuestion.addApiPlugin.title": "Add
|
|
404
|
-
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add
|
|
405
|
-
"core.createProjectQuestion.noPlugin.label": "No
|
|
399
|
+
"core.createProjectQuestion.addApiPlugin.title": "Add an Action",
|
|
400
|
+
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
|
|
401
|
+
"core.createProjectQuestion.noPlugin.label": "No Action",
|
|
406
402
|
"core.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
|
|
407
|
-
"core.createProjectQuestion.addPlugin.label": "Add
|
|
408
|
-
"core.createProjectQuestion.addPlugin.detail": "Create declarative agent with
|
|
403
|
+
"core.createProjectQuestion.addPlugin.label": "Add an Action",
|
|
404
|
+
"core.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
|
|
409
405
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Import Manifest File",
|
|
410
406
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Import OpenAPI Description Document",
|
|
411
|
-
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Select your
|
|
412
|
-
"core.createProjectQuestion.addExistingPlugin.openApiSpec.placeholder": "Select OpenAPI description document used for your
|
|
407
|
+
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Select your action manifest file",
|
|
408
|
+
"core.createProjectQuestion.addExistingPlugin.openApiSpec.placeholder": "Select OpenAPI description document used for your action",
|
|
413
409
|
"core.createProjectQuestion.addPlugin.MissingRequiredProperty": "Invalid plugin manifest. Missing \"%s\"",
|
|
414
410
|
"core.createProjectQuestion.addPlugin.pluginManifestMissingApiSpec": "Invalid plugin manifest. Ensure the manifest has a runtime of \"%s\" and references a valid API description document.",
|
|
415
411
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Found multiple OpenAPI description documents: \"%s\".",
|
|
@@ -450,9 +446,9 @@
|
|
|
450
446
|
"core.SampleSelect.title": "Start from a sample",
|
|
451
447
|
"core.SampleSelect.placeholder": "Select a sample",
|
|
452
448
|
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
453
|
-
"core.addPlugin.success.vsc": "
|
|
449
|
+
"core.addPlugin.success.vsc": "Action \"%s\" added to the project successfully.",
|
|
454
450
|
"core.addPlugin.success": "API plugin \"%s\" added to the project successfully. View plugin manifest in \"%s\".",
|
|
455
|
-
"core.addPlugin.success.viewPluginManifest": "View
|
|
451
|
+
"core.addPlugin.success.viewPluginManifest": "View action manifest",
|
|
456
452
|
"core.scaffold.warning.summary": "We have detected following issues:\n%s",
|
|
457
453
|
"core.addPlugin.warning.manifestVariables": "Environment variables \"%s\" found in manifest of the added plugin. Ensure the values are set in .env file or system environment variables.",
|
|
458
454
|
"core.addPlugin.warning.apiSpecVariables": "Environment variables \"%s\" found in API specification of the added plugin. Ensure the values are set in .env file or system environment variables.",
|
|
@@ -482,19 +478,25 @@
|
|
|
482
478
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
483
479
|
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
|
|
484
480
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
|
|
485
|
-
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate
|
|
486
|
-
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using
|
|
481
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate Teams app manifest schema",
|
|
482
|
+
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using Teams Store rules",
|
|
483
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate Teams app before publishing Teams app to Teams store",
|
|
487
484
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
|
|
488
485
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
|
|
489
486
|
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
|
|
490
487
|
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
491
488
|
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
489
|
+
"core.convertAadToNewSchema.continue": "Continue",
|
|
490
|
+
"core.convertAadToNewSchema.warning": "Converting Microsoft Entra app manifest file to new schema will replace the original file. Do you still want to continue?",
|
|
491
|
+
"core.convertAadToNewSchema.success": "Microsoft Entra app manifest file successfully converted to new schema.",
|
|
492
|
+
"core.convertAadToNewSchema.alreadyNewSchema": "Microsoft Entra app manifest file you selected is already in the new schema.",
|
|
493
|
+
"core.convertAadToNewSchema.outdate": "Your Microsoft Entra app manifest is outdated. Click the upgrade button to update it.",
|
|
494
|
+
"core.convertAadToNewSchema.upgrade": "Upgrade",
|
|
492
495
|
"core.teamsAppQuestion.label": "Teams app",
|
|
493
496
|
"core.teamsAppQuestion.description": "Your Teams app",
|
|
494
497
|
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
495
498
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
496
499
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
497
|
-
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
498
500
|
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
|
|
499
501
|
"core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
|
|
500
502
|
"core.M365HostQuestion.title": "Platform",
|
|
@@ -526,11 +528,8 @@
|
|
|
526
528
|
"core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
|
|
527
529
|
"core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
|
|
528
530
|
"core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
|
|
529
|
-
"core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
|
|
530
531
|
"core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
|
|
531
532
|
"core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
|
|
532
|
-
"core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
|
|
533
|
-
"core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
|
|
534
533
|
"core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
|
|
535
534
|
"core.common.invalidReason.NoParameter": "no parameter",
|
|
536
535
|
"core.common.invalidReason.NoAPIInfo": "no API info",
|
|
@@ -553,12 +552,12 @@
|
|
|
553
552
|
"core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
|
|
554
553
|
"core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
555
554
|
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
556
|
-
"core.importAddin.detail": "Upgrade an
|
|
557
|
-
"core.importOfficeAddin.label": "
|
|
555
|
+
"core.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
|
|
556
|
+
"core.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
|
|
558
557
|
"core.officeContentAddin.label": "Content Add-in",
|
|
559
558
|
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
560
|
-
"core.newTaskpaneAddin.label": "
|
|
561
|
-
"core.newTaskpaneAddin.detail": "Customize the
|
|
559
|
+
"core.newTaskpaneAddin.label": "Task pane",
|
|
560
|
+
"core.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
|
|
562
561
|
"core.summary.actionDescription": "Action %s%s",
|
|
563
562
|
"core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
|
|
564
563
|
"core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
|
|
@@ -931,5 +930,12 @@
|
|
|
931
930
|
"error.dep.NodejsNotRecommendedError": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to https://nodejs.org to install a supported Node.js.",
|
|
932
931
|
"error.dep.VxTestAppInvalidInstallOptionsError": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
|
|
933
932
|
"error.dep.VxTestAppValidationError": "Unable to validate video extensibility test app after installation.",
|
|
934
|
-
"error.dep.FindProcessError": "Unable to find process(es) by pid or port. %s"
|
|
933
|
+
"error.dep.FindProcessError": "Unable to find process(es) by pid or port. %s",
|
|
934
|
+
"error.kiota.FailedToCreateAdaptiveCard": "Unable to generate adaptive card in plugin manifest. Manually update the manifest file, if required.",
|
|
935
|
+
"error.kiota.FailedToGenerateAuthActions": "Unable to parse Open API spec and generate Auth actions in teamsapp.yml. Manually update the yml files, if required.",
|
|
936
|
+
"core.addAuthActionQuestion.ApiSpecLocation.title": "Select an OpenAPI Description Document",
|
|
937
|
+
"core.addAuthActionQuestion.ApiSpecLocation.placeholder": "Select an option",
|
|
938
|
+
"core.addAuthActionQuestion.ApiOperation.title": "Select an API to Add Auth Configuration",
|
|
939
|
+
"core.addAuthActionQuestion.ApiOperation.placeholder": "Select one or multiple options",
|
|
940
|
+
"core.addAuthActionQuestion.authName.title": "Input the Name of Auth Configuration"
|
|
935
941
|
}
|