@microsoft/teamsfx-core 3.0.0-alpha.e2e4e5205.0 → 3.0.0-alpha.e3f6ce706.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 (136) hide show
  1. package/build/client/graphClient.d.ts +6 -1
  2. package/build/client/graphClient.d.ts.map +1 -1
  3. package/build/client/graphClient.js +49 -18
  4. package/build/client/graphClient.js.map +1 -1
  5. package/build/common/daSpecParser.d.ts +1 -1
  6. package/build/common/daSpecParser.d.ts.map +1 -1
  7. package/build/common/daSpecParser.js +44 -21
  8. package/build/common/daSpecParser.js.map +1 -1
  9. package/build/common/featureFlags.d.ts +0 -5
  10. package/build/common/featureFlags.d.ts.map +1 -1
  11. package/build/common/featureFlags.js +0 -5
  12. package/build/common/featureFlags.js.map +1 -1
  13. package/build/common/templates-config.json +1 -1
  14. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  15. package/build/common/wrappedAxiosClient.js +3 -0
  16. package/build/common/wrappedAxiosClient.js.map +1 -1
  17. package/build/component/coordinator/index.d.ts.map +1 -1
  18. package/build/component/coordinator/index.js +5 -6
  19. package/build/component/coordinator/index.js.map +1 -1
  20. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  21. package/build/component/driver/teamsApp/createAppPackage.js +4 -4
  22. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  23. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  24. package/build/component/driver/teamsApp/utils/ManifestUtils.js +29 -29
  25. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  26. package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
  27. package/build/component/driver/typeSpec/compile.js +1 -2
  28. package/build/component/driver/typeSpec/compile.js.map +1 -1
  29. package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
  30. package/build/component/generator/combinedProject/generator.js +1 -1
  31. package/build/component/generator/combinedProject/generator.js.map +1 -1
  32. package/build/component/generator/openApiSpec/helper.d.ts +1 -1
  33. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  34. package/build/component/generator/openApiSpec/helper.js +4 -3
  35. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  36. package/build/component/m365/serviceConstant.d.ts.map +1 -1
  37. package/build/component/m365/serviceConstant.js +10 -0
  38. package/build/component/m365/serviceConstant.js.map +1 -1
  39. package/build/component/migrate.d.ts.map +1 -1
  40. package/build/component/migrate.js +1 -2
  41. package/build/component/migrate.js.map +1 -1
  42. package/build/core/FxCore.d.ts +6 -1
  43. package/build/core/FxCore.d.ts.map +1 -1
  44. package/build/core/FxCore.js +106 -4
  45. package/build/core/FxCore.js.map +1 -1
  46. package/build/core/middleware/retry.d.ts +3 -0
  47. package/build/core/middleware/retry.d.ts.map +1 -0
  48. package/build/core/middleware/retry.js +30 -0
  49. package/build/core/middleware/retry.js.map +1 -0
  50. package/build/error/common.d.ts +15 -0
  51. package/build/error/common.d.ts.map +1 -1
  52. package/build/error/common.js +57 -1
  53. package/build/error/common.js.map +1 -1
  54. package/build/index.d.ts +3 -0
  55. package/build/index.d.ts.map +1 -1
  56. package/build/index.js +17 -4
  57. package/build/index.js.map +1 -1
  58. package/build/question/constants.d.ts +2 -206
  59. package/build/question/constants.d.ts.map +1 -1
  60. package/build/question/constants.js +6 -683
  61. package/build/question/constants.js.map +1 -1
  62. package/build/question/create.d.ts +4 -9
  63. package/build/question/create.d.ts.map +1 -1
  64. package/build/question/create.js +159 -555
  65. package/build/question/create.js.map +1 -1
  66. package/build/question/index.d.ts +1 -0
  67. package/build/question/index.d.ts.map +1 -1
  68. package/build/question/index.js +3 -1
  69. package/build/question/index.js.map +1 -1
  70. package/build/question/other.d.ts +1 -0
  71. package/build/question/other.d.ts.map +1 -1
  72. package/build/question/other.js +16 -2
  73. package/build/question/other.js.map +1 -1
  74. package/build/question/questionNames.d.ts +131 -0
  75. package/build/question/questionNames.d.ts.map +1 -0
  76. package/build/question/questionNames.js +137 -0
  77. package/build/question/questionNames.js.map +1 -0
  78. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  79. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  80. package/build/question/scaffold/vs/createRootNode.js +14 -6
  81. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  82. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +6 -1
  83. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  84. package/build/question/scaffold/vsc/CapabilityOptions.js +43 -14
  85. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  86. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +4 -1
  87. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  88. package/build/question/scaffold/vsc/ProjectTypeOptions.js +15 -11
  89. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  90. package/build/question/scaffold/vsc/agentForTeamsNode.js +11 -11
  91. package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -1
  92. package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
  93. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  94. package/build/question/scaffold/vsc/createFromTdpNode.js +11 -45
  95. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  96. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  97. package/build/question/scaffold/vsc/createRootNode.js +26 -11
  98. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  99. package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
  100. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  101. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
  102. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  103. package/build/question/scaffold/vsc/daProjectTypeNode.js +16 -22
  104. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  105. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
  106. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -1
  107. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
  108. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
  109. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
  110. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +14 -14
  111. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  112. package/build/tsconfig.tsbuildinfo +1 -1
  113. package/package.json +6 -4
  114. package/resource/package.nls.cs.json +87 -81
  115. package/resource/package.nls.de.json +87 -81
  116. package/resource/package.nls.es.json +87 -81
  117. package/resource/package.nls.fr.json +87 -81
  118. package/resource/package.nls.it.json +87 -81
  119. package/resource/package.nls.ja.json +87 -81
  120. package/resource/package.nls.json +13 -12
  121. package/resource/package.nls.ko.json +87 -81
  122. package/resource/package.nls.pl.json +79 -73
  123. package/resource/package.nls.pt-BR.json +87 -81
  124. package/resource/package.nls.ru.json +152 -146
  125. package/resource/package.nls.tr.json +87 -81
  126. package/resource/package.nls.zh-Hans.json +79 -73
  127. package/resource/package.nls.zh-Hant.json +87 -81
  128. package/templates/fallback/common.zip +0 -0
  129. package/templates/fallback/csharp.zip +0 -0
  130. package/templates/fallback/js.zip +0 -0
  131. package/templates/fallback/python.zip +0 -0
  132. package/templates/fallback/ts.zip +0 -0
  133. package/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
  134. package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
  135. package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
  136. package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
