@microsoft/teamsfx-core 2.0.0-alpha.a17e3a89d.0 → 2.0.0-alpha.e6bcbdb22.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.
Files changed (112) hide show
  1. package/build/common/local/constants.d.ts +1 -2
  2. package/build/common/local/constants.d.ts.map +1 -1
  3. package/build/common/local/constants.js +1 -2
  4. package/build/common/local/constants.js.map +1 -1
  5. package/build/common/m365/constants.d.ts +6 -0
  6. package/build/common/m365/constants.d.ts.map +1 -0
  7. package/build/common/m365/constants.js +12 -0
  8. package/build/common/m365/constants.js.map +1 -0
  9. package/build/common/m365/launchHelper.d.ts +12 -0
  10. package/build/common/m365/launchHelper.d.ts.map +1 -0
  11. package/build/common/m365/launchHelper.js +109 -0
  12. package/build/common/m365/launchHelper.js.map +1 -0
  13. package/build/component/constant/commonConstant.d.ts +1 -0
  14. package/build/component/constant/commonConstant.d.ts.map +1 -1
  15. package/build/component/constant/commonConstant.js +1 -0
  16. package/build/component/constant/commonConstant.js.map +1 -1
  17. package/build/component/coordinator/index.d.ts.map +1 -1
  18. package/build/component/coordinator/index.js +18 -0
  19. package/build/component/coordinator/index.js.map +1 -1
  20. package/build/component/driver/aad/create.d.ts.map +1 -1
  21. package/build/component/driver/aad/create.js +11 -1
  22. package/build/component/driver/aad/create.js.map +1 -1
  23. package/build/component/driver/aad/error/unhandledError.js +1 -1
  24. package/build/component/driver/aad/error/unhandledError.js.map +1 -1
  25. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +2 -0
  26. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
  27. package/build/component/driver/aad/interface/signInAudience.d.ts +7 -0
  28. package/build/component/driver/aad/interface/signInAudience.d.ts.map +1 -0
  29. package/build/component/driver/aad/interface/signInAudience.js +13 -0
  30. package/build/component/driver/aad/interface/signInAudience.js.map +1 -0
  31. package/build/component/driver/aad/utility/aadAppClient.d.ts +2 -1
  32. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  33. package/build/component/driver/aad/utility/aadAppClient.js +3 -2
  34. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  35. package/build/component/driver/botAadApp/error/unhandledError.js +1 -1
  36. package/build/component/driver/botAadApp/error/unhandledError.js.map +1 -1
  37. package/build/component/driver/botFramework/error/unhandledError.js +1 -1
  38. package/build/component/driver/botFramework/error/unhandledError.js.map +1 -1
  39. package/build/component/driver/file/error/unhandledError.js +1 -1
  40. package/build/component/driver/file/error/unhandledError.js.map +1 -1
  41. package/build/component/driver/interface/commonArgs.d.ts +2 -1
  42. package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
  43. package/build/component/driver/m365/error/unhandledError.js +1 -1
  44. package/build/component/driver/m365/error/unhandledError.js.map +1 -1
  45. package/build/component/driver/middleware/updateProgress.d.ts +6 -0
  46. package/build/component/driver/middleware/updateProgress.d.ts.map +1 -0
  47. package/build/component/driver/middleware/updateProgress.js +15 -0
  48. package/build/component/driver/middleware/updateProgress.js.map +1 -0
  49. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  50. package/build/component/driver/teamsApp/configure.js +5 -12
  51. package/build/component/driver/teamsApp/configure.js.map +1 -1
  52. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  53. package/build/component/driver/teamsApp/createAppPackage.js +6 -14
  54. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  55. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  56. package/build/component/driver/teamsApp/publishAppPackage.js +9 -24
  57. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  58. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  59. package/build/component/driver/teamsApp/validate.js +6 -5
  60. package/build/component/driver/teamsApp/validate.js.map +1 -1
  61. package/build/component/middleware/envMW.d.ts +8 -2
  62. package/build/component/middleware/envMW.d.ts.map +1 -1
  63. package/build/component/middleware/envMW.js +13 -7
  64. package/build/component/middleware/envMW.js.map +1 -1
  65. package/build/component/resource/appManifest/appStudio.js +1 -0
  66. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  67. package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -1
  68. package/build/component/resource/appManifest/appStudioClient.js +16 -1
  69. package/build/component/resource/appManifest/appStudioClient.js.map +1 -1
  70. package/build/component/resource/appManifest/errors.d.ts.map +1 -1
  71. package/build/component/resource/appManifest/errors.js +1 -1
  72. package/build/component/resource/appManifest/errors.js.map +1 -1
  73. package/build/component/resource/botService/errors.d.ts +0 -6
  74. package/build/component/resource/botService/errors.d.ts.map +1 -1
  75. package/build/component/resource/botService/errors.js +8 -15
  76. package/build/component/resource/botService/errors.js.map +1 -1
  77. package/build/component/utils.d.ts.map +1 -1
  78. package/build/component/utils.js +1 -0
  79. package/build/component/utils.js.map +1 -1
  80. package/build/core/FxCore.d.ts.map +1 -1
  81. package/build/core/FxCore.js +1 -0
  82. package/build/core/FxCore.js.map +1 -1
  83. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  84. package/build/core/FxCoreImplementV3.js +40 -16
  85. package/build/core/FxCoreImplementV3.js.map +1 -1
  86. package/build/core/collaborator.d.ts.map +1 -1
  87. package/build/core/collaborator.js +3 -7
  88. package/build/core/collaborator.js.map +1 -1
  89. package/build/core/middleware/questionModel.d.ts.map +1 -1
  90. package/build/core/middleware/questionModel.js +35 -31
  91. package/build/core/middleware/questionModel.js.map +1 -1
  92. package/build/core/middleware/utils/debug/taskMigrator.js +2 -2
  93. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  94. package/build/core/question.d.ts +4 -2
  95. package/build/core/question.d.ts.map +1 -1
  96. package/build/core/question.js +48 -3
  97. package/build/core/question.js.map +1 -1
  98. package/build/error/common.js +3 -3
  99. package/build/error/common.js.map +1 -1
  100. package/package.json +4 -4
  101. package/resource/package.nls.json +179 -178
  102. package/resource/package.nls.zh-cn.json +200 -329
  103. package/resource/package.nls.zh-tw.json +200 -329
  104. package/templates/core/v3Migration/csharp.app.local.yml +18 -18
  105. package/templates/core/v3Migration/csharp.app.yml +18 -18
  106. package/templates/core/v3Migration/js.ts.app.local.yml +34 -28
  107. package/templates/core/v3Migration/js.ts.app.yml +27 -25
  108. package/templates/core/v3Migration/spfx.app.yml +8 -8
  109. package/templates/fallback/common.zip +0 -0
  110. package/templates/fallback/csharp.zip +0 -0
  111. package/templates/fallback/js.zip +0 -0
  112. package/templates/fallback/ts.zip +0 -0
