@microsoft/teamsfx-core 3.0.1-alpha.db90af69d.0 → 3.0.1-rc.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 (53) hide show
  1. package/build/client/teamsDevPortalClient.js +1 -1
  2. package/build/client/teamsDevPortalClient.js.map +1 -1
  3. package/build/common/templates-config.json +3 -3
  4. package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
  5. package/build/component/generator/officeAddin/metaOSHelper.js +4 -3
  6. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  7. package/build/component/resource/botService/errors.d.ts +1 -1
  8. package/build/component/resource/botService/errors.d.ts.map +1 -1
  9. package/build/component/resource/botService/errors.js +2 -2
  10. package/build/component/resource/botService/errors.js.map +1 -1
  11. package/build/component/resource/botService/messages.d.ts +1 -1
  12. package/build/component/resource/botService/messages.d.ts.map +1 -1
  13. package/build/component/resource/botService/messages.js +1 -6
  14. package/build/component/resource/botService/messages.js.map +1 -1
  15. package/build/question/generator.js +0 -2
  16. package/build/question/generator.js.map +1 -1
  17. package/build/question/inputs/index.d.ts +0 -1
  18. package/build/question/inputs/index.d.ts.map +1 -1
  19. package/build/question/inputs/index.js +0 -1
  20. package/build/question/inputs/index.js.map +1 -1
  21. package/build/question/options/index.d.ts +0 -1
  22. package/build/question/options/index.d.ts.map +1 -1
  23. package/build/question/options/index.js +0 -1
  24. package/build/question/options/index.js.map +1 -1
  25. package/build/tsconfig.tsbuildinfo +1 -1
  26. package/package.json +4 -4
  27. package/resource/package.nls.cs.json +57 -68
  28. package/resource/package.nls.de.json +57 -68
  29. package/resource/package.nls.es.json +57 -68
  30. package/resource/package.nls.fr.json +57 -68
  31. package/resource/package.nls.it.json +57 -68
  32. package/resource/package.nls.ja.json +57 -68
  33. package/resource/package.nls.json +1 -1
  34. package/resource/package.nls.ko.json +57 -68
  35. package/resource/package.nls.pl.json +57 -68
  36. package/resource/package.nls.pt-BR.json +57 -68
  37. package/resource/package.nls.ru.json +57 -68
  38. package/resource/package.nls.tr.json +57 -68
  39. package/resource/package.nls.zh-Hans.json +57 -68
  40. package/resource/package.nls.zh-Hant.json +57 -68
  41. package/templates/fallback/common.zip +0 -0
  42. package/templates/fallback/csharp.zip +0 -0
  43. package/templates/fallback/js.zip +0 -0
  44. package/templates/fallback/python.zip +0 -0
  45. package/templates/fallback/ts.zip +0 -0
  46. package/build/question/inputs/RegeneratePluginInputs.d.ts +0 -16
  47. package/build/question/inputs/RegeneratePluginInputs.d.ts.map +0 -1
  48. package/build/question/inputs/RegeneratePluginInputs.js +0 -5
  49. package/build/question/inputs/RegeneratePluginInputs.js.map +0 -1
  50. package/build/question/options/RegeneratePluginOptions.d.ts +0 -10
  51. package/build/question/options/RegeneratePluginOptions.d.ts.map +0 -1
  52. package/build/question/options/RegeneratePluginOptions.js +0 -28
  53. package/build/question/options/RegeneratePluginOptions.js.map +0 -1
@@ -3,7 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "Microsoft 365 智能体工具包将根据你提供的新 OpenAPI 文档修改 “%s” 文件夹和 “%s” 中的文件。为避免丢失意外更改,请先备份文件或使用 git 跟踪更改,然后再继续操作。",
4
4
  "core.addApi.confirm.localTeamsYaml": "Microsoft 365 智能体工具包将根据你提供的新 OpenAPI 文档修改 “%s” 文件夹、“%s” 和 “%s” 中的文件。为避免丢失意外更改,请先备份文件或使用 git 跟踪更改,然后再继续操作。",
5
5
  "core.addApi.continue": "添加",
6
- "core.regenerateApi.continue": "再生成",
6
+ "core.regenerateApi.continue": "Regenerate",
7
7
  "core.addKnowledge.confirm": "Microsoft 365 智能体工具包将根据你提供的功能源修改 “%s” 文件夹中的文件。为避免丢失意外更改,请先备份文件或使用 git 跟踪更改,然后再继续操作。",
8
8
  "core.addKnowledge.continue": "添加",
9
9
  "core.setSensitivityLabel.confirm": "Teams 工具包将根据你提供的敏感度标签修改文件“%s”。为了避免丢失意外更改,请先备份文件或使用 git 跟踪更改,然后再继续操作。",
@@ -135,8 +135,8 @@
135
135
  "plugins.frontend.checkStoragePermissionsTip": "检查你是否对 Azure 存储帐户具有权限。",
136
136
  "plugins.frontend.checkSystemTimeTip": "系统时间不正确可能导致凭据过期。请确保你的系统时间正确。",
137
137
  "suggestions.retryTheCurrentStep": "重试当前步骤。",
138
- "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
138
+ "plugins.appstudio.buildSucceedNotice": "已在 [本地地址](%s)成功生成 Teams 包。",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "Teams 包已在 %s 成功生成。",
140
140
  "plugins.appstudio.createPackage.progressBar.message": "正在生成应用包...",