@@ -43,11 +43,11 @@
43
43
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json 无效。",
44
44
  "core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Microsoft 365 Agents Toolkit. Please try Microsoft 365 Agents Toolkit by creating a new project",
45
45
  "core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
46
- "core.projectVersionChecker.cliUseNewVersion": "Your Microsoft 365 Agents Toolkit CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
46
+ "core.projectVersionChecker.cliUseNewVersion": "The existing Microsoft 365 Agents Toolkit CLI version doesn't support current project. Upgrade to the latest version using below command:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
47
47
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
48
- "core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
48
+ "core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - app Configuration Improvements. You can turn on the preview feature to continue.",
49
49
  "core.deployArmTemplates.ActionSuccess": "已成功部署 ARM 模板。资源组名称: %s。部署名称: %s",
50
- "core.collaboration.ListCollaboratorsSuccess": "Microsoft 365应用所有者列表成功,可在 [Output panel](%s) 中查看。",
50
+ "core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
51
51
  "core.collaboration.GrantingPermission": "授予权限",
52
52
  "core.collaboration.EmailCannotBeEmptyOrSame": "提供协作者的电子邮件,并确保它不是当前用户的电子邮件。",
53
53
  "core.collaboration.CannotFindUserInCurrentTenant": "在当前租户中找不到用户。提供正确的电子邮件地址",
@@ -59,18 +59,18 @@
59
59
  "core.collaboration.GrantPermissionResourceId": ",资源 ID: ",
60
60
  "core.collaboration.ListingM365Permission": "列出 Microsoft 365 权限\n",
61
61
  "core.collaboration.AccountUsedToCheck": "用于检查的帐户: ",
62
- "core.collaboration.StartingListAllTeamsAppOwners": "\n正在开始列出环境的所有团队应用所有者: ",
62
+ "core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
63
63
  "core.collaboration.StartingListAllAadAppOwners": "\n正在开始列出环境的所有 Microsoft Entra 应用所有者:",
64
- "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 应用(ID: ",
64
+ "core.collaboration.M365TeamsAppId": "App (ID: ",
65
65
  "core.collaboration.SsoAadAppId": "SSO Microsoft Entra 应用 (ID:",
66
- "core.collaboration.TeamsAppOwner": "Teams 应用所有者: ",
66
+ "core.collaboration.TeamsAppOwner": "App Owner: ",
67
67
  "core.collaboration.AadAppOwner": "Microsoft Entra应用所有者:",
68
68
  "core.collaboration.StaringCheckPermission": "正在开始检查环境的相关权限: ",
69
69
  "core.collaboration.CheckPermissionResourceId": "资源 ID: ",
70
70
  "core.collaboration.Undefined": "未定义",
71
71
  "core.collaboration.ResourceName": ",资源名称: ",
72
72
  "core.collaboration.Permission": ",权限: ",
73
- "core.developerPortal.scaffold.CannotFindManifest": "在已下载的 Teams 应用 %s 包中找不到清单。",
73
+ "core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
74
74
  "plugins.spfx.questions.framework.title": "框架",
75
75
  "plugins.spfx.questions.webpartName": "SharePoint 框架 Web 部件的名称",
76
76
  "plugins.spfx.questions.webpartName.error.duplicate": "文件夹r %s 已存在。请为组件选择其他名称。",
@@ -136,7 +136,7 @@
136
136
  "suggestions.retryTheCurrentStep": "重试当前步骤。",
137
137
  "plugins.appstudio.buildSucceedNotice": "已在 [本地地址](%s)成功生成 Teams 包。",