@@ -18,13 +18,13 @@
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.error.NoEnvFilesError": "Failed to find .env files.",
22
- "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.",
21
+ "core.error.NoEnvFilesError": "Unable to find .env files.",
22
+ "core.deploy.FailedToDeployBeforeProvision": "Unable 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.",
23
23
  "core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
24
24
  "core.deploy.successNotice": "'%s' successfully deployed.",
25
25
  "core.deploy.aadManifestSuccessNotice": "Your Azure Active Directory application has been successfully deployed. Click \"Learn more\" to check how to view your Azure Active Directory application.",
26
26
  "core.deploy.aadManifestLearnMore": "Learn more",
27
- "core.deploy.failNotice": "fail to deploy '%s'!",
27
+ "core.deploy.failNotice": "Unable to deploy '%s'!",
28
28
  "core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
29
29
  "core.deploy.botTroubleShoot.learnMore": "Learn more",
30
30
  "core.deploy.startNotice": "[%s] Deployment start.",
@@ -77,6 +77,9 @@
77
77
  "core.progress.generateSample.detail": "Downloading and unzipping Sample",
78
78
  "core.progress.configureStorage": "Configuring Tab",
79
79
  "core.progress.packingCode": "Creating application package.",
80
+ "core.progress.publish": "Publish",
81
+ "core.progress.successResult": "Successfully executed %s/%s actions in %s.",
82
+ "core.progress.failureResult": "Some actions failed to execute in %s. Check the error message in [output channel](command:fx-extension.showOutputChannel) to troubleshoot and fix.",
80
83
  "core.progress.enableStaticWebsite": "Enabling Azure Storage account static website.",
81
84
  "core.progress.getDeploymentSrcAndDest": "Retrieving deployment source and destination.",
82
85
  "core.progress.clearStorageAccount": "Cleaning up Azure Storage account.",
@@ -107,8 +110,8 @@
107
110
  "core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
108
111
  "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsfx upgrade\" to upgrade your project first.",
109
112
  "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
110
- "core.migrationToArmAndMultiEnv.ErrorMessage": "Upgrade Failed. Check the error message in [output channel](command:fx-extension.showOutputChannel) to troubleshoot and fix. To upgrade manually, click Learn More for the FAQ.",
111
- "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "Upgrade Failed. '%s' doesn't exist or is not in JSON format. Please fix it and try again by running command (Teams: Upgrade project).\nTo upgrade manually, click Learn More for the FAQ.",
113
+ "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [output channel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
114
+ "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
112
115
  "core.consolidateLocalRemote.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json files and backup manifest.remote.template.json, manifest.local.template.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
113
116
  "core.consolidateLocalRemoteWithAadManifest.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json, aad.template.json files, update projectSettings.json file and backup manifest.remote.template.json, manifest.local.template.json, projectSettings.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
114
117
  "core.consolidateLocalRemote.DifferentManifest": "Since Teams Toolkit will use manifest.remote.template.json as a single manifest template file after the upgrade, if you have customized the manifest.local.template.json, you will need to update the manifest.template.json to include your change.",
@@ -126,27 +129,27 @@
126
129
  "core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
127
130
  "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile Bicep files to JSON.",
128
131
  "core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
129
- "core.deployArmTemplates.FailNotice": "[%s] Failed to deploy ARM templates. Resource group name: %s. Deployment name: %s",
132
+ "core.deployArmTemplates.FailNotice": "[%s] Unable to deploy ARM templates. Resource group name: %s. Deployment name: %s",
130
133
  "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] Polling deployment status...",
131
134
  "core.deployArmTemplates.Progress.Title": "Deploying ARM Templates",
132
135
  "core.deployArmTemplates.Progress.Start": "Preparing.",
133
136
  "core.deployArmTemplates.Progress.ExecuteDeployment": "Deploying solution ARM templates to Azure. This could take several minutes.",
134
137
  "core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> waiting to get deployment status [Retry time: %s]",
135
- "core.deployArmTemplates.FailedToReadResourceGroup": "Failed to get resource group from project solution settings.",
138
+ "core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
136
139
  "core.deployArmTemplates.DeploymentErrorWithHelplink": "\nError message: %s\nDetailed message: \n%s\nGet toolkit help from %s.",
137
- "core.deployArmTemplates.FailedToGetEnvironmentName": "Failed to get target environment name from solution context.",
140
+ "core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
138
141
  "core.deployArmTemplates.ParameterNotExist": "%s does not exist.",
139
- "core.deployArmTemplates.FailedToExpandParameter": "Failed to get expanded parameter from %s",
142
+ "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
140
143
  "core.deployArmTemplates.InvalidAzureCredential": "Azure Credential is invalid.",
141
- "core.deployArmTemplates.FailedToGetSubsId": "Failed to get subscription id.",
142
- "core.deployArmTemplates.CompileBicepFailed": "Failed to compile Bicep files to JSON ARM templates file: %s",
143
- "core.deployArmTemplates.FailedToGetDeploymentError": "Failed to get deployment error for %s",
144
+ "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
145
+ "core.deployArmTemplates.CompileBicepFailed": "Unable to compile Bicep files to JSON ARM templates file: %s",
146
+ "core.deployArmTemplates.FailedToGetDeploymentError": "Unable to get deployment error for %s",
144
147
  "core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "Resource deployments (%s module) for your project failed and get the error message failed. Refer to the resource group %s in portal for deployment error.",
145
148
  "core.deployArmTemplates.DeploymentFailedNotification": "Resource deployments (%s) for your project failed. Refer to [output channel](command:fx-extension.showOutputChannel) for more error details.",
146
149
  "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
147
- "core.handleConfigFile.FailedToUpdateAzureParameters": "Failed to update Azure parameters for %s environment.",
148
- "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Failed to reset values in appsettings.Development.json.",
149
- "core.backupFiles.FailedToBackupFiles": "Failed to backup %s.",
150
+ "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
151
+ "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
152
+ "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
150
153
  "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [output channel](%s).",
151
154
  "core.collaboration.GrantingPermission": "Granting permission",
152
155
  "core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
@@ -196,8 +199,8 @@
196
199
  "plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
197
200
  "plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
198
201
  "plugins.spfx.insufficientPermission": "You don't have permission to upload and deploy package to App Catalog %s, use site admin account.",
199
- "plugins.spfx.createAppcatalogFail": "Failed to create tenant app catalog, due to %s, stack: %s",
200
- "plugins.spfx.uploadAppcatalogFail": "Failed to upload app package, due to %s",
202
+ "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
203
+ "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
201
204
  "plugins.spfx.buildSharepointPackage": "Building SharePoint package",
202
205
  "plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
203
206
  "plugins.spfx.deploy.createAppcatalog": "Create SharePoint app catalog",
@@ -206,9 +209,9 @@
206
209
  "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Install the supported version.",
207
210
  "plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s.",
208
211
  "plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s.",
209
- "plugins.spfx.error.npmInstallFailed": "Failed to run 'npm install' due to %s",
210
- "plugins.spfx.error.invalidDependency": "Failed to validate package %s",
211
- "plugins.spfx.error.installDependency": "Failed to install package %s. Learn how to remediate in the [output](command:fx-extension.showOutputChannel).",
212
+ "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
213
+ "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
214
+ "plugins.spfx.error.installDependency": "Unable to install package %s. Learn how to remediate in the [output](command:fx-extension.showOutputChannel).",
212
215
  "plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
