@microsoft/teamsfx-core 3.0.0-alpha.e2e4e5205.0 → 3.0.0-alpha.e3f6ce706.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/graphClient.d.ts +6 -1
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +49 -18
- package/build/client/graphClient.js.map +1 -1
- package/build/common/daSpecParser.d.ts +1 -1
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +44 -21
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +3 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +5 -6
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +4 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +29 -29
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +1 -2
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
- package/build/component/generator/combinedProject/generator.js +1 -1
- package/build/component/generator/combinedProject/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +4 -3
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +10 -0
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -2
- package/build/component/migrate.js.map +1 -1
- package/build/core/FxCore.d.ts +6 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +106 -4
- package/build/core/FxCore.js.map +1 -1
- package/build/core/middleware/retry.d.ts +3 -0
- package/build/core/middleware/retry.d.ts.map +1 -0
- package/build/core/middleware/retry.js +30 -0
- package/build/core/middleware/retry.js.map +1 -0
- package/build/error/common.d.ts +15 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +57 -1
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +17 -4
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +2 -206
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +6 -683
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +4 -9
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +159 -555
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -1
- package/build/question/index.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +16 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +131 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +137 -0
- package/build/question/questionNames.js.map +1 -0
- 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 +14 -6
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +6 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +43 -14
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +4 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +15 -11
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/agentForTeamsNode.js +11 -11
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +11 -45
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +26 -11
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +16 -22
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +14 -14
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -4
- package/resource/package.nls.cs.json +87 -81
- package/resource/package.nls.de.json +87 -81
- package/resource/package.nls.es.json +87 -81
- package/resource/package.nls.fr.json +87 -81
- package/resource/package.nls.it.json +87 -81
- package/resource/package.nls.ja.json +87 -81
- package/resource/package.nls.json +13 -12
- package/resource/package.nls.ko.json +87 -81
- package/resource/package.nls.pl.json +79 -73
- package/resource/package.nls.pt-BR.json +87 -81
- package/resource/package.nls.ru.json +152 -146
- package/resource/package.nls.tr.json +87 -81
- package/resource/package.nls.zh-Hans.json +79 -73
- package/resource/package.nls.zh-Hant.json +87 -81
- 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/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"core.addApi.continue": "추가",
|
|
6
6
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
7
7
|
"core.addKnowledge.continue": "추가",
|
|
8
|
-
"core.setSensitivityLabel.confirm": "Teams
|
|
9
|
-
"core.setSensitivityLabel.continue": "
|
|
8
|
+
"core.setSensitivityLabel.confirm": "Teams 도구 키트는 사용자가 제공한 민감도 레이블에 따라 \"%s\" 파일을 수정합니다. 예기치 않은 변경 내용의 손실을 방지하려면 진행하기 전에 파일을 백업하거나 변경 내용 추적을 위해 git을 사용하세요.",
|
|
9
|
+
"core.setSensitivityLabel.continue": "설정",
|
|
10
10
|
"core.provision.provision": "프로비전",
|
|
11
11
|
"core.provision.learnMore": "자세한 정보",
|
|
12
12
|
"core.provision.azureAccount": "Azure 계정: %s",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json이 잘못되었습니다.",
|
|
44
44
|
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Microsoft 365 Agents Toolkit. Please try Microsoft 365 Agents Toolkit by creating a new project",
|
|
45
45
|
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
46
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
46
|
+
"core.projectVersionChecker.cliUseNewVersion": "The existing Microsoft 365 Agents Toolkit CLI version doesn't support current project. Upgrade to the latest version using below command:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
47
47
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
|
|
48
|
-
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature -
|
|
48
|
+
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - app Configuration Improvements. You can turn on the preview feature to continue.",
|
|
49
49
|
"core.deployArmTemplates.ActionSuccess": "ARM 템플릿을 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
|
|
50
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
50
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
|
|
51
51
|
"core.collaboration.GrantingPermission": "권한 부여 중",
|
|
52
52
|
"core.collaboration.EmailCannotBeEmptyOrSame": "공동 작업자의 전자 메일을 제공하고 현재 사용자의 전자 메일이 아닌지 확인하세요.",
|
|
53
53
|
"core.collaboration.CannotFindUserInCurrentTenant": "현재 테넌트에서 사용자를 찾을 수 없습니다. 올바른 전자 메일 주소 제공",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"core.collaboration.GrantPermissionResourceId": ", 리소스 ID: ",
|
|
60
60
|
"core.collaboration.ListingM365Permission": "Microsoft 365 권한 나열\n",
|
|
61
61
|
"core.collaboration.AccountUsedToCheck": "확인하는 데 사용할 계정: ",
|
|
62
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "\
|
|
62
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
63
63
|
"core.collaboration.StartingListAllAadAppOwners": "\n환경에 대한 모든 Microsoft Entra 앱 소유자 나열 시작: ",
|
|
64
|
-
"core.collaboration.M365TeamsAppId": "
|
|
64
|
+
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
65
65
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra 앱(ID:",
|
|
66
|
-
"core.collaboration.TeamsAppOwner": "
|
|
66
|
+
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
67
67
|
"core.collaboration.AadAppOwner": "Microsoft Entra 앱 소유자:",
|
|
68
68
|
"core.collaboration.StaringCheckPermission": "환경에 대한 권한 확인 시작: ",
|
|
69
69
|
"core.collaboration.CheckPermissionResourceId": "리소스 ID: ",
|
|
70
70
|
"core.collaboration.Undefined": "정의되지 않음",
|
|
71
71
|
"core.collaboration.ResourceName": ", 리소스 이름: ",
|
|
72
72
|
"core.collaboration.Permission": ", 권한: ",
|
|
73
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
73
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
74
74
|
"plugins.spfx.questions.framework.title": "프레임워크",
|
|
75
75
|
"plugins.spfx.questions.webpartName": "SharePoint 프레임워크 웹 파트의 이름",
|
|
76
76
|
"plugins.spfx.questions.webpartName.error.duplicate": "폴더 %s이(가) 이미 있습니다. 구성 요소에 대해 다른 이름을 선택하세요.",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"suggestions.retryTheCurrentStep": "현재 단계를 다시 시도하세요.",
|
|
137
137
|
"plugins.appstudio.buildSucceedNotice": "Teams 패키지가 [로컬 주소](%s)에 빌드되었습니다.",
|
|
138
138
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams 패키지가 %s에 빌드되었습니다.",
|
|
139
|
-
"plugins.appstudio.createPackage.progressBar.message": "
|
|
139
|
+
"plugins.appstudio.createPackage.progressBar.message": "Building app package...",
|
|
140
140
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "함수 %s 대한 %s static_template 잘못된 파일 속성이 있습니다. 삭제되고 무시됩니다.",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "플러그 인 파일: %s - 네임스페이스에 밑줄이 포함되어 있으며 제거됩니다.",
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
"plugins.appstudio.adminPortal": "관리 포털로 이동",
|
|
148
148
|
"plugins.appstudio.publishSucceedNotice.cli": "[%s]이(가) 관리 포털(%s)에 게시되었습니다. 승인 후 organization 앱을 사용할 수 있습니다. %s 자세한 정보를 확인하세요.",
|
|
149
149
|
"plugins.appstudio.updatePublihsedAppConfirm": "새 업데이트를 제출하시겠습니까?",
|
|
150
|
-
"plugins.appstudio.teamsAppCreatedNotice": "
|
|
151
|
-
"plugins.appstudio.teamsAppUpdatedLog": "
|
|
152
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
153
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
150
|
+
"plugins.appstudio.teamsAppCreatedNotice": "app %s created successfully",
|
|
151
|
+
"plugins.appstudio.teamsAppUpdatedLog": "app %s updated successfully",
|
|
152
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your app manifest is deployed successfully. To see your app in Developer Portal, click \"View in Developer Portal\".",
|
|
153
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your app manifest is deployed successfully to ",
|
|
154
154
|
"plugins.appstudio.updateManifestTip": "매니페스트 파일 구성이 이미 수정되었습니다. 매니페스트 파일을 다시 생성하고 Teams 플랫폼으로 업데이트하시겠습니까?",
|
|
155
155
|
"plugins.appstudio.updateOverwriteTip": "Teams 플랫폼의 매니페스트 파일은 마지막 업데이트 이후 수정되었습니다. Teams 플랫폼에서 업데이트하고 덮어쓰시겠습니까?",
|
|
156
156
|
"plugins.appstudio.pubWarn": "앱 %s이(가) 이미 테넌트 앱 카탈로그에 제출되었습니다.\n상태 %s\n",
|
|
@@ -186,19 +186,19 @@
|
|
|
186
186
|
"error.UnsupportedFileFormat": "잘못된 파일입니다. 지원되는 형식: \"%s\"",
|
|
187
187
|
"error.VideoFilterAppNotRemoteSupported": "Microsoft 365 Agents Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
188
188
|
"error.appstudio.teamsAppRequiredPropertyMissing": "\"%s\" 필수 속성 \"%s\" 없습니다.",
|
|
189
|
-
"error.appstudio.teamsAppCreateFailed": "
|
|
190
|
-
"error.appstudio.teamsAppUpdateFailed": "
|
|
189
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create app in Developer Portal due to %s",
|
|
190
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update app with ID %s in Developer Portal due to %s",
|
|
191
191
|
"error.appstudio.apiFailed": "개발자 포털 API를 호출할 수 없습니다. 자세한 내용은 [Output panel](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
192
192
|
"error.appstudio.apiFailed.telemetry": "%s, %s, API 이름: %s, X-상관 관계 ID: %s 개발자 포털 API 호출을 수행할 수 없습니다.",
|
|
193
193
|
"error.appstudio.apiFailed.reason.common": "일시적인 서비스 오류 때문일 수 있습니다. 몇 분 후에 다시 시도하세요.",
|
|
194
194
|
"error.appstudio.apiFailed.name.common": "API 실패",
|
|
195
195
|
"error.appstudio.authServiceApiFailed": "%s, %s, 요청 경로: %s 개발자 포털 API를 호출할 수 없습니다.",
|
|
196
|
-
"error.appstudio.publishFailed": "
|
|
196
|
+
"error.appstudio.publishFailed": "Unable to publish app with ID %s.",
|
|
197
197
|
"error.appstudio.buildError": "Teams 패키지를 빌드할 수 없습니다.",
|
|
198
198
|
"error.appstudio.checkPermissionFailed": "권한을 검사 수 없습니다. 이유: %s",
|
|
199
199
|
"error.appstudio.grantPermissionFailed": "권한을 부여할 수 없습니다. 이유: %s",
|
|
200
200
|
"error.appstudio.listCollaboratorFailed": "협력자를 나열할 수 없습니다. 이유: %s",
|
|
201
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
201
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
202
202
|
"error.appstudio.invalidCapability": "잘못된 기능: %s",
|
|
203
203
|
"error.appstudio.capabilityExceedLimit": "기능 %s 한도에 도달했으므로 추가할 수 없습니다.",
|
|
204
204
|
"error.appstudio.staticTabNotExist": "엔터티 ID가 %s 정적 탭을 찾을 수 없으므로 업데이트할 수 없습니다.",
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
"error.appstudio.validateFetchSchemaFailed": "%s에서 스키마를 가져올 수 없습니다. 메시지: %s",
|
|
208
208
|
"error.appstudio.validateSchemaNotDefined": "매니페스트 스키마가 정의되지 않음",
|
|
209
209
|
"error.appstudio.syncManifestInvalidInput": "입력이 잘못되었습니다. 프로젝트 경로 및 환경은 비워 둘 수 없습니다.",
|
|
210
|
-
"error.appstudio.syncManifestNoTeamsAppId": "
|
|
211
|
-
"error.appstudio.syncManifestNoManifest": "
|
|
212
|
-
"error.appstudio.publishInDevPortalSuggestionForValidationError": "\"Zip
|
|
213
|
-
"error.appstudio.teamsAppCreateConflict": "
|
|
214
|
-
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "
|
|
215
|
-
"error.appstudio.teamsAppPublishConflict": "
|
|
210
|
+
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load app ID from the env file.",
|
|
211
|
+
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from Developer Portal is empty",
|
|
212
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip app package\" and try again.",
|
|
213
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
214
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
215
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish app because app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
216
216
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "이 계정은 botframework 토큰을 가져올 수 없습니다.",
|
|
217
217
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 프로비전은 봇 등록을 만들려고 할 때 금지된 결과를 반환합니다.",
|
|
218
218
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework 프로비전은 봇 등록을 만들려고 할 때 충돌 결과를 반환합니다.",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" 플러그 인에서 사용되지 않습니다.",
|
|
236
236
|
"error.apime.noExtraAPICanBeAdded": "필요한 매개 변수가 최대 5개이고 인증이 없는 GET 및 POST 메서드만 지원되므로 API를 추가할 수 없습니다. 매니페스트에 정의된 메서드도 나열되지 않습니다.",
|
|
237
237
|
"error.copilot.noExtraAPICanBeAdded": "지원되는 인증이 없으므로 API를 추가할 수 없습니다. 또한 현재 OpenAPI 설명 문서에 정의된 메서드가 나열되지 않습니다.",
|
|
238
|
-
"error.m365.NotExtendedToM365Error": "
|
|
238
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
239
239
|
"error.share.yamlConfigNotFound": "Unable to find the \"share\" config in the m365agents.yml",
|
|
240
240
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
241
241
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
@@ -303,8 +303,6 @@
|
|
|
303
303
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " 완화: 필요한 \"%s\" 아닌 경우 \"%s\" 명령 \"%s\" 매개 변수를 편집합니다. 매개 변수 이름은 \"%s\" 정의된 이름과 일치해야 합니다.",
|
|
304
304
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "함수 \"%s\" 대한 설명이 없습니다.",
|
|
305
305
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " 완화: \"%s\" \"%s\" 대한 설명 업데이트",
|
|
306
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "길이 요구 사항을 충족하는 %s 문자로 줄인 함수 \"%s\" 대한 설명입니다.",
|
|
307
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " 완화: Copilot가 함수를 트리거할 수 있도록 \"%s\" \"%s\" 대한 설명을 업데이트합니다.",
|
|
308
306
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "API '%s' 대한 적응형 카드 만들지 못했습니다. %s. 완화: 필요하지는 않지만 adaptiveCards 폴더에 수동으로 추가할 수 있습니다.",
|
|
309
307
|
"core.createCapabilityQuestion.titleNew": "기능",
|
|
310
308
|
"core.createCapabilityQuestion.placeholder": "기능 선택",
|
|
@@ -332,7 +330,7 @@
|
|
|
332
330
|
"core.createProjectQuestion.projectType.customCopilot.title": "Teams AI 라이브러리를 사용하는 앱 기능",
|
|
333
331
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "옵션 선택",
|
|
334
332
|
"core.createProjectQuestion.projectType.copilotHelp.label": "시작하는 방법을 모르시겠습니까? GitHub Copilot 채팅 사용",
|
|
335
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your
|
|
333
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
|
|
336
334
|
"core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot 사용",
|
|
337
335
|
"core.createProjectQuestion.projectType.createGroup.aiAgent": "AI 에이전트",
|
|
338
336
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365 앱",
|
|
@@ -346,11 +344,11 @@
|
|
|
346
344
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure Functions 새 API를 사용하여 메시지 확장 만들기",
|
|
347
345
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI 설명 문서로 시작",
|
|
348
346
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "기존 API에서 작업 만들기",
|
|
349
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "
|
|
350
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "
|
|
351
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "
|
|
352
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "
|
|
353
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "
|
|
347
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "OpenAPI 설명 문서 위치 입력 또는 파일 열기...",
|
|
348
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "OpenAPI 설명 문서 검색...",
|
|
349
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "OpenAPI 설명 문서 검색",
|
|
350
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI 설명 문서를 검색하기 위한 텍스트 입력",
|
|
351
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI 설명 문서 선택",
|
|
354
352
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "기존 API에서 메시지 확장 만들기",
|
|
355
353
|
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "기본 AI 챗봇",
|
|
356
354
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams에서 기본 AI 챗봇 빌드",
|
|
@@ -409,10 +407,10 @@
|
|
|
409
407
|
"core.createProjectQuestion.apiSpec.placeholder": "OpenAPI 설명 문서 URL 입력",
|
|
410
408
|
"core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI 설명 문서 위치 입력",
|
|
411
409
|
"core.createProjectQuestion.ApiKey": "OpenAPI 설명 문서에 API 키 입력",
|
|
412
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to
|
|
410
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
|
|
413
411
|
"core.createProjectQuestion.OauthClientId": "OpenAPI 설명 문서에 OAuth 등록에 대한 클라이언트 ID 입력",
|
|
414
412
|
"core.createProjectQuestion.OauthClientSecret": "OpenAPI 설명 문서에 OAuth 등록에 대한 클라이언트 암호 입력",
|
|
415
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to
|
|
413
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
|
|
416
414
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "인증 유형",
|
|
417
415
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "인증 형식 선택",
|
|
418
416
|
"core.createProjectQuestion.invalidApiKey.message": "클라이언트 암호가 잘못되었습니다. 길이는 10~007E;512자여야 합니다.",
|
|
@@ -430,7 +428,7 @@
|
|
|
430
428
|
"core.createProjectQuestion.meArchitecture.title": "검색 기반 메시지 확장의 아키텍처",
|
|
431
429
|
"core.createProjectQuestion.declarativeCopilot.title": "선언적 에이전트 만들기",
|
|
432
430
|
"core.createProjectQuestion.declarativeCopilot.placeholder": "선언적 에이전트에 작업 추가",
|
|
433
|
-
"core.createProjectQuestion.createApiPlugin.title": "
|
|
431
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create an Action",
|
|
434
432
|
"core.createProjectQuestion.addApiPlugin.title": "작업 추가",
|
|
435
433
|
"core.createProjectQuestion.addApiPlugin.placeholder": "작업을 추가하는 방법 선택",
|
|
436
434
|
"core.createProjectQuestion.noPlugin.label": "작업 없음",
|
|
@@ -474,7 +472,7 @@
|
|
|
474
472
|
"core.question.appName.title": "애플리케이션 이름",
|
|
475
473
|
"core.question.appName.placeholder": "애플리케이션 이름 입력",
|
|
476
474
|
"core.ScratchOptionYes.label": "새 앱 만들기",
|
|
477
|
-
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new
|
|
475
|
+
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
|
|
478
476
|
"core.ScratchOptionNo.label": "샘플로 시작",
|
|
479
477
|
"core.ScratchOptionNo.detail": "기존 샘플로 새 앱을 시작합니다.",
|
|
480
478
|
"core.RuntimeOptionNodeJS.detail": "빠른 JavaScript 서버 런타임",
|
|
@@ -516,13 +514,13 @@
|
|
|
516
514
|
"core.selectTeamsAppManifestQuestion.title": "Teams manifest.json 파일 선택",
|
|
517
515
|
"core.selectDeclarativeAgentManifestQuestion.title": "declarativeAgent.json 파일 선택",
|
|
518
516
|
"core.selectSensitivityLabelQuestion.title": "민감도 레이블 선택",
|
|
519
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
517
|
+
"core.selectTeamsAppPackageQuestion.title": "Select app package File",
|
|
520
518
|
"core.selectLocalTeamsAppManifestQuestion.title": "로컬 Teams manifest.json 파일 선택",
|
|
521
519
|
"core.selectCollaborationAppTypeQuestion.title": "공동 작업자를 관리할 앱 선택",
|
|
522
520
|
"core.selectValidateMethodQuestion.validate.selectTitle": "유효성 검사 방법 선택",
|
|
523
|
-
"core.selectValidateMethodQuestion.validate.schemaOption": "
|
|
521
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate app manifest schema",
|
|
524
522
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Teams 스토어 규칙을 사용하여 앱 패키지 유효성 검사",
|
|
525
|
-
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "
|
|
523
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
|
|
526
524
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "게시하기 전에 모든 통합 테스트 사례 유효성 검사",
|
|
527
525
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "준비 상태를 보장하기 위한 포괄적인 테스트",
|
|
528
526
|
"core.GCSelectQuestion.title": "그래프 커넥터 콘텐츠",
|
|
@@ -536,8 +534,16 @@
|
|
|
536
534
|
"core.GCListQuestion.invalidMessage": "%s API가 선택되었습니다. 하나 이상의 API를 선택해야 합니다.",
|
|
537
535
|
"core.GCNameQuestion.title": "커넥터 이름 추가",
|
|
538
536
|
"core.GCNameQuestion.placeholder": "그래프 커넥터의 이름 만들기",
|
|
537
|
+
"core.GCConnectionIdQuestion.title": "Add a connection ID",
|
|
538
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Graph Connector",
|
|
539
|
+
"core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
|
|
540
|
+
"core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
|
|
541
|
+
"core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
|
|
542
|
+
"core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
|
|
539
543
|
"core.GCList.insufficientPermission": "그래프 커넥터를 나열하려면 조직의 Microsoft 365 테넌트 관리자 권한이 필요합니다.",
|
|
540
544
|
"core.confirmManifestQuestion.placeholder": "올바른 매니페스트 파일을 선택했는지 확인합니다.",
|
|
545
|
+
"core.createProjectQuestion.addGC.label": "Add a Graph Connector",
|
|
546
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Graph Connector",
|
|
541
547
|
"core.aadAppQuestion.label": "Microsoft Entra 앱",
|
|
542
548
|
"core.aadAppQuestion.description": "Single Sign On Microsoft Entra 앱",
|
|
543
549
|
"core.convertAadToNewSchema.continue": "계속",
|
|
@@ -546,8 +552,8 @@
|
|
|
546
552
|
"core.convertAadToNewSchema.alreadyNewSchema": "선택한 Microsoft Entra 앱 매니페스트 파일이 이미 새 스키마에 있습니다.",
|
|
547
553
|
"core.convertAadToNewSchema.outdate": "Microsoft Entra 앱 매니페스트가 오래되었습니다. 업데이트하려면 [업그레이드] 단추를 클릭하세요.",
|
|
548
554
|
"core.convertAadToNewSchema.upgrade": "업그레이드",
|
|
549
|
-
"core.teamsAppQuestion.label": "
|
|
550
|
-
"core.teamsAppQuestion.description": "
|
|
555
|
+
"core.teamsAppQuestion.label": "app",
|
|
556
|
+
"core.teamsAppQuestion.description": "Your app",
|
|
551
557
|
"core.M365SsoLaunchPageOptionItem.label": "Fluent UI를 포함한 React",
|
|
552
558
|
"core.M365SsoLaunchPageOptionItem.detail": "Fluent UI React 구성 요소를 사용하여 Teams의 모양과 느낌을 가져오는 웹앱",
|
|
553
559
|
"core.M365SearchAppOptionItem.label": "사용자 지정 검색 결과",
|
|
@@ -556,16 +562,16 @@
|
|
|
556
562
|
"core.M365HostQuestion.title": "플랫폼",
|
|
557
563
|
"core.M365HostQuestion.placeholder": "앱을 미리 보기할 플랫폼 선택",
|
|
558
564
|
"core.options.separator.additional": "추가 기능",
|
|
559
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
565
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "app prepared successfully.",
|
|
560
566
|
"core.common.LifecycleComplete.provision": "프로비전 스테이지에서 %s/%s 작업이 실행되었습니다.",
|
|
561
567
|
"core.common.LifecycleComplete.deploy": "배포 스테이지에서 %s/%s 작업이 실행되었습니다.",
|
|
562
568
|
"core.common.LifecycleComplete.publish": "게시 스테이지에서 %s/%s 작업이 실행되었습니다.",
|
|
563
569
|
"core.common.LifecycleComplete.share": "공유 단계에서 %s/%s 작업이 성공적으로 실행되었습니다.",
|
|
564
570
|
"core.common.TeamsMobileDesktopClientName": "Teams 데스크톱, 모바일 클라이언트 ID",
|
|
565
571
|
"core.common.TeamsWebClientName": "Teams 웹 클라이언트 ID",
|
|
566
|
-
"core.common.OfficeDesktopClientName": "
|
|
567
|
-
"core.common.OfficeWebClientName1": "
|
|
568
|
-
"core.common.OfficeWebClientName2": "
|
|
572
|
+
"core.common.OfficeDesktopClientName": "The app for desktop client id",
|
|
573
|
+
"core.common.OfficeWebClientName1": "The app client id 1",
|
|
574
|
+
"core.common.OfficeWebClientName2": "The app client id 2",
|
|
569
575
|
"core.common.OutlookDesktopClientName": "Outlook 데스크톱 클라이언트 ID",
|
|
570
576
|
"core.common.OutlookWebClientName1": "Outlook 웹 액세스 클라이언트 ID 1",
|
|
571
577
|
"core.common.OutlookWebClientName2": "Outlook 웹 액세스 클라이언트 ID 2",
|
|
@@ -644,9 +650,9 @@
|
|
|
644
650
|
"core.uninstallQuestion.titleId": "타이틀 ID",
|
|
645
651
|
"core.uninstallQuestion.chooseMode": "리소스를 클린 방법 선택",
|
|
646
652
|
"core.uninstallQuestion.manifestIdMode": "매니페스트 ID",
|
|
647
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in
|
|
653
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
|
|
648
654
|
"core.uninstallQuestion.envMode": "Environment in Microsoft 365 Agents Toolkit Created Project",
|
|
649
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in
|
|
655
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in apps.",
|
|
650
656
|
"core.uninstallQuestion.titleIdMode": "타이틀 ID",
|
|
651
657
|
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Microsoft 365 Agents Toolkit created project.",
|
|
652
658
|
"core.uninstallQuestion.chooseOption": "제거할 리소스 선택",
|
|
@@ -661,7 +667,7 @@
|
|
|
661
667
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
662
668
|
"core.syncManifest.projectPath": "프로젝트 경로",
|
|
663
669
|
"core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
|
|
664
|
-
"core.syncManifest.teamsAppId": "
|
|
670
|
+
"core.syncManifest.teamsAppId": "App ID (optional)",
|
|
665
671
|
"core.syncManifest.addWarning": "매니페스트 템플릿에 새 속성이 추가되었습니다. 로컬 매니페스트를 수동으로 업데이트하십시오. Diff 경로: %s. 새 값이 %s.",
|
|
666
672
|
"core.syncManifest.deleteWarning": "매니페스트 템플릿에서 항목이 삭제되었습니다. 로컬 매니페스트를 수동으로 업데이트하십시오. Diff 경로: %s. 이전 값: %s.",
|
|
667
673
|
"core.syncManifest.editKeyConflict": "새 매니페스트에서 자리 표시자 변수가 충돌합니다. 로컬 매니페스트를 수동으로 업데이트하십시오. 변수 이름: %s, 값 1: %s, 값 2: %s.",
|
|
@@ -687,7 +693,7 @@
|
|
|
687
693
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion이 1임\n",
|
|
688
694
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims가 없음\n",
|
|
689
695
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 액세스 토큰에 idtyp 클레임이 포함되어 있지 않음\n",
|
|
690
|
-
"error.aad.manifest.AADManifestIssues": "Microsoft Entra
|
|
696
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the app:\n",
|
|
691
697
|
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "사용 권한을 업데이트하거나 삭제할 수 없습니다. 선택한 환경에 대해 ACCESS_AS_USER_PERMISSION_ID 환경 변수가 변경되었기 때문일 수 있습니다. 사용 권한 ID가 실제 Microsoft Entra 애플리케이션과 일치하는지 확인하고 다시 시도하세요.",
|
|
692
698
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "값이 확인된 도메인에 없으므로 identifierUri를 설정할 수 없습니다. %s",
|
|
693
699
|
"error.aad.manifest.UnknownResourceAppId": "알 수 없는 resourceAppId %s",
|
|
@@ -729,8 +735,8 @@
|
|
|
729
735
|
"depChecker.failToDownloadFromUrl": "'@Url', HTTP 상태 '@Status'에서 파일을 다운로드할 수 없습니다.",
|
|
730
736
|
"depChecker.failToValidateVxTestAppInstallOptions": "비디오 확장성 테스트 앱 필수 구성 요소 검사기 인수가 잘못되었습니다. tasks.json 파일을 검토하여 모든 인수의 형식이 올바르고 올바른지 확인하세요.",
|
|
731
737
|
"depChecker.failToValidateVxTestApp": "설치 후 비디오 확장성 테스트 앱의 유효성을 검사할 수 없습니다.",
|
|
732
|
-
"depChecker.testToolVersionNotMatch": "
|
|
733
|
-
"depChecker.failedToValidateTestTool": "
|
|
738
|
+
"depChecker.testToolVersionNotMatch": "The version of Microsoft 365 Agents Playground (%s) is not compatible with the specified version range (%s).",
|
|
739
|
+
"depChecker.failedToValidateTestTool": "Unable to validate Microsoft 365 Agents Playground after installation. %s",
|
|
734
740
|
"error.driver.outputEnvironmentVariableUndefined": "출력 환경 변수 이름이 정의되지 않았습니다.",
|
|
735
741
|
"driver.aadApp.description.create": "사용자를 인증할 Microsoft Entra 앱 만들기",
|
|
736
742
|
"driver.aadApp.description.update": "기존 앱에 Microsoft Entra 앱 매니페스트 적용",
|
|
@@ -794,7 +800,7 @@
|
|
|
794
800
|
"driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI를 사용하여 SPFx 웹 파트 생성",
|
|
795
801
|
"driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools 확인하고 설치할 수 없습니다.",
|
|
796
802
|
"driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK를 확인하고 설치할 수 없습니다.",
|
|
797
|
-
"driver.prerequisite.error.testToolInstallationError": "
|
|
803
|
+
"driver.prerequisite.error.testToolInstallationError": "Unable to check and install Microsoft 365 Agents Playground.",
|
|
798
804
|
"driver.prerequisite.description": "종속성을 설치하는 중",
|
|
799
805
|
"driver.prerequisite.progressBar": "개발 도구 확인 및 설치.",
|
|
800
806
|
"driver.prerequisite.summary.devCert.trusted.succuss": "localhost에 대한 개발 인증서가 설치되어 있습니다.",
|
|
@@ -804,8 +810,8 @@
|
|
|
804
810
|
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools가 설치되어 있습니다.",
|
|
805
811
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK가 %s에 설치되어 있습니다.",
|
|
806
812
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK가 설치되어 있습니다.",
|
|
807
|
-
"driver.prerequisite.summary.testTool.installedWithPath": "
|
|
808
|
-
"driver.prerequisite.summary.testTool.installed": "
|
|
813
|
+
"driver.prerequisite.summary.testTool.installedWithPath": "Microsoft 365 Agents Playground is installed at %s.",
|
|
814
|
+
"driver.prerequisite.summary.testTool.installed": "Microsoft 365 Agents Playground is installed.",
|
|
809
815
|
"driver.file.createOrUpdateEnvironmentFile.description": "변수를 만들거나 업데이트하여 파일을 둘러싸세요.",
|
|
810
816
|
"driver.file.createOrUpdateEnvironmentFile.summary": "변수가 %s에 성공적으로 생성되었습니다.",
|
|
811
817
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI 키는 비워 둘 수 없습니다.",
|
|
@@ -837,29 +843,29 @@
|
|
|
837
843
|
"driver.m365.acquire.description": "앱 패키지로 Microsoft 365 타이틀을 가져오기",
|
|
838
844
|
"driver.m365.acquire.progress.message": "앱 패키지로 Microsoft 365 타이틀을 가져오는 중...",
|
|
839
845
|
"driver.m365.acquire.summary": "Microsoft 365 타이틀을 획득했습니다(%s).",
|
|
840
|
-
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "
|
|
841
|
-
"driver.teamsApp.description.createDriver": "
|
|
842
|
-
"driver.teamsApp.description.updateDriver": "
|
|
843
|
-
"driver.teamsApp.description.publishDriver": "
|
|
844
|
-
"driver.teamsApp.description.validateDriver": "
|
|
845
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
846
|
-
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "
|
|
847
|
-
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "
|
|
848
|
-
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "
|
|
849
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
850
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "
|
|
851
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "
|
|
846
|
+
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated app package to SPFx solution.",
|
|
847
|
+
"driver.teamsApp.description.createDriver": "create app.",
|
|
848
|
+
"driver.teamsApp.description.updateDriver": "update app.",
|
|
849
|
+
"driver.teamsApp.description.publishDriver": "publish app to tenant app catalog.",
|
|
850
|
+
"driver.teamsApp.description.validateDriver": "validate app.",
|
|
851
|
+
"driver.teamsApp.description.createAppPackageDriver": "build app package.",
|
|
852
|
+
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying app package to SPFx solution...",
|
|
853
|
+
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating app...",
|
|
854
|
+
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating app...",
|
|
855
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the app is already submitted to tenant App Catalog",
|
|
856
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published app",
|
|
857
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing app...",
|
|
852
858
|
"driver.teamsApp.progressBar.validateWithTestCases": "유효성 검사 요청을 제출하는 중...",
|
|
853
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "
|
|
854
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "
|
|
855
|
-
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "
|
|
856
|
-
"driver.teamsApp.summary.publishTeamsAppExists": "
|
|
857
|
-
"driver.teamsApp.summary.publishTeamsAppNotExists": "
|
|
858
|
-
"driver.teamsApp.summary.publishTeamsAppSuccess": "%s
|
|
859
|
-
"driver.teamsApp.summary.copyAppPackageSuccess": "
|
|
859
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Developer Portal](%s).",
|
|
860
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Developer Portal](%s).",
|
|
861
|
+
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "App with id %s already exists, skipped creating a new app.",
|
|
862
|
+
"driver.teamsApp.summary.publishTeamsAppExists": "App with id %s already exists in the organization's app store.",
|
|
863
|
+
"driver.teamsApp.summary.publishTeamsAppNotExists": "App with id %s does not exist in the organization's app store.",
|
|
864
|
+
"driver.teamsApp.summary.publishTeamsAppSuccess": "App %s successfully published to the admin portal.",
|
|
865
|
+
"driver.teamsApp.summary.copyAppPackageSuccess": "App %s was successfully copied to %s.",
|
|
860
866
|
"driver.teamsApp.summary.copyIconSuccess": "%s 아래에 %s 아이콘이 업데이트되었습니다.",
|
|
861
867
|
"driver.teamsApp.summary.validate": "Microsoft 365 Agents Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
862
|
-
"driver.teamsApp.summary.validate.checkPath": "
|
|
868
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your app package at %s.\n",
|
|
863
869
|
"driver.teamsApp.summary.validateManifest": "Microsoft 365 Agents Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
864
870
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "%s Teams 매니페스트를 검사 업데이트할 수 있습니다.",
|
|
865
871
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "%s 선언적 에이전트 매니페스트를 검사 업데이트할 수 있습니다.",
|
|
@@ -877,11 +883,11 @@
|
|
|
877
883
|
"driver.shareToOthers.description": "다른 사용자에게 앱 공유",
|
|
878
884
|
"driver.shareToOthers.progress.message": "앱을 공유하는 중...",
|
|
879
885
|
"driver.shareToOthers.summary": "앱을 공유했습니다(%s).",
|
|
880
|
-
"error.teamsApp.validate.apiFailed": "
|
|
881
|
-
"error.teamsApp.validate.apiFailed.display": "
|
|
886
|
+
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
887
|
+
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
882
888
|
"error.teamsApp.validate.details": "파일 경로: %s, 제목: %s",
|
|
883
|
-
"error.teamsApp.AppIdNotExistError": "ID
|
|
884
|
-
"error.teamsApp.InvalidAppIdError": "
|
|
889
|
+
"error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
|
|
890
|
+
"error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
|
|
885
891
|
"error.teamsApp.createAppPackage.invalidFile": "%s 잘못되었습니다. manifest.json 또는 하위 디렉터리와 같은 디렉터리에 있어야 합니다.",
|
|
886
892
|
"driver.botFramework.description": "dev.botframework.com에서 봇 등록을 만들거나 업데이트합니다.",
|
|
887
893
|
"driver.botFramework.summary.create": "봇 등록을 만들었습니다(%s).",
|
|
@@ -895,7 +901,7 @@
|
|
|
895
901
|
"driver.devChannel.status": "팀 및 채널 생성 상태: %s",
|
|
896
902
|
"driver.devChannel.summary.exists": "환경 변수 %s과(와) %s이(가) 이미 존재합니다. 새 샌드박스 팀 생성 단계를 건너뜁니다.",
|
|
897
903
|
"driver.devChannel.install.success": "앱이 %s 팀(채널 %s)에 설치되었습니다.",
|
|
898
|
-
"driver.devChannel.install.description": "Install
|
|
904
|
+
"driver.devChannel.install.description": "Install app into sandboxed channel.",
|
|
899
905
|
"driver.devChannel.install.progress.message": "Installing app...",
|
|
900
906
|
"driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
|
|
901
907
|
"error.yaml.InvalidYamlSchemaError": "%s yaml 파일을 구문 분석할 수 없습니다. yaml 파일을 열어 자세한 오류 내용을 확인하세요.",
|
|
@@ -1075,6 +1081,6 @@
|
|
|
1075
1081
|
"action.devTool.nodeInstaller.SuccessExtract": "NodeJS 패키지를 경로 %s(으)로 추출했습니다. 시간: %s ms",
|
|
1076
1082
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS가 %s에 설치되어 있습니다.",
|
|
1077
1083
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS가 시스템 환경에 이미 설치되어 있습니다.",
|
|
1078
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1084
|
+
"driver.typeSpec.compile.reprovision": "파일 %s이(가) 업데이트되었습니다. 프로비전을 다시 실행하세요.",
|
|
1079
1085
|
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
|
|
1080
1086
|
}
|