138
138
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams 包已在 %s 成功生成。",
139
- "plugins.appstudio.createPackage.progressBar.message": "正在生成 Teams 应用包...",
139
+ "plugins.appstudio.createPackage.progressBar.message": "Building app package...",
140
140
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "函数 %s 的 %s 中的static_template具有无效的文件属性。它将被删除并忽略。",
141
141
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
142
142
  "plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "插件文件: %s - 命名空间包含下划线,并且将被移除。",
@@ -147,10 +147,10 @@
147
147
  "plugins.appstudio.adminPortal": "转到管理门户",
148
148
  "plugins.appstudio.publishSucceedNotice.cli": "[%s] 已成功发布到管理员门户 (%s)。批准后,你的应用将可供组织使用。从 %s 获取详细信息。",
149
149
  "plugins.appstudio.updatePublihsedAppConfirm": "是否要提交新更新?",
150
- "plugins.appstudio.teamsAppCreatedNotice": "已成功创建 Teams 应用 %s",
151
- "plugins.appstudio.teamsAppUpdatedLog": "已成功更新 Teams 应用 %s",
152
- "plugins.appstudio.teamsAppUpdatedNotice": "已成功部署 Teams 应用清单。若要在 Teams 开发人员门户中查看应用,请单击“在开发人员门户中查看”。",
153
- "plugins.appstudio.teamsAppUpdatedCLINotice": "你的 Teams 应用清单已成功部署到 ",
150
+ "plugins.appstudio.teamsAppCreatedNotice": "app %s created successfully",
151
+ "plugins.appstudio.teamsAppUpdatedLog": "app %s updated successfully",
152
+ "plugins.appstudio.teamsAppUpdatedNotice": "Your app manifest is deployed successfully. To see your app in Developer Portal, click \"View in Developer Portal\".",
153
+ "plugins.appstudio.teamsAppUpdatedCLINotice": "Your app manifest is deployed successfully to ",
154
154
  "plugins.appstudio.updateManifestTip": "清单文件配置已修改。是否要重新生成清单文件并更新到 Teams 平台?",
155
155
  "plugins.appstudio.updateOverwriteTip": "自上次更新以来,Teams 平台上的清单文件已修改。是否要在 Teams 平台上更新和覆盖它?",
156
156
  "plugins.appstudio.pubWarn": "应用 %s 已提交到租户应用程序目录。\n状态: %s\n",
@@ -186,19 +186,19 @@
186
186
  "error.UnsupportedFileFormat": "文件无效。支持的格式: \"%s\"",
187
187
  "error.VideoFilterAppNotRemoteSupported": "Microsoft 365 Agents Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
188
188
  "error.appstudio.teamsAppRequiredPropertyMissing": "\"%s\" 中缺少必需的属性 \"%s\"",
189
- "error.appstudio.teamsAppCreateFailed": "由于 %s,无法在 Teams 开发人员门户中创建 Teams 应用",
190
- "error.appstudio.teamsAppUpdateFailed": "无法在 Teams 开发人员门户中更新 ID %s Teams 应用,这是 %s 导致的",
189
+ "error.appstudio.teamsAppCreateFailed": "Unable to create app in Developer Portal due to %s",
190
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update app with ID %s in Developer Portal due to %s",
191
191
  "error.appstudio.apiFailed": "无法对开发人员门户进行 API 调用。有关详细信息,请查看 [Output panel](command:fx-extension.showOutputChannel)。",
192
192
  "error.appstudio.apiFailed.telemetry": "无法对开发人员门户进行 API 调用: %s、%s、API 名称: %s、X-Correlation-ID: %s。",
193
193
  "error.appstudio.apiFailed.reason.common": "这可能是由于临时服务错误导致的。请在几分钟后重试。",
194
194
  "error.appstudio.apiFailed.name.common": "API 失败",
195
195
  "error.appstudio.authServiceApiFailed": "无法对开发人员门户进行 API 调用: %s、%s、请求路径: %s",
196
- "error.appstudio.publishFailed": "无法发布 ID %s Teams 应用。",
196
+ "error.appstudio.publishFailed": "Unable to publish app with ID %s.",
197
197
  "error.appstudio.buildError": "无法生成 Teams 包!",
198
198
  "error.appstudio.checkPermissionFailed": "无法检查权限。原因: %s",
199
199
  "error.appstudio.grantPermissionFailed": "无法授予权限。原因: %s",
200
200
  "error.appstudio.listCollaboratorFailed": "无法列出协作者。原因: %s",
201
- "error.appstudio.updateManifestInvalidApp": "找不到 ID %s Teams 应用。在将清单更新到 Teams 平台之前运行调试或预配。",
201
+ "error.appstudio.updateManifestInvalidApp": "Unable to find app with ID %s. Run debug or provision before updating manifest to Teams platform.",
202
202
  "error.appstudio.invalidCapability": "功能无效: %s",
203
203
  "error.appstudio.capabilityExceedLimit": "无法添加功能 %s,因为它已达到其限制。",
204
204
  "error.appstudio.staticTabNotExist": "由于找不到实体 ID 为 %s 的静态选项卡,因此我们无法更新它。",
@@ -207,12 +207,12 @@
207
207
  "error.appstudio.validateFetchSchemaFailed": "无法从 %s 获取架构,消息: %s",