141
141
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "函数 %s 的 %s 中的static_template具有无效的文件属性。它将被删除并忽略。",
142
142
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "函数 %s 的 %s 中的s tatic_template 同时具有文件和其他属性。文件内容将替换所有属性。",
@@ -195,7 +195,7 @@
195
195
  "error.appstudio.apiFailed.name.common": "API 失败",
196
196
  "error.appstudio.authServiceApiFailed": "无法对开发人员门户进行 API 调用: %s、%s、请求路径: %s",
197
197
  "error.appstudio.publishFailed": "无法发布 ID 为 %s 的应用。",
198
- "error.appstudio.buildError": "Unable to build app Package!",
198
+ "error.appstudio.buildError": "无法生成 Teams 包!",
199
199
  "error.appstudio.checkPermissionFailed": "无法检查权限。原因: %s",
200
200
  "error.appstudio.grantPermissionFailed": "无法授予权限。原因: %s",
201
201
  "error.appstudio.listCollaboratorFailed": "无法列出协作者。原因: %s",
@@ -292,7 +292,7 @@
292
292
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s 缓解: 不需要,已自动生成 operationId 并将其添加到“%s”文件中。",
293
293
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "OpenAPI 描述文档中 '%s' 的操作 ID 包含特殊字符,已重命名为 '%s'。",
294
294
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "OpenAPI 说明文档位于 Swagger 版本 2.0 上。缓解: 不需要。内容已转换为 OpenAPI 3.0 并保存在“%s”中。",
295
- "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "OpenAPI 说明文档版本为 3.1,并且已转换为 OpenAPI 3.0 并保存在 “%s” 中。",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
296
296
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "“%s”不得超过 %s 个字符。 ",
297
297
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "缺少完整说明。 ",
298
298
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "缓解: 更新“%s”中的“%s”字段。",
@@ -309,12 +309,12 @@
309
309
  "core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中工作",
310
310
  "core.createProjectQuestion.option.description.worksInOutlookM365": "在 Teams、Outlook 和 Microsoft 365 应用程序中工作",
311
311
  "core.createProjectQuestion.projectType.bot.detail": "创建即时、吸引人的聊天体验,以无缝地自动化任务",
312
- "core.createProjectQuestion.projectType.agentForTeams.label": "Teams 智能体",
313
- "core.createProjectQuestion.projectType.agentForTeams.detail": "使用 Teams AI 库轻松构建适用于 Microsoft Teams 的智能体",
314
- "core.createProjectQuestion.projectType.agentForTeams.title": "使用 Teams AI 库的 Teams 智能体",
315
- "core.createProjectQuestion.projectType.teamsApp.label": "Teams 应用",
316
- "core.createProjectQuestion.projectType.teamsApp.detail": "创建自己的 Microsoft Teams 网页、聊天机器人或消息扩展",
317
- "core.createProjectQuestion.projectType.teamsApp.title": "Microsoft Teams 中使用的应用功能",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
318
318
  "core.createProjectQuestion.projectType.bot.label": "机器人",
319
319
  "core.createProjectQuestion.projectType.bot.title": "使用机器人的应用功能",
320
320
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "从 Teams 和 Outlook 中的文本输入框中搜索并执行操作",
@@ -328,20 +328,20 @@
328
328
  "core.createProjectQuestion.projectType.tab.title": "使用选项卡的应用功能",
329
329
  "core.createProjectQuestion.projectType.copilotExtension.title": "使用代理的应用功能",
330
330
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "选择选项",
331
- "core.createProjectQuestion.projectType.customCopilot.detail": "构建智能代理,以管理业务流程并提供自己的 LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "自定义引擎代理",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "使用 Microsoft 365 智能体 SDK 的应用功能",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
334
334
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "选择选项",
335
335
  "core.createProjectQuestion.projectType.copilotHelp.label": "不知道如何开始?使用GitHub Copilot聊天",
336
336
  "core.createProjectQuestion.projectType.copilotHelp.detail": "与 GitHub Copilot 聊天,并获取开发应用或智能 Microsoft 365 Copilot 副驾驶® 智能体的分步说明。",
337
337
  "core.createProjectQuestion.projectType.copilotGroup.title": "使用GitHub Copilot",
338
- "core.createProjectQuestion.projectType.createGroup.aiAgent": "适用于Microsoft 365 Copilot 的智能体",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
339
339
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "适用于Microsoft 365的应用",
340
340
  "core.createProjectQuestion.projectType.declarativeAgent.label": "声明性代理",
341
341
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "通过声明说明、操作和知识来创建自己的代理以满足你的需求。",
342
342
  "core.createProjectQuestion.title": "新建项目",
343
343
  "core.createProjectQuestion.capability.botMessageExtension.label": "从机器人开始",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "使用Bot Framework创建消息扩展",
345
345
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "从新的 API 开始",
346
346
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "从 Azure Functions 使用新 API 创建操作",
347
347
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "从 Azure Functions 创建具有新 API 的消息扩展",
@@ -353,16 +353,16 @@
353
353
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "输入文本以搜索 OpenAPI 说明文档",
354
354
  "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "选择 OpenAPI 说明文档",