213
216
  "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.",
214
217
  "plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
@@ -227,10 +230,12 @@
227
230
  "suggestions.retryTheCurrentStep": "Retry the current step.",
228
231
  "plugins.appstudio.buildSucceedNotice": "Teams package is successfully built at [local address](%s).",
229
232
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
233
+ "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
230
234
  "plugins.appstudio.publishTip": "Teams: Publish to Teams",
231
235
  "plugins.appstudio.whetherToDeployManifest": "Whether to deploy app manifest to Teams platform",
232
236
  "plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
233
237
  "plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
238
+ "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
234
239
  "plugins.appstudio.adminApprovalTip": "Successfully created %s app package file at %s. Send this to your administrator for approval.",
235
240
  "plugins.appstudio.adminPortal": "Go to admin portal",
236
241
  "plugins.appstudio.publishSucceedNotice": "[%s] successfully published to the admin portal. Once approved, your app will be available for your organization. [Learn more](%s)",
@@ -309,7 +314,7 @@
309
314
  "plugins.cicd.result.scaffold.skipped": "You have already created template(s) of %s using %s for %s environment, customize it or remove it to create a new one.",
310
315
  "plugins.cicd.suggestions.checkPermission": "Check if you got sufficient permission.",
311
316
  "plugins.cicd.suggestions.createProjectOrOpenExisting": "You can create a new project or open an existing one.",
312
- "error.cicd.FailedToListMultiEnv": "Failed to list multi env: %s.",
317
+ "error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
313
318
  "error.cicd.PreconditionNotMet": "Some preconditions of inputs are not met.",
314
319
  "plugins.apiConnector.getQuestionApiName.title": "Enter a friendly name for your API.",
315
320
  "plugins.apiConnector.getQuestionApiName.placeholder": "API alias will be used to generate app setting names.",
@@ -350,59 +355,59 @@
350
355
  "plugins.apiConnector.Notification.GenerateFiles": "We have generated sample code to call your API at %s. Open the file(s) and follow the instructions in it to start invoking your APIs.",
351
356
  "plugins.apiConnector.Notification.LinkNotification": "You can visit %s to understand how to call your API with TeamsFx SDK.",
352
357
  "plugins.apiConnector.Log.CommandSuccess": "We have successfully updated your project to call target API. Here is a list of created/updated files:\n\n%s",
353
- "error.rgCheckBaseError": "Failed to check the existence of resource group '%s' in subscription '%'",
358
+ "error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
354
359
  "error.rgUnauthorizedError": "Unauthorized to check the existence of resource group '%s' in subscription '%s'. Check your Azure subscription.",
355
360
  "error.ProjectFolderExistError": "Path %s already exists. Select a different folder.",
356
361
  "error.ProjectFolderInvalidError": "Path %s is invalid, set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
357
362
  "error.NoProjectOpenedError": "No project opened, you can create a new project or open an existing one.",
358
363
  "error.InitializedFileExistError": "Initialized file(s) %s already exist, clean up and try again.",
359
364
  "error.InvalidProjectSettingsFileError": "The projectSettings.json file is invalid: %s.",
360
- "error.FetchSampleError": "Failed to get data from remote repository for %s.",
365
+ "error.FetchSampleError": "Unable to get data from remote repository for %s.",
361
366
  "error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
362
367
  "error.UpgradeCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 2.10.0).",
363
368
  "error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
364
369
  "error.ConsolidateCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 3.7.0).",
365
370
  "error.OperationNotPermittedError": "Operation is not permitted: %s",
366
- "error.InvalidInputError": "Failed to update context: %s",
371
+ "error.InvalidInputError": "Unable to update context: %s",
367
372
  "error.ContextUpgradeError": "Invalid inputs: %s",
368
373
  "error.ProjectSettingsUndefinedError": "Project settings is undefined",
369
374
  "error.MultipleEnvNotEnabledError": "MultipleEnv feature is not enabled",
370
375
  "error.PluginHasNoTaskImpl": "Plugin %s has not implemented method: %s",
371
- "error.FunctionRouterError": "Failed to route function call: %s",
376
+ "error.FunctionRouterError": "Unable to route function call: %s",
372
377
  "error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
373
378
  "error.TaskNotSupportError": "Operation is not supported: %s.",
374
379
  "error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
375
380
  "error.NonExistEnvNameError": "Can not find environment %s.",
376
381
  "error.ModifiedSecretError": "The secret file has been changed.",
377
- "error.LoadSolutionError": "Failed to load solution",
382
+ "error.LoadSolutionError": "Unable to load solution",
378
383
  "error.NotImplementedError": "Method not implemented: %s",
379
- "error.LoadPluginError": "Failed to load plugin",
384
+ "error.LoadPluginError": "Unable to load plugin",
380
385
  "error.SPFxConfigError": "Load SPFx config %s failed.",
381
386
  "error.ProjectSettingError": "Load project settings failed.",
382
387
  "error.SolutionConfigError": "Load solution context failed.",
383
- "error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'",
388
+ "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
384
389
  "error.MissingSubscriptionInConfig": "Please provide the subscription id of the resource group (%s) in (%s)",
385
- "error.NoSubscriptionFound": "Failed to find a subscription.",
390
+ "error.NoSubscriptionFound": "Unable to find a subscription.",
386
391
  "error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.",
387
- "error.FailedToCreateResourceGroup": "Failed to create resource group \"%s\": the resource group exists",
388
- "error.FailedToListResourceGroupLocation": "Failed to list resource group locations",
389
- "error.BicepGenerationError": "Failed to generate Bicep file %s. Reason: %s",
392
+ "error.FailedToCreateResourceGroup": "Unable to create resource group \"%s\": the resource group exists",
393
+ "error.FailedToListResourceGroupLocation": "Unable to list resource group locations",
394
+ "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
390
395
  "error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
391
396
  "error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
392
397
  "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
393
- "error.frontend.ClearStorageError": "Failed to clear Azure Storage Account.",
394
- "error.frontend.UploadToStorageError": "Failed to upload local path %s to Azure Storage Account.",
395
- "error.frontend.GetContainerError": "Failed to get container %s from Azure Storage Account.",
396
- "error.frontend.FailedSaveEnv": "Failed to save environment variables to %s. Your App may not work.",
397
- "error.frontend.FailedLoadEnv": "Failed to load environment variables from %s. Your App may not work.",
398
- "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
399
- "error.appstudio.teamsAppUpdateFailed": "Failed to update Teams app with ID %s.",
400
- "error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
401
- "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'. ",
398
+ "error.frontend.ClearStorageError": "Unable to clear Azure Storage Account.",
399
+ "error.frontend.UploadToStorageError": "Unable to upload local path %s to Azure Storage Account.",
400
+ "error.frontend.GetContainerError": "Unable to get container %s from Azure Storage Account.",
401
+ "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
402
+ "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
403
+ "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
404
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
405
+ "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [output window](command:fx-extension.showOutputChannel) for details.",
406
+ "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
402
407
  "error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