208
208
  "error.appstudio.validateSchemaNotDefined": "未定义清单架构",
209
209
  "error.appstudio.syncManifestInvalidInput": "输入无效。项目路径和 env 不应为空。",
210
- "error.appstudio.syncManifestNoTeamsAppId": "无法从 env 文件加载 Teams 应用 ID。",
211
- "error.appstudio.syncManifestNoManifest": " Teams 下载的清单开发人员门户为空",
212
- "error.appstudio.publishInDevPortalSuggestionForValidationError": "从“Zip Teams 应用包”生成包,然后重试。",
213
- "error.appstudio.teamsAppCreateConflict": "无法创建 Teams 应用,这可能是因为你的应用 ID 与租户中另一个应用的 ID 冲突。单击“获取帮助”以解决此问题。",
214
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "组织应用商店中已存在具有相同 ID Teams 应用。请更新应用,然后重试。",
215
- "error.appstudio.teamsAppPublishConflict": "无法发布 Teams 应用,因为具有此 ID Teams 应用已存在于暂存应用中。请更新应用 ID,然后重试。",
210
+ "error.appstudio.syncManifestNoTeamsAppId": "Unable to load app ID from the env file.",
211
+ "error.appstudio.syncManifestNoManifest": "Manifest downloaded from Developer Portal is empty",
212
+ "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip app package\" and try again.",
213
+ "error.appstudio.teamsAppCreateConflict": "Unable to create app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
214
+ "error.appstudio.teamsAppCreateConflictWithPublishedApp": "app with the same ID already exists in your organization's app store. Update the app and try again.",
215
+ "error.appstudio.teamsAppPublishConflict": "Unable to publish app because app with this ID already exists in staged apps. Update the app ID and try again.",
216
216
  "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "此帐户无法获取 botframework 令牌。",
217
217
  "error.appstudio.BotProvisionReturnsForbiddenResult": "在尝试创建机器人注册时,Botframework 预配返回禁止的结果。",
218
218
  "error.appstudio.BotProvisionReturnsConflictResult": "在尝试创建机器人注册时,Botframework 预配返回冲突结果。",
@@ -235,7 +235,7 @@
235
235
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "插件中未使用 \"%s\"。",
236
236
  "error.apime.noExtraAPICanBeAdded": "无法添加 API,因为仅支持 GET 和 POST 方法,最多需要 5 个参数,并且没有身份验证。此外,未列出清单中定义的方法。",
237
237
  "error.copilot.noExtraAPICanBeAdded": "无法添加 API,因为不支持身份验证。此外,未列出当前 OpenAPI 说明文档中定义的方法。",
238
- "error.m365.NotExtendedToM365Error": "无法将 Teams 应用扩展到 Microsoft 365。使用 \"teamsApp/extendToM365\" 操作将 Teams 应用扩展到 Microsoft 365",
238
+ "error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
239
239
  "error.share.yamlConfigNotFound": "Unable to find the \"share\" config in the m365agents.yml",
240
240
  "error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
241
241
  "error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
@@ -303,8 +303,6 @@
303
303
  "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " 缓解: 如果 \"%s\" 不是你需要的,请在 \"%s\" 中编辑命令 \"%s\" 的参数。参数名称应与 \"%s\" 中定义的内容匹配。",
304
304
  "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "缺少函数 \"%s\" 的说明。",
305
305
  "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " 缓解: 更新 \"%s\" 中 \"%s\" 的说明",
306
- "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "函数的说明 \"%s\" 缩短为 %s 个字符以满足长度要求。",
307
- "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " 缓解: 更新 \"%s\" 中 \"%s\" 的说明,以便 Copilot 可以触发函数。",
308
306
  "core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "无法为 API '%s' 创建自适应卡: %s。缓解: 不需要,但可以手动将其添加到 adaptiveCards 文件夹。",
309
307
  "core.createCapabilityQuestion.titleNew": "功能",
310
308
  "core.createCapabilityQuestion.placeholder": "选择功能",
@@ -332,7 +330,7 @@
332
330
  "core.createProjectQuestion.projectType.customCopilot.title": "使用 Teams AI 库的应用功能",
333
331
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "选择选项",
334
332
  "core.createProjectQuestion.projectType.copilotHelp.label": "不知道如何开始?使用GitHub Copilot聊天",
335
- "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Microsoft 365 app or Microsoft 365 Copilot agent.",
333
+ "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
336
334
  "core.createProjectQuestion.projectType.copilotGroup.title": "使用GitHub Copilot",
337
335
  "core.createProjectQuestion.projectType.createGroup.aiAgent": "AI 代理",
338
336
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "适用于Microsoft 365的应用",
@@ -409,10 +407,10 @@
409
407
  "core.createProjectQuestion.apiSpec.placeholder": "输入 OpenAPI 说明文档 URL",
410
408
  "core.createProjectQuestion.apiSpecInputUrl.label": "输入 OpenAPI 说明文档位置",
411
409
  "core.createProjectQuestion.ApiKey": "在 OpenAPI 描述文档中输入 API 密钥",