355
355
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "从现有 API 创建消息扩展",
356
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "基本自定义引擎智能体",
357
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "使用 Microsoft 365 智能体 SDK 构建并连接到 LLM 的智能代理",
358
- "core.createProjectQuestion.capability.weatherAgentOption.label": "天气智能体",
359
- "core.createProjectQuestion.capability.weatherAgentOption.detail": "使用 Microsoft 365 智能体 SDK LangChain 构建的天气预报智能体",
360
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "适用于 Teams 的基本智能体",
361
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "与使用 Teams AI 库构建的 Teams 中的用户聊天并连接到 LLM 的智能体",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "与你的数据聊天",
363
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "使用你的内容和知识准确回答特定领域问题的智能体",
364
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "使用 API 的智能体",
365
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "可根据 LLM 推理做出决策和执行操作的 Teams 智能体",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "自定义",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "决定如何加载数据",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 搜索",
@@ -386,12 +386,10 @@
386
386
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "在 Web 上搜索接地信息。",
387
387
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive 和 SharePoint",
388
388
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "在用户的 SharePoint 和 OneDrive 中搜索接地信息。",
389
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "搜索所选 Microsoft Copilot 连接器以获取有依据的信息。",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
391
391
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "嵌入的知识",
392
392
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "将文件直接嵌入为接地信息。",
393
- "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
394
- "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
395
393
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 或 SharePoint 内容",
396
394
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "输入 OneDrive 或 SharePoint 的 URL",
397
395
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "无法验证 OneDrive/SharePoint URL: %s",
@@ -444,17 +442,8 @@
444
442
  "core.createProjectQuestion.noPlugin.detail": "仅创建声明性代理",
445
443
  "core.createProjectQuestion.addPlugin.label": "添加操作",
446
444
  "core.createProjectQuestion.addPlugin.detail": "使用操作创建声明性代理",
447
- "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
- "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
449
- "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
450
- "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
451
- "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
452
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
453
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
454
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
455
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
456
- "core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
457
- "core.createProjectQuestion.createGraphConnector.detail": "嵌入组织数据,以便可在 Microsoft 365 Copilot 中搜索它",
445
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
+ "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
458
447
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "导入清单文件",
459
448
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "导入 OpenAPI 说明文档",
460
449
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "选择操作清单文件",
@@ -464,13 +453,13 @@
464
453
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "找到多个 OpenAPI 说明文档: \"%s\"。",
465
454
  "core.createProjectQuestion.addKnowledge.title": "添加功能",
466
455
  "core.createProjectQuestion.addKnowledge.placeholder": "选择功能源作为声明性代理的为声明性代理的基础信息",
467
- "core.regenerateQuestion.declarativeAgentPathNotFound": "在清单文件中找不到声明性智能体路径: %s",
468
- "core.regenerateQuestion.actionNotFound": "在声明性智能体清单文件中找不到操作: %s",
469
- "core.regenerateQuestion.specNotFound": "在操作清单文件中找不到 OpenAPI 说明文档: %s",
470
- "core.regenerateQuestion.originalSpecNotFound": "找不到原始 OpenAPI 说明文档。可在此处 %s 手动复制原始 OpenAPI 说明。",
471
- "core.regenerateQuestion.selectPluginManifestTitle": "选择插件清单文件。",
472
- "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "选择 OpenAPI 说明文档文件。",
473
- "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "选择 Copilot 可与之交互的操作。",
456
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
457
+ "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
458
+ "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
459
+ "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
460
+ "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
461
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
462
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
474
463
  "core.aiAssistantBotOption.label": "AI 代理机器人",
475
464
  "core.aiAssistantBotOption.detail": "Teams 中使用 Teams AI 库和 OpenAI 助手 API 的自定义 AI 代理机器人",
476
465
  "core.aiBotOption.label": "AI 聊天机器人",
@@ -506,9 +495,9 @@
506
495
  "core.addPlugin.success.vsc": "已成功将操作 \"%s\" 添加到项目中。",
507
496
  "core.addPlugin.success": "API 插件 \"%s\" 成功添加到项目中。查看 \"%s\" 中的插件清单。",
508
497
  "core.addPlugin.success.viewPluginManifest": "查看操作清单",
509
- "core.regeneratePlugin.success": "已成功更新应用 “%s”。在 “%s” 中查看插件清单。",
510
- "core.regeneratePlugin.success.vsc": "已成功更新应用 “%s”。",
511
- "core.regeneratePlugin.success.viewPluginManifest": "查看操作清单",
498
+ "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
499
+ "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
500
+ "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
512
501
  "core.addKnowledge.success.vsc": "已成功将功能源添加到项目中。",
513
502
  "core.addKnowledge.success": "已成功将功能源添加到项目中。在 “%s” 中查看代理清单。",
514
503
  "core.addKnowledge.success.viewAgentManifest": "查看代理清单",
@@ -546,27 +535,27 @@
546
535
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "在将应用发布到 Teams 应用商店之前验证应用",
547
536
  "core.selectValidateMethodQuestion.validate.testCasesOption": "发布前验证所有集成测试用例",
548
537
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "全面测试以确保就绪性",
549
- "core.GCSelectQuestion.title": "Copilot connector Content",
550
- "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
- "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
- "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
- "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
- "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
- "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
538
+ "core.GCSelectQuestion.title": "Copilot Connector Content",
539
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
540
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
541
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
542
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
543
+ "core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
544
+ "core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
556
545
  "core.GCInputQuestion.title": "连接 ID",
557
546
  "core.GCListQuestion.invalidMessage": "已选择 %s 个 API。至少需要选择一个 API。",
558
547
  "core.GCNameQuestion.title": "添加连接器名称",
559
- "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
548
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
560
549
  "core.GCConnectionIdQuestion.title": "添加连接 ID",