403
408
  "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
404
409
  "error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
405
- "error.appstudio.publishFailed": "Failed to publish Teams app with ID %s.",
410
+ "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
406
411
  "error.appstudio.buildError": "Teams Package built failed!",
407
412
  "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
408
413
  "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
@@ -411,13 +416,13 @@
411
416
  "error.appstudio.updateManifestFailed": "Update manifest failed. ",
412
417
  "error.appstudio.invalidCapability": "Invalid capability: %s",
413
418
  "error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
414
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, failed to update.",
415
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, failed to update.",
419
+ "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
420
+ "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
416
421
  "error.appstudio.noManifestId": "Invalid id found in manifest find.",
417
- "error.appstudio.validateFetchSchemaFailed": "Failed to get schema from %s, message: %s",
422
+ "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
418
423
  "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
419
424
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
420
- "error.appstudio.teamsAppCreateConflict": "Failed to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
425
+ "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
421
426
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Manually update the app id and try again.",
422
427
  "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
423
428
  "_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
@@ -425,37 +430,37 @@
425
430
  "_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
426
431
  "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
427
432
  "_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
428
- "error.function.FindAppError": "Failed to find the function app.",
429
- "error.generator.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
430
- "error.generator.FetchZipFromUrlError": "Failed to download zip package from %s.",
431
- "error.generator.UnzipError": "Failed to unzip templates and write to disk.",
432
- "error.generator.MissKeyError": "Failed to find key %s",
433
+ "error.function.FindAppError": "Unable to find the function app.",
434
+ "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
435
+ "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
436
+ "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
437
+ "error.generator.MissKeyError": "Unable to find key %s",
433
438
  "error.sql.GetDetail": "Get the detailed error message in [output](command:fx-extension.showOutputChannel).",
434
439
  "error.sql.LinkHelpMessage": "You can follow %s to handle it.",
435
440
  "error.sql.SqlInputError": "SQL admin name or password is empty",
436
- "error.sql.SqlAskInputError": "Failed to get answer for SQL questions",
441
+ "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
437
442
  "error.sql.SqlEndpointError": "SQL Server %s is invalid.",
438
- "error.sql.DatabaseUserCreateError": "Failed to create user '%s' in database %s",
439
- "error.sql.SqlAddAdminError": "Failed to add AAD admin '%s'. %s",
440
- "error.sql.SqlLocalFirwallError": "Failed to add local firewall for '%s'. %s",
441
- "error.sql.SqlDeleteLocalFirwallError": "Failed to delete local firewall for '%s'. Delete '%s' manually. %s",
442
- "error.sql.SqlUserInfoError": "Failed to get login user info.",
443
- "error.sql.SqlGetConfigError": "Failed to get config value of '%s' from '%s'.",
443
+ "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
444
+ "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
445
+ "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
446
+ "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
447
+ "error.sql.SqlUserInfoError": "Unable to get login user info.",
448
+ "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
444
449
  "error.sql.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
445
- "error.sql.SqlCheckError": "Failed to check SQL Server '%s'. %s",
446
- "error.sql.SqlCheckAdminError": "Failed to check AAD admin '%s'. %s",
450
+ "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
451
+ "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
447
452
  "error.sql.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
448
453
  "error.sql.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
449
454
  "error.sql.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
450
455
  "error.sql.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
451
- "error.apiConnector.SampleCodeCreateFailError": "Failed to scaffold API connection samples. Reason: %s",
452
- "error.apiConnector.ScaffoldApiFilesError": "Failed to scaffold connect API files, Reason: %s",
456
+ "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
457
+ "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
453
458
  "error.apiConnector.ApiConnectorInputError": "API connector input %s is invalid",
454
459
  "error.apiConnector.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
455
- "error.apiConnector.ApiConnectorCreateFileFail": "Failed to create %s",
460
+ "error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
456
461
  "error.apiConnector.NoActivePluginsExistError": "Please create active resource first.",
457
462
  "error.apiConnector.NoBotOrFunctionExistError": "Please create bot or function resource first.",
458
- "error.apiConnector.ApiConnectorFunctionRouteError": "Failed to route function call: %s",
463
+ "error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
459
464
  "error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade the @microsoft/teamsfx version to %s and retry this feature.",
460
465
  "error.apiConnector.pkgFileNotExistError": "In %s project, there is no package.json exist",
461
466
  "error.apiConnector.componentNotExistError": "Component %s not exist, please add first",
@@ -528,7 +533,7 @@
528
533
  "core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
529
534
  "core.getQuestionNewTargetEnvironmentName.validation2": "The length of environment config path will exceed the limitation of Windows.",
530
535
  "core.getQuestionNewTargetEnvironmentName.validation3": "Cannot create an environment '%s'",
531
- "core.getQuestionNewTargetEnvironmentName.validation4": "Failed to list env configs",
536
+ "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
532
537
  "core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
533
538
  "core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
534
539
  "core.QuestionSelectResourceGroup.title": "Select a resource group",
@@ -596,8 +601,8 @@
596
601
  "core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same Microsoft 365 tenant (email)",
597
602
  "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
598
603
  "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
599
- "core.collaboration.error.failedToLoadDotEnvFile": "Failed to load your .env File. Reason: %s",
600
- "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.",
604
+ "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
605
+ "core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Please correctly set the value with key '%s' in your .env file.",
601
606
  "core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
602
607
  "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
603
608
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
@@ -642,47 +647,47 @@
642
647
  "core.summary.actionFailed": "%s failed.",
643
648
  "core.summary.actionSucceeded": "%s was executed successfully.",
644
649
  "core.summary.createdEnvFile": "Environment file was created at",
645
- "error.aad.GetAppError": "Failed to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
646
- "error.aad.GetAppConfigError": "Failed to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
647
- "error.aad.GetSkipAppConfigError": "Failed to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
648
- "error.aad.CreateAppError": "Failed to create an app in Azure Active Directory.",
649
- "error.aad.CreateAppForbiddenError": "Failed to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
650
- "error.aad.CreateSecretError": "`Failed to create an application secret in Azure Active Directory.`",
651
- "error.aad.UpdateRedirectUriError": "Failed to update application redirect URI in Azure Active Directory.",
652
- "error.aad.UpdateAppIdUriError": "Failed to update Application ID URI in Azure Active Directory. %s",
653
- "error.aad.UpdatePermissionError": "Failed to update application permission in Azure Active Directory.",
650
+ "error.aad.GetAppError": "Unable to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
651
+ "error.aad.GetAppConfigError": "Unable to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
652
+ "error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
653
+ "error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
654
+ "error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
655
+ "error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
656
+ "error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
657
+ "error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
658
+ "error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
654
659
  "error.aad.AppIdUriInvalidError": "Invalid Application ID URI. Provision your application before continuing.",
655
660
  "error.aad.CannotGenerateIdentifierUris": "Cannot generate identifierUris because no botId or front end domain found, you need to specified at least one of them in config file",
656
661
  "error.aad.InvalidSelectedPlugins": "Invalid selected plugins. %s",