412
- "core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
410
+ "core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
413
411
  "core.createProjectQuestion.OauthClientId": "在 OpenAPI 描述文档中输入 OAuth 注册的客户端 ID",
414
412
  "core.createProjectQuestion.OauthClientSecret": "在 OpenAPI 描述文档中输入 OAuth 注册的客户端密码",
415
- "core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
413
+ "core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
416
414
  "core.createProjectQuestion.apiMessageExtensionAuth.title": "身份验证类型",
417
415
  "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "选择身份验证类型",
418
416
  "core.createProjectQuestion.invalidApiKey.message": "客户端密码无效。长度应介于 10 到 512 个字符之间。",
@@ -430,7 +428,7 @@
430
428
  "core.createProjectQuestion.meArchitecture.title": "基于搜索的消息扩展的体系结构",
431
429
  "core.createProjectQuestion.declarativeCopilot.title": "创建声明性代理",
432
430
  "core.createProjectQuestion.declarativeCopilot.placeholder": "向声明性代理添加操作",
433
- "core.createProjectQuestion.createApiPlugin.title": "创建 API 插件",
431
+ "core.createProjectQuestion.createApiPlugin.title": "Create an Action",
434
432
  "core.createProjectQuestion.addApiPlugin.title": "添加操作",
435
433
  "core.createProjectQuestion.addApiPlugin.placeholder": "选择如何添加操作",
436
434
  "core.createProjectQuestion.noPlugin.label": "无操作",
@@ -474,7 +472,7 @@
474
472
  "core.question.appName.title": "应用程序名称",
475
473
  "core.question.appName.placeholder": "输入应用程序名称",
476
474
  "core.ScratchOptionYes.label": "新建应用",
477
- "core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new Teams app.",
475
+ "core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
478
476
  "core.ScratchOptionNo.label": "从示例开始",
479
477
  "core.ScratchOptionNo.detail": "使用现有示例启动新应用。",
480
478
  "core.RuntimeOptionNodeJS.detail": "快速 JavaScript 服务器运行时",
@@ -516,13 +514,13 @@
516
514
  "core.selectTeamsAppManifestQuestion.title": "选择 Teams manifest.json 文件",
517
515
  "core.selectDeclarativeAgentManifestQuestion.title": "选择 declarativeAgent.json 文件",
518
516
  "core.selectSensitivityLabelQuestion.title": "选择敏感度标签",
519
- "core.selectTeamsAppPackageQuestion.title": "选择 Teams 应用包文件",
517
+ "core.selectTeamsAppPackageQuestion.title": "Select app package File",
520
518
  "core.selectLocalTeamsAppManifestQuestion.title": "选择本地 Teams manifest.json 文件",
521
519
  "core.selectCollaborationAppTypeQuestion.title": "选择要为其管理协作者的应用",
522
520
  "core.selectValidateMethodQuestion.validate.selectTitle": "选择验证方法",
523
- "core.selectValidateMethodQuestion.validate.schemaOption": "验证 Teams 应用清单架构",
521
+ "core.selectValidateMethodQuestion.validate.schemaOption": "Validate app manifest schema",
524
522
  "core.selectValidateMethodQuestion.validate.appPackageOption": "使用 Teams 应用商店规则验证应用包",
525
- "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "在将 Teams 应用发布到 Teams 应用商店之前验证 Teams 应用",
523
+ "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
526
524
  "core.selectValidateMethodQuestion.validate.testCasesOption": "发布前验证所有集成测试用例",
527
525
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "全面测试以确保就绪性",
528
526
  "core.GCSelectQuestion.title": "图形连接器内容",
@@ -536,8 +534,16 @@
536
534
  "core.GCListQuestion.invalidMessage": "已选择 %s 个 API。至少需要选择一个 API。",
537
535
  "core.GCNameQuestion.title": "添加连接器名称",
538
536
  "core.GCNameQuestion.placeholder": "创建 Graph 连接器的名称",
537
+ "core.GCConnectionIdQuestion.title": "Add a connection ID",
538
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Graph Connector",
539
+ "core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
540
+ "core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
541
+ "core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
542
+ "core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
539
543
  "core.GCList.insufficientPermission": "要列出图形连接器,需要组织的 Microsoft 365 租户管理员权限。",
540
544
  "core.confirmManifestQuestion.placeholder": "确认已选择正确的清单文件",
545
+ "core.createProjectQuestion.addGC.label": "Add a Graph Connector",
546
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Graph Connector",
541
547
  "core.aadAppQuestion.label": "Microsoft Entra 应用",
542
548
  "core.aadAppQuestion.description": "适用于单一登录的Microsoft Entra应用",
543
549
  "core.convertAadToNewSchema.continue": "继续",
@@ -546,8 +552,8 @@
546
552
  "core.convertAadToNewSchema.alreadyNewSchema": "所选Microsoft Entra应用清单文件已在新架构中。",
547
553
  "core.convertAadToNewSchema.outdate": "你的Microsoft Entra应用程序清单已过时。单击升级按钮进行更新。",
548
554
  "core.convertAadToNewSchema.upgrade": "升级",