561
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
550
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
562
551
  "core.GCConnectionIdQuestion.validation.pattern": "连接器 ID 只能包含字母数字字符。",
563
552
  "core.GCConnectionIdQuestion.validation.specialBeginner": "连接 ID 不应以 %s 开头。",
564
553
  "core.GCConnectionIdQuestion.validation.minlength": "连接器 ID 的长度少于 3 个字符。",
565
554
  "core.GCConnectionIdQuestion.validation.maxlength": "连接器 ID 的长度超过 32 个字符。",
566
- "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
555
+ "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
567
556
  "core.confirmManifestQuestion.placeholder": "确认已选择正确的清单文件",
568
- "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
557
+ "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
570
559
  "core.aadAppQuestion.label": "Microsoft Entra 应用",
571
560
  "core.aadAppQuestion.description": "适用于单一登录的Microsoft Entra应用",
572
561
  "core.convertAadToNewSchema.continue": "继续",
@@ -627,7 +616,7 @@
627
616
  "core.common.SendingApiRequest": "正在发送 API 请求: %s。请求正文: %s",
628
617
  "core.common.ReceiveApiResponse": "已收到 API 响应: %s。",
629
618
  "core.common.shareToUser.success": "已成功与用户共享应用: %s。",
630
- "core.common.removeShareAccess.success": "已从用户移除共享应用访问权限: %s",
619
+ "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
631
620
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" 文件无效。支持的格式: %s。",
632
621
  "core.envFunc.unsupportedFile.errorMessage": "文件无效。%s",
633
622
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" 是无效函数。支持的函数: \"%s\"。",
@@ -927,7 +916,7 @@
927
916
  "driver.devChannel.install.description": "将应用安装到沙盒通道。",
928
917
  "driver.devChannel.install.progress.message": "正在安装应用...",
929
918
  "driver.devChannel.install.summary.exists": "已在团队 “%s” 中安装应用 “%s”。现在,它将更新到最新版本。",
930
- "error.installApp.outsideSandbox": "无法在沙盒化团队外部安装应用。请更新 TEAM_ID CHANNEL_ID",
919
+ "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
931
920
  "error.yaml.InvalidYamlSchemaError": "无法分析 yaml 文件: %s。有关详细错误,请打开 yaml 文件。",
932
921
  "error.yaml.InvalidYamlSchemaErrorWithReason": "无法分析 yaml 文件: %s。原因: %s,请查看 yaml 文件或升级到最新的 Microsoft 365 智能体工具包。",
933
922
  "error.yaml.VersionNotSupported": "版本 %s 不受支持。支持的版本: %s。",
@@ -1079,8 +1068,8 @@
1079
1068
  "core.addKnowledgeQuestion.searchType.title": "选择搜索类型",
1080
1069
  "core.addKnowledgeQuestion.searchType.web": "在 Web 上搜索所有内容",
1081
1070
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "在组织内搜索所有内容",
1082
- "core.createProjectQuestion.apiPlugin.typeSpec.label": " Microsoft 365 Copilot 的 TypeSpec 入门",
1083
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "使用适用于 Microsoft 365 Copilot TypeSpec 来创建带或不带操作的声明式智能体",
1071
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
1072
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
1084
1073
  "core.addKnowledgeQuestion.searchType.url": "按 URL 搜索",
1085
1074
  "driver.typeSpec.compile.start": "正在执行操作 %s",
1086
1075
  "driver.typespec.error.noSpecError": "未找到 OpenApi 规范。请确保 TypeSpec 文件有效,然后重试。",
@@ -1105,8 +1094,8 @@
1105
1094
  "action.devTool.nodeInstaller.SuccessExtract": "已成功将 NodeJS 包提取到路径: %s,时间: %s 毫秒",
1106
1095
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS 安装于: %s。",
1107
1096
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS 已安装在系统环境中。",
1108
- "driver.typeSpec.compile.reprovision": "文件 %s 已更新。重新运行预配过程以考虑这些更改",
1097
+ "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1109
1098
  "error.kiota.KiotaGeneratePluginError": "无法使用 Kiota 生成插件清单文件。错误: %s",
1110
- "error.daSpecParser.InvalidSpecError": "OpenAPI 规范文件无效: %s",
1111
- "error.kiotaClient.EmptyResult": "分析 OpenAPI 说明文件时获取空结果。"
1099
+ "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
+ "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1112
1101
  }
@@ -3,7 +3,7 @@
3
3
  "core.addApi.confirm.teamsYaml": "Microsoft 365 代理程式工具組將根據您提供的新 OpenAPI 文件,修改 \"%s\" 資料夾中的檔案與 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
4
4
  "core.addApi.confirm.localTeamsYaml": "Microsoft 365 代理程式工作組將根據您提供的新 OpenAPI 文件,修改您 \"%s\" 資料夾中的檔案,以及 \"%s\" 和 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
5
5
  "core.addApi.continue": "新增",
6
- "core.regenerateApi.continue": "重新產生",
6
+ "core.regenerateApi.continue": "Regenerate",
7
7
  "core.addKnowledge.confirm": "Microsoft 365 代理程式工具組將根據您提供的功能來源,修改您 \"%s\" 資料夾中的檔案。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
8
8
  "core.addKnowledge.continue": "新增",
9
9
  "core.setSensitivityLabel.confirm": "Teams 工具組會根據您提供的敏感度標籤來修改檔案 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