657
- "error.aad.ParsePermissionError": "Failed to parse permission request.",
658
- "error.aad.UnknownPermissionName": "Failed to find resource: %s. %s",
659
- "error.aad.UnknownPermissionRole": "Failed to find role \"%s\" for resource \"%s\". %s",
660
- "error.aad.UnknownPermissionScope": "Failed to find scope \"%s\" for resource \"%s\". %s",
661
- "error.aad.GetTokenError": "Failed to get user login information for %s.",
662
- "error.aad.TenantNotExistError": "Failed to get tenant information from user login.",
662
+ "error.aad.ParsePermissionError": "Unable to parse permission request.",
663
+ "error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
664
+ "error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
665
+ "error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
666
+ "error.aad.GetTokenError": "Unable to get user login information for %s.",
667
+ "error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
663
668
  "error.aad.MissingPermissionsRequestProvider": "permissionRequestProvider is missing in plugin context",
664
- "error.aad.CheckPermissionError": "Failed to check permission.",
665
- "error.aad.GrantPermissionError": "%s: %s. Failed to grant permission.",
666
- "error.aad.ListCollaboratorError": "Failed to list collaborator.",
667
- "error.aad.AadManifestLoadError": "Failed to load manifest file from %s, due to %s",
669
+ "error.aad.CheckPermissionError": "Unable to check permission.",
670
+ "error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
671
+ "error.aad.ListCollaboratorError": "Unable to list collaborator.",
672
+ "error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
668
673
  "error.aad.AadManifestMissingName": "name property is empty or invalid in AAD manifest file",
669
674
  "error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions property missing item which value should be access_as_user",
670
675
  "error.aad.AadManifestMissingObjectId": "id property is missing or invalid in AAD manifest file, you need to run provision or debug first",
671
676
  "error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType property is missing or invalid in AAD manifest file, you need to run provision or debug first",
672
677
  "error.aad.AadManifestMissingIdentifierUris": "identifierUris property is missing or invalid in AAD manifest file, you need to run provision or debug first",
673
- "error.aad.AadManifestNotProvisioned": "Failed to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
674
- "error.aad.UpdateAadAppError": "Failed to update application in Azure Active Directory: %s",
675
- "error.aad.UpdateAadAppUsingManifestError": "Failed to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
678
+ "error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
679
+ "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
680
+ "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
676
681
  "error.aad.AadManifestNotFoundError": "Aad manifest file not found",
677
- "error.aad.GetDisplayNameError": "Failed to get display name.",
678
- "error.aad.GetConfigError": "Failed to get configuration value \"%s\" for %s.",
682
+ "error.aad.GetDisplayNameError": "Unable to get display name.",
683
+ "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
679
684
  "error.aad.FormatError": "Invalid format for %s. Value: %s.",
680
- "error.aad.client.CreateFailed": "Failed to create an application registration in Azure Active Directory.",
681
- "error.aad.client.UpdateFailed": "Failed to update application registration in Azure Active Directory.",
682
- "error.aad.client.CreateSecretFailed": "Failed to create an application secret in Azure Active Directory.",
683
- "error.aad.client.GetFailed": "Failed to retrieve Azure Active Directory application registration.",
684
- "error.aad.client.CheckPermissionFailed": "Failed to check permission in Azure Active Directory.",
685
- "error.aad.client.GrantPermissionFailed": "Failed to grant permission in Azure Active Directory.",
685
+ "error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
686
+ "error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
687
+ "error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
688
+ "error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
689
+ "error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
690
+ "error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
686
691
  "error.aad.client.AppDefinitionIsNull": "Missing application definition.",
687
692
  "error.aad.client.AppObjectIdIsNull": "Missing Object ID.",
688
693
  "error.aad.client.EmptyResponse": "Missing response.",
@@ -744,27 +749,27 @@
744
749
  "plugins.apim.error.EmptyConfigValue": "Project configuration '%s' of '%s' is missing in '%s'. Retry %s or set the value manually.",
745
750
  "plugins.apim.error.NoPluginConfig": "Cannot found %s configuration. Retry %s.",
746
751
  "plugins.apim.error.InvalidConfigValue": "Project configuration '%s' of '%s' is invalid. %s",
747
- "plugins.apim.error.ApimOperationError": "Failed to %s %s.",
748
- "plugins.apim.error.AadOperationError": "Failed to %s %s.",
752
+ "plugins.apim.error.ApimOperationError": "Unable to %s %s.",
753
+ "plugins.apim.error.AadOperationError": "Unable to %s %s.",
749
754
  "plugins.apim.error.InvalidCliOptionError": "Option is invalid. %s",
750
755
  "plugins.apim.error.NotImplemented": "Not implemented.",
751
756
  "plugins.apim.error.InvalidFunctionEndpoint": "The function endpoint scheme should be 'http' or 'https'.",
752
757
  "plugins.apim.error.EmptyProperty": "Property '%s' is empty.",
753
758
  "plugins.apim.error.InvalidPropertyType": "Property '%s' is not type '%s'.",
754
759
  "plugins.apim.error.ShortenToEmpty": "The value '%s' cannot be shorten to empty.",
755
- "plugins.apim.error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'.",
756
- "error.sa.NoConfigError": "Failed to get config value of '%s' from '%s'.",
757
- "error.sa.UnauthenticatedError": "Failed to get user login information.",
758
- "error.sa.CreateAppServicePlanError": "Failed to create App Service plan: %s",
759
- "error.sa.FreeServerFarmsQuotaError": "Failed to create App Service plan: %s",
760
- "error.sa.MissingSubscriptionRegistrationError": "Failed to create App Service plan: ${message}",
761
- "error.sa.CreateWebAppError": "Failed to create Web App: %s",
762
- "error.sa.ZipDeployError": "Failed to deploy Simple Auth bits: %s",
763
- "error.sa.UpdateApplicationSettingsError": "Failed to update application settings: %s",
764
- "error.sa.EndpointInvalidError": "Failed to verify endpoint: %s. Reason: %s",
765
- "error.sa.ZipDownloadError": "Failed to download Simple Auth bits: %s",
766
- "error.sa.VersionFileNotExist": "`Failed to load version file from %s",
767
- "plugins.sa.RegisterRersourceProviderFailed": "Failed to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
760
+ "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
761
+ "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
762
+ "error.sa.UnauthenticatedError": "Unable to get user login information.",
763
+ "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
764
+ "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
765
+ "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
766
+ "error.sa.CreateWebAppError": "Unable to create Web App: %s",
767
+ "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
768
+ "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
769
+ "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
770
+ "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
771
+ "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
772
+ "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
768
773
  "plugins.sa.FreeServerFarmsQuotaErrorToUser": "The maximum number of Free App Service Plan allowed in a Subscription is 10. Delete a free App Service plan and try again.",
769
774
  "core.addSso.onlySupportAzure": "Add SSO is only supported for project hosted in Azure",
770
775
  "core.addSso.onlyMeNotSupport": "Add SSO is not supported on Message Extension only projects",
