@microsoft/teamsfx-core 1.23.3-alpha.ea3f4aad2.0 → 2.0.0-alpha.2c2e7a109.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/constants.d.ts +0 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +0 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/jsonUtils.d.ts +7 -0
- package/build/common/jsonUtils.d.ts.map +1 -0
- package/build/common/jsonUtils.js +42 -0
- package/build/common/jsonUtils.js.map +1 -0
- package/build/common/m365/packageService.d.ts +4 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +39 -10
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/permissionInterface.d.ts +1 -1
- package/build/common/permissionInterface.d.ts.map +1 -1
- package/build/common/samples-config-v3.json +2 -12
- package/build/common/tools.d.ts +0 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +2 -6
- package/build/common/tools.js.map +1 -1
- package/build/component/arm.d.ts +1 -0
- package/build/component/arm.d.ts.map +1 -1
- package/build/component/arm.js +4 -2
- package/build/component/arm.js.map +1 -1
- package/build/component/code/utils.d.ts.map +1 -1
- package/build/component/code/utils.js +6 -4
- package/build/component/code/utils.js.map +1 -1
- package/build/component/configManager/constant.d.ts +3 -0
- package/build/component/configManager/constant.d.ts.map +1 -1
- package/build/component/configManager/constant.js +3 -0
- package/build/component/configManager/constant.js.map +1 -1
- package/build/component/configManager/error.d.ts +3 -0
- package/build/component/configManager/error.d.ts.map +1 -1
- package/build/component/configManager/error.js +3 -0
- package/build/component/configManager/error.js.map +1 -1
- package/build/component/configManager/interface.d.ts +4 -0
- package/build/component/configManager/interface.d.ts.map +1 -1
- package/build/component/configManager/interface.js +3 -0
- package/build/component/configManager/interface.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts +3 -0
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +6 -1
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.d.ts +3 -0
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +15 -0
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/constants.d.ts +9 -1
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +11 -2
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +2 -1
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +8 -5
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/add/interface/AddWebPartArgs.d.ts +4 -0
- package/build/component/driver/add/interface/AddWebPartArgs.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +2 -1
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +4 -5
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +2 -6
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +3 -7
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +2 -2
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +4 -2
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +14 -3
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +23 -2
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +5 -10
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +2 -18
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
- package/build/component/driver/interface/stepDriver.d.ts +2 -1
- package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.d.ts +3 -2
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.js +14 -3
- package/build/component/driver/script/baseBuildDriver.js.map +1 -1
- package/build/component/driver/script/baseBuildStepDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildStepDriver.js +2 -6
- package/build/component/driver/script/baseBuildStepDriver.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +24 -18
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +3 -0
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +6 -1
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +1 -0
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +41 -0
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfxGenerator.js +2 -1
- package/build/component/generator/spfxGenerator.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +12 -11
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/question.d.ts +5 -3
- package/build/component/question.d.ts.map +1 -1
- package/build/component/question.js +46 -29
- package/build/component/question.js.map +1 -1
- package/build/component/resource/botService/botRegistration/localBotRegistration.js +1 -1
- package/build/component/resource/botService/botRegistration/localBotRegistration.js.map +1 -1
- package/build/component/resource/spfx/error.d.ts.map +1 -1
- package/build/component/resource/spfx/error.js +3 -2
- package/build/component/resource/spfx/error.js.map +1 -1
- package/build/component/resource/spfx/utils/questions.d.ts.map +1 -1
- package/build/component/resource/spfx/utils/questions.js +4 -2
- package/build/component/resource/spfx/utils/questions.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +4 -3
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +1 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +15 -11
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +4 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +19 -3
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCoreImplementV3.d.ts +3 -0
- package/build/core/FxCoreImplementV3.d.ts.map +1 -1
- package/build/core/FxCoreImplementV3.js +71 -4
- package/build/core/FxCoreImplementV3.js.map +1 -1
- package/build/core/collaborator.d.ts +9 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +197 -48
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +1 -0
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +7 -5
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +3 -0
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +1 -0
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +3 -1
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +15 -14
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +9 -3
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +50 -53
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/question.d.ts +13 -2
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +118 -1
- package/build/core/question.js.map +1 -1
- package/build/error/azure.d.ts +33 -0
- package/build/error/azure.d.ts.map +1 -0
- package/build/error/azure.js +87 -0
- package/build/error/azure.js.map +1 -0
- package/build/error/common.d.ts +10 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +36 -1
- package/build/error/common.js.map +1 -1
- package/package.json +7 -5
- package/resource/package.nls.cs.json +173 -341
- package/resource/package.nls.de.json +184 -352
- package/resource/package.nls.es.json +170 -338
- package/resource/package.nls.fr.json +183 -351
- package/resource/package.nls.it.json +193 -361
- package/resource/package.nls.ja.json +168 -336
- package/resource/package.nls.json +37 -25
- package/resource/package.nls.ko.json +179 -347
- package/resource/package.nls.pl.json +184 -352
- package/resource/package.nls.pt-BR.json +189 -357
- package/resource/package.nls.ru.json +184 -352
- package/resource/package.nls.tr.json +194 -362
- package/resource/package.nls.zh-Hans.json +174 -342
- package/resource/package.nls.zh-Hant.json +173 -341
- package/templates/core/v3Migration/csharp.app.local.yml +16 -10
- package/templates/core/v3Migration/csharp.app.yml +42 -47
- package/templates/core/v3Migration/js.ts.app.local.yml +37 -24
- package/templates/core/v3Migration/js.ts.app.yml +61 -43
- package/templates/core/v3Migration/spfx.app.yml +20 -22
- package/templates/core/v3Migration/upgradeReport.md +5 -3
- package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
- package/templates/fallback/bot.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
- package/templates/fallback/bot.csharp.workflow.zip +0 -0
- package/templates/fallback/bot.js.command-and-response.zip +0 -0
- package/templates/fallback/bot.js.default.zip +0 -0
- package/templates/fallback/bot.js.m365.zip +0 -0
- package/templates/fallback/bot.js.notification-function-base.zip +0 -0
- package/templates/fallback/bot.js.notification-restify.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.js.workflow.zip +0 -0
- package/templates/fallback/bot.ts.command-and-response.zip +0 -0
- package/templates/fallback/bot.ts.default.zip +0 -0
- package/templates/fallback/bot.ts.m365.zip +0 -0
- package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
- package/templates/fallback/bot.ts.notification-restify.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.ts.workflow.zip +0 -0
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/function-base.js.default.zip +0 -0
- package/templates/fallback/function-base.ts.default.zip +0 -0
- package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
- package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/tab.csharp.default.zip +0 -0
- package/templates/fallback/tab.csharp.non-sso.zip +0 -0
- package/templates/fallback/tab.js.dashboard.zip +0 -0
- package/templates/fallback/tab.js.default.zip +0 -0
- package/templates/fallback/tab.js.m365.zip +0 -0
- package/templates/fallback/tab.js.non-sso.zip +0 -0
- package/templates/fallback/tab.ts.dashboard.zip +0 -0
- package/templates/fallback/tab.ts.default.zip +0 -0
- package/templates/fallback/tab.ts.m365.zip +0 -0
- package/templates/fallback/tab.ts.non-sso.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/README.txt +1 -1
|
@@ -18,16 +18,7 @@
|
|
|
18
18
|
"core.provision.configurationFinishNotice": "[%s] Configuration finished.",
|
|
19
19
|
"core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
|
|
20
20
|
"core.provision.viewResources": "View provisioned resources",
|
|
21
|
-
"core.provision.subscription.NotFoundParam": "The subscription '%s' for '%s' environment is not found in the current account, please use the right Azure account or check the subscription parameter.",
|
|
22
|
-
"core.provision.subscription.NotFoundConfig": "The subscription '%s' for '%s' environment is not found in the current account, please use the right Azure account or check the '%s' file.",
|
|
23
|
-
"core.provision.subscription.NotFoundState": "The subscription '%s' for '%s' environment is not found in the current account, please use the right Azure account.",
|
|
24
|
-
"core.provision.subscription.NotFound": "The subscription '%s' is not found in the current account, please use the right Azure account.",
|
|
25
|
-
"core.provision.subscription.failToSelect": "Failed to select subscription",
|
|
26
|
-
"core.error.notLoginToAzure": "Login to Azure using the Azure Account extension",
|
|
27
|
-
"core.error.FailedToCreateResourceGroup.exist": "Failed to create resource group '%s': the resource group exists",
|
|
28
21
|
"core.error.NoEnvFilesError": "Failed to find .env files.",
|
|
29
|
-
"core.error.resourceGroupNotFound": "Resource group '%s' does not exist, please specify an existing resource group.",
|
|
30
|
-
"core.error.resourceGroupNotFound2": "Resource group '%s' does not exist, please check the '%s' file.",
|
|
31
22
|
"core.error.unresolvedPlaceholders": "There are unresolved placeholders: '%s' in the selected yml file: %s",
|
|
32
23
|
"core.deploy.FailedToDeployBeforeProvision": "Failed to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
|
|
33
24
|
"core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
|
|
@@ -44,6 +35,7 @@
|
|
|
44
35
|
"core.option.cancel": "Cancel",
|
|
45
36
|
"core.option.learnMore": "Learn more",
|
|
46
37
|
"core.option.upgrade": "Upgrade",
|
|
38
|
+
"core.option.moreInfo": "More Info",
|
|
47
39
|
"core.addCapability.addCapabilityNotice": "Capability %s has been successfully added to your project. F5 to debug the application or trigger 'Teams: Provision in the cloud' to create resources.",
|
|
48
40
|
"core.addCapability.addCapabilitiesNotice": "Capabilities %s have been successfully added to your project. F5 to debug the application or trigger 'Teams: Provision in the cloud' to create resources.",
|
|
49
41
|
"core.addCapability.addCapabilityNoticeForCli": "Capability %s has been successfully added to your project. Run 'teamsfx provision' to create resources.",
|
|
@@ -108,7 +100,7 @@
|
|
|
108
100
|
"core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "You already run debug for the Teams app in another tenant '%s'. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
|
|
109
101
|
"core.migrationToArmAndMultiEnv.Message": "Teams Toolkit will upgrade your project configuration files to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed.\nNotice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= 2.10.0",
|
|
110
102
|
"core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
|
|
111
|
-
"core.migrationV3.Message": "
|
|
103
|
+
"core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
|
|
112
104
|
"core.migrationV3.VS.Message": "The Teams Toolkit preview feature - Teams App Configuration Improvements is turned on. This project is required to be upgraded to work with the preview features. Select \"Learn more\" to read about the required changes or select \"Upgrade\" to perform the changes automatically. If you don't want to upgrade, you can turn off the preview feature.",
|
|
113
105
|
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
114
106
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
@@ -156,14 +148,13 @@
|
|
|
156
148
|
"core.handleConfigFile.FailedToUpdateAzureParameters": "Failed to update Azure parameters for %s environment.",
|
|
157
149
|
"core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Failed to reset values in appsettings.Development.json.",
|
|
158
150
|
"core.backupFiles.FailedToBackupFiles": "Failed to backup %s.",
|
|
159
|
-
"core.collaboration.ListCollaboratorsSuccess": "List Microsoft 365
|
|
160
|
-
"core.collaboration.WithAadApp": "(with AAD App)",
|
|
151
|
+
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [output channel](%s).",
|
|
161
152
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
162
153
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
|
|
163
154
|
"core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
|
|
164
155
|
"core.collaboration.GrantPermissionForUser": "Grant permission for user %s",
|
|
165
156
|
"core.collaboration.AccountToGrantPermission": "Account to grant permission: ",
|
|
166
|
-
"core.collaboration.StartingGrantPermission": "Starting grant permission for environment: ",
|
|
157
|
+
"core.collaboration.StartingGrantPermission": "Starting to grant permission for environment: ",
|
|
167
158
|
"core.collaboration.TenantId": "Tenant ID: ",
|
|
168
159
|
"core.collaboration.PermissionHasBeenGrantTo": "permission has been granted to ",
|
|
169
160
|
"core.collaboration.GrantPermissionResourceId": ", Resource ID: ",
|
|
@@ -171,12 +162,14 @@
|
|
|
171
162
|
"core.collaboration.AzureTip": "\nIf added user cannot access Azure resources, you need to manually setup access policy via Azure portal, refer to this link for more details: ",
|
|
172
163
|
"core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
|
|
173
164
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
174
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "
|
|
165
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all teams app owners for environment: ",
|
|
166
|
+
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Azure Active Directory app owners for environment: ",
|
|
175
167
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams App (ID: ",
|
|
176
|
-
"core.collaboration.SsoAadAppId": "
|
|
168
|
+
"core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
|
|
177
169
|
"core.collaboration.TeamsAppOwner": "Teams App Owner: ",
|
|
170
|
+
"core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
|
|
178
171
|
"core.collaboration.NotOwnerOfSsoAadApp": "(Not owner of SSO AAD app)",
|
|
179
|
-
"core.collaboration.StaringCheckPermission": "Starting check permission for environment: ",
|
|
172
|
+
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
180
173
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
181
174
|
"core.collaboration.Undefined": "undefined",
|
|
182
175
|
"core.collaboration.ResourceName": ", Resource Name: ",
|
|
@@ -218,8 +211,7 @@
|
|
|
218
211
|
"plugins.spfx.error.invalidDependency": "Failed to validate package %s",
|
|
219
212
|
"plugins.spfx.error.installDependency": "Failed to install package %s. Learn how to remediate in the [output](command:fx-extension.showOutputChannel).",
|
|
220
213
|
"plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
|
|
221
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx development environment has not been set up correctly.
|
|
222
|
-
"_plugins.spfx.error.devEnvironmentNotSetup.comment": "'Microsoft Learn' and 'SharePoint' are product brand names, which should not be localized. ",
|
|
214
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx development environment has not been set up correctly. You can click \"Get Help\" to follow the guide to set up right environment.",
|
|
223
215
|
"plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
|
|
224
216
|
"plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes to finish.",
|
|
225
217
|
"plugins.spfx.scaffold.scaffoldProject": "Generate SPFx project using Yeoman CLI",
|
|
@@ -386,7 +378,6 @@
|
|
|
386
378
|
"error.TaskNotSupportError": "Operation is not supported: %s.",
|
|
387
379
|
"error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
|
|
388
380
|
"error.NonExistEnvNameError": "Can not find environment %s.",
|
|
389
|
-
"error.FailedToGetAzureCredential": "Failed to get azure credential",
|
|
390
381
|
"error.ModifiedSecretError": "The secret file has been changed.",
|
|
391
382
|
"error.LoadSolutionError": "Failed to load solution",
|
|
392
383
|
"error.NotImplementedError": "Method not implemented: %s",
|
|
@@ -543,10 +534,6 @@
|
|
|
543
534
|
"core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
|
|
544
535
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
545
536
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
546
|
-
"core.manifestPath.title": "Teams app manifest file",
|
|
547
|
-
"core.manifestPath.placeholder": "Input the Teams app manifest file path",
|
|
548
|
-
"core.localManifestPath.title": "Local Teams app manifest file",
|
|
549
|
-
"core.localManifestPath.placeholder": "Input the local Teams app manifest file path",
|
|
550
537
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
551
538
|
"core.getQuestionNewTargetEnvironmentName.title": "New environment name",
|
|
552
539
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "New environment name",
|
|
@@ -624,6 +611,16 @@
|
|
|
624
611
|
"core.collaboration.error.dotEnvFileNotExist": "Failed to find your .env File.",
|
|
625
612
|
"core.collaboration.error.failedToLoadDotEnvFile": "Failed to load your .env File. Reason: %s",
|
|
626
613
|
"core.collaboration.error.failedToGetTeamsAppId": "Failed to find Teams app id in your .env file. Please correctly set the value with key '%s' in your .env file.",
|
|
614
|
+
"core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
|
|
615
|
+
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
|
|
616
|
+
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
617
|
+
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
618
|
+
"core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
|
|
619
|
+
"core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
|
|
620
|
+
"core.aadAppQuestion.label": "Azure Active Directory app",
|
|
621
|
+
"core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
|
|
622
|
+
"core.teamsAppQuestion.label": "Teams app",
|
|
623
|
+
"core.teamsAppQuestion.description": "Your Teams app",
|
|
627
624
|
"core.M365SsoLaunchPageOptionItem.label": "SSO enabled personal tab",
|
|
628
625
|
"core.M365SsoLaunchPageOptionItem.detail": "Identity aware webpages embedded in Microsoft Teams, Outlook and the Microsoft 365 app",
|
|
629
626
|
"core.M365SearchAppOptionItem.label": "Search-based message extension",
|
|
@@ -982,10 +979,13 @@
|
|
|
982
979
|
"driver.deploy.error.unknownError": "Unknown error happened: %s",
|
|
983
980
|
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
|
|
984
981
|
"driver.deploy.error.noFileFindInDistributionFolder": "No file is found in distribution folder. Please check if the distribution folder is empty or you have ignored everything.",
|
|
985
|
-
"driver.deploy.notice.deployDryRunComplete": "
|
|
982
|
+
"driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
|
|
986
983
|
"driver.deploy.azureAppServiceDeploySummary": "Project deployed to Azure App Service successfully.",
|
|
987
984
|
"driver.deploy.azureFunctionsDeploySummary": "Project deployed to Azure Functions successfully.",
|
|
988
985
|
"driver.deploy.azureStorageDeploySummary": "Project deployed to Azure Storage successfully.",
|
|
986
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
|
|
987
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
|
|
988
|
+
"driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
|
|
989
989
|
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website successfully.",
|
|
990
990
|
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure APP Service.",
|
|
991
991
|
"driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
|
|
@@ -1004,6 +1004,7 @@
|
|
|
1004
1004
|
"driver.script.dotnetDescription": "running dotnet command.",
|
|
1005
1005
|
"driver.script.npmDescription": "running npm command.",
|
|
1006
1006
|
"driver.script.npxDescription": "running npx command.",
|
|
1007
|
+
"driver.script.runCommandSummary": "Successful execution of the `%s` command at `%s`.",
|
|
1007
1008
|
"driver.m365.acquire.description": "acquire an M365 title with the app package",
|
|
1008
1009
|
"driver.m365.acquire.progress.message": "Acquiring M365 title with the app package.",
|
|
1009
1010
|
"driver.m365.acquire.progress.title": "m365Title/acquire",
|
|
@@ -1036,6 +1037,8 @@
|
|
|
1036
1037
|
"driver.teamsApp.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
1037
1038
|
"driver.teamsApp.validate.invalidParameter": "Parameter %s should be provided for action %s",
|
|
1038
1039
|
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s failed, %s passed. Check [output window](%s) for details.",
|
|
1040
|
+
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
1041
|
+
"error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [output window](%s) for details.",
|
|
1039
1042
|
"error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
|
|
1040
1043
|
"error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid",
|
|
1041
1044
|
"driver.botFramework.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
@@ -1054,5 +1057,14 @@
|
|
|
1054
1057
|
"error.common.UnresolvedPlaceholderError": "The following environment variables are missing: '%s', which are required for file: %s.",
|
|
1055
1058
|
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
|
|
1056
1059
|
"error.common.InvalidActionInputError": "The following parameter(s) is(are) missing or invalid for '%s' action: %s, yaml file: %s",
|
|
1057
|
-
"error.common.FileNotFoundError": "
|
|
1060
|
+
"error.common.FileNotFoundError": "No such file or directory, open '%s'",
|
|
1061
|
+
"error.common.JSONSyntaxError": "JSON syntax error: %s",
|
|
1062
|
+
"error.common.UnhandledError": "Unhandled error: %s",
|
|
1063
|
+
"error.collaboration.InvalidManifestError": "Your manifest is invalid: %s. Please make sure 'id' key exists in your manifest file.",
|
|
1064
|
+
"error.collaboration.FailedToLoadManifest": "Failed to load manifest file. Reason: %s.",
|
|
1065
|
+
"error.azure.InvalidAzureCredentialError": "Failed to get Azure credential.",
|
|
1066
|
+
"error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in current account.",
|
|
1067
|
+
"error.azure.ResourceGroupConflictError": "Failed to create resource group '%s', which already exists in subscription: %s",
|
|
1068
|
+
"error.azure.SelectSubscriptionError": "Failed to select subscription in current account.",
|
|
1069
|
+
"error.azure.ResourceGroupNotExistError": "The resource group '%s' does not exist in subscription: %s"
|
|
1058
1070
|
}
|