549
- "core.teamsAppQuestion.label": "Teams 应用",
550
- "core.teamsAppQuestion.description": "你的 Teams 应用",
555
+ "core.teamsAppQuestion.label": "app",
556
+ "core.teamsAppQuestion.description": "Your app",
551
557
  "core.M365SsoLaunchPageOptionItem.label": "使用 Fluent UI 进行响应",
552
558
  "core.M365SsoLaunchPageOptionItem.detail": "使用 Fluent UI React 组件获取 Teams 外观的 Web 应用",
553
559
  "core.M365SearchAppOptionItem.label": "自定义搜索结果",
@@ -556,16 +562,16 @@
556
562
  "core.M365HostQuestion.title": "平台",
557
563
  "core.M365HostQuestion.placeholder": "选择要预览应用的平台",
558
564
  "core.options.separator.additional": "其他功能",
559
- "core.common.LifecycleComplete.prepareTeamsApp": "已成功准备 Teams 应用。",
565
+ "core.common.LifecycleComplete.prepareTeamsApp": "app prepared successfully.",
560
566
  "core.common.LifecycleComplete.provision": "已成功执行预配阶段中的 %s/%s 操作。",
561
567
  "core.common.LifecycleComplete.deploy": "已成功执行部署阶段中的 %s/%s 操作。",
562
568
  "core.common.LifecycleComplete.publish": "已成功执行发布阶段中的 %s/%s 操作。",
563
569
  "core.common.LifecycleComplete.share": "已成功执行共享阶段中的 %s/%s 操作作。",
564
570
  "core.common.TeamsMobileDesktopClientName": "Teams 桌面,移动客户端 ID",
565
571
  "core.common.TeamsWebClientName": "Teams Web 客户端 ID",
566
- "core.common.OfficeDesktopClientName": "桌面版 Microsoft 365 应用客户端 ID",
567
- "core.common.OfficeWebClientName1": "Microsoft 365 应用客户端 ID 1",
568
- "core.common.OfficeWebClientName2": "Microsoft 365 应用客户端 ID 2",
572
+ "core.common.OfficeDesktopClientName": "The app for desktop client id",
573
+ "core.common.OfficeWebClientName1": "The app client id 1",
574
+ "core.common.OfficeWebClientName2": "The app client id 2",
569
575
  "core.common.OutlookDesktopClientName": "Outlook 桌面客户端 ID",
570
576
  "core.common.OutlookWebClientName1": "Outlook Web Access 客户端 ID 1",
571
577
  "core.common.OutlookWebClientName2": "Outlook Web Access 客户端 ID 2",
@@ -644,9 +650,9 @@
644
650
  "core.uninstallQuestion.titleId": "标题 ID",
645
651
  "core.uninstallQuestion.chooseMode": "选择清理资源的方法",
646
652
  "core.uninstallQuestion.manifestIdMode": "清单 ID",
647
- "core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
653
+ "core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
648
654
  "core.uninstallQuestion.envMode": "Environment in Microsoft 365 Agents Toolkit Created Project",
649
- "core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
655
+ "core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in apps.",
650
656
  "core.uninstallQuestion.titleIdMode": "标题 ID",
651
657
  "core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Microsoft 365 Agents Toolkit created project.",
652
658
  "core.uninstallQuestion.chooseOption": "选择要卸载的资源",
@@ -661,7 +667,7 @@
661
667
  "core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
662
668
  "core.syncManifest.projectPath": "项目路径",
663
669
  "core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
664
- "core.syncManifest.teamsAppId": "Teams 应用 ID (可选)",
670
+ "core.syncManifest.teamsAppId": "App ID (optional)",
665
671
  "core.syncManifest.addWarning": "已将新属性添加到清单模板。手动更新本地清单。差异路径: %s。新值 %s。",
666
672
  "core.syncManifest.deleteWarning": "已从清单模板中删除某些内容。手动更新本地清单。差异路径: %s。旧值: %s。",
667
673
  "core.syncManifest.editKeyConflict": "新清单中的占位符变量冲突。手动更新本地清单。变量名称: %s,值 1: %s,值 2: %s。",
@@ -687,7 +693,7 @@
687
693
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion 为 1\n",
688
694
  "error.aad.manifest.OptionalClaimsIsMissing": "缺少 optionalClaims\n",
689
695
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 访问令牌不包含 idtyp 声明\n",
690
- "error.aad.manifest.AADManifestIssues": "Microsoft Entra 清单存在以下问题,可能会破坏 Teams 应用:\n",
696
+ "error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the app:\n",
691
697
  "error.aad.manifest.DeleteOrUpdatePermissionFailed": "无法更新或删除已启用的权限。这可能是因为所选环境的ACCESS_AS_USER_PERMISSION_ID环境变量已更改。请确保权限 ID() 与实际Microsoft Entra应用程序匹配,然后重试。",
692
698
  "error.aad.manifest.HostNameNotOnVerifiedDomain": "无法设置 identifierUri,因为该值不在验证域上: %s",
693
699
  "error.aad.manifest.UnknownResourceAppId": "未知 resourceAppId %s",
