@microsoft/teamsfx-core 3.0.4-beta.2025070907.0 → 3.0.4-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.
- package/build/client/teamsDevPortalClient.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/daSpecParser.js +1 -1
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts +0 -1
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +1 -14
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/templates-config.json +7 -9
- package/build/common/tools.d.ts +0 -4
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +1 -58
- package/build/common/tools.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +1 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +1 -9
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +0 -1
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/constants.d.ts +1 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +1 -0
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +29 -12
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/constant/message.d.ts +11 -44
- package/build/component/deps-checker/constant/message.d.ts.map +1 -1
- package/build/component/deps-checker/constant/message.js +13 -48
- package/build/component/deps-checker/constant/message.js.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js +1 -4
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +2 -5
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +11 -17
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/deps-checker/util/fileHelper.d.ts +2 -2
- package/build/component/deps-checker/util/fileHelper.d.ts.map +1 -1
- package/build/component/deps-checker/util/fileHelper.js +9 -3
- package/build/component/deps-checker/util/fileHelper.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +3 -5
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +12 -10
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +89 -165
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +0 -3
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/generator/defaultGenerator.d.ts.map +1 -1
- package/build/component/generator/defaultGenerator.js +5 -6
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/generator.js +2 -2
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +1 -2
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +1 -1
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +5 -44
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/templates/metadata/tab.js +4 -4
- package/build/component/generator/templates/metadata/tab.js.map +1 -1
- package/build/component/generator/templates/metadata/vs.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/vs.js +12 -0
- package/build/component/generator/templates/metadata/vs.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +3 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +3 -1
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +2 -2
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +3 -3
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +6 -23
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +1 -1
- package/build/component/resource/botService/errors.d.ts.map +1 -1
- package/build/component/resource/botService/errors.js +2 -2
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.d.ts +1 -1
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +1 -6
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +1 -4
- package/build/core/FxCore.js.map +1 -1
- package/build/error/depCheck.d.ts +1 -4
- package/build/error/depCheck.d.ts.map +1 -1
- package/build/error/depCheck.js +2 -2
- package/build/error/depCheck.js.map +1 -1
- package/build/question/generator.js +0 -2
- package/build/question/generator.js.map +1 -1
- package/build/question/inputs/index.d.ts +0 -1
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +0 -1
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/options/index.d.ts +0 -1
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +0 -1
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.js +1 -1
- package/build/question/other.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +11 -0
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +9 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +57 -68
- package/resource/package.nls.de.json +57 -68
- package/resource/package.nls.es.json +57 -68
- package/resource/package.nls.fr.json +57 -68
- package/resource/package.nls.it.json +57 -68
- package/resource/package.nls.ja.json +57 -68
- package/resource/package.nls.json +9 -2
- package/resource/package.nls.ko.json +57 -68
- package/resource/package.nls.pl.json +57 -68
- package/resource/package.nls.pt-BR.json +57 -68
- package/resource/package.nls.ru.json +57 -68
- package/resource/package.nls.tr.json +57 -68
- package/resource/package.nls.zh-Hans.json +57 -68
- package/resource/package.nls.zh-Hant.json +57 -68
- package/resource/yaml-schema/yaml.schema.json +2 -2
- 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/plugins/resource/aad/auth/bot/js/public/auth-end.html +49 -60
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +49 -60
- package/build/question/inputs/RegeneratePluginInputs.d.ts +0 -16
- package/build/question/inputs/RegeneratePluginInputs.d.ts.map +0 -1
- package/build/question/inputs/RegeneratePluginInputs.js +0 -5
- package/build/question/inputs/RegeneratePluginInputs.js.map +0 -1
- package/build/question/options/RegeneratePluginOptions.d.ts +0 -10
- package/build/question/options/RegeneratePluginOptions.d.ts.map +0 -1
- package/build/question/options/RegeneratePluginOptions.js +0 -28
- package/build/question/options/RegeneratePluginOptions.js.map +0 -1
- package/resource/yaml-schema/v1.9/yaml.schema.json +0 -2107
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "Microsoft 365 Agents Toolkit는 사용자가 제공한 새 OpenAPI 문서를 기반으로 \"%s\" 폴더 및 \"%s\"의 파일을 수정합니다. 예기치 않은 변경 내용이 손실되지 않도록 하려면 계속하기 전에 파일을 백업하거나 변경 내용 추적에 git을 사용합니다.",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "Microsoft 365 Agents Toolkit는 사용자가 제공한 새 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 Agents Toolkit는 사용자가 제공한 기능 원본에 따라 \"%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 Storage 계정에 대한 권한이 있는지 확인합니다.",
|
|
136
136
|
"plugins.frontend.checkSystemTimeTip": "시스템 시간이 잘못되어 자격 증명이 만료될 수 있습니다. 시스템 시간이 올바른지 확인하세요.",
|
|
137
137
|
"suggestions.retryTheCurrentStep": "현재 단계를 다시 시도하세요.",
|
|
138
|
-
"plugins.appstudio.buildSucceedNotice": "
|
|
139
|
-
"plugins.appstudio.buildSucceedNotice.fallback": "
|
|
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": "%s, %s, 요청 경로: %s 개발자 포털 API를 호출할 수 없습니다.",
|
|
197
197
|
"error.appstudio.publishFailed": "ID가 %s인 앱을 게시할 수 없습니다.",
|
|
198
|
-
"error.appstudio.buildError": "
|
|
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
|
|
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": "
|
|
314
|
-
"core.createProjectQuestion.projectType.agentForTeams.title": "
|
|
315
|
-
"core.createProjectQuestion.projectType.teamsApp.label": "Teams
|
|
316
|
-
"core.createProjectQuestion.projectType.teamsApp.detail": "
|
|
317
|
-
"core.createProjectQuestion.projectType.teamsApp.title": "
|
|
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": "
|
|
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
|
|
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": "
|
|
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
|
|
358
|
-
"core.createProjectQuestion.capability.weatherAgentOption.label": "
|
|
359
|
-
"core.createProjectQuestion.capability.weatherAgentOption.detail": "
|
|
360
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "
|
|
361
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "
|
|
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": "
|
|
365
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "
|
|
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
|
|
390
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "
|
|
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.
|
|
448
|
-
"core.createProjectQuestion.
|
|
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": "
|
|
468
|
-
"core.regenerateQuestion.actionNotFound": "
|
|
469
|
-
"core.regenerateQuestion.specNotFound": "
|
|
470
|
-
"core.regenerateQuestion.originalSpecNotFound": "
|
|
471
|
-
"core.regenerateQuestion.selectPluginManifestTitle": "
|
|
472
|
-
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI
|
|
473
|
-
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "
|
|
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 AI 라이브러리 및 OpenAI 도우미 API를 사용하는 Teams의 사용자 지정 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": "
|
|
510
|
-
"core.regeneratePlugin.success.vsc": "
|
|
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
|
|
550
|
-
"core.GCSelectOptions.listOption.title": "Select existing Copilot
|
|
551
|
-
"core.GCSelectOptions.listOption.description": "List all existing Copilot
|
|
552
|
-
"core.GCSelectOptions.inputOption.title": "Enter a Copilot
|
|
553
|
-
"core.GCSelectOptions.inputOption.description": "Enter a Copilot
|
|
554
|
-
"core.GCListQuestion.title": "Select one or more Copilot
|
|
555
|
-
"core.GCListQuestion.placeholder": "List all existing Copilot
|
|
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
|
|
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
|
|
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
|
|
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
|
|
569
|
-
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot
|
|
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": "Single Sign On 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": "
|
|
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": "
|
|
919
|
+
"error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
|
|
931
920
|
"error.yaml.InvalidYamlSchemaError": "%s yaml 파일을 구문 분석할 수 없습니다. yaml 파일을 열어 자세한 오류 내용을 확인하세요.",
|
|
932
921
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "yaml을 구문 분석 할 수 없음: %s. 원인: %s yaml 파일을 검토하거나 최신 Microsoft 365 Agents Toolkit로 업그레이드하세요.",
|
|
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
|
|
1083
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
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 ms",
|
|
1106
1095
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS가 %s에 설치되어 있습니다.",
|
|
1107
1096
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS가 시스템 환경에 이미 설치되어 있습니다.",
|
|
1108
|
-
"driver.typeSpec.compile.reprovision": "
|
|
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
|
|
1111
|
-
"error.kiotaClient.EmptyResult": "
|
|
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": "Zestaw narzędzi agentów platformy Microsoft 365 zmodyfikuje pliki w folderze „%s” i „%s” na podstawie nowego dostarczonego dokumentu OpenAPI. Aby uniknąć utraty nieoczekiwanych zmian, przed kontynuowaniem utwórz kopię zapasową plików lub użyj systemu Git do śledzenia zmian.",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "Zestaw narzędzi agentów platformy Microsoft 365 zmodyfikuje pliki w folderze „%s”, „%s” i „%s” na podstawie nowego dostarczonego dokumentu OpenAPI. Aby uniknąć utraty nieoczekiwanych zmian, przed kontynuowaniem utwórz kopię zapasową plików lub użyj systemu Git do śledzenia zmian.",
|
|
5
5
|
"core.addApi.continue": "Dodaj",
|
|
6
|
-
"core.regenerateApi.continue": "
|
|
6
|
+
"core.regenerateApi.continue": "Regenerate",
|
|
7
7
|
"core.addKnowledge.confirm": "Zestaw narzędzi agentów platformy Microsoft 365 zmodyfikuje pliki w folderze „%s” na podstawie podanego źródła możliwości. Aby uniknąć utraty nieoczekiwanych zmian, przed kontynuowaniem utwórz kopię zapasową plików lub użyj systemu Git do śledzenia zmian.",
|
|
8
8
|
"core.addKnowledge.continue": "Dodaj",
|
|
9
9
|
"core.setSensitivityLabel.confirm": "Zestaw narzędzi Teams zmodyfikuje plik „%s” na podstawie podanej etykiety poufności. Aby uniknąć utraty nieoczekiwanych zmian, przed kontynuowaniem utwórz kopię zapasową plików lub użyj systemu Git do śledzenia zmian.",
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
"plugins.frontend.checkStoragePermissionsTip": "Sprawdź, czy masz uprawnienia do konta usługi Azure Storage.",
|
|
136
136
|
"plugins.frontend.checkSystemTimeTip": "Niepoprawny czas systemowy może prowadzić do wygaśnięcia poświadczeń. Upewnij się, że czas systemowy jest poprawny.",
|
|
137
137
|
"suggestions.retryTheCurrentStep": "Spróbuj ponownie wykonać bieżący krok.",
|
|
138
|
-
"plugins.appstudio.buildSucceedNotice": "
|
|
139
|
-
"plugins.appstudio.buildSucceedNotice.fallback": "
|
|
138
|
+
"plugins.appstudio.buildSucceedNotice": "Pakiet Teams został pomyślnie skompilowany pod [adresem lokalnym](%s).",
|
|
139
|
+
"plugins.appstudio.buildSucceedNotice.fallback": "Pakiet usługi Teams został pomyślnie skompilowany w %s.",
|
|
140
140
|
"plugins.appstudio.createPackage.progressBar.message": "Trwa tworzenie pakietu aplikacji...",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "Static_template w %s dla %s funkcji ma nieprawidłową właściwość pliku. Zostanie on usunięty i zignorowany.",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "Static_template w %s dla funkcji %s ma zarówno plik, jak i inne właściwości. Zawartość pliku zastąpi wszystkie właściwości.",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"error.appstudio.apiFailed.name.common": "Niepowodzenie interfejsu API",
|
|
196
196
|
"error.appstudio.authServiceApiFailed": "Nie można wywołać interfejsu API w portalu deweloperów: %s, %s, ścieżka żądania: %s",
|
|
197
197
|
"error.appstudio.publishFailed": "Nie można opublikować aplikacji o identyfikatorze %s.",
|
|
198
|
-
"error.appstudio.buildError": "
|
|
198
|
+
"error.appstudio.buildError": "Nie można utworzyć pakietu Teams!",
|
|
199
199
|
"error.appstudio.checkPermissionFailed": "Nie można sprawdzić uprawnienia. Przyczyna: %s",
|
|
200
200
|
"error.appstudio.grantPermissionFailed": "Nie można udzielić uprawnienia. Przyczyna: %s",
|
|
201
201
|
"error.appstudio.listCollaboratorFailed": "Nie można wyświetlić listy współpracowników. Przyczyna: %s",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "Ograniczania ryzyka %s: nie jest wymagane, identyfikator operationId został wygenerowany automatycznie i dodany do pliku „%s”.",
|
|
293
293
|
"core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "Identyfikator operacji '%s' w dokumencie opisu Interfejsu OpenAPI zawiera znaki specjalne i zmieniono jego nazwę na '%s'.",
|
|
294
294
|
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "Dokument opisu interfejsu OpenAPI znajduje się w programie Swagger w wersji 2.0. Ograniczanie ryzyka: nie jest wymagane. Zawartość została przekonwertowana na interfejs OpenAPI 3.0 i zapisana w „%s”.",
|
|
295
|
-
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "
|
|
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": "Maksymalna liczba znaków dla wartości „%s” to %s. ",
|
|
297
297
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Brak pełnego opisu. ",
|
|
298
298
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Ograniczanie ryzyka: zaktualizuj pole „%s” w „%s”.",
|
|
@@ -309,12 +309,12 @@
|
|
|
309
309
|
"core.createProjectQuestion.option.description.worksInOutlook": "Działa w aplikacjach Teams i Outlook",
|
|
310
310
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Działa w aplikacjach Teams, Outlook i Microsoft 365",
|
|
311
311
|
"core.createProjectQuestion.projectType.bot.detail": "Twórz błyskawiczne, atrakcyjne środowiska czatu, które bezproblemowo automatyzują zadania",
|
|
312
|
-
"core.createProjectQuestion.projectType.agentForTeams.label": "Agent
|
|
313
|
-
"core.createProjectQuestion.projectType.agentForTeams.detail": "
|
|
314
|
-
"core.createProjectQuestion.projectType.agentForTeams.title": "Agent
|
|
315
|
-
"core.createProjectQuestion.projectType.teamsApp.label": "
|
|
316
|
-
"core.createProjectQuestion.projectType.teamsApp.detail": "
|
|
317
|
-
"core.createProjectQuestion.projectType.teamsApp.title": "
|
|
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": "Funkcje aplikacji używające bota",
|
|
320
320
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Wyszukaj i podejmij działania z pola wprowadzania tekstu w aplikacji Teams i programie Outlook",
|
|
@@ -328,20 +328,20 @@
|
|
|
328
328
|
"core.createProjectQuestion.projectType.tab.title": "Funkcje aplikacji używające karty",
|
|
329
329
|
"core.createProjectQuestion.projectType.copilotExtension.title": "Funkcje aplikacji używające agentów",
|
|
330
330
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Wybierz opcję",
|
|
331
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "
|
|
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": "Agent aparatu niestandardowego",
|
|
333
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "
|
|
333
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Microsoft 365 Agents SDK",
|
|
334
334
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Wybierz opcję",
|
|
335
335
|
"core.createProjectQuestion.projectType.copilotHelp.label": "Nie wiesz, jak rozpocząć? Użyj czatu GitHub Copilot",
|
|
336
336
|
"core.createProjectQuestion.projectType.copilotHelp.detail": "Czatuj z narzędziem GitHub Copilot i uzyskaj szczegółowe instrukcje dotyczące tworzenia aplikacji lub agenta funkcji Microsoft 365 Copilot.",
|
|
337
337
|
"core.createProjectQuestion.projectType.copilotGroup.title": "Użyj GitHub Copilot",
|
|
338
|
-
"core.createProjectQuestion.projectType.createGroup.aiAgent": "
|
|
338
|
+
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
|
|
339
339
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Aplikacje dla Microsoft 365",
|
|
340
340
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "Agent deklaratywny",
|
|
341
341
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "Utwórz własnego agenta, deklarując instrukcje, akcje i wiedzę zgodnie ze swoimi potrzebami.",
|
|
342
342
|
"core.createProjectQuestion.title": "Nowy projekt",
|
|
343
343
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Zacznij od bota",
|
|
344
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "
|
|
344
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Utwórz rozszerzenie wiadomości przy użyciu Bot Framework",
|
|
345
345
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Rozpocznij od nowego interfejsu API",
|
|
346
346
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Utwórz akcję przy użyciu nowego interfejsu API z poziomu usługi Azure Functions",
|
|
347
347
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Tworzenie rozszerzenia wiadomości przy użyciu nowego interfejsu API z poziomu usługi Azure Functions",
|
|
@@ -353,16 +353,16 @@
|
|
|
353
353
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "Wprowadź tekst do wyszukania w dokumencie opisu OpenAPI",
|
|
354
354
|
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "Wybierz dokument opisu interfejsu OpenAPI",
|
|
355
355
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Tworzenie rozszerzenia wiadomości na podstawie istniejącego interfejsu API",
|
|
356
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "
|
|
357
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "
|
|
358
|
-
"core.createProjectQuestion.capability.weatherAgentOption.label": "Agent
|
|
359
|
-
"core.createProjectQuestion.capability.weatherAgentOption.detail": "
|
|
360
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Agent
|
|
361
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent
|
|
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": "Porozmawiaj ze swoimi danymi",
|
|
363
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent
|
|
364
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent
|
|
365
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent
|
|
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": "Dostosuj",
|
|
367
367
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Zdecyduj, jak załadować dane",
|
|
368
368
|
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Wyszukiwanie AI platformy Azure",
|
|
@@ -386,12 +386,10 @@
|
|
|
386
386
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Wyszukaj informacje o uziemieniach w sieci Web.",
|
|
387
387
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive i SharePoint",
|
|
388
388
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "Wyszukaj informacje o uziemienia w programie SharePoint i usłudze OneDrive użytkownika.",
|
|
389
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot
|
|
390
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "
|
|
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": "Osadzona wiedza",
|
|
392
392
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "Osadź pliki bezpośrednio jako informacje uziemienia.",
|
|
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": "Zawartość usługi OneDrive lub SharePoint",
|
|
396
394
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "Wprowadź adres URL do usługi OneDrive lub SharePoint",
|
|
397
395
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "Nie można zweryfikować adresu URL usługi OneDrive/SharePoint: %s",
|
|
@@ -444,17 +442,8 @@
|
|
|
444
442
|
"core.createProjectQuestion.noPlugin.detail": "Utwórz tylko agenta deklaracyjnego",
|
|
445
443
|
"core.createProjectQuestion.addPlugin.label": "Dodaj akcję",
|
|
446
444
|
"core.createProjectQuestion.addPlugin.detail": "Utwórz agenta deklaratywnego z akcją",
|
|
447
|
-
"core.createProjectQuestion.
|
|
448
|
-
"core.createProjectQuestion.
|
|
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": "Osadź dane organizacji w celu ułatwienia ich wyszukiwania w funkcji 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": "Importuj plik manifestu",
|
|
459
448
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Importowanie dokumentu opisu interfejsu OpenAPI",
|
|
460
449
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Wybierz plik manifestu akcji",
|
|
@@ -464,13 +453,13 @@
|
|
|
464
453
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Znaleziono wiele dokumentów opisu Interfejsu OpenAPI: \"%s\".",
|
|
465
454
|
"core.createProjectQuestion.addKnowledge.title": "Dodaj możliwość",
|
|
466
455
|
"core.createProjectQuestion.addKnowledge.placeholder": "Wybierz źródło możliwości jako informacje o uziemieniu dla agenta deklaratywnego",
|
|
467
|
-
"core.regenerateQuestion.declarativeAgentPathNotFound": "
|
|
468
|
-
"core.regenerateQuestion.actionNotFound": "
|
|
469
|
-
"core.regenerateQuestion.specNotFound": "
|
|
470
|
-
"core.regenerateQuestion.originalSpecNotFound": "
|
|
471
|
-
"core.regenerateQuestion.selectPluginManifestTitle": "
|
|
472
|
-
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "
|
|
473
|
-
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "
|
|
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": "Bot agenta AI",
|
|
475
464
|
"core.aiAssistantBotOption.detail": "Niestandardowy czatbot AI w usłudze Teams korzystający z biblioteki AI usługi Teams i interfejsu API asystentów usługi OpenAI",
|
|
476
465
|
"core.aiBotOption.label": "Czatbot AI",
|
|
@@ -506,9 +495,9 @@
|
|
|
506
495
|
"core.addPlugin.success.vsc": "Akcja \"%s\" została pomyślnie dodana do projektu.",
|
|
507
496
|
"core.addPlugin.success": "Wtyczka interfejsu API \"%s\" pomyślnie dodana do projektu. Wyświetl manifest wtyczki w \"%s\".",
|
|
508
497
|
"core.addPlugin.success.viewPluginManifest": "Wyświetl manifest akcji",
|
|
509
|
-
"core.regeneratePlugin.success": "
|
|
510
|
-
"core.regeneratePlugin.success.vsc": "
|
|
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": "Źródło możliwości zostało pomyślnie dodane do projektu.",
|
|
513
502
|
"core.addKnowledge.success": "Źródło możliwości zostało pomyślnie dodane do projektu. Wyświetl manifest agenta w „%s”.",
|
|
514
503
|
"core.addKnowledge.success.viewAgentManifest": "Wyświetl manifest agenta",
|
|
@@ -546,27 +535,27 @@
|
|
|
546
535
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Zweryfikuj aplikację przed opublikowaniem aplikacji w sklepie Teams",
|
|
547
536
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "Zweryfikuj wszystkie przypadki testów integracji przed opublikowaniem",
|
|
548
537
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Kompleksowe testy zapewniające gotowość",
|
|
549
|
-
"core.GCSelectQuestion.title": "Copilot
|
|
550
|
-
"core.GCSelectOptions.listOption.title": "Select existing Copilot
|
|
551
|
-
"core.GCSelectOptions.listOption.description": "List all existing Copilot
|
|
552
|
-
"core.GCSelectOptions.inputOption.title": "Enter a Copilot
|
|
553
|
-
"core.GCSelectOptions.inputOption.description": "Enter a Copilot
|
|
554
|
-
"core.GCListQuestion.title": "Select one or more Copilot
|
|
555
|
-
"core.GCListQuestion.placeholder": "List all existing Copilot
|
|
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": "Identyfikator połączenia",
|
|
557
546
|
"core.GCListQuestion.invalidMessage": "Wybrane interfejsy API: %s. Należy wybrać co najmniej jeden interfejs API.",
|
|
558
547
|
"core.GCNameQuestion.title": "Dodaj nazwę łącznika",
|
|
559
|
-
"core.GCNameQuestion.placeholder": "Create a name for Copilot
|
|
548
|
+
"core.GCNameQuestion.placeholder": "Create a name for Copilot Connector",
|
|
560
549
|
"core.GCConnectionIdQuestion.title": "Dodawanie identyfikatora połączenia",
|
|
561
|
-
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot
|
|
550
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot Connector",
|
|
562
551
|
"core.GCConnectionIdQuestion.validation.pattern": "Identyfikator łącznika może zawierać tylko znaki alfanumeryczne.",
|
|
563
552
|
"core.GCConnectionIdQuestion.validation.specialBeginner": "Identyfikator połączenia nie powinien rozpoczynać się od %s.",
|
|
564
553
|
"core.GCConnectionIdQuestion.validation.minlength": "Identyfikator połączenia jest krótszy niż 3 znaki.",
|
|
565
554
|
"core.GCConnectionIdQuestion.validation.maxlength": "Identyfikator połączenia jest dłuższy niż 32 znaki.",
|
|
566
|
-
"core.GCList.insufficientPermission": "To list Copilot
|
|
555
|
+
"core.GCList.insufficientPermission": "To list Copilot Connectors, you need org's Microsoft 365 tenant admin permissions.",
|
|
567
556
|
"core.confirmManifestQuestion.placeholder": "Potwierdź, że wybrano poprawny plik manifestu",
|
|
568
|
-
"core.createProjectQuestion.addGC.label": "Add a Copilot
|
|
569
|
-
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot
|
|
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": "Aplikacja Microsoft Entra",
|
|
571
560
|
"core.aadAppQuestion.description": "Aplikacja Microsoft Entra dla Logowanie jednokrotne",
|
|
572
561
|
"core.convertAadToNewSchema.continue": "Kontynuuj",
|
|
@@ -627,7 +616,7 @@
|
|
|
627
616
|
"core.common.SendingApiRequest": "Wysyłanie żądania interfejsu API: %s. Treść żądania: %s",
|
|
628
617
|
"core.common.ReceiveApiResponse": "Odebrano odpowiedź interfejsu API: %s.",
|
|
629
618
|
"core.common.shareToUser.success": "Pomyślnie udostępniono aplikację użytkownikom: %s.",
|
|
630
|
-
"core.common.removeShareAccess.success": "
|
|
619
|
+
"core.common.removeShareAccess.success": "Shared app access removed from the users: %s.",
|
|
631
620
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" jest nieprawidłowym plikiem. Obsługiwany format: %s.",
|
|
632
621
|
"core.envFunc.unsupportedFile.errorMessage": "Nieprawidłowy plik. %s",
|
|
633
622
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" jest nieprawidłową funkcją. Obsługiwana funkcja: \"%s\".",
|
|
@@ -927,7 +916,7 @@
|
|
|
927
916
|
"driver.devChannel.install.description": "Zainstaluj aplikację w kanale w trybie piaskownicy.",
|
|
928
917
|
"driver.devChannel.install.progress.message": "Trwa instalowanie aplikacji...",
|
|
929
918
|
"driver.devChannel.install.summary.exists": "Aplikacja „%s” jest już zainstalowana w zespole „%s”. Zostanie ona teraz zaktualizowana do najnowszej wersji.",
|
|
930
|
-
"error.installApp.outsideSandbox": "
|
|
919
|
+
"error.installApp.outsideSandbox": "Unable to install app outside sandboxed Team. Please update TEAM_ID and CHANNEL_ID.",
|
|
931
920
|
"error.yaml.InvalidYamlSchemaError": "Nie można przeanalizować pliku YAML: %s. Otwórz plik YAML, aby uzyskać szczegółowe informacje o błędach.",
|
|
932
921
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "Nie można przeanalizować pliku YAML: %s. Przyczyna: %s przejrzyj plik YAML lub uaktualnij do najnowszego zestawu narzędzi agentów platformy Microsoft 365.",
|
|
933
922
|
"error.yaml.VersionNotSupported": "wersja %s nie jest obsługiwana. Obsługiwane wersje: %s.",
|
|
@@ -1079,8 +1068,8 @@
|
|
|
1079
1068
|
"core.addKnowledgeQuestion.searchType.title": "Wybierz typ wyszukiwania",
|
|
1080
1069
|
"core.addKnowledgeQuestion.searchType.web": "Wyszukaj całą zawartość w sieci Web",
|
|
1081
1070
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "Wyszukaj całą zawartość w swojej organizacji",
|
|
1082
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
1083
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
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": "Wyszukaj według adresu URL",
|
|
1085
1074
|
"driver.typeSpec.compile.start": "Wykonywanie akcji %s",
|
|
1086
1075
|
"driver.typespec.error.noSpecError": "Nie znaleziono specyfikacji interfejsu OpenApi. Upewnij się, że pliki TypeSpec są prawidłowe, i spróbuj ponownie.",
|
|
@@ -1105,8 +1094,8 @@
|
|
|
1105
1094
|
"action.devTool.nodeInstaller.SuccessExtract": "Pomyślnie wyodrębniono pakiet NodeJS do ścieżki: %s, czas: %s ms",
|
|
1106
1095
|
"action.devTool.nodeInstaller.Summary.installInPath": "Środowisko NodeJS jest zainstalowane pod adresem: %s.",
|
|
1107
1096
|
"action.devTool.nodeInstaller.Summary.installInSystem": "Środowisko NodeJS jest już zainstalowane w środowisku systemowym.",
|
|
1108
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1097
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. Rerun the provision process to account for these changes",
|
|
1109
1098
|
"error.kiota.KiotaGeneratePluginError": "Nie można wygenerować pliku manifestu wtyczki przy użyciu narzędzia Kiota. Błąd: %s",
|
|
1110
|
-
"error.daSpecParser.InvalidSpecError": "
|
|
1111
|
-
"error.kiotaClient.EmptyResult": "
|
|
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
|
}
|