@@ -774,32 +779,32 @@
774
779
  "core.addSso.invalidSsoProject": "Invalid project. You may have modified '.fx/projectSettings.json' file.",
775
780
  "core.addSso.learnMore": "SSO is successfully added in your project. We have generated sample code and README in 'auth/'. Click on '%s' for more detail.",
776
781
  "core.addSsoFiles.emptyProjectPath": "Project path is empty",
777
- "core.addSsoFiles.FailedToCreateAuthFiles": "Failed to create files for add sso. Detail error: %s.",
782
+ "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
778
783
  "core.addSsoFiles.invalidLanguage": "Invalid language. Please make sure '.fx/projectSettings.json' is not modified and try again.",
779
784
  "core.getUserEmailQuestion.validation3": "Email address is not valid",
780
785
  "plugins.bot.DetailedError": "Detailed error: %s.",
781
786
  "plugins.bot.DetailedErrorReason": "Reason: %s",
782
787
  "plugins.bot.ErrorSuggestions": "Suggestions: %s",
783
788
  "plugins.bot.InvalidValue": "%s is invalid with value: %s",
784
- "plugins.bot.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
785
- "plugins.bot.UnzipError": "Failed to unzip templates and write to disk.",
789
+ "plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
790
+ "plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
786
791
  "plugins.bot.SomethingIsMissing": "%s is missing.",
787
792
  "plugins.bot.SomethingNotExisting": "%s is not existing.",
788
793
  "plugins.bot.FailedToGetAlreadyCreatedBot": "Cannot create bot with id %s which may be taken by an existing bot. Visit %s to learn more.\nOr API call to Developer Portal failed: Error, Request failed with status code 500, API name: create-bot, X-Correlation-ID: undefined. This may come from some intermittent service error. Please wait for a few minutes and retry.",
789
794
  "_plugins.bot.FailedToGetAlreadyCreatedBot.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
790
- "plugins.bot.FailedToProvision": "Failed to provision %s.",
791
- "plugins.bot.FailedToUpdateConfigs": "Failed to update configs for %s",
792
- "plugins.bot.FailedListPublishingCredentials": "Failed to list publishing credentials.",
793
- "plugins.bot.FailedDeployZipFile": "Failed to deploy zip file.",
794
- "plugins.bot.FailedCheckDeployStatus": "Failed to check deployment status.",
795
+ "plugins.bot.FailedToProvision": "Unable to provision %s.",
796
+ "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
797
+ "plugins.bot.FailedListPublishingCredentials": "Unable to list publishing credentials.",
798
+ "plugins.bot.FailedDeployZipFile": "Unable to deploy zip file.",
799
+ "plugins.bot.FailedCheckDeployStatus": "Unable to check deployment status.",
795
800
  "plugins.bot.CheckDeployStatusTimeout": "The deployment status is timeout.",
796
801
  "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to learn more about how to check bot registrations.",
797
- "plugins.bot.FailedUpdateMessageEndpoint": "Failed to update message endpoint with %s.",
798
- "plugins.bot.FailToRun": "Failed to run %s.",
799
- "plugins.bot.FailToCallAppStudioApi": "Failed to call Developer Portal's API to check AAD application's existence.",
802
+ "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
803
+ "plugins.bot.FailToRun": "Unable to run %s.",
804
+ "plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
800
805
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
801
806
  "plugins.bot.WorkingDirMissing": "Working directory is missing.",
802
- "plugins.bot.FailRetrieveAzureCredentials": "Failed to retrieve Azure credentials.",
807
+ "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
803
808
  "plugins.bot.CreateBotAADSuccess": "Successfully created bot AAD app.",
804
809
  "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
805
810
  "plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
@@ -812,9 +817,9 @@
812
817
  "plugins.bot.AadClientSecret": "AAD client secret",
813
818
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
814
819
  "plugins.function.askFunctionName": "Provide a function name.",
815
- "plugins.function.failedToInstallDotnet": "Failed to install .NET SDK, error = '%s'",
820
+ "plugins.function.failedToInstallDotnet": "Unable to install .NET SDK, error = '%s'",
816
821
  "plugins.function.getTemplateFrom": "Retrieving template from '%s'.",
817
- "plugins.function.getTemplateFromLocal": "Failed to get newest template from github, trying to use the local template.",
822
+ "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
818
823
  "plugins.function.projectScaffoldAt": "Project scaffolded at '%s'.",
819
824
  "plugins.function.invalidFunctionName": "Invalid function name. Function names can only contain alphanumerical characters. The max length is 127 characters.",
820
825
  "plugins.function.functionAlreadyExists": "Function already exists.",
@@ -824,27 +829,27 @@
824
829
  "depChecker.finishInstallFunctionCoreTool": "Successfully installed @NameVersion.",
825
830
  "depChecker.needReplaceWithFuncCoreToolV3": "You must update to @NameVersion to debug your local functions.",
826
831
  "depChecker.needInstallFuncCoreTool": "You must have @NameVersion installed to debug your local functions.",
827
- "depChecker.failToInstallFuncCoreTool": "Failed to install @NameVersion. Install @NameVersion manually.",
828
- "depChecker.failToValidateFuncCoreTool": "Failed to validate @NameVersion after installation.",
832
+ "depChecker.failToInstallFuncCoreTool": "Unable to install @NameVersion. Install @NameVersion manually.",
833
+ "depChecker.failToValidateFuncCoreTool": "Unable to validate @NameVersion after installation.",
829
834
  "depChecker.globalFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with your Azure Functions Core Tools (@FuncVersion). Please make sure your Azure Functions Core Tools works with your Node.js version. See (@link) for Azure Functions supported Node.js versions.",
830
835
  "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion). Go to @Link to install Node.js (@RecommendedVersion is recommended).",
831
836
  "depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
832
837
  "depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
833
838
  "depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
834
839
  "depChecker.needInstallNgrok": "You must have @NameVersion installed to debug your local bot.",
835
- "depChecker.failToInstallNgrok": "Failed to install @NameVersion. Install @NameVersion manually.",
836
- "depChecker.failToValidateNgrok": "Failed to validate @NameVersion after installation.",
840
+ "depChecker.failToInstallNgrok": "Unable to install @NameVersion. Install @NameVersion manually.",
841
+ "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
837
842
  "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
838
843
  "depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
839
844
  "depChecker.finishInstallDotnet": "Successfully installed @NameVersion.",
840
845
  "depChecker.useGlobalDotnet": "Using dotnet from PATH:",
841
846
  "depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
842
847
  "depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