@@ -729,8 +735,8 @@
729
735
  "depChecker.failToDownloadFromUrl": "无法从 \"@Url\" 下载文件,HTTP 状态为“@Status”。",
730
736
  "depChecker.failToValidateVxTestAppInstallOptions": "视频扩展性测试应用先决条件检查器的参数无效。请查看tasks.json文件以确保所有参数的格式正确且有效。",
731
737
  "depChecker.failToValidateVxTestApp": "安装后无法验证视频扩展性测试应用。",
732
- "depChecker.testToolVersionNotMatch": "Teams 应用测试工具的版本(%s)与指定的版本范围(%s)不兼容。",
733
- "depChecker.failedToValidateTestTool": "安装后无法验证 Teams 应用测试工具。%s",
738
+ "depChecker.testToolVersionNotMatch": "The version of Microsoft 365 Agents Playground (%s) is not compatible with the specified version range (%s).",
739
+ "depChecker.failedToValidateTestTool": "Unable to validate Microsoft 365 Agents Playground after installation. %s",
734
740
  "error.driver.outputEnvironmentVariableUndefined": "未定义输出环境变量名称。",
735
741
  "driver.aadApp.description.create": "创建Microsoft Entra应用以对用户进行身份验证",
736
742
  "driver.aadApp.description.update": "将 Microsoft Entra 应用清单应用于现有应用",
@@ -794,7 +800,7 @@
794
800
  "driver.spfx.add.progress.scaffoldWebpart": "使用 Yeoman CLI 生成 SPFx Web 部件",
795
801
  "driver.prerequisite.error.funcInstallationError": "无法检查并安装 Azure Functions Core Tools。",
796
802
  "driver.prerequisite.error.dotnetInstallationError": "无法检查和安装 .NET Core SDK。",
797
- "driver.prerequisite.error.testToolInstallationError": "无法检查并安装 Teams 应用测试工具。",
803
+ "driver.prerequisite.error.testToolInstallationError": "Unable to check and install Microsoft 365 Agents Playground.",
798
804
  "driver.prerequisite.description": "正在安装依赖项",
799
805
  "driver.prerequisite.progressBar": "正在检查和安装开发工具。",
800
806
  "driver.prerequisite.summary.devCert.trusted.succuss": "已安装 localhost 的开发证书。",
@@ -804,8 +810,8 @@
804
810
  "driver.prerequisite.summary.func.installed": "已安装 Azure Functions Core Tools。",
805
811
  "driver.prerequisite.summary.dotnet.installedWithPath": "已在 %s 安装 .NET Core SDK。",
806
812
  "driver.prerequisite.summary.dotnet.installed": "已安装 .NET Core SDK。",
807
- "driver.prerequisite.summary.testTool.installedWithPath": "已在 %s 中安装 Teams 应用测试工具。",
808
- "driver.prerequisite.summary.testTool.installed": "已安装 Teams 应用测试工具。",
813
+ "driver.prerequisite.summary.testTool.installedWithPath": "Microsoft 365 Agents Playground is installed at %s.",
814
+ "driver.prerequisite.summary.testTool.installed": "Microsoft 365 Agents Playground is installed.",
809
815
  "driver.file.createOrUpdateEnvironmentFile.description": "创建或更新变量以 env 文件。",
810
816
  "driver.file.createOrUpdateEnvironmentFile.summary": "变量已成功生成到 %s。",
811
817
  "driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI 密钥不能为空。",
@@ -837,29 +843,29 @@
837
843
  "driver.m365.acquire.description": "使用应用包获取 Microsoft 365 标题",
838
844
  "driver.m365.acquire.progress.message": "正在使用应用包获取 Microsoft 365 标题...",
839
845
  "driver.m365.acquire.summary": "已成功获取 Microsoft 365 标题(%s)。",
840
- "driver.teamsApp.description.copyAppPackageToSPFxDriver": "将生成的 Teams 应用包复制到 SPFx 解决方案。",
841
- "driver.teamsApp.description.createDriver": "创建 Teams 应用。",
842
- "driver.teamsApp.description.updateDriver": "更新 Teams 应用。",
843
- "driver.teamsApp.description.publishDriver": " Teams 应用发布到租户应用程序目录。",
844
- "driver.teamsApp.description.validateDriver": "验证 Teams 应用。",
845
- "driver.teamsApp.description.createAppPackageDriver": "生成 Teams 应用包。",
846
- "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "正在将 Teams 应用包复制到 SPFx 解决方案…",
847
- "driver.teamsApp.progressBar.createTeamsAppStepMessage": "正在创建 Teams 应用...",
848
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "正在更新 Teams 应用...",
849
- "driver.teamsApp.progressBar.publishTeamsAppStep1": "检查 Teams 应用是否已提交到租户应用程序目录",
850
- "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "更新已发布的 Teams 应用",
851
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "正在发布 Teams 应用...",
846
+ "driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated app package to SPFx solution.",
847
+ "driver.teamsApp.description.createDriver": "create app.",
848
+ "driver.teamsApp.description.updateDriver": "update app.",
849
+ "driver.teamsApp.description.publishDriver": "publish app to tenant app catalog.",
850
+ "driver.teamsApp.description.validateDriver": "validate app.",
851
+ "driver.teamsApp.description.createAppPackageDriver": "build app package.",
852
+ "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying app package to SPFx solution...",
853
+ "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating app...",
854
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating app...",
855
+ "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the app is already submitted to tenant App Catalog",
856
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published app",
857
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing app...",
852
858
  "driver.teamsApp.progressBar.validateWithTestCases": "正在提交验证请求...",