@@ -135,8 +135,8 @@
135
135
  "plugins.frontend.checkStoragePermissionsTip": "檢查您是否有 Azure 儲存體帳戶的權限。",
136
136
  "plugins.frontend.checkSystemTimeTip": "系統時間不正確可能導致認證過期。請確定您的系統時間正確。",
137
137
  "suggestions.retryTheCurrentStep": "請重試目前的步驟。",
138
- "plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
139
- "plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
138
+ "plugins.appstudio.buildSucceedNotice": "Teams 套件已成功在 [本機位址](%s) 建置。",
139
+ "plugins.appstudio.buildSucceedNotice.fallback": "Teams 套件已成功在 %s 建置。",
140
140
  "plugins.appstudio.createPackage.progressBar.message": "正在建置應用程式套件...",
141
141
  "plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "函數 %s 之 %s 中的static_template具有無效的文件屬性。將會刪除並忽略它。",
142
142
  "plugins.appstudio.createPackage.aiPlugin.overrideWarning": "函式 %s 之 %s 中的 static_template 同時具有檔案和其他屬性。檔案內容將會取代所有屬性。",
@@ -195,7 +195,7 @@
195
195
  "error.appstudio.apiFailed.name.common": "API 失敗",
196
196
  "error.appstudio.authServiceApiFailed": "無法對開發人員入口網站進行 API 呼叫: %s、%s、要求路徑: %s",
197
197
  "error.appstudio.publishFailed": "無法發佈識別碼為 %s 的應用程式。",
198
- "error.appstudio.buildError": "Unable to build app Package!",
198
+ "error.appstudio.buildError": "無法建置Teams套件!",
199
199
  "error.appstudio.checkPermissionFailed": "無法檢查許可權。原因: %s",
200
200
  "error.appstudio.grantPermissionFailed": "無法授與許可權。原因: %s",
201
201
  "error.appstudio.listCollaboratorFailed": "無法列出共同作業者。原因: %s",
@@ -292,7 +292,7 @@
292
292
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s 風險降低: 不需要,已自動產生 operationId 並新增至 \"%s\" 檔案。",
293
293
  "core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "OpenAPI 描述檔中 '%s' 的作業識別碼包含特殊字元,已重新命名為 '%s'。",
294
294
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "OpenAPI 描述文件採用 Swagger 版本 2.0。緩和措施: 不需要。內容已轉換為 OpenAPI 3.0,並儲存於 \"%s\"。",
295
- "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "OpenAPI 描述文件版本為 3.1,已轉換為 OpenAPI 3.0,並儲存於 \"%s\"",
295
+ "core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "The OpenAPI description document version is 3.1 and has been converted to OpenAPI 3.0 and saved in \"%s\".",
296
296
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" 不能超過 %s 個字元。",
297
297
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "遺漏完整描述。",
298
298
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "風險降低: 更新 \"%s\" 中的 \"%s\" 欄位。",
@@ -309,12 +309,12 @@
309
309
  "core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中運作",
310
310
  "core.createProjectQuestion.option.description.worksInOutlookM365": "可在 Teams、Outlook 和 Microsoft 365 應用程式中運作",
311
311
  "core.createProjectQuestion.projectType.bot.detail": "建立即時且吸引人的聊天體驗,讓工作順暢地自動化",
312
- "core.createProjectQuestion.projectType.agentForTeams.label": "Teams 的代理程式",
313
- "core.createProjectQuestion.projectType.agentForTeams.detail": "使用 Teams AI 程式庫建置適用於 Microsoft Teams 的代理程式",
314
- "core.createProjectQuestion.projectType.agentForTeams.title": "使用 Teams AI 程式庫之適用於 Teams 的代理程式",
315
- "core.createProjectQuestion.projectType.teamsApp.label": "Teams 應用程式",
316
- "core.createProjectQuestion.projectType.teamsApp.detail": " Microsoft Teams 建立您自己的網頁、聊天機器人或訊息擴充",
317
- "core.createProjectQuestion.projectType.teamsApp.title": " Microsoft Teams 中使用的應用程式功能",
312
+ "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
313
+ "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
314
+ "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
315
+ "core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
316
+ "core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
317
+ "core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
318
318
  "core.createProjectQuestion.projectType.bot.label": "Bot",
319
319
  "core.createProjectQuestion.projectType.bot.title": "使用 Bot 的應用程式功能",
320
320
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "在 Teams 和 Outlook 的文字輸入框中搜尋並採取動作",
@@ -328,20 +328,20 @@
328
328
  "core.createProjectQuestion.projectType.tab.title": "使用 Tab 的應用程式功能",
329
329
  "core.createProjectQuestion.projectType.copilotExtension.title": "使用代理程式的應用程式功能",
330
330
  "core.createProjectQuestion.projectType.copilotExtension.placeholder": "選取選項",
331
- "core.createProjectQuestion.projectType.customCopilot.detail": "建立智慧型代理程式,由您管理協調流程並提供自己的 LLM",
331
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
332
332
  "core.createProjectQuestion.projectType.customCopilot.label": "自訂引擎代理程式",
333
- "core.createProjectQuestion.projectType.customCopilot.title": "使用 Microsoft 365 Agents SDK 的應用程式功能",
333
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
334
334
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "選取選項",
335
335
  "core.createProjectQuestion.projectType.copilotHelp.label": "不知道如何開始嗎?使用 GitHub Copilot 聊天",