843
- "depChecker.failToInstallBicepOutputVSC": "Failed to install @NameVersion. please read this wiki (@HelpLink) to install @NameVersion manually and restart Visual Studio Code.",
844
- "depChecker.failToInstallBicepOutputCLI": "Failed to install @NameVersion. please read this wiki (@HelpLink) to install @NameVersion manually.",
845
- "depChecker.failToInstallBicepDialog": "Failed to install @NameVersion. please click Learn More to install @NameVersion manually and restart Visual Studio Code.",
846
- "depChecker.failToInstallBicep": "Failed to install @NameVersion",
847
- "depChecker.failToInstallDotnet": "Failed to install @NameVersion. Install @NameVersion manually and restart Visual Studio Code.",
848
+ "depChecker.failToInstallBicepOutputVSC": "Unable to install @NameVersion. please read this wiki (@HelpLink) to install @NameVersion manually and restart Visual Studio Code.",
849
+ "depChecker.failToInstallBicepOutputCLI": "Unable to install @NameVersion. please read this wiki (@HelpLink) to install @NameVersion manually.",
850
+ "depChecker.failToInstallBicepDialog": "Unable to install @NameVersion. please click Learn More to install @NameVersion manually and restart Visual Studio Code.",
851
+ "depChecker.failToInstallBicep": "Unable to install @NameVersion",
852
+ "depChecker.failToInstallDotnet": "Unable to install @NameVersion. Install @NameVersion manually and restart Visual Studio Code.",
848
853
  "depChecker.NodeNotFound": "Cannot find Node.js.\n\nTeams Toolkit requires Node.js; the recommended version is @NodeVersion.\n\nClick \"Learn more\" to learn how to install the Node.js.\n\n(If you just installed Node.js, restart Visual Studio Code for the change to take effect.)",
849
854
  "depChecker.NodeNotSupported": "Node.js (@CurrentVersion) is not in the supported version list (@SupportedVersions).\n\nClick \"Learn more\" to learn more about the supported Node.js versions.\n\n(If you just installed Node.js (@SupportedVersions), restart Visual Studio Code for the change to take effect.)",
850
855
  "depChecker.V3NodeNotSupported": "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/about/releases/ to install a supported Node.js.",
@@ -853,9 +858,9 @@
853
858
  "depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
854
859
  "depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
855
860
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
856
- "depChecker.failToDownloadFromUrl": "Failed to download file from '@Url', HTTP status '@Status'.",
861
+ "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
857
862
  "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please check tasks.json file.",
858
- "depChecker.failToValidateVxTestApp": "Failed to validate video extensibility test app after installation.",
863
+ "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
859
864
  "error.BadComponent": "Component '%s' lacks of property: %s.",
860
865
  "error.InvalidFeature": "This feature is not applicable for your project.",
861
866
  "error.UpdateAadManifest.MissingEnvHint": "If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
@@ -865,9 +870,8 @@
865
870
  "driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
866
871
  "driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
867
872
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
868
- "driver.aadApp.error.unhandledError": "Unhandled error happened in %s action: %s",
869
873
  "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Azure Active Directory app manifest.",
870
- "driver.aadApp.error.generateManifestFailed": "Failed to generate Azure Active Directory app manifest.",
874
+ "driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
871
875
  "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application",
872
876
  "driver.aadApp.progressBar.createAadAppStepMessage": "Creating Azure Active Directory application",
873
877
  "driver.aadApp.progressBar.generateClientSecretSetpMessage": "Generating client secret",
@@ -875,7 +879,7 @@
875
879
  "driver.aadApp.progressBar.updateAadAppStepMessage": "Updating Azure Active Directory application",
876
880
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
877
881
  "driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
878
- "driver.aadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
882
+ "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
879
883
  "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Azure Active Directory app...",
880
884
  "driver.aadApp.log.successCreateAadApp": "Created Azure Active Directory application with object id %s",
881
885
  "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Azure Active Directory app creation step.",
@@ -888,15 +892,15 @@
888
892
  "botRegistration.log.startCreateBotAadApp": "Creating bot aad app.",
889
893
  "botRegistration.log.successCreateBotAadApp": "Bot aad app created successfully.",
890
894
  "botRegistration.log.skipCreateBotAadApp": "Bot aad app creation skipped.",
891
- "botRegistration.log.failCreateBotAadApp": "Failed to create bot aad app. Error message: %s.",
895
+ "botRegistration.log.failCreateBotAadApp": "Unable to create bot aad app. Error message: %s.",
892
896
  "driver.botAadApp.create.description": "create a new or reuse an existing bot Azure Active Directory app.",
893
897
  "driver.botAadApp.log.startExecuteDriver": "Executing action %s",
894
898
  "driver.botAadApp.log.successExecuteDriver": "Action %s executed successfully",
895
- "driver.botAadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
899
+ "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
896
900
  "driver.botAadApp.log.successCreateBotAad": "Created Azure Active Directory application with client id %s.",
897
901
  "driver.botAadApp.log.useExistingBotAad": "Used existing Azure Active Directory application with client id %s.",
898
902
  "driver.arm.error.outputConversionFailed": "There is a duplicated key %s in ARM deployment output",
899
- "driver.arm.error.CompileBicepFailed": "Failed to compile Bicep files to JSON ARM templates file: %s",
903
+ "driver.arm.error.CompileBicepFailed": "Unable to compile Bicep files to JSON ARM templates file: %s",
900
904
  "driver.arm.description.deploy": "Deploy the given ARM templates to Azure",
901
905
  "debug.warningMessage": "To debug applications in Teams, your localhost server must be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
902
906
  "debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
@@ -914,8 +918,8 @@
914
918
  "driver.spfx.add.successNotice": "Web part %s was successfully added to project.",
915
919
  "driver.spfx.add.progress.title": "Scaffolding web part",
916
920
  "driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
917
- "driver.prerequisite.error.funcInstallationError": "Failed to check and install Azure Functions Core Tools.",
918
- "driver.prerequisite.error.dotnetInstallationError": "Failed to check and install .NET Core SDK.",
921
+ "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
922
+ "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
919
923
  "driver.prerequisite.description": "installing dependencies",
920
924
  "driver.prerequisite.progressBar.title": "Driver prerequisite/install",
921
925
  "driver.prerequisite.progressBar.devCert": "Checking and generating the development certificate for localhost.",
@@ -934,7 +938,6 @@
934
938
  "driver.file.createOrUpdateEnvironmentFile.summary": "The variables have been generated successfully to %s.",
935
939
  "driver.file.createOrUpdateJsonFile.description": "Create or update appsettings to JSON file.",
936
940
  "driver.file.createOrUpdateJsonFile.summary": "The appsettings have been generated successfully to %s.",
937
- "driver.file.error.unhandledError": "Unhandled error happened in %s action: %s",
938
941
  "driver.file.description": "generates environment variables to .env file",
939
942
  "driver.file.summary.default": "The environment variables has been generated successfully to the .env file of '%s' environment.",
940
943
  "driver.file.summary.withTarget": "The environment variables has been generated successfully to %s.",
@@ -942,10 +945,10 @@
942
945
  "driver.file.progressBar.generate": "Generating the environment variables to .env file.",
943
946
  "driver.file.updateJson.description": "Add or update appsettings to JSON file.",
944
947
  "driver.file.updateJson.summary.withTarget": "The value for appsettings has been generated successfully to %s.",