853
- "driver.teamsApp.progressBar.validateWithTestCases.step": "已提交验证请求,状态: %s。当结果准备就绪时,你将收到通知,或者你可以在 [Teams Developer Portal](%s) 中检查所有验证记录。",
854
- "driver.teamsApp.progressBar.validateWithTestCases.conflict": "当前正在进行验证,请稍后提交。可在 [Teams Developer Portal](%s) 中找到此现有验证。",
855
- "driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID %s Teams 应用已存在,已跳过创建新的 Teams 应用。",
856
- "driver.teamsApp.summary.publishTeamsAppExists": "组织的应用商店中已存在 ID %s Teams 应用。",
857
- "driver.teamsApp.summary.publishTeamsAppNotExists": "组织应用商店中不存在 ID %s Teams 应用。",
858
- "driver.teamsApp.summary.publishTeamsAppSuccess": "已成功将 Teams 应用 %s 发布到管理门户。",
859
- "driver.teamsApp.summary.copyAppPackageSuccess": "已将 Teams 应用 %s 成功复制到 %s",
859
+ "driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Developer Portal](%s).",
860
+ "driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Developer Portal](%s).",
861
+ "driver.teamsApp.summary.createTeamsAppAlreadyExists": "App with id %s already exists, skipped creating a new app.",
862
+ "driver.teamsApp.summary.publishTeamsAppExists": "App with id %s already exists in the organization's app store.",
863
+ "driver.teamsApp.summary.publishTeamsAppNotExists": "App with id %s does not exist in the organization's app store.",
864
+ "driver.teamsApp.summary.publishTeamsAppSuccess": "App %s successfully published to the admin portal.",
865
+ "driver.teamsApp.summary.copyAppPackageSuccess": "App %s was successfully copied to %s.",
860
866
  "driver.teamsApp.summary.copyIconSuccess": "%s 个图标已在 %s 下成功更新。",
861
867
  "driver.teamsApp.summary.validate": "Microsoft 365 Agents Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
862
- "driver.teamsApp.summary.validate.checkPath": "你可以在 %s 检查并更新 Teams 应用包。",
868
+ "driver.teamsApp.summary.validate.checkPath": "You can check and update your app package at %s.\n",
863
869
  "driver.teamsApp.summary.validateManifest": "Microsoft 365 Agents Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
864
870
  "driver.teamsApp.summary.validateTeamsManifest.checkPath": "你可以在 %s 检查和更新 Teams 清单。",
865
871
  "driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "你可以在 %s 检查和更新声明性代理清单。",
@@ -877,11 +883,11 @@
877
883
  "driver.shareToOthers.description": "将应用共享给他人",
878
884
  "driver.shareToOthers.progress.message": "正在共享你的应用...",
879
885
  "driver.shareToOthers.summary": "已成功共享应用(%s)。",
880
- "error.teamsApp.validate.apiFailed": "由于 %s,Teams 应用包验证失败",
881
- "error.teamsApp.validate.apiFailed.display": "Teams 应用包验证失败。有关详细信息,请查看[输出面板](命令:fx-extension.showOutputChannel)",
886
+ "error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
887
+ "error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
882
888
  "error.teamsApp.validate.details": "文件路径: %s,标题: %s",
883
- "error.teamsApp.AppIdNotExistError": "Teams 开发人员门户中不存在 ID %s Teams 应用。",
884
- "error.teamsApp.InvalidAppIdError": "Teams 应用 ID %s无效,必须是 GUID",
889
+ "error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
890
+ "error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
885
891
  "error.teamsApp.createAppPackage.invalidFile": "%s 无效,它应与manifest.json或其子目录位于同一目录中。",
886
892
  "driver.botFramework.description": "在 dev.botframework.com 上创建或更新机器人注册",
887
893
  "driver.botFramework.summary.create": "已成功创建机器人注册(%s)。",
@@ -895,7 +901,7 @@
895
901
  "driver.devChannel.status": "团队和频道创建状态: %s",
896
902
  "driver.devChannel.summary.exists": "环境变量 %s 和 %s 已存在,正在跳过新的沙盒团队创建步骤。",
897
903
  "driver.devChannel.install.success": "已成功将应用安装到具有频道 %s 的团队 %s 中。",
898
- "driver.devChannel.install.description": "Install Teams app into sandboxed channel.",
904
+ "driver.devChannel.install.description": "Install app into sandboxed channel.",
899
905
  "driver.devChannel.install.progress.message": "Installing app...",
900
906
  "driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
901
907
  "error.yaml.InvalidYamlSchemaError": "无法分析 yaml 文件: %s。有关详细错误,请打开 yaml 文件。",