336
336
  "core.createProjectQuestion.projectType.copilotHelp.detail": "與 GitHub Copilot 聊天,獲取逐步指示以開發您的應用程式或 Microsoft 365 Copilot Agent。",
337
337
  "core.createProjectQuestion.projectType.copilotGroup.title": "使用 GitHub Copilot",
338
- "core.createProjectQuestion.projectType.createGroup.aiAgent": "適用於 Microsoft 365 Copilot 的代理程式",
338
+ "core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
339
339
  "core.createProjectQuestion.projectType.createGroup.m365Apps": "適用於Microsoft 365的應用程式",
340
340
  "core.createProjectQuestion.projectType.declarativeAgent.label": "宣告式代理程式",
341
341
  "core.createProjectQuestion.projectType.declarativeAgent.detail": "宣告指示、動作和知識以符合您的需求,以建立您自己的代理程式。",
342
342
  "core.createProjectQuestion.title": "新增專案",
343
343
  "core.createProjectQuestion.capability.botMessageExtension.label": "從 Bot 開始",
344
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
344
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "使用Bot Framework建立訊息擴展名",
345
345
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "從新的 API 開始",
346
346
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "使用來自 Azure Functions 的新 API 建立動作",
347
347
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "使用來自 Azure Functions 的新 API 建立訊息延伸模組",
@@ -353,16 +353,16 @@
353
353
  "core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "輸入文字以搜尋 OpenAPI 描述文件",
354
354
  "core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "選取 OpenAPI 描述文件",
355
355
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "從現有的 API 建立訊息延伸模組",
356
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "基本自訂引擎代理程式",
357
- "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "使用 Microsoft 365 Agents SDK 建立的智慧型代理程式,可連線至您的 LLM",
358
- "core.createProjectQuestion.capability.weatherAgentOption.label": "天氣代理程式",
359
- "core.createProjectQuestion.capability.weatherAgentOption.detail": " Microsoft 365 Agents SDK LangChain 所建置的天氣預測代理程式",
360
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Teams 的基本代理程式",
361
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "建置於 Teams 上、採用 Teams AI 程式庫並連線至 LLM 的聊天代理程式",
356
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "Basic Custom Engine Agent",
357
+ "core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
358
+ "core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
359
+ "core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
360
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic Agent for Teams",
361
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
362
362
  "core.createProjectQuestion.capability.customCopilotRagOption.label": "與您的資料聊天",
363
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "使用您的內容和知識來準確回答特定領域問題的代理程式",
364
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "具有 API 的代理程式",
365
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "可根據 LLM 推理做出決策和執行行動之適用於 Teams 的代理程式",
363
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
364
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
365
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
366
366
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "自訂",
367
367
  "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "決定如何載入您的資料",
368
368
  "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 搜尋服務",
@@ -386,12 +386,10 @@
386
386
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "搜尋網站以取得接地資訊。",
387
387
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive 與 SharePoint",
388
388
  "core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "搜尋使用者的 SharePoint 和 OneDrive 以取得接地資訊。",
389
- "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
390
- "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "搜尋選取的 Microsoft Copilot 連接器以取得基礎設置資訊。",
389
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot Connector",
390
+ "core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "Search selected Microsoft Copilot connectors for grounding information.",
391
391
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "內嵌知識",
392
392
  "core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "將檔案直接內嵌為接地資訊。",
393
- "core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
394
- "core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
395
393
  "core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 或 SharePoint 內容",
396
394
  "core.createProjectQuestion.oneDriveSharePointItem.placeholder": "輸入 OneDrive 或 SharePoint 的 URL",
397
395
  "core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "無法驗證 OneDrive/SharePoint URL: %s",
@@ -444,17 +442,8 @@
444
442
  "core.createProjectQuestion.noPlugin.detail": "僅建立宣告式代理程式",
445
443
  "core.createProjectQuestion.addPlugin.label": "新增動作",
446
444
  "core.createProjectQuestion.addPlugin.detail": "使用動作建立宣告式代理程式",
447
- "core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
448
- "core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
449
- "core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
450
- "core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
451
- "core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
452
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
453
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
454
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
455
- "core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
456
- "core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
457
- "core.createProjectQuestion.createGraphConnector.detail": "內嵌您的組織資料,使其可在 Microsoft 365 Copilot 中搜尋",
445
+ "core.createProjectQuestion.createGraphConnector.label": "Copilot Connector",
446
+ "core.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
458
447
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "匯入指令清單檔案",
459
448
  "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "匯入 OpenAPI 描述檔",
460
449
  "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "選取您的動作資訊清單檔案",
@@ -464,13 +453,13 @@
464
453
  "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "找到多個 OpenAPI 描述檔: \"%s\"。",
465
454
  "core.createProjectQuestion.addKnowledge.title": "新增功能",
466
455
  "core.createProjectQuestion.addKnowledge.placeholder": "選取功能來源作為宣告式代理程式的基礎資訊",