945
- "driver.deploy.FailedListPublishingCredentialsRemoteError": "Failed to list publishing credentials due to remote service error. \nPlease check your account and try again.",
946
- "driver.deploy.error.restartWebAppError": "Failed to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
947
- "driver.deploy.UploadToStorageRemoteError": "Failed to upload local path %s to Azure Storage Account due to remote service error.",
948
- "driver.deploy.ClearStorageRemoteError": "Failed to clear Azure Storage Account due to remote service error.",
948
+ "driver.deploy.FailedListPublishingCredentialsRemoteError": "Unable to list publishing credentials due to remote service error. \nPlease check your account and try again.",
949
+ "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
950
+ "driver.deploy.UploadToStorageRemoteError": "Unable to upload local path %s to Azure Storage Account due to remote service error.",
951
+ "driver.deploy.ClearStorageRemoteError": "Unable to clear Azure Storage Account due to remote service error.",
949
952
  "driver.deploy.error.deployToAzureRemoteFailed": "Remote service error, upload failed.",
950
953
  "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
951
954
  "driver.deploy.error.noFileFindInDistributionFolder": "No file is found in distribution folder. Please check if the distribution folder is empty or you have ignored everything.",
@@ -961,14 +964,14 @@
961
964
  "driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
962
965
  "driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
963
966
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "enable static website setting in Azure Storage.",
964
- "driver.deploy.getStorageContainerError": "Failed to get storage container %s.",
965
- "driver.deploy.checkContainerStaticWebsiteError": "Failed to check if the container %s enabled static website option.",
966
- "driver.deploy.checkContainerStaticWebsiteRemoteError": "Failed to check if the container %s enabled static website option due to remote service error.",
967
- "driver.deploy.enableStaticWebsiteError": "Failed to enable static website option for the container %s.",
968
- "driver.deploy.enableStaticWebsiteRemoteError": "Failed to enable static website option for the container %s due to remote service error.",
967
+ "driver.deploy.getStorageContainerError": "Unable to get storage container %s.",
968
+ "driver.deploy.checkContainerStaticWebsiteError": "Unable to check if the container %s enabled static website option.",
969
+ "driver.deploy.checkContainerStaticWebsiteRemoteError": "Unable to check if the container %s enabled static website option due to remote service error.",
970
+ "driver.deploy.enableStaticWebsiteError": "Unable to enable static website option for the container %s.",
971
+ "driver.deploy.enableStaticWebsiteRemoteError": "Unable to enable static website option for the container %s due to remote service error.",
969
972
  "driver.common.suggestion.retryLater": "Please try again.",
970
- "driver.common.FailRetrieveAzureCredentialsRemoteError": "Failed to retrieve Azure credentials due to remote service error.",
971
- "driver.common.GetContainerRemoteError": "Failed to get container %s from Azure Storage Account.",
973
+ "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
974
+ "driver.common.GetContainerRemoteError": "Unable to get container %s from Azure Storage Account.",
972
975
  "driver.deploy.zipDeploymentRemoteStartError": "Zip Deploy success but remote start failed.",
973
976
  "driver.script.buildSummary": "Running command `%s` at `%s` successfully.",
974
977
  "driver.script.dotnetDescription": "running dotnet command.",
@@ -980,7 +983,6 @@
980
983
  "driver.m365.acquire.progress.title": "Microsoft 365 Title/acquire",
981
984
  "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
982
985
  "driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
983
- "driver.m365.error.unhandledError": "Unhandled error happened in %s action: %s",
984
986
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
985
987
  "driver.teamsApp.description.createDriver": "create a Teams app.",
986
988
  "driver.teamsApp.description.updateDriver": "update a Teams app.",
@@ -990,11 +992,11 @@
990
992
  "driver.teamsApp.progressBar.createTeamsAppTitle": "Create Teams app",
991
993
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app",
992
994
  "driver.teamsApp.progressBar.updateTeamsAppTitle": "Update Teams app",
993
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app",
995
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
994
996
  "driver.teamsApp.progressBar.publishTeamsAppTitle": "Publish Teams app",
995
997
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
996
998
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
997
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app",
999
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
998
1000
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
999
1001
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
1000
1002
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
@@ -1009,33 +1011,32 @@
1009
1011
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
1010
1012
  "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [output window](%s) for details.",
1011
1013
  "error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
1012
- "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid",
1013
- "driver.botFramework.error.unhandledError": "Unhandled error happened in %s action: %s",
1014
+ "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
1014
1015
  "driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
1015
1016
  "driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
1016
1017
  "driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
1017
1018
  "driver.botFramework.progressBar.title": "botFramework/create",
1018
1019
  "driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
1019
1020
  "driver.generateAppsettings.description": "Add or update environment variables to appsettings file.",
1020
- "error.yaml.InvalidYamlSchemaError": "Failed to parse yaml file: %s",
1021
+ "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s",
1021
1022
  "error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
1022
1023
  "error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
1023
1024
  "error.yaml.InvalidYmlActionNameError": "Action '%s' not found, yaml file: %s",
1024
1025
  "error.yaml.LifeCycleUndefinedError": "Lifecycle '%s' is undefined, yaml file: %s",
1025
- "error.common.UnresolvedPlaceholderError": "The following environment variables are missing: '%s', which are required for file: %s.",
1026
+ "error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
1027
+ "error.common.UnresolvedPlaceholderError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s.",
1026
1028
  "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
1027
- "error.common.InvalidActionInputError": "The following parameter(s) is(are) missing or invalid for '%s' action: %s, yaml file: %s",
1028
- "error.common.FileNotFoundError": "No such file or directory, open '%s'",
1029
- "error.common.JSONSyntaxError": "JSON syntax error: %s",
1030
- "error.common.UnhandledError": "Unhandled error: %s",
1031
- "error.collaboration.InvalidManifestError": "Your manifest is invalid: %s. Please make sure 'id' key exists in your manifest file.",
1032
- "error.collaboration.FailedToLoadManifest": "Failed to load manifest file. Reason: %s.",
1033
- "error.azure.InvalidAzureCredentialError": "Failed to get Azure credential.",
1034
- "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in current account.",
1035
- "error.azure.ResourceGroupConflictError": "Failed to create resource group '%s', which already exists in subscription '%s'",
1036
- "error.azure.SelectSubscriptionError": "Failed to select subscription in current account.",
1037
- "error.azure.ResourceGroupNotExistError": "The resource group '%s' does not exist in subscription '%s'",
1038
- "error.m365.M365TokenJSONNotFoundError": "Failed to get Microsoft 365 token JSON object",
1039
- "error.m365.M365TenantIdNotFoundInTokenError": "Failed to get Microsoft 365 tenant id in token JSON object",
1040
- "error.m365.M365TenantIdNotMatchError": "Your signed in Microsoft 365 tenant '%s' which is different from the one in the .env file (TEAMS_APP_TENANT_ID='%s'). To switch to your current signed in tenant, remove the values of %s."
1029
+ "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
1030
+ "error.common.JSONSyntaxError": "JSON syntax error: %s. Please check the JSON syntax to ensure it is properly formatted.",
1031
+ "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
1032
+ "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
1033
+ "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
1034
+ "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
1035
+ "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
1036
+ "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
1037
+ "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
1038
+ "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
1039
+ "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
1040
+ "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
1041
+ "error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again."
1041
1042
  }