@microsoft/teamsfx-core 3.0.12 → 3.0.13-alpha.bca8bf68d3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/aadAppClient.d.ts +0 -6
- package/build/client/aadAppClient.d.ts.map +1 -1
- package/build/client/aadAppClient.js +2 -0
- package/build/client/aadAppClient.js.map +1 -1
- package/build/client/graphClient.d.ts +4 -0
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +88 -0
- package/build/client/graphClient.js.map +1 -1
- package/build/common/accountUtils.d.ts +3 -2
- package/build/common/accountUtils.d.ts.map +1 -1
- package/build/common/accountUtils.js +7 -2
- package/build/common/accountUtils.js.map +1 -1
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +6 -5
- package/build/common/constants.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/wrappedAxiosClient.d.ts +9 -3
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +47 -22
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +1 -1
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +1 -1
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +7 -0
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +5 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +7 -1
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +7 -0
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +16 -8
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +4 -3
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +7 -0
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/m365/constants.d.ts +2 -1
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +1 -0
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +7 -2
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/m365/packageService.d.ts +1 -0
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +24 -6
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +5 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +3 -0
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +6 -7
- package/resource/package.nls.cs.json +25 -21
- package/resource/package.nls.de.json +25 -21
- package/resource/package.nls.es.json +25 -21
- package/resource/package.nls.fr.json +25 -21
- package/resource/package.nls.it.json +25 -21
- package/resource/package.nls.ja.json +25 -21
- package/resource/package.nls.json +3 -0
- package/resource/package.nls.ko.json +25 -21
- package/resource/package.nls.pl.json +25 -21
- package/resource/package.nls.pt-BR.json +25 -21
- package/resource/package.nls.ru.json +25 -21
- package/resource/package.nls.tr.json +25 -21
- package/resource/package.nls.zh-Hans.json +25 -21
- package/resource/package.nls.zh-Hant.json +25 -21
- package/resource/templates/package.nls.cs.json +56 -56
- package/resource/templates/package.nls.de.json +56 -56
- package/resource/templates/package.nls.es.json +60 -60
- package/resource/templates/package.nls.fr.json +60 -60
- package/resource/templates/package.nls.it.json +56 -56
- package/resource/templates/package.nls.ja.json +56 -56
- package/resource/templates/package.nls.ko.json +56 -56
- package/resource/templates/package.nls.pl.json +56 -56
- package/resource/templates/package.nls.pt-BR.json +57 -57
- package/resource/templates/package.nls.ru.json +56 -56
- package/resource/templates/package.nls.tr.json +56 -56
- package/resource/templates/package.nls.zh-Hans.json +56 -56
- package/resource/templates/package.nls.zh-Hant.json +56 -56
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/metadata.zip +0 -0
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
"error.generator.FetchSampleInfoError": "无法提取示例信息",
|
|
242
242
|
"error.generator.DownloadSampleApiLimitError": "由于速率限制,无法下载示例。请在速率限制重置后一小时后重试,或者可以从 %s 手动克隆存储库。",
|
|
243
243
|
"error.generator.DownloadSampleNetworkError": "由于网络错误,无法下载示例。请检查网络连接,然后重试,或者你可以从 %s 手动克隆存储库",
|
|
244
|
+
"error.generator.UnknownPolicy": "Unknown auth policy: %s",
|
|
244
245
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "插件中未使用 \"%s\"。",
|
|
245
246
|
"error.apime.noExtraAPICanBeAdded": "无法添加 API,因为仅支持 GET 和 POST 方法,最多需要 5 个参数,并且没有身份验证。此外,未列出清单中定义的方法。",
|
|
246
247
|
"error.copilot.noExtraAPICanBeAdded": "无法添加 API,因为不支持身份验证。此外,未列出当前 OpenAPI 说明文档中定义的方法。",
|
|
@@ -314,6 +315,7 @@
|
|
|
314
315
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "无法为 API '%s' 创建自适应卡: %s。缓解: 不需要,但可以手动将其添加到 adaptiveCards 文件夹。",
|
|
315
316
|
"core.createCapabilityQuestion.titleNew": "功能",
|
|
316
317
|
"core.createProjectQuestion.option.description.preview": "预览",
|
|
318
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
317
319
|
"core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中工作",
|
|
318
320
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "在 Teams、Outlook 和 Microsoft 365 应用程序中工作",
|
|
319
321
|
"core.createProjectQuestion.projectType.bot.detail": "创建即时、吸引人的聊天体验,以无缝地自动化任务",
|
|
@@ -326,12 +328,12 @@
|
|
|
326
328
|
"core.createProjectQuestion.capability.botMessageExtension.label": "从机器人开始",
|
|
327
329
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "使用代理 SDK 创建消息扩展",
|
|
328
330
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "从 Azure Functions 创建具有新 API 的消息扩展",
|
|
329
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "
|
|
330
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "
|
|
331
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "
|
|
332
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "
|
|
331
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "输入 OpenAPI 文档 URL",
|
|
332
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "浏览以打开文件",
|
|
333
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "搜索 OpenAPI 文档",
|
|
334
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "搜索 OpenAPI 文档",
|
|
333
335
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "输入文本以搜索 OpenAPI 说明文档",
|
|
334
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "
|
|
336
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "选择 OpenAPI 文档",
|
|
335
337
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "从现有 API 创建消息扩展",
|
|
336
338
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "使用 API 的智能体",
|
|
337
339
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "可根据 LLM 推理做出决策和执行操作的 Teams 智能体",
|
|
@@ -361,6 +363,7 @@
|
|
|
361
363
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "将文件直接嵌入为接地信息。",
|
|
362
364
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 或 SharePoint 内容",
|
|
363
365
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "输入 OneDrive 或 SharePoint 的 URL",
|
|
366
|
+
"core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
|
|
364
367
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "无法验证 OneDrive/SharePoint URL: %s",
|
|
365
368
|
"core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive/SharePoint URL 无效。",
|
|
366
369
|
"core.createProjectQuestion.llmService.title": "用于大型语言模型 (LLM) 的服务",
|
|
@@ -389,9 +392,9 @@
|
|
|
389
392
|
"core.createProjectQuestion.foundry.agentId.placeholder": "立即输入 Azure AI Foundry 智能体 ID,或稍后在项目中设置",
|
|
390
393
|
"core.createProjectQuestion.apiPlugin.importPlugin.label": "从现有操作导入",
|
|
391
394
|
"core.createProjectQuestion.apiPlugin.importPlugin.detail": "从现有操作文件导入",
|
|
392
|
-
"core.createProjectQuestion.apiSpec.title": "OpenAPI
|
|
393
|
-
"core.createProjectQuestion.apiSpec.placeholder": "
|
|
394
|
-
"core.createProjectQuestion.apiSpecInputUrl.label": "
|
|
395
|
+
"core.createProjectQuestion.apiSpec.title": "OpenAPI 文档",
|
|
396
|
+
"core.createProjectQuestion.apiSpec.placeholder": "输入 OpenAPI 文档 URL",
|
|
397
|
+
"core.createProjectQuestion.apiSpecInputUrl.label": "输入 OpenAPI 文档 URL",
|
|
395
398
|
"core.createProjectQuestion.ApiKey": "在 OpenAPI 描述文档中输入 API 密钥",
|
|
396
399
|
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 智能体工具包会将 API 密钥上传到开发人员门户。Teams 客户端将使用 API 密钥在运行时安全地访问 API。Microsoft 365 智能体工具包不会存储 API 密钥。",
|
|
397
400
|
"core.createProjectQuestion.OauthClientId": "OAuth 注册客户端 ID",
|
|
@@ -1046,6 +1049,7 @@
|
|
|
1046
1049
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "在组织内搜索所有内容",
|
|
1047
1050
|
"core.addKnowledgeQuestion.searchType.url": "按 URL 搜索",
|
|
1048
1051
|
"driver.typeSpec.compile.start": "正在执行操作 %s",
|
|
1052
|
+
"driver.typeSpec.compile.description": "Compile TypeSpec project",
|
|
1049
1053
|
"driver.typespec.error.noSpecError": "未找到 OpenApi 规范。请确保 TypeSpec 文件有效,然后重试。",
|
|
1050
1054
|
"driver.typespec.error.multipleActionError": "在 declarativeAgent.json 中找到多个操作。请确保 TypeSpec 文件有效,然后重试。",
|
|
1051
1055
|
"driver.typeSpec.progressBar": "正在编译和生成文件...",
|
|
@@ -1093,17 +1097,17 @@
|
|
|
1093
1097
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "无法从 MCP 服务器响应的 \"resource_metadata\" 属性中找到身份验证元数据。",
|
|
1094
1098
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "无法从 MCP 服务器受保护资源元数据响应的 \"authorization_servers\" 属性中找到服务器元数据。",
|
|
1095
1099
|
"core.MCPForDA.authUrlNotFound": "无法在 MCP 服务器的授权服务器元数据响应中找到身份验证 URL。",
|
|
1096
|
-
"core.MCPForDA.toolsFileNotFound": "MCP
|
|
1097
|
-
"core.MCPForDA.toolsFileInvalidFormat": "
|
|
1098
|
-
"core.MCPForDA.toolsFileMissingName": "
|
|
1099
|
-
"core.MCPForDA.toolsFilePath.title": "MCP
|
|
1100
|
-
"core.MCPForDA.toolsFilePath.placeholder": "
|
|
1101
|
-
"core.MCPForDA.preFetchToolsNotFound": "
|
|
1102
|
-
"core.MCPForDA.pluginManifestNotFound": "ai-plugin.json
|
|
1103
|
-
"core.MCPForDA.missingServerUrl": "
|
|
1104
|
-
"core.MCPForDA.missingAuthType": "
|
|
1105
|
-
"core.MCPForDA.toolsFileReadError": "
|
|
1106
|
-
"core.MCPForDA.authRequired": "
|
|
1107
|
-
"core.MCPForDA.noToolsFetched": "
|
|
1108
|
-
"core.MCPForDA.fetchError": "
|
|
1100
|
+
"core.MCPForDA.toolsFileNotFound": "未找到 MCP 工具文件: %s",
|
|
1101
|
+
"core.MCPForDA.toolsFileInvalidFormat": "MCP 工具文件格式无效。应为 %s 或工具的 JSON 数组: %s",
|
|
1102
|
+
"core.MCPForDA.toolsFileMissingName": "MCP 工具文件中的每个工具均必须包含 %s 属性: %s",
|
|
1103
|
+
"core.MCPForDA.toolsFilePath.title": "MCP 工具定义文件",
|
|
1104
|
+
"core.MCPForDA.toolsFilePath.placeholder": "请输入包含 MCP 工具定义的 JSON 文件的路径",
|
|
1105
|
+
"core.MCPForDA.preFetchToolsNotFound": "未找到任何工具定义。项目将使用动态工具发现。",
|
|
1106
|
+
"core.MCPForDA.pluginManifestNotFound": "未在以下位置找到 ai-plugin.json: %s",
|
|
1107
|
+
"core.MCPForDA.missingServerUrl": "当 --api-plugin-type 为 mcp 时,必须指定 --mcp-da-server-url 选项。",
|
|
1108
|
+
"core.MCPForDA.missingAuthType": "当 MCP 服务器需要身份验证且提供工具时,必须指定 --mcp-da-auth-type 选项。使用 --mcp-da-auth-type oauth 或 --mcp-da-auth-type entraSSO。",
|
|
1109
|
+
"core.MCPForDA.toolsFileReadError": "未能读取 MCP 工具文件: %s。若要稍后添加工具,请运行:\n %s",
|
|
1110
|
+
"core.MCPForDA.authRequired": "位于 %s 的 MCP 服务器需要身份验证。无法自动提取工具。若要添加工具,请运行:\n %s",
|
|
1111
|
+
"core.MCPForDA.noToolsFetched": "未从位于 %s 的 MCP 服务器发现任何工具。若要稍后添加工具,请运行:\n %s",
|
|
1112
|
+
"core.MCPForDA.fetchError": "未能从位于 %s 的 MCP 服务器提取工具。若要稍后添加工具,请运行:\n %s"
|
|
1109
1113
|
}
|
|
@@ -241,6 +241,7 @@
|
|
|
241
241
|
"error.generator.FetchSampleInfoError": "無法擷取範例資訊",
|
|
242
242
|
"error.generator.DownloadSampleApiLimitError": "由於速率限制,無法下載樣本。請在速率限制重設后一小時后再試一次,或者您可以從 %s 手動複製存放庫。",
|
|
243
243
|
"error.generator.DownloadSampleNetworkError": "由於網路錯誤,無法下載範例。檢查您的網路連線,然後再試一次,或者您可以手動從 %s 複製存放庫",
|
|
244
|
+
"error.generator.UnknownPolicy": "Unknown auth policy: %s",
|
|
244
245
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "外掛程式中未使用 \"%s\"。",
|
|
245
246
|
"error.apime.noExtraAPICanBeAdded": "無法新增 API,因為只支援 GET 和 POST 方法,最多只能有 5 個必要參數,而且沒有驗證。此外,未列出指令清單中定義的方法。",
|
|
246
247
|
"error.copilot.noExtraAPICanBeAdded": "無法新增 API,因為不支援任何驗證。此外,未列出目前 OpenAPI 描述檔中定義的方法。",
|
|
@@ -314,6 +315,7 @@
|
|
|
314
315
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "無法建立 API '%s' 的調適型卡片: %s。安全防護功能: 不需要,但您可以手動將它新增到 adaptiveCards 資料夾。",
|
|
315
316
|
"core.createCapabilityQuestion.titleNew": "功能",
|
|
316
317
|
"core.createProjectQuestion.option.description.preview": "預覽",
|
|
318
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
317
319
|
"core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中運作",
|
|
318
320
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "可在 Teams、Outlook 和 Microsoft 365 應用程式中運作",
|
|
319
321
|
"core.createProjectQuestion.projectType.bot.detail": "建立即時且吸引人的聊天體驗,讓工作順暢地自動化",
|
|
@@ -326,12 +328,12 @@
|
|
|
326
328
|
"core.createProjectQuestion.capability.botMessageExtension.label": "從 Bot 開始",
|
|
327
329
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "使用代理程式 SDK 建立訊息延伸模組",
|
|
328
330
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "使用來自 Azure Functions 的新 API 建立訊息延伸模組",
|
|
329
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "
|
|
330
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "
|
|
331
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "
|
|
332
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "
|
|
331
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromUrl.label": "輸入 OpenAPI 文件 URL",
|
|
332
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromFile.label": "瀏覽以開啟檔案",
|
|
333
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "搜尋 OpenAPI 文件",
|
|
334
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "搜尋 OpenAPI 文件",
|
|
333
335
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "輸入文字以搜尋 OpenAPI 描述文件",
|
|
334
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "
|
|
336
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "選取 OpenAPI 文件",
|
|
335
337
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "從現有的 API 建立訊息延伸模組",
|
|
336
338
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "具有 API 的代理程式",
|
|
337
339
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "可根據 LLM 推理做出決策和執行行動之適用於 Teams 的代理程式",
|
|
@@ -361,6 +363,7 @@
|
|
|
361
363
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "將檔案直接內嵌為接地資訊。",
|
|
362
364
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive 或 SharePoint 內容",
|
|
363
365
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "輸入 OneDrive 或 SharePoint 的 URL",
|
|
366
|
+
"core.createProjectQuestion.oneDriveSharePointItem.confirm": "Confirm your selection",
|
|
364
367
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "無法驗證 OneDrive/SharePoint URL: %s",
|
|
365
368
|
"core.createProjectQuestion.log.fail.invalidOneDriveSharePointURL": "OneDrive/SharePoint URL 無效。",
|
|
366
369
|
"core.createProjectQuestion.llmService.title": "大型語言模型服務 (LLM)",
|
|
@@ -389,9 +392,9 @@
|
|
|
389
392
|
"core.createProjectQuestion.foundry.agentId.placeholder": "立即輸入 Azure AI Foundry 代理程式識別碼,或稍後在專案中設定",
|
|
390
393
|
"core.createProjectQuestion.apiPlugin.importPlugin.label": "從現有動作匯入",
|
|
391
394
|
"core.createProjectQuestion.apiPlugin.importPlugin.detail": "從現有的動作檔案匯入",
|
|
392
|
-
"core.createProjectQuestion.apiSpec.title": "OpenAPI
|
|
393
|
-
"core.createProjectQuestion.apiSpec.placeholder": "
|
|
394
|
-
"core.createProjectQuestion.apiSpecInputUrl.label": "
|
|
395
|
+
"core.createProjectQuestion.apiSpec.title": "OpenAPI 文件",
|
|
396
|
+
"core.createProjectQuestion.apiSpec.placeholder": "輸入 OpenAPI 文件 URL",
|
|
397
|
+
"core.createProjectQuestion.apiSpecInputUrl.label": "輸入 OpenAPI 文件 URL",
|
|
395
398
|
"core.createProjectQuestion.ApiKey": "在 OpenAPI 描述檔中輸入 API 金鑰",
|
|
396
399
|
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents 工具組會將 API 金鑰上傳至開發人員入口網站。Teams 用戶端會在執行階段使用該 API 金鑰來安全地存取您的 API。Microsoft 365 Agents 工具組不會儲存您的 API 金鑰。",
|
|
397
400
|
"core.createProjectQuestion.OauthClientId": "OAuth 註冊用戶端識別碼",
|
|
@@ -1046,6 +1049,7 @@
|
|
|
1046
1049
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "搜尋組織內的所有內容",
|
|
1047
1050
|
"core.addKnowledgeQuestion.searchType.url": "依 URL 搜尋",
|
|
1048
1051
|
"driver.typeSpec.compile.start": "正在執行動作 %s",
|
|
1052
|
+
"driver.typeSpec.compile.description": "Compile TypeSpec project",
|
|
1049
1053
|
"driver.typespec.error.noSpecError": "找不到 OpenApi 規格。請確定您的 TypeSpec 檔案有效,然後再試一次。",
|
|
1050
1054
|
"driver.typespec.error.multipleActionError": "在 declarativeAgent.json 中找到多個動作。請確定您的 TypeSpec 檔案有效,然後再試一次。",
|
|
1051
1055
|
"driver.typeSpec.progressBar": "正在編譯和產生檔案...",
|
|
@@ -1093,17 +1097,17 @@
|
|
|
1093
1097
|
"core.MCPForDA.mcpAuthMetadataUrlNotFound": "無法從 MCP 伺服器的回應中找到來自 \"resource_metadata\" 屬性的驗證中繼資料。",
|
|
1094
1098
|
"core.MCPForDA.mcpServerMetadataUrlNotFound": "無法從 MCP 伺服器的受保護資源中繼資料回應中找到來自 \"authorization_servers\" 屬性的伺服器中繼資料。",
|
|
1095
1099
|
"core.MCPForDA.authUrlNotFound": "無法從 MCP 伺服器的授權伺服器中繼資料回應中找到驗證 URL。",
|
|
1096
|
-
"core.MCPForDA.toolsFileNotFound": "MCP
|
|
1097
|
-
"core.MCPForDA.toolsFileInvalidFormat": "
|
|
1098
|
-
"core.MCPForDA.toolsFileMissingName": "
|
|
1099
|
-
"core.MCPForDA.toolsFilePath.title": "MCP
|
|
1100
|
-
"core.MCPForDA.toolsFilePath.placeholder": "
|
|
1101
|
-
"core.MCPForDA.preFetchToolsNotFound": "
|
|
1102
|
-
"core.MCPForDA.pluginManifestNotFound": "ai-plugin.json
|
|
1103
|
-
"core.MCPForDA.missingServerUrl": "
|
|
1104
|
-
"core.MCPForDA.missingAuthType": "
|
|
1105
|
-
"core.MCPForDA.toolsFileReadError": "
|
|
1106
|
-
"core.MCPForDA.authRequired": "
|
|
1107
|
-
"core.MCPForDA.noToolsFetched": "
|
|
1108
|
-
"core.MCPForDA.fetchError": "
|
|
1100
|
+
"core.MCPForDA.toolsFileNotFound": "找不到 MCP 工具檔案: %s",
|
|
1101
|
+
"core.MCPForDA.toolsFileInvalidFormat": "無效 MCP 工具檔案格式。預期為 %s 或工具的 JSON 陣列: %s",
|
|
1102
|
+
"core.MCPForDA.toolsFileMissingName": "MCP 工具檔案中的每個工具都必須具有 %s 屬性: %s",
|
|
1103
|
+
"core.MCPForDA.toolsFilePath.title": "MCP 工具定義檔案",
|
|
1104
|
+
"core.MCPForDA.toolsFilePath.placeholder": "輸入包含 MCP 工具定義的 JSON 檔案路徑",
|
|
1105
|
+
"core.MCPForDA.preFetchToolsNotFound": "找不到工具定義。此專案將使用動態工具探索。",
|
|
1106
|
+
"core.MCPForDA.pluginManifestNotFound": "在以下位置找不到 ai-plugin.json: %s",
|
|
1107
|
+
"core.MCPForDA.missingServerUrl": "當 --api-plugin-type 為 mcp 時,--mcp-da-server-url 選項為必要。",
|
|
1108
|
+
"core.MCPForDA.missingAuthType": "當 MCP 伺服器需要驗證且提供工具時,--mcp-da-auth-type 選項為必要。使用 --mcp-da-auth-type oauth or --mcp-da-auth-type entraSSO。",
|
|
1109
|
+
"core.MCPForDA.toolsFileReadError": "無法讀取 MCP 工具檔案: %s。若要稍後新增工具,請執行:\n %s",
|
|
1110
|
+
"core.MCPForDA.authRequired": "位於 %s 的 MCP 伺服器需要驗證。無法自動擷取工具。若要新增工具,請執行:\n %s",
|
|
1111
|
+
"core.MCPForDA.noToolsFetched": "從 %s 的 MCP 伺服器中未探索到任何工具。若要稍後新增工具,請執行:\n %s",
|
|
1112
|
+
"core.MCPForDA.fetchError": "無法從 %s 的 MCP 伺服器擷取工具。若要稍後新增工具,請執行:\n %s"
|
|
1109
1113
|
}
|
|
@@ -30,62 +30,62 @@
|
|
|
30
30
|
"template.teams.rag.source.customize.label": "Přizpůsobit",
|
|
31
31
|
"template.teams.rag.source.placeholder": "Vyberte možnost načtení dat",
|
|
32
32
|
"template.teams.title": "Agent Teams nebo aplikace využívající sadu Microsoft Teams SDK",
|
|
33
|
-
"template.createProjectQuestion.title": "
|
|
34
|
-
"template.createCapabilityQuestion.placeholder": "
|
|
35
|
-
"template.createProjectQuestion.addApiPlugin.placeholder": "
|
|
36
|
-
"template.createProjectQuestion.addGC.detail": "
|
|
37
|
-
"template.createProjectQuestion.addGC.label": "
|
|
38
|
-
"template.createProjectQuestion.addPlugin.detail": "
|
|
39
|
-
"template.createProjectQuestion.addPlugin.label": "
|
|
40
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "
|
|
41
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.title": "
|
|
42
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "
|
|
43
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API
|
|
33
|
+
"template.createProjectQuestion.title": "Nový projekt",
|
|
34
|
+
"template.createCapabilityQuestion.placeholder": "Vyberte funkci",
|
|
35
|
+
"template.createProjectQuestion.addApiPlugin.placeholder": "Vyberte, jak přidat akci",
|
|
36
|
+
"template.createProjectQuestion.addGC.detail": "Vytvořit deklarativního agenta pomocí konektoru Copilotu",
|
|
37
|
+
"template.createProjectQuestion.addGC.label": "Přidat konektor Copilotu",
|
|
38
|
+
"template.createProjectQuestion.addPlugin.detail": "Vytvoření deklarativního agenta s akcí",
|
|
39
|
+
"template.createProjectQuestion.addPlugin.label": "Přidat akci",
|
|
40
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Vybrat typ ověřování",
|
|
41
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.title": "Typ ověřování",
|
|
42
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Žádné",
|
|
43
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "Klíč rozhraní API",
|
|
44
44
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
|
|
45
45
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
|
|
46
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
47
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
48
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "
|
|
49
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "
|
|
50
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "
|
|
51
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "
|
|
52
|
-
"template.createProjectQuestion.capability.DAMetaOS.detail": "
|
|
53
|
-
"template.createProjectQuestion.capability.DAMetaOS.label": "
|
|
54
|
-
"template.createProjectQuestion.createApiPlugin.title": "
|
|
55
|
-
"template.createProjectQuestion.createGraphConnector.detail": "
|
|
56
|
-
"template.createProjectQuestion.createGraphConnector.label": "
|
|
57
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "
|
|
58
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "
|
|
59
|
-
"template.createProjectQuestion.DAMetaOS.capability.title": "
|
|
60
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "
|
|
61
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "
|
|
62
|
-
"template.createProjectQuestion.DAMetaOS.detail": "
|
|
63
|
-
"template.createProjectQuestion.DAMetaOS.label": "
|
|
64
|
-
"template.createProjectQuestion.declarativeCopilot.placeholder": "
|
|
65
|
-
"template.createProjectQuestion.declarativeCopilot.title": "
|
|
66
|
-
"template.createProjectQuestion.mcpForDa.detail": "
|
|
67
|
-
"template.createProjectQuestion.mcpForDa.label": "
|
|
68
|
-
"template.createProjectQuestion.noPlugin.detail": "
|
|
69
|
-
"template.createProjectQuestion.noPlugin.label": "
|
|
70
|
-
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "
|
|
71
|
-
"template.createProjectQuestion.projectType.copilotExtension.title": "
|
|
72
|
-
"template.createProjectQuestion.projectType.copilotGroup.title": "
|
|
73
|
-
"template.createProjectQuestion.projectType.copilotHelp.detail": "
|
|
74
|
-
"template.createProjectQuestion.projectType.copilotHelp.label": "
|
|
75
|
-
"template.createProjectQuestion.projectType.createGroup.aiAgent": "
|
|
76
|
-
"template.createProjectQuestion.projectType.createGroup.m365Apps": "
|
|
77
|
-
"template.createProjectQuestion.projectType.customCopilot.detail": "
|
|
78
|
-
"template.createProjectQuestion.projectType.customCopilot.label": "
|
|
79
|
-
"template.createProjectQuestion.projectType.declarativeAgent.detail": "
|
|
80
|
-
"template.createProjectQuestion.projectType.declarativeAgent.label": "
|
|
81
|
-
"template.createProjectQuestion.projectType.officeAddin.detail": "
|
|
82
|
-
"template.createProjectQuestion.projectType.officeAddin.label": "Office
|
|
83
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "
|
|
84
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "
|
|
85
|
-
"template.importAddin.detail": "Upgrade
|
|
86
|
-
"template.importOfficeAddin.label": "Upgrade
|
|
87
|
-
"template.newCFShortcut.detail": "
|
|
88
|
-
"template.newCFShortcut.label": "
|
|
89
|
-
"template.newTaskpaneAddin.detail": "
|
|
90
|
-
"template.newTaskpaneAddin.label": "
|
|
46
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "Vytvořte deklarativního agenta s akcí nebo bez akce pomocí TypeSpec pro Microsoft 365 Copilot.",
|
|
47
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.label": "Začít s TypeSpec pro Microsoft 365 Copilot",
|
|
48
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Vytvoření akce z existujícího rozhraní API",
|
|
49
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Začněte s dokumentem popisu OpenAPI",
|
|
50
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Vytvoření akce pomocí nového rozhraní API z Azure Functions",
|
|
51
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Začít s novým rozhraním API",
|
|
52
|
+
"template.createProjectQuestion.capability.DAMetaOS.detail": "Vytvořit deklarativního agenta s akcí doplňku pro Office",
|
|
53
|
+
"template.createProjectQuestion.capability.DAMetaOS.label": "Začínáme s akcí doplňku pro Office",
|
|
54
|
+
"template.createProjectQuestion.createApiPlugin.title": "Vytvořit akci",
|
|
55
|
+
"template.createProjectQuestion.createGraphConnector.detail": "Vložte data vaší organizace, aby byla vyhledatelná v Microsoft 365 Copilotu.",
|
|
56
|
+
"template.createProjectQuestion.createGraphConnector.label": "Konektory Copilota",
|
|
57
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Vytvořit nového deklarativního agenta pomocí akcí doplňku pro Office",
|
|
58
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Nový deklarativní agent s akcemi doplňku pro Office",
|
|
59
|
+
"template.createProjectQuestion.DAMetaOS.capability.title": "Deklarativní agent ve funkcích metaOS",
|
|
60
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Rozšířit projekt doplňku na deklarativního agenta pomocí akcí doplňku",
|
|
61
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Rozšířit existující doplněk pro Office",
|
|
62
|
+
"template.createProjectQuestion.DAMetaOS.detail": "Vytvořit deklarativního agenta s akcí doplňku pro Office",
|
|
63
|
+
"template.createProjectQuestion.DAMetaOS.label": "Vytvořit deklarativního agenta pomocí akce doplňku pro Office",
|
|
64
|
+
"template.createProjectQuestion.declarativeCopilot.placeholder": "Přidání akce do deklarativního agenta",
|
|
65
|
+
"template.createProjectQuestion.declarativeCopilot.title": "Vytvořit deklarativního agenta",
|
|
66
|
+
"template.createProjectQuestion.mcpForDa.detail": "Vytvoření akcí z existujícího serveru MCP",
|
|
67
|
+
"template.createProjectQuestion.mcpForDa.label": "Začněte se serverem MCP",
|
|
68
|
+
"template.createProjectQuestion.noPlugin.detail": "Vytvořit pouze deklarativního agenta",
|
|
69
|
+
"template.createProjectQuestion.noPlugin.label": "Žádná akce",
|
|
70
|
+
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "Vyberte některou z možností.",
|
|
71
|
+
"template.createProjectQuestion.projectType.copilotExtension.title": "Funkce aplikace využívající agenty",
|
|
72
|
+
"template.createProjectQuestion.projectType.copilotGroup.title": "Použít GitHub Copilot",
|
|
73
|
+
"template.createProjectQuestion.projectType.copilotHelp.detail": "Chatujte s GitHub Copilotem a získejte podrobné pokyny k vývoji aplikace nebo agenta Microsoft 365 Copilota.",
|
|
74
|
+
"template.createProjectQuestion.projectType.copilotHelp.label": "Nevíte, jak začít? Použijte Copilot Chat na GitHubu",
|
|
75
|
+
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Agenti pro Microsoft 365 Copilot",
|
|
76
|
+
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Aplikace pro Microsoft 365",
|
|
77
|
+
"template.createProjectQuestion.projectType.customCopilot.detail": "Vytvořte inteligentního agenta, kde spravujete orchestraci a poskytujete svůj vlastní LLM.",
|
|
78
|
+
"template.createProjectQuestion.projectType.customCopilot.label": "Vlastní agent modulu",
|
|
79
|
+
"template.createProjectQuestion.projectType.declarativeAgent.detail": "Vytvořte si vlastního agenta tím, že deklarujete instrukce, akce a znalosti tak, aby vyhovovaly vašim potřebám.",
|
|
80
|
+
"template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativní agent",
|
|
81
|
+
"template.createProjectQuestion.projectType.officeAddin.detail": "Rozšiřte aplikace Office tak, aby pracovaly s obsahem v dokumentech Office a položkách Outlooku",
|
|
82
|
+
"template.createProjectQuestion.projectType.officeAddin.label": "Doplněk pro Office",
|
|
83
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Vytvořte agenta, chatovacího robota, webové stránky nebo jiné aplikace v Microsoft Teams pomocí sady Microsoft Teams SDK.",
|
|
84
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Agenti a aplikace Teams",
|
|
85
|
+
"template.importAddin.detail": "Upgrade projektu doplňků na nejnovější manifest aplikace a strukturu projektu",
|
|
86
|
+
"template.importOfficeAddin.label": "Upgrade existujícího doplňku pro Office",
|
|
87
|
+
"template.newCFShortcut.detail": "Doplněk podokna úloh s vlastní funkcí a klávesovou zkratkou",
|
|
88
|
+
"template.newCFShortcut.label": "Vlastní funkce a zástupce",
|
|
89
|
+
"template.newTaskpaneAddin.detail": "Umožňuje přizpůsobit pás karet pomocí tlačítka a vložit obsah do podokna úloh.",
|
|
90
|
+
"template.newTaskpaneAddin.label": "Podokno úloh"
|
|
91
91
|
}
|
|
@@ -30,62 +30,62 @@
|
|
|
30
30
|
"template.teams.rag.source.customize.label": "Anpassen",
|
|
31
31
|
"template.teams.rag.source.placeholder": "Wählen Sie eine Option zum Laden Ihrer Daten aus.",
|
|
32
32
|
"template.teams.title": "Teams-Agent oder -App mit dem Microsoft Teams SDK",
|
|
33
|
-
"template.createProjectQuestion.title": "
|
|
34
|
-
"template.createCapabilityQuestion.placeholder": "
|
|
35
|
-
"template.createProjectQuestion.addApiPlugin.placeholder": "
|
|
36
|
-
"template.createProjectQuestion.addGC.detail": "
|
|
37
|
-
"template.createProjectQuestion.addGC.label": "
|
|
38
|
-
"template.createProjectQuestion.addPlugin.detail": "
|
|
39
|
-
"template.createProjectQuestion.addPlugin.label": "
|
|
40
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "
|
|
41
|
-
"template.createProjectQuestion.apiMessageExtensionAuth.title": "
|
|
42
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "
|
|
43
|
-
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API
|
|
33
|
+
"template.createProjectQuestion.title": "Neues Projekt",
|
|
34
|
+
"template.createCapabilityQuestion.placeholder": "Funktion auswählen",
|
|
35
|
+
"template.createProjectQuestion.addApiPlugin.placeholder": "Auswählen, wie eine Aktion hinzugefügt werden soll",
|
|
36
|
+
"template.createProjectQuestion.addGC.detail": "Deklarativen Agent mit Copilot-Connector erstellen",
|
|
37
|
+
"template.createProjectQuestion.addGC.label": "Einen Copilot-Connector hinzufügen",
|
|
38
|
+
"template.createProjectQuestion.addPlugin.detail": "Deklarativen Agent mit einer Aktion erstellen",
|
|
39
|
+
"template.createProjectQuestion.addPlugin.label": "Aktion hinzufügen",
|
|
40
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Authentifizierungstyp auswählen",
|
|
41
|
+
"template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentifizierungstyp",
|
|
42
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.none": "Keine",
|
|
43
|
+
"template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API-Schlüssel",
|
|
44
44
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
|
|
45
45
|
"template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
|
|
46
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
47
|
-
"template.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
48
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "
|
|
49
|
-
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "
|
|
50
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "
|
|
51
|
-
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "
|
|
52
|
-
"template.createProjectQuestion.capability.DAMetaOS.detail": "
|
|
53
|
-
"template.createProjectQuestion.capability.DAMetaOS.label": "
|
|
54
|
-
"template.createProjectQuestion.createApiPlugin.title": "
|
|
55
|
-
"template.createProjectQuestion.createGraphConnector.detail": "
|
|
56
|
-
"template.createProjectQuestion.createGraphConnector.label": "Copilot
|
|
57
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "
|
|
58
|
-
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "
|
|
59
|
-
"template.createProjectQuestion.DAMetaOS.capability.title": "
|
|
60
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "
|
|
61
|
-
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "
|
|
62
|
-
"template.createProjectQuestion.DAMetaOS.detail": "
|
|
63
|
-
"template.createProjectQuestion.DAMetaOS.label": "
|
|
64
|
-
"template.createProjectQuestion.declarativeCopilot.placeholder": "
|
|
65
|
-
"template.createProjectQuestion.declarativeCopilot.title": "
|
|
66
|
-
"template.createProjectQuestion.mcpForDa.detail": "
|
|
67
|
-
"template.createProjectQuestion.mcpForDa.label": "
|
|
68
|
-
"template.createProjectQuestion.noPlugin.detail": "
|
|
69
|
-
"template.createProjectQuestion.noPlugin.label": "
|
|
70
|
-
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "
|
|
71
|
-
"template.createProjectQuestion.projectType.copilotExtension.title": "App
|
|
72
|
-
"template.createProjectQuestion.projectType.copilotGroup.title": "
|
|
73
|
-
"template.createProjectQuestion.projectType.copilotHelp.detail": "
|
|
74
|
-
"template.createProjectQuestion.projectType.copilotHelp.label": "
|
|
75
|
-
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents
|
|
76
|
-
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps
|
|
77
|
-
"template.createProjectQuestion.projectType.customCopilot.detail": "
|
|
78
|
-
"template.createProjectQuestion.projectType.customCopilot.label": "
|
|
79
|
-
"template.createProjectQuestion.projectType.declarativeAgent.detail": "
|
|
80
|
-
"template.createProjectQuestion.projectType.declarativeAgent.label": "
|
|
81
|
-
"template.createProjectQuestion.projectType.officeAddin.detail": "
|
|
82
|
-
"template.createProjectQuestion.projectType.officeAddin.label": "Office
|
|
83
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "
|
|
84
|
-
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams
|
|
85
|
-
"template.importAddin.detail": "Upgrade
|
|
86
|
-
"template.importOfficeAddin.label": "
|
|
87
|
-
"template.newCFShortcut.detail": "
|
|
88
|
-
"template.newCFShortcut.label": "
|
|
89
|
-
"template.newTaskpaneAddin.detail": "
|
|
90
|
-
"template.newTaskpaneAddin.label": "
|
|
46
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.detail": "Einen deklarativen Agent mit oder ohne Aktion mithilfe von TypeSpec für Microsoft 365 Copilot erstellen",
|
|
47
|
+
"template.createProjectQuestion.apiPlugin.typeSpec.label": "Mit TypeSpec für Microsoft 365 Copilot beginnen",
|
|
48
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Aktion aus Ihrer vorhandenen API erstellen",
|
|
49
|
+
"template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Mit einem OpenAPI-Beschreibungsdokument beginnen",
|
|
50
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Plug-In mit einer neuen API aus Azure Functions erstellen",
|
|
51
|
+
"template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Mit einer neuen API beginnen",
|
|
52
|
+
"template.createProjectQuestion.capability.DAMetaOS.detail": "Einen deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
|
|
53
|
+
"template.createProjectQuestion.capability.DAMetaOS.label": "Mit einer Office-Add-In-Aktion beginnen",
|
|
54
|
+
"template.createProjectQuestion.createApiPlugin.title": "Erstellen einer Aktion",
|
|
55
|
+
"template.createProjectQuestion.createGraphConnector.detail": "Unternehmensdaten einbinden, damit sie in Microsoft 365 Copilot durchsucht werden können",
|
|
56
|
+
"template.createProjectQuestion.createGraphConnector.label": "Copilot-Connectors",
|
|
57
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Neuen deklarativen Agent mit Office-Add-In-Aktionen erstellen",
|
|
58
|
+
"template.createProjectQuestion.DAMetaOS.capability.newProject.label": "Neuer deklarativer Agent mit Office-Add-In-Aktionen",
|
|
59
|
+
"template.createProjectQuestion.DAMetaOS.capability.title": "Deklarativer Agent in den MetaOS-Funktionen",
|
|
60
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Ein Add-In-Projekt um den deklarativen Agenten mit Add-In-Aktionen erweitern",
|
|
61
|
+
"template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Ein vorhandenes Office-Add-In erweitern",
|
|
62
|
+
"template.createProjectQuestion.DAMetaOS.detail": "Einen deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
|
|
63
|
+
"template.createProjectQuestion.DAMetaOS.label": "Deklarativen Agent mit einer Office-Add-In-Aktion erstellen",
|
|
64
|
+
"template.createProjectQuestion.declarativeCopilot.placeholder": "Aktion zu Ihrem deklarativen Agent hinzufügen",
|
|
65
|
+
"template.createProjectQuestion.declarativeCopilot.title": "Deklarativen Agent erstellen",
|
|
66
|
+
"template.createProjectQuestion.mcpForDa.detail": "Erstellen von Aktionen aus Ihrem vorhandenen MCP-Server",
|
|
67
|
+
"template.createProjectQuestion.mcpForDa.label": "Starten mit einem MCP-Server",
|
|
68
|
+
"template.createProjectQuestion.noPlugin.detail": "Nur deklarativen Agent erstellen",
|
|
69
|
+
"template.createProjectQuestion.noPlugin.label": "Keine Aktion",
|
|
70
|
+
"template.createProjectQuestion.projectType.copilotExtension.placeholder": "Eine Option auswählen",
|
|
71
|
+
"template.createProjectQuestion.projectType.copilotExtension.title": "App-Features mithilfe von Agents",
|
|
72
|
+
"template.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot verwenden",
|
|
73
|
+
"template.createProjectQuestion.projectType.copilotHelp.detail": "Chatten Sie mit GitHub Copilot, und erhalten Sie schrittweise Anleitungen zum Entwickeln Ihrer App oder eines Microsoft 365 Copilot-Agent.",
|
|
74
|
+
"template.createProjectQuestion.projectType.copilotHelp.label": "Keine Ahnung, wie Sie beginnen sollen? Nutzen Sie GitHub Copilot Chat",
|
|
75
|
+
"template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents für Microsoft 365 Copilot",
|
|
76
|
+
"template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps für Microsoft 365",
|
|
77
|
+
"template.createProjectQuestion.projectType.customCopilot.detail": "Erstellen eines intelligenten Agent, bei dem Sie die Orchestrierung verwalten und Ihr eigenes LLM bereitstellen",
|
|
78
|
+
"template.createProjectQuestion.projectType.customCopilot.label": "Benutzerdefinierter Engine-Agent",
|
|
79
|
+
"template.createProjectQuestion.projectType.declarativeAgent.detail": "Erstellen Sie Ihren eigenen Agent, indem Sie Anweisungen, Aktionen und Wissen festlegen, die auf Ihre Bedürfnisse zugeschnitten sind.",
|
|
80
|
+
"template.createProjectQuestion.projectType.declarativeAgent.label": "Deklarativer Agent",
|
|
81
|
+
"template.createProjectQuestion.projectType.officeAddin.detail": "Erweitern Sie Office-Anwendungen, damit sie mit Inhalten in Office-Dokumenten und Outlook-Elementen interagieren können.",
|
|
82
|
+
"template.createProjectQuestion.projectType.officeAddin.label": "Office-Add-In",
|
|
83
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "In Microsoft Teams Agent, Chatbot, Webseiten oder andere Apps in Microsoft Teams mithilfe von Microsoft Teams SDK erstellen.",
|
|
84
|
+
"template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams-Agents und -Apps",
|
|
85
|
+
"template.importAddin.detail": "Upgrade und Hinzufügen eines Add-In-Projekts zur neuesten App-Manifest- und Projektstruktur",
|
|
86
|
+
"template.importOfficeAddin.label": "Ein vorhandenes Office-Add-In aktualisieren",
|
|
87
|
+
"template.newCFShortcut.detail": "Aufgabenbereich-Add-In mit benutzerdefinierter Funktion und Verknüpfung",
|
|
88
|
+
"template.newCFShortcut.label": "Benutzerdefinierte Funktion und Verknüpfung",
|
|
89
|
+
"template.newTaskpaneAddin.detail": "Anpassen des Menübands mit einer Schaltfläche und Einbetten von Inhalten in den Aufgabenbereich",
|
|
90
|
+
"template.newTaskpaneAddin.label": "Taskbereich"
|
|
91
91
|
}
|