467
- "core.regenerateQuestion.declarativeAgentPathNotFound": "在資訊清單檔中找不到宣告式代理程式路徑: %s",
468
- "core.regenerateQuestion.actionNotFound": "在宣告式代理程式資訊清單檔中找不到動作: %s",
469
- "core.regenerateQuestion.specNotFound": "在動作資訊清單檔中找不到 OpenAPI 描述文件: %s",
470
- "core.regenerateQuestion.originalSpecNotFound": "找不到原始 OpenAPI 描述文件。您可以手動將原始 OpenAPI 描述複製到這裡 %s",
471
- "core.regenerateQuestion.selectPluginManifestTitle": "選取外掛程式資訊清單檔。",
472
- "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "選取 OpenAPI 描述文件檔案。",
473
- "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "選取 Copilot 可以互動的作業。",
456
+ "core.regenerateQuestion.declarativeAgentPathNotFound": "Unable to find declarative agent path in manifest file: %s.",
457
+ "core.regenerateQuestion.actionNotFound": "Unable to find actions in declarative agent manifest file: %s.",
458
+ "core.regenerateQuestion.specNotFound": "Unable to find OpenAPI description document in action manifest file: %s.",
459
+ "core.regenerateQuestion.originalSpecNotFound": "Unable to find original OpenAPI description document. You can manually copy original OpenAPI description here %s.",
460
+ "core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
461
+ "core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
462
+ "core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
474
463
  "core.aiAssistantBotOption.label": "AI 代理程式 Bot",
475
464
  "core.aiAssistantBotOption.detail": "使用 Teams AI 連結庫和 OpenAI 助理 API 在 Teams 中的自定義 AI 代理程式 Bot",
476
465
  "core.aiBotOption.label": "AI 聊天機器人",
@@ -506,9 +495,9 @@
506
495
  "core.addPlugin.success.vsc": "動作 \"%s\" 成功新增至專案。",
507
496
  "core.addPlugin.success": "API 外掛程式 \"%s\" 成功新增至專案。檢視 \"%s\" 中的外掛程式指令清單。",
508
497
  "core.addPlugin.success.viewPluginManifest": "檢視動作指令清單",
509
- "core.regeneratePlugin.success": "已成功更新動作 \"%s\"。檢視 \"%s\" 中的外掛程式資訊清單。",
510
- "core.regeneratePlugin.success.vsc": "已成功更新動作 \"%s\"",
511
- "core.regeneratePlugin.success.viewPluginManifest": "檢視動作資訊清單",
498
+ "core.regeneratePlugin.success": "Action \"%s\" updated successfully. View plugin manifest in \"%s\".",
499
+ "core.regeneratePlugin.success.vsc": "Action \"%s\" updated successfully.",
500
+ "core.regeneratePlugin.success.viewPluginManifest": "View action manifest",
512
501
  "core.addKnowledge.success.vsc": "已成功將功能來源新增至專案。",
513
502
  "core.addKnowledge.success": "已成功將功能來源新增至專案。在 \"%s\" 中檢視代理程式資訊清單。",
514
503
  "core.addKnowledge.success.viewAgentManifest": "檢視代理程式資訊清單",
@@ -546,27 +535,27 @@
546
535
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "在將應用程式發佈到 Teams 市集之前,請驗證應用程式",
547
536
  "core.selectValidateMethodQuestion.validate.testCasesOption": "在發行前驗證所有整合測試案例",
548
537
  "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "全面性測試以確保整備程度",
549
- "core.GCSelectQuestion.title": "Copilot connector Content",
550
- "core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
551
- "core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
552
- "core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
553
- "core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
554
- "core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
555
- "core.GCListQuestion.placeholder": "List all existing Copilot connectors",
538
+ "core.GCSelectQuestion.title": "Copilot Connector Content",
539
+ "core.GCSelectOptions.listOption.title": "Select existing Copilot Connectors",
540
+ "core.GCSelectOptions.listOption.description": "List all existing Copilot Connectors",
541
+ "core.GCSelectOptions.inputOption.title": "Enter a Copilot Connector Connection ID",
542
+ "core.GCSelectOptions.inputOption.description": "Enter a Copilot Connector Connection ID manually",
543
+ "core.GCListQuestion.title": "Select one or more Copilot Connectors as capability source",
544
+ "core.GCListQuestion.placeholder": "List all existing Copilot Connectors",
556
545
  "core.GCInputQuestion.title": "連線識別碼",
557
546
  "core.GCListQuestion.invalidMessage": "已選取 %s 個 API。您必須至少選取一個 API。",
558
547
  "core.GCNameQuestion.title": "新增連接器名稱",
559
- "core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
548
+ "core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
560
549
  "core.GCConnectionIdQuestion.title": "新增連線識別碼",
561
- "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
550
+ "core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
562
551
  "core.GCConnectionIdQuestion.validation.pattern": "連接器識別碼只能包含英數字元。",
563
552
  "core.GCConnectionIdQuestion.validation.specialBeginner": "連線識別碼的開頭不應為 %s。",
564
553
  "core.GCConnectionIdQuestion.validation.minlength": "連線識別碼少於 3 個字元。",
565
554
  "core.GCConnectionIdQuestion.validation.maxlength": "連線識別碼超過 32 個字元。",
566
- "core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
555
+ "core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
567
556
  "core.confirmManifestQuestion.placeholder": "確認您已選取正確的指令清單檔案",
568
- "core.createProjectQuestion.addGC.label": "Add a Copilot connector",
569
- "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
557
+ "core.createProjectQuestion.addGC.label": "Add a Copilot Connector",
558
+ "core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot Connector",
570
559
  "core.aadAppQuestion.label": "Microsoft Entra 應用程式",
571
560
  "core.aadAppQuestion.description": "單一登入的 Microsoft Entra 應用程式",
572
561
  "core.convertAadToNewSchema.continue": "繼續",
@@ -627,7 +616,7 @@
627
616
  "core.common.SendingApiRequest": "正在傳送 API 要求: %s。要求本文: %s",
628
617
  "core.common.ReceiveApiResponse": "已收到 API 回應: %s。",
629
618
  "core.common.shareToUser.success": "已成功與使用者共用應用程式: %s。",
630
- "core.common.removeShareAccess.success": "已從使用者移除共用應用程式存取: %s",
619
+ "core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
631
620
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" 是無效的檔案。支援的格式: %s。",
632
621
  "core.envFunc.unsupportedFile.errorMessage": "無效的檔案。%s",
633
622
  "core.envFunc.unsupportedFunction.errorLog": "\"%s\" 是無效的函數。支援的函數: \"%s\"。",
@@ -927,7 +916,7 @@
927
916
  "driver.devChannel.install.description": "將應用程式安裝到沙箱頻道。",
928
917
  "driver.devChannel.install.progress.message": "正在安裝應用程式...",
929
918
  "driver.devChannel.install.summary.exists": "小組 '%s' 中已安裝應用程式 '%s'。它現在將更新為最新版本。",
930
- "error.installApp.outsideSandbox": "無法在沙箱外的團隊中安裝應用程式。請更新 TEAM_ID CHANNEL_ID",
919
+ "error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
931
920
  "error.yaml.InvalidYamlSchemaError": "無法剖析 yaml 檔案: %s。請開啟 yaml 檔案以取得詳細錯誤。",
932
921
  "error.yaml.InvalidYamlSchemaErrorWithReason": "無法剖析 yaml 檔案: %。原因: %s 請檢閱 yaml 檔案或升級至最新的 Microsoft 365 代理程式工具組。",
933
922
  "error.yaml.VersionNotSupported": "不支援版本 %s。支援的版本: %s。",
@@ -1079,8 +1068,8 @@
1079
1068
  "core.addKnowledgeQuestion.searchType.title": "選取搜尋類型",
1080
1069
  "core.addKnowledgeQuestion.searchType.web": "搜尋網頁上的所有內容",
1081
1070
  "core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "搜尋組織內的所有內容",
1082
- "core.createProjectQuestion.apiPlugin.typeSpec.label": "從適用於 Microsoft 365 Copilot 的 TypeSpec 開始",
1083
- "core.createProjectQuestion.apiPlugin.typeSpec.detail": "使用適用於 Microsoft 365 Copilot TypeSpec 建立含或不含動作的宣告式代理程式",
1071
+ "core.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
1072
+ "core.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
1084
1073
  "core.addKnowledgeQuestion.searchType.url": "依 URL 搜尋",
1085
1074
  "driver.typeSpec.compile.start": "正在執行動作 %s",
1086
1075
  "driver.typespec.error.noSpecError": "找不到 OpenApi 規格。請確定您的 TypeSpec 檔案有效,然後再試一次。",
@@ -1105,8 +1094,8 @@
1105
1094
  "action.devTool.nodeInstaller.SuccessExtract": "已成功將 NodeJS 套件擷取到路徑: %s,時間: %s 毫秒",
1106
1095
  "action.devTool.nodeInstaller.Summary.installInPath": "NodeJS 安裝於: %s。",
1107
1096
  "action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS 已安裝在系統環境中。",
1108
- "driver.typeSpec.compile.reprovision": "檔案 %s 已更新。請重新執行佈建程序,以納入這些變更",
1097
+ "driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
1109
1098
  "error.kiota.KiotaGeneratePluginError": "無法使用 Kiota 產生外掛程式資訊清單檔案。錯誤: %s",
1110
- "error.daSpecParser.InvalidSpecError": "OpenAPI 規格檔案無效: %s",
1111
- "error.kiotaClient.EmptyResult": "剖析 OpenAPI 描述檔案時取得空白結果。"
1099
+ "error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
1100
+ "error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
1112
1101
  }
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,16 +0,0 @@
1
- /****************************************************************************************
2
- * NOTICE: AUTO-GENERATED *
3
- ****************************************************************************************
4
- * This file is automatically generated by script "./src/question/generator.ts". *
5
- * Please don't manually change its contents, as any modifications will be overwritten! *
6
- ***************************************************************************************/
7
- import { Inputs } from "@microsoft/teamsfx-api";
8
- export interface RegeneratePluginInputs extends Inputs {
9
- /** @description Select plugin manifest file. */
10
- "select-plugin-manifest"?: string;
11
- /** @description Select OpenAPI description document file. */
12
- "select-openapi-spec-from-plugin"?: string;
13
- /** @description Select operation(s) Copilot can interact with. */
14
- "api-operation"?: string[];
15
- }
16
- //# sourceMappingURL=RegeneratePluginInputs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RegeneratePluginInputs.d.ts","sourceRoot":"","sources":["../../../src/question/inputs/RegeneratePluginInputs.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,WAAW,sBAAuB,SAAQ,MAAM;IACpD,gDAAgD;IAChD,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,6DAA6D;IAC7D,iCAAiC,CAAC,EAAE,MAAM,CAAC;IAC3C,kEAAkE;IAClE,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;CAC5B"}
@@ -1,5 +0,0 @@
1
- "use strict";
2
- // Copyright (c) Microsoft Corporation.
3
- // Licensed under the MIT license.
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- //# sourceMappingURL=RegeneratePluginInputs.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RegeneratePluginInputs.js","sourceRoot":"","sources":["../../../src/question/inputs/RegeneratePluginInputs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC"}