@microsoft/teamsfx-core 2.0.13-rc.0 → 2.0.13
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/common/featureFlags.d.ts +16 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +22 -2
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/masker.d.ts +1 -1
- package/build/common/secretmasker/masker.d.ts.map +1 -1
- package/build/common/secretmasker/masker.js +2 -2
- package/build/common/secretmasker/masker.js.map +1 -1
- package/build/common/stringUtils.js +1 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/component/configManager/actionInjector.d.ts +1 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +8 -17
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +4 -8
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +3 -4
- package/build/component/driver/apiKey/utility/utility.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 +7 -12
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +1 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +15 -23
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +0 -2
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +0 -2
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +22 -25
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +1 -2
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +15 -50
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
- package/build/component/generator/copilotExtension/generator.js +5 -4
- package/build/component/generator/copilotExtension/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -2
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +13 -25
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +1 -8
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +0 -4
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +1 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +4 -0
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +0 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +0 -7
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +0 -7
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +38 -136
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +2 -5
- package/build/core/collaborator.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +4 -8
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +45 -36
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +19 -27
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +0 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +0 -3
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -0
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +0 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +1 -7
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +280 -536
- package/resource/package.nls.de.json +280 -536
- package/resource/package.nls.es.json +280 -536
- package/resource/package.nls.fr.json +280 -536
- package/resource/package.nls.it.json +280 -536
- package/resource/package.nls.ja.json +280 -536
- package/resource/package.nls.json +22 -18
- package/resource/package.nls.ko.json +280 -536
- package/resource/package.nls.pl.json +280 -536
- package/resource/package.nls.pt-BR.json +280 -536
- package/resource/package.nls.ru.json +280 -536
- package/resource/package.nls.tr.json +280 -536
- package/resource/package.nls.zh-Hans.json +280 -536
- package/resource/package.nls.zh-Hant.json +280 -536
- 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 +2 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
|
-
"core.addApi.continue": "Add",
|
|
4
2
|
"core.provision.provision": "프로비전",
|
|
5
|
-
"core.provision.learnMore": "
|
|
3
|
+
"core.provision.learnMore": "자세한 정보",
|
|
6
4
|
"core.provision.azureAccount": "Azure 계정: %s",
|
|
7
5
|
"core.provision.azureSubscription": "Azure 구독: %s",
|
|
8
6
|
"core.provision.m365Account": "Microsoft 365 계정: %s",
|
|
9
|
-
"core.provision.confirmEnvAndCostNotice": "
|
|
7
|
+
"core.provision.confirmEnvAndCostNotice": "사용량에 따라 비용이 발생할 수 있습니다. 위에 나열된 계정을 사용하여 %s 환경에서 리소스를 프로비전하시겠습니까?",
|
|
10
8
|
"core.deploy.confirmEnvNoticeV3": "%s 환경에 리소스를 배포하시겠어요?",
|
|
11
9
|
"core.provision.viewResources": "프로비전된 리소스 보기",
|
|
12
|
-
"core.deploy.aadManifestSuccessNotice": "
|
|
13
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "
|
|
14
|
-
"core.deploy.aadManifestLearnMore": "
|
|
15
|
-
"core.deploy.botTroubleShoot": "
|
|
16
|
-
"core.deploy.botTroubleShoot.learnMore": "
|
|
10
|
+
"core.deploy.aadManifestSuccessNotice": "Azure Active Directory 애플리케이션이 배포되었습니다. Azure Active Directory 애플리케이션을 보는 방법을 확인하려면 \"자세한 정보\"를 클릭하세요.",
|
|
11
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Azure Active Directory 애플리케이션이 업데이트되었습니다.",
|
|
12
|
+
"core.deploy.aadManifestLearnMore": "자세한 정보",
|
|
13
|
+
"core.deploy.botTroubleShoot": "Azure에서 봇 애플리케이션 문제를 해결하려면 [자세한 정보]를 클릭하여 설명서를 참조하세요.",
|
|
14
|
+
"core.deploy.botTroubleShoot.learnMore": "자세한 정보",
|
|
17
15
|
"core.option.deploy": "배포",
|
|
18
16
|
"core.option.confirm": "확인",
|
|
19
|
-
"core.option.
|
|
17
|
+
"core.option.cancel": "취소",
|
|
18
|
+
"core.option.learnMore": "자세한 정보",
|
|
20
19
|
"core.option.upgrade": "업그레이드",
|
|
21
20
|
"core.option.moreInfo": "추가 정보",
|
|
22
21
|
"core.progress.create": "만들기",
|
|
23
|
-
"core.progress.createFromTemplate": "
|
|
24
|
-
"core.progress.createFromSample": "
|
|
22
|
+
"core.progress.createFromTemplate": "앱 템플릿을 다운로드하는 중입니다.",
|
|
23
|
+
"core.progress.createFromSample": "%s 샘플을 다운로드하는 중",
|
|
25
24
|
"core.progress.deploy": "배포",
|
|
26
25
|
"core.progress.publish": "게시",
|
|
27
26
|
"core.progress.provision": "공급",
|
|
28
27
|
"core.progress.configureAzureStorage": "Azure Storage를 구성하고 정적 웹 사이트 설정을 활성화합니다.",
|
|
29
28
|
"core.progress.runCommand": "%s에서 %s 명령 실행",
|
|
30
29
|
"core.progress.deployToAzure": "%s을(를) %s에 배포합니다.",
|
|
30
|
+
"core.Notification.ReadMore": "자세히 알아보기",
|
|
31
31
|
"core.migrationV3.confirmOnly.Message": "업그레이드를 확인하세요.",
|
|
32
32
|
"core.migrationV3.Message": "최신 버전과 계속 호환되도록 Teams 도구 키트 프로젝트를 업그레이드하세요. 업그레이드 요약과 함께 백업 디렉터리가 만들어집니다.",
|
|
33
33
|
"core.migrationV3.VS.Message": "최신 Teams 도구 키트 버전과 호환되도록 솔루션을 업그레이드하세요. 업그레이드 보고서가 포함된 백업 디렉터리가 생성됩니다.",
|
|
@@ -35,214 +35,199 @@
|
|
|
35
35
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json이 없습니다. Visual Studio Code v3.x용 Teams 도구 키트 / Teams 도구 키트 CLI v0.x / Visual Studio v17.3용 Teams 도구 키트에서 만든 프로젝트를 업그레이드하려는 중일 수 있습니다. Visual Studio Code v4.x용 Teams 도구 키트 / Teams 도구 키트 CLI v1.x / Visual Studio v17.4용 Teams 도구 키트 설치와 업그레이드 실행을 먼저 수행하세요.",
|
|
36
36
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json이 잘못되었습니다.",
|
|
37
37
|
"core.migrationV3.abandonedProject": "이 프로젝트는 미리 보기 전용이며 Teams 도구 키트에서 지원되지 않습니다. 새 프로젝트를 만들어 Teams 도구 키트를 사용해 보세요.",
|
|
38
|
-
"core.migrationV3.notAllowedMigration": "Teams
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
38
|
+
"core.migrationV3.notAllowedMigration": "Teams 도구 키트의 시험판 버전은 새 프로젝트 구성을 지원하며 이전 버전과 호환되지 않습니다. 새 프로젝트를 생성하여 시도하거나 \"teamsfx 업그레이드\"를 실행하여 프로젝트를 먼저 업그레이드하세요.",
|
|
39
|
+
"core.projectVersionChecker.cliUseNewVersion": "TeamFx CLI 버전이 오래되었으며 현재 프로젝트를 지원하지 않습니다. 아래\n 명령을 사용하여 최신 버전으로 업그레이드하세요. npm install -g @microsoft/teamsfx-cli@latest",
|
|
40
40
|
"core.projectVersionChecker.incompatibleProject": "현재 프로젝트는 설치된 Teams 도구 키트 버전과 호환되지 않습니다.",
|
|
41
41
|
"core.projectVersionChecker.vs.incompatibleProject": "솔루션의 프로젝트는 Teams 도구 키트 미리 보기 기능인 Teams App Configuration 개선 사항을 사용하여 만들어집니다. 계속하려면 미리 보기 기능을 켤 수 있습니다.",
|
|
42
|
-
"core.deployArmTemplates.ActionSuccess": "ARM
|
|
43
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
42
|
+
"core.deployArmTemplates.ActionSuccess": "ARM 템플릿을 성공적으로 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
|
|
43
|
+
"core.collaboration.ListCollaboratorsSuccess": "'Microsoft 365 앱 소유자 나열'에 성공했습니다. [출력 패널](%s)에서 볼 수 있습니다.",
|
|
44
44
|
"core.collaboration.GrantingPermission": "권한 부여 중",
|
|
45
|
-
"core.collaboration.EmailCannotBeEmptyOrSame": "
|
|
46
|
-
"core.collaboration.CannotFindUserInCurrentTenant": "
|
|
45
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "공동 작업자의 메일은 null이거나 현재 사용자와 같을 수 없습니다.",
|
|
46
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "현재 테넌트에서 사용자를 찾을 수 없습니다. 이메일 주소가 올바른지 확인하세요.",
|
|
47
47
|
"core.collaboration.GrantPermissionForUser": "%s 사용자에 대한 권한 부여",
|
|
48
48
|
"core.collaboration.AccountToGrantPermission": "권한을 부여할 계정: ",
|
|
49
49
|
"core.collaboration.StartingGrantPermission": "환경에 대한 권한 부여 시작: ",
|
|
50
50
|
"core.collaboration.TenantId": "테넌트 ID: ",
|
|
51
|
-
"core.collaboration.PermissionHasBeenGrantTo": "
|
|
51
|
+
"core.collaboration.PermissionHasBeenGrantTo": "다음에게 권한이 부여됨 ",
|
|
52
52
|
"core.collaboration.GrantPermissionResourceId": ", 리소스 ID: ",
|
|
53
53
|
"core.collaboration.ListingM365Permission": "Microsoft 365 권한 나열\n",
|
|
54
54
|
"core.collaboration.AccountUsedToCheck": "확인하는 데 사용할 계정: ",
|
|
55
55
|
"core.collaboration.StartingListAllTeamsAppOwners": "\n환경의 모든 Teams 앱 소유자 나열 시작: ",
|
|
56
|
-
"core.collaboration.StartingListAllAadAppOwners": "\
|
|
56
|
+
"core.collaboration.StartingListAllAadAppOwners": "\n환경의 모든 Azure Active Directory 앱 소유자 나열 시작: ",
|
|
57
57
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 앱(ID: ",
|
|
58
|
-
"core.collaboration.SsoAadAppId": "SSO
|
|
58
|
+
"core.collaboration.SsoAadAppId": "SSO AAD 앱(ID: ",
|
|
59
59
|
"core.collaboration.TeamsAppOwner": "Teams 앱 소유자: ",
|
|
60
|
-
"core.collaboration.AadAppOwner": "
|
|
60
|
+
"core.collaboration.AadAppOwner": "Azure Active Directory 앱 소유자: ",
|
|
61
61
|
"core.collaboration.StaringCheckPermission": "환경에 대한 권한 확인 시작: ",
|
|
62
62
|
"core.collaboration.CheckPermissionResourceId": "리소스 ID: ",
|
|
63
63
|
"core.collaboration.Undefined": "정의되지 않음",
|
|
64
64
|
"core.collaboration.ResourceName": ", 리소스 이름: ",
|
|
65
65
|
"core.collaboration.Permission": ", 권한: ",
|
|
66
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
66
|
+
"core.developerPortal.scaffold.CannotFindManifest": "다운로드한 Teams 앱 %s용 패키지에서 매니페스트를 찾을 수 없습니다.",
|
|
67
67
|
"plugins.spfx.questions.framework.title": "프레임워크",
|
|
68
|
-
"plugins.spfx.questions.webpartName": "SharePoint
|
|
68
|
+
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
69
69
|
"plugins.spfx.questions.webpartName.error.duplicate": "폴더 %s이(가) 이미 있습니다. 구성 요소에 대해 다른 이름을 선택하세요.",
|
|
70
70
|
"plugins.spfx.questions.webpartName.error.notMatch": "%s이(가) 패턴과 일치하지 않습니다: %s",
|
|
71
71
|
"plugins.spfx.questions.packageSelect.title": "SharePoint 프레임워크",
|
|
72
|
-
"plugins.spfx.questions.packageSelect.placeholder": "
|
|
72
|
+
"plugins.spfx.questions.packageSelect.placeholder": "스캐폴딩 옵션 선택",
|
|
73
73
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "전체적으로 설치된 SPFx(%s) 사용",
|
|
74
74
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "전역적으로 설치된 SPFx 사용",
|
|
75
75
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s 이상",
|
|
76
76
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "최신 SPFx(%s)를 Teams Toolkit 디렉터리에 로컬로 설치합니다. ",
|
|
77
77
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Teams Toolkit 디렉터리에 로컬로 최신 SPFx를 설치합니다. ",
|
|
78
78
|
"plugins.spfx.questions.spfxSolution.title": "SharePoint 솔루션",
|
|
79
|
-
"plugins.spfx.questions.spfxSolution.createNew": "
|
|
80
|
-
"plugins.spfx.questions.spfxSolution.createNew.detail": "
|
|
81
|
-
"plugins.spfx.questions.spfxSolution.importExisting": "
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.createNew": "새 SPFx 솔루션 만들기",
|
|
80
|
+
"plugins.spfx.questions.spfxSolution.createNew.detail": "SPFx 웹 파트를 사용하여 Teams 탭 애플리케이션 만들기",
|
|
81
|
+
"plugins.spfx.questions.spfxSolution.importExisting": "기존 SPFx 솔루션 가져오기",
|
|
82
82
|
"plugins.spfx.questions.spfxSolution.importExisting.detail": "SPFx 클라이언트 쪽 웹 파트를 Microsoft Teams 탭 또는 개인 앱으로 노출",
|
|
83
|
-
"plugins.spfx.deployNotice": "SharePoint
|
|
84
|
-
"plugins.spfx.cannotFindPackage": "
|
|
85
|
-
"plugins.spfx.cannotGetSPOToken": "
|
|
86
|
-
"plugins.spfx.cannotGetGraphToken": "
|
|
87
|
-
"plugins.spfx.insufficientPermission": "
|
|
88
|
-
"plugins.spfx.createAppcatalogFail": "
|
|
89
|
-
"plugins.spfx.uploadAppcatalogFail": "
|
|
83
|
+
"plugins.spfx.deployNotice": "SharePoint 패키지 %s이(가) [%s](%s)에 배포되었습니다.",
|
|
84
|
+
"plugins.spfx.cannotFindPackage": "SharePoint 패키지 %s을(를) 찾을 수 없습니다.",
|
|
85
|
+
"plugins.spfx.cannotGetSPOToken": "SPO 액세스 토큰을 가져올 수 없습니다.",
|
|
86
|
+
"plugins.spfx.cannotGetGraphToken": "그래프 액세스 토큰을 가져올 수 없습니다.",
|
|
87
|
+
"plugins.spfx.insufficientPermission": "패키지를 업로드하고 앱 카탈로그 %s에 배포할 수 없습니다. 조직의 Microsoft 365 테넌트 관리자 권한이 필요합니다. 테스트 목적으로 [Microsoft 365 개발자 프로그램](%s)에서 무료 Microsoft 365 테넌트를 받을 수 있습니다.",
|
|
88
|
+
"plugins.spfx.createAppcatalogFail": "%s 때문에 테넌트 앱 카탈로그를 만들 수 없습니다. 스택: %s",
|
|
89
|
+
"plugins.spfx.uploadAppcatalogFail": "%s 때문에 앱 패키지를 업로드할 수 없습니다.",
|
|
90
90
|
"plugins.spfx.buildSharepointPackage": "SharePoint 패키지 빌드 중",
|
|
91
91
|
"plugins.spfx.deploy.title": "SharePoint 패키지 업로드 및 배포",
|
|
92
92
|
"plugins.spfx.scaffold.title": "프로젝트 스캐폴드",
|
|
93
|
+
"plugins.spfx.error.npmInstallFailed": "%s 때문에 'npm install'을 실행할 수 없습니다.",
|
|
93
94
|
"plugins.spfx.error.invalidDependency": "패키지 %s의 유효성을 검사할 수 없습니다.",
|
|
94
95
|
"plugins.spfx.error.noConfiguration": "SPFx 프로젝트에 .yo-rc.json 파일이 없습니다. 구성 파일을 추가하고 다시 시도하세요.",
|
|
95
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "
|
|
96
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx 개발 환경이 올바르게 설정되지 않았습니다. \"도움말\"을 클릭하여 가이드에 따라 올바른 환경을 설정할 수 있습니다.",
|
|
96
97
|
"plugins.spfx.scaffold.dependencyCheck": "종속성 확인 중...",
|
|
97
|
-
"plugins.spfx.scaffold.dependencyInstall": "
|
|
98
|
+
"plugins.spfx.scaffold.dependencyInstall": "종속성을 설치하는 중입니다. 완료하는 데 5분 이상 소요될 수 있습니다.",
|
|
98
99
|
"plugins.spfx.scaffold.scaffoldProject": "Yeoman CLI를 사용하여 SPFx 프로젝트 생성",
|
|
99
100
|
"plugins.spfx.scaffold.updateManifest": "웹 파트 매니페스트 업데이트",
|
|
100
|
-
"plugins.spfx.GetTenantFailedError": "
|
|
101
|
-
"plugins.spfx.error.installLatestDependencyError": "
|
|
102
|
-
"plugins.spfx.error.scaffoldError": "
|
|
103
|
-
"plugins.spfx.error.import.retrieveSolutionInfo": "
|
|
104
|
-
"plugins.spfx.error.import.copySPFxSolution": "
|
|
105
|
-
"plugins.spfx.error.import.updateSPFxTemplate": "
|
|
106
|
-
"plugins.spfx.error.import.common": "
|
|
101
|
+
"plugins.spfx.GetTenantFailedError": "테넌트 %s %s을(를) 가져올 수 없습니다.",
|
|
102
|
+
"plugins.spfx.error.installLatestDependencyError": "%s 폴더에서 SPFx 환경을 설정할 때 알 수 없는 문제가 발생했습니다. [SharePoint 프레임워크 개발 환경 설정 | Microsoft Learn](%s) 글로벌 SPFx 환경을 설정합니다.",
|
|
103
|
+
"plugins.spfx.error.scaffoldError": "프로젝트 생성에 실패했습니다. 가능한 이유는 Yeoman SharePoint Generator 때문일 수 있습니다. 자세한 내용은 [출력 패널](%s)을 확인하세요.",
|
|
104
|
+
"plugins.spfx.error.import.retrieveSolutionInfo": "기존 SPFx 솔루션 정보를 검색하지 못했습니다. SPFx 솔루션이 올바른지 확인하세요.",
|
|
105
|
+
"plugins.spfx.error.import.copySPFxSolution": "%s 기존 SPFx 솔루션을 복사하지 못했습니다.",
|
|
106
|
+
"plugins.spfx.error.import.updateSPFxTemplate": "%s 기존 SPFx 솔루션으로 프로젝트 템플릿을 업데이트하지 못했습니다.",
|
|
107
|
+
"plugins.spfx.error.import.common": "기존 SPFx 솔루션을 Teams 도구 키트로 가져오지 못했습니다. %s",
|
|
107
108
|
"plugins.spfx.import.title": "SPFx 솔루션 가져오기",
|
|
108
109
|
"plugins.spfx.import.copyExistingSPFxSolution": "기존 SPFx 솔루션을 복사하는 중...",
|
|
109
110
|
"plugins.spfx.import.generateSPFxTemplates": "솔루션 정보를 기반으로 템플릿을 생성하는 중...",
|
|
110
111
|
"plugins.spfx.import.updateTemplates": "템플릿을 업데이트하는 중...",
|
|
111
|
-
"plugins.spfx.import.success": "
|
|
112
|
-
"plugins.spfx.import.log.success": "Teams
|
|
113
|
-
"plugins.spfx.import.log.fail": "Teams
|
|
114
|
-
"plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
|
|
115
|
-
"plugins.spfx.addWebPart.install": "Install",
|
|
116
|
-
"plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
|
|
117
|
-
"plugins.spfx.addWebPart.upgrade": "Upgrade",
|
|
118
|
-
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
|
|
119
|
-
"plugins.spfx.addWebPart.versionMismatch.help": "Help",
|
|
120
|
-
"plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
|
|
121
|
-
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
122
|
-
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
123
|
-
"plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
|
|
124
|
-
"plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
|
|
112
|
+
"plugins.spfx.import.success": "SPFx 솔루션을 %s(으)로 가져왔습니다.",
|
|
113
|
+
"plugins.spfx.import.log.success": "Teams 도구 키트에서 SPFx 솔루션을 가져왔습니다. 가져오기 세부 정보의 전체 로그는 %s에서 확인할 수 있습니다.",
|
|
114
|
+
"plugins.spfx.import.log.fail": "Teams 도구 키트가 SPFx 솔루션을 가져오지 못했습니다. 가져오기 세부 정보의 전체 로그는 %s에서 찾을 수 있습니다.",
|
|
125
115
|
"plugins.frontend.checkNetworkTip": "네트워크 연결을 확인하세요.",
|
|
126
116
|
"plugins.frontend.checkFsPermissionsTip": "파일 시스템에 대한 읽기/쓰기 권한이 있는지 확인합니다.",
|
|
127
117
|
"plugins.frontend.checkStoragePermissionsTip": "Azure Storage 계정에 대한 권한이 있는지 확인합니다.",
|
|
128
|
-
"plugins.frontend.checkSystemTimeTip": "
|
|
118
|
+
"plugins.frontend.checkSystemTimeTip": "만료된 자격 증명을 가져올 수 있으니 시스템 시간이 올바른지 확인하세요.",
|
|
129
119
|
"suggestions.retryTheCurrentStep": "현재 단계를 다시 시도하세요.",
|
|
130
120
|
"plugins.appstudio.buildSucceedNotice": "Teams 패키지가 [local address](%s)에 빌드되었습니다.",
|
|
131
121
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams 패키지가 %s에 빌드되었습니다.",
|
|
132
122
|
"plugins.appstudio.createPackage.progressBar.message": "Teams 앱 패키지를 빌드하는 중...",
|
|
133
|
-
"plugins.appstudio.validationFailedNotice": "
|
|
123
|
+
"plugins.appstudio.validationFailedNotice": "매니페스트 유효성 검사 실패",
|
|
134
124
|
"plugins.appstudio.validateManifest.progressBar.message": "매니페스트 확인 중...",
|
|
135
125
|
"plugins.appstudio.validateAppPackage.progressBar.message": "앱 패키지 확인 중...",
|
|
136
|
-
"plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
|
|
137
126
|
"plugins.appstudio.adminPortal": "관리 포털로 이동",
|
|
138
|
-
"plugins.appstudio.publishSucceedNotice.cli": "[%s]
|
|
127
|
+
"plugins.appstudio.publishSucceedNotice.cli": "[%s]이(가) 관리 포털에 게시되었습니다(%s). 승인이 완료되면 조직에서 앱을 사용할 수 있습니다. %s에서 자세히 알아보세요.",
|
|
139
128
|
"plugins.appstudio.updatePublihsedAppConfirm": "새 업데이트를 제출하시겠습니까?",
|
|
140
|
-
"plugins.appstudio.teamsAppCreatedNotice": "Teams
|
|
141
|
-
"plugins.appstudio.teamsAppUpdatedLog": "Teams
|
|
142
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
143
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
144
|
-
"plugins.appstudio.updateManifestTip": "
|
|
145
|
-
"plugins.appstudio.updateOverwriteTip": "
|
|
146
|
-
"plugins.appstudio.pubWarn": "
|
|
129
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams 앱이 %s을(를) 만들었습니다.",
|
|
130
|
+
"plugins.appstudio.teamsAppUpdatedLog": "Teams 앱이 %s을(를) 업데이트했습니다.",
|
|
131
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Teams 애플리케이션 매니페스트가 배포되었습니다. Teams 개발자 포털에서 애플리케이션을 보려면 \"개발자 포털에서 보기\"를 클릭하세요.",
|
|
132
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Teams 애플리케이션 매니페스트가 다음 위치에 배포되었습니다. ",
|
|
133
|
+
"plugins.appstudio.updateManifestTip": "매니페스트 파일 구성이 이미 수정되었습니다. 매니페스트 파일을 계속 다시 생성하고 Teams 플랫폼으로 업데이트하시겠습니까?",
|
|
134
|
+
"plugins.appstudio.updateOverwriteTip": "Teams 플랫폼의 매니페스트 파일이 마지막 업데이트 이후 변경되었습니다. Teams 플랫폼에서 매니페스트 파일을 계속 업데이트하고 덮어쓰시겠습니까?",
|
|
135
|
+
"plugins.appstudio.pubWarn": "앱 %s 테넌트 앱 카탈로그에 이미 제출되었습니다.\n상태: %s\n",
|
|
147
136
|
"plugins.appstudio.lastModified": "마지막 수정 날짜: %s\n",
|
|
148
137
|
"plugins.appstudio.previewOnly": "미리 보기 전용",
|
|
149
138
|
"plugins.appstudio.previewAndUpdate": "검토 및 업데이트",
|
|
150
139
|
"plugins.appstudio.overwriteAndUpdate": "덮어쓰기 및 업데이트",
|
|
151
|
-
"plugins.appstudio.emptyAppPackage": "
|
|
152
|
-
"plugins.appstudio.unprocessedFile": "Teams Toolkit
|
|
140
|
+
"plugins.appstudio.emptyAppPackage": "%s 앱 패키지에서 파일을 찾을 수 없습니다.",
|
|
141
|
+
"plugins.appstudio.unprocessedFile": "Teams Toolkit에서 %s을(를) 처리하지 않았습니다.",
|
|
153
142
|
"plugins.appstudio.viewDeveloperPortal": "개발자 포털에서 보기",
|
|
154
|
-
"plugins.bot.questionHostTypeTrigger.title": "
|
|
155
|
-
"plugins.bot.questionHostTypeTrigger.placeholder": "
|
|
143
|
+
"plugins.bot.questionHostTypeTrigger.title": "트리거 선택",
|
|
144
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "트리거 선택",
|
|
156
145
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
157
|
-
"plugins.bot.triggers.http-functions.detail": "
|
|
146
|
+
"plugins.bot.triggers.http-functions.detail": "Azure Functions에서 호스팅된 실행 중 함수는 HTTP 요청을 수신 대기할 수 있습니다.",
|
|
158
147
|
"plugins.bot.triggers.http-functions.label": "HTTP 트리거",
|
|
159
148
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
|
|
160
|
-
"plugins.bot.triggers.http-and-timer-functions.detail": "
|
|
149
|
+
"plugins.bot.triggers.http-and-timer-functions.detail": "Azure Functions에서 호스팅되는 실행 중인 함수는 HTTP 요청을 수신하고 특정 일정에 따라 응답할 수 있습니다.",
|
|
161
150
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP 및 타이머 트리거",
|
|
162
151
|
"plugins.bot.triggers.http-restify.description": "Restify 서버",
|
|
163
|
-
"plugins.bot.triggers.http-restify.detail": "
|
|
152
|
+
"plugins.bot.triggers.http-restify.detail": "Azure App Service에서 호스팅된 실행 중 restify 서버는 HTTP 요청을 수신 대기할 수 있습니다.",
|
|
164
153
|
"plugins.bot.triggers.http-restify.label": "HTTP 트리거",
|
|
165
154
|
"plugins.bot.triggers.http-webapi.description": "Web API 서버",
|
|
166
|
-
"plugins.bot.triggers.http-webapi.detail": "
|
|
155
|
+
"plugins.bot.triggers.http-webapi.detail": "Azure App Service에서 호스팅된 실행 중인 Web API 서버는 HTTP 요청을 수신 대기할 수 있습니다.",
|
|
167
156
|
"plugins.bot.triggers.http-webapi.label": "HTTP 트리거",
|
|
168
157
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
169
|
-
"plugins.bot.triggers.timer-functions.detail": "
|
|
158
|
+
"plugins.bot.triggers.timer-functions.detail": "Azure Functions에서 호스팅된 실행 중 함수는 특정 일정에 따라 응답할 수 있습니다.",
|
|
170
159
|
"plugins.bot.triggers.timer-functions.label": "타이머 트리거",
|
|
171
|
-
"error.NoProjectOpenedError": "
|
|
172
|
-
"error.
|
|
160
|
+
"error.NoProjectOpenedError": "열려 있는 프로젝트가 없습니다. 새 프로젝트를 만들거나 기존 프로젝트를 열 수 있습니다.",
|
|
161
|
+
"error.InvalidEnvNameError": "환경 이름은 문자, 숫자, _ 및 -만 포함할 수 있습니다.",
|
|
162
|
+
"error.UpgradeV3CanceledError": "업그레이드할 준비가 되지 않은 경우 이전 버전의 Teams Toolkit을 계속 사용하세요.",
|
|
163
|
+
"error.InvalidInputError": "잘못된 입력: %s",
|
|
164
|
+
"error.ProjectEnvAlreadyExistError": "프로젝트 환경 %s이(가) 이미 있습니다.",
|
|
165
|
+
"error.NotImplementedError": "메서드가 구현되지 않음: %s",
|
|
173
166
|
"error.FailedToParseResourceIdError": "리소스 ID '%s'에서 '%s'을(를) 가져올 수 없습니다.",
|
|
174
167
|
"error.NoSubscriptionFound": "구독을 찾을 수 없습니다.",
|
|
175
|
-
"error.TrustCertificateCancelError": "
|
|
176
|
-
"error.VideoFilterAppNotRemoteSupported": "
|
|
177
|
-
"error.appstudio.
|
|
178
|
-
"error.appstudio.
|
|
179
|
-
"error.appstudio.
|
|
180
|
-
"error.appstudio.apiFailed": "
|
|
181
|
-
"error.appstudio.
|
|
182
|
-
"error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
|
|
168
|
+
"error.TrustCertificateCancelError": "사용자가 취소되었습니다. Teams가 도구 키트에서 사용하는 자체 서명된 SSL 인증서를 신뢰하려면 자체 서명된 인증서를 인증서 저장소에 추가해야 합니다.",
|
|
169
|
+
"error.VideoFilterAppNotRemoteSupported": "원격의 비디오 필터 앱은 Teams Toolkit에서 지원되지 않습니다. 프로젝트 루트 폴더에서 README.md 파일을 확인하세요.",
|
|
170
|
+
"error.appstudio.teamsAppCreateFailed": "%s(으)로 인해 Teams 개발자 포털에서 앱을 만들 수 없습니다.",
|
|
171
|
+
"error.appstudio.teamsAppUpdateFailed": "%s(으)로 인해 Teams 개발자 포털에서 %s ID로 Teams 앱을 업데이트할 수 없습니다.",
|
|
172
|
+
"error.appstudio.apiFailed": "개발자 포털 API 호출에 실패했습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
173
|
+
"error.appstudio.apiFailed.telemetry": "개발자 포털 대한 API 호출이 실패했습니다. %s, %s, API 이름: %s, X-Correlation-ID: %s. 이 오류는 일부 일시적인 서비스 오류에서 발생할 수 있습니다. 몇 분 정도 기다린 후 현재 단계를 다시 시도하세요.",
|
|
174
|
+
"error.appstudio.authServiceApiFailed": "개발자 포털에 대한 API 호출 실패: %s, %s, 요청 경로: %s",
|
|
183
175
|
"error.appstudio.publishFailed": "ID가 %s인 Teams 앱을 게시할 수 없습니다.",
|
|
184
|
-
"error.appstudio.buildError": "
|
|
185
|
-
"error.appstudio.checkPermissionFailed": "
|
|
186
|
-
"error.appstudio.grantPermissionFailed": "
|
|
187
|
-
"error.appstudio.listCollaboratorFailed": "
|
|
188
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
176
|
+
"error.appstudio.buildError": "Teams 패키지를 빌드하지 못했습니다!",
|
|
177
|
+
"error.appstudio.checkPermissionFailed": "권한을 확인하지 못했습니다. 이유: %s",
|
|
178
|
+
"error.appstudio.grantPermissionFailed": "권한을 부여하지 못했습니다. 이유: %s",
|
|
179
|
+
"error.appstudio.listCollaboratorFailed": "공동 작업자를 나열하지 못했습니다. 이유: %s",
|
|
180
|
+
"error.appstudio.updateManifestInvalidApp": "ID가 %s인 Teams 앱을 찾을 수 없습니다. Teams 플랫폼으로 매니페스트를 업데이트하기 전에 먼저 디버그 또는 프로비전을 실행해야 합니다.",
|
|
189
181
|
"error.appstudio.invalidCapability": "잘못된 기능: %s",
|
|
190
|
-
"error.appstudio.capabilityExceedLimit": "
|
|
191
|
-
"error.appstudio.staticTabNotExist": "
|
|
192
|
-
"error.appstudio.capabilityNotExist": "
|
|
193
|
-
"error.appstudio.noManifestId": "
|
|
182
|
+
"error.appstudio.capabilityExceedLimit": "기능 %s을(를) 추가할 수 없습니다. 제한에 도달했습니다.",
|
|
183
|
+
"error.appstudio.staticTabNotExist": "엔터티 ID가 %s인 고정 탭을 찾을 수 없어 업데이트할 수 없습니다.",
|
|
184
|
+
"error.appstudio.capabilityNotExist": "%s 기능이 매니페스트에 없으므로 업데이트할 수 없습니다.",
|
|
185
|
+
"error.appstudio.noManifestId": "매니페스트 찾기에서 잘못된 ID를 찾았습니다.",
|
|
194
186
|
"error.appstudio.validateFetchSchemaFailed": "%s에서 스키마를 가져올 수 없습니다. 메시지: %s",
|
|
195
187
|
"error.appstudio.validateSchemaNotDefined": "매니페스트 스키마가 정의되지 않음",
|
|
196
|
-
"error.appstudio.
|
|
197
|
-
"error.appstudio.
|
|
198
|
-
"error.appstudio.
|
|
199
|
-
"error.appstudio.
|
|
200
|
-
"error.appstudio.
|
|
201
|
-
"error.appstudio.
|
|
202
|
-
"error.
|
|
203
|
-
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
|
|
204
|
-
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
|
|
205
|
-
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
|
|
206
|
-
"error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
|
|
188
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "\"Zip Teams 앱 패키지\"에서 패키지를 생성하고 다시 시도하세요.",
|
|
189
|
+
"error.appstudio.teamsAppCreateConflict": "409 충돌 오류로 Teams 앱을 생성할 수 없습니다. 앱 ID가 테넌트의 다른 앱과 충돌하기 때문에 발생할 수 있습니다. 자세한 내용은 도움말 보기를 클릭하세요.",
|
|
190
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "해당 ID의 Teams 앱이 조직의 앱 스토어에 이미 있습니다. 앱 ID를 수동으로 업데이트하고 다시 시도하세요.",
|
|
191
|
+
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "현재 계정은 botframework 토큰을 가져올 수 없습니다.",
|
|
192
|
+
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 프로비전은 봇 등록을 만들려는 시도에서 금지된 결과를 반환합니다.",
|
|
193
|
+
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework 프로비전은 봇 등록을 만들려는 시도에서 충돌 결과를 반환합니다.",
|
|
194
|
+
"error.generator.TemplateZipFallbackError": "zip 패키지를 다운로드하고 로컬 zip 패키지를 열 수 없습니다.",
|
|
207
195
|
"error.generator.TemplateNotFoundError": "템플릿 %s을(를) 찾을 수 없습니다.",
|
|
208
196
|
"error.generator.SampleNotFoundError": "샘플 %s을(를) 찾을 수 없습니다.",
|
|
209
|
-
"error.generator.
|
|
197
|
+
"error.generator.FetchZipFromUrlError": "%s에서 zip 패키지를 다운로드할 수 없습니다.",
|
|
198
|
+
"error.generator.UnzipError": "템플릿의 압축을 풀고 디스크에 쓸 수 없습니다.",
|
|
210
199
|
"error.generator.MissKeyError": "키 %s을(를) 찾을 수 없습니다.",
|
|
211
|
-
"error.generator.
|
|
212
|
-
"error.generator.
|
|
213
|
-
"error.generator.
|
|
214
|
-
"error.copilotPlugin.
|
|
215
|
-
"error.
|
|
216
|
-
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
200
|
+
"error.generator.DownloadSampleApiLimitError": "제한으로 인해 샘플을 다운로드할 수 없습니다. 속도 제한을 다시 설정한 후 나중에 다시 시도하세요(최대 1시간이 소요될 수 있음). 또는 %s(으)로 이동하여 리포지토리를 수동으로 git clone할 수 있습니다.",
|
|
201
|
+
"error.generator.DownloadSampleNetworkError": "네트워크 오류로 인해 샘플을 다운로드할 수 없습니다. 네트워크 연결을 확인하고 다시 시도하세요. 또는 %s(으)로 이동하여 리포지토리를 수동으로 git clone할 수 있습니다.",
|
|
202
|
+
"error.generator.ParseUrlError": "URL %s을(를) 구문 분석할 수 없습니다.",
|
|
203
|
+
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "'%s'에서 OpenAI 플러그인 매니페스트를 가져올 수 없습니다.",
|
|
204
|
+
"error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with single parameter and no auth are supported. Methods defined in manifest.json are not listed.",
|
|
217
205
|
"error.m365.NotExtendedToM365Error": "Teams 앱을 Microsoft 365로 확장할 수 없습니다. Teams 앱을 Microsoft 365로 확장하려면 'teamsApp/extendToM365' 작업을 사용하세요.",
|
|
218
|
-
"core.QuestionAppName.validation.pattern": "
|
|
219
|
-
"core.QuestionAppName.validation.maxlength": "
|
|
220
|
-
"core.QuestionAppName.validation.pathExist": "
|
|
221
|
-
"core.
|
|
222
|
-
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
223
|
-
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
206
|
+
"core.QuestionAppName.validation.pattern": "애플리케이션 이름은 문자로 시작해야 하며 문자 또는 숫자를 두 개 이상 포함해야 합니다. 일부 특수 문자를 포함할 수 없습니다.",
|
|
207
|
+
"core.QuestionAppName.validation.maxlength": "애플리케이션 이름이 최대 길이인 30자보다 깁니다.",
|
|
208
|
+
"core.QuestionAppName.validation.pathExist": "경로 %s이(가) 있습니다. 다른 애플리케이션 이름을 선택하세요.",
|
|
209
|
+
"core.ProgrammingLanguageQuestion.placeholder": "프로그래밍 언어를 선택합니다.",
|
|
224
210
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx는 현재 TypeScript만 지원합니다.",
|
|
225
211
|
"core.option.tutorial": "자습서 열기",
|
|
226
212
|
"core.option.github": "GitHub 가이드 열기",
|
|
227
|
-
"core.option.inProduct": "
|
|
213
|
+
"core.option.inProduct": "제품 내 가이드 열기",
|
|
228
214
|
"core.TabOption.label": "탭",
|
|
229
|
-
"core.generator.officeAddin.importProject.title": "
|
|
230
|
-
"core.generator.officeAddin.importProject.copyFiles": "
|
|
231
|
-
"core.generator.officeAddin.importProject.convertProject": "
|
|
232
|
-
"core.generator.officeAddin.importProject.updateManifest": "
|
|
233
|
-
"core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
|
|
215
|
+
"core.generator.officeAddin.importProject.title": "기존 Outlook 추가 기능 프로젝트를 가져오는 중",
|
|
216
|
+
"core.generator.officeAddin.importProject.copyFiles": "파일 복사 중",
|
|
217
|
+
"core.generator.officeAddin.importProject.convertProject": "프로젝트를 변환하는 중",
|
|
218
|
+
"core.generator.officeAddin.importProject.updateManifest": "매니페스트 수정 중",
|
|
234
219
|
"core.TabOption.description": "UI 기반 앱",
|
|
235
220
|
"core.TabOption.detail": "Microsoft Teams에 포함된 Teams 인식 웹 페이지",
|
|
236
221
|
"core.DashboardOption.label": "대시보드",
|
|
237
222
|
"core.DashboardOption.detail": "중요한 정보를 표시하기 위한 카드 및 위젯이 있는 캔버스",
|
|
238
223
|
"core.BotNewUIOption.label": "기본 봇",
|
|
239
|
-
"core.BotNewUIOption.detail": "
|
|
224
|
+
"core.BotNewUIOption.detail": "사용자 지정할 준비가 된 Echo Bot의 간단한 구현",
|
|
240
225
|
"core.LinkUnfurlingOption.label": "링크 풀기",
|
|
241
|
-
"core.LinkUnfurlingOption.detail": "
|
|
226
|
+
"core.LinkUnfurlingOption.detail": "작성 메시지 영역에 URL을 붙여 넣을 때 정보 및 작업 표시",
|
|
242
227
|
"core.MessageExtensionOption.labelNew": "양식 입력 및 프로세스 데이터 수집",
|
|
243
228
|
"core.MessageExtensionOption.label": "메시지 확장",
|
|
244
229
|
"core.MessageExtensionOption.description": "사용자가 Teams에서 메시지를 작성할 때의 사용자 지정 UI",
|
|
245
|
-
"core.MessageExtensionOption.detail": "
|
|
230
|
+
"core.MessageExtensionOption.detail": "사용자 입력을 받고, 해당 항목으로 작업을 수행하며, 사용자 지정된 결과를 다시 보냅니다.",
|
|
246
231
|
"core.NotificationOption.label": "채팅 알림 메시지",
|
|
247
232
|
"core.NotificationOption.detail": "Teams 채팅에 표시되는 메시지로 알림 및 정보 제공",
|
|
248
233
|
"core.CommandAndResponseOption.label": "채팅 명령",
|
|
@@ -253,171 +238,82 @@
|
|
|
253
238
|
"core.TabSPFxOption.detailNew": "SharePoint 프레임워크를 사용하여 UI 빌드",
|
|
254
239
|
"core.TabNonSso.label": "기본 탭",
|
|
255
240
|
"core.TabNonSso.detail": "사용자 지정할 준비가 된 웹앱의 간단한 구현",
|
|
256
|
-
"core.copilotPlugin.
|
|
257
|
-
"core.copilotPlugin.
|
|
258
|
-
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
259
|
-
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
241
|
+
"core.copilotPlugin.validate.apiSpec.summary": "Teams 도구 키트에서 API 사양을 확인했습니다.\n\n요약:\n%s.\n%s\n%s",
|
|
242
|
+
"core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams 도구 키트에서 OpenAI 플러그인 매니페스트를 확인했습니다.\n\n요약:\n%s.\n%s\n%s",
|
|
260
243
|
"core.copilotPlugin.validate.summary.validate.failed": "%s이(가) 실패함",
|
|
261
244
|
"core.copilotPlugin.validate.summary.validate.warning": "%s 경고",
|
|
262
|
-
"core.copilotPlugin.
|
|
263
|
-
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
|
|
245
|
+
"core.copilotPlugin.scaffold.summary": "OpenAPI 사양 파일에서 다음 문제가 발견되었습니다.\n%s",
|
|
264
246
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s 완화: 필요하지 않습니다. operationId가 자동으로 생성되어 \"%s\" 파일에 추가되었습니다.",
|
|
265
|
-
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
266
247
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\"은(는) %s자를 초과할 수 없습니다. ",
|
|
267
248
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "전체 설명이 없습니다. ",
|
|
268
249
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "완화: \"%s\"에서 \"%s\" 필드를 업데이트하세요.",
|
|
269
250
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "\"%s\" 명령에 \"%s\"이(가) 없습니다.",
|
|
270
251
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " 완화: \"%s\"에 적응형 카드 템플릿을 만든 다음 \"%s\"의 상대 경로로 \"%s\" 필드를 업데이트합니다.",
|
|
271
|
-
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
|
|
272
|
-
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
|
|
273
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
|
|
274
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
|
|
275
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
|
|
276
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
|
|
277
252
|
"core.createCapabilityQuestion.titleNew": "기능",
|
|
278
253
|
"core.createCapabilityQuestion.placeholder": "기능 선택",
|
|
279
|
-
"core.createProjectQuestion.option.description.
|
|
254
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "Windows에서 미리 보기",
|
|
280
255
|
"core.createProjectQuestion.option.description.worksInOutlook": "Teams 및 Outlook에서 작동",
|
|
281
256
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook 및 Microsoft 365 앱에서 작동",
|
|
282
|
-
"core.createProjectQuestion.option.description.worksInOutlookCopilot": "Teams, Outlook 및 Copilot에서 작동",
|
|
283
257
|
"core.createProjectQuestion.projectType.bot.detail": "반복적인 작업을 자동화할 수 있는 대화형 또는 유익한 채팅 환경",
|
|
284
258
|
"core.createProjectQuestion.projectType.bot.label": "봇",
|
|
285
259
|
"core.createProjectQuestion.projectType.bot.title": "봇을 사용하는 앱 기능",
|
|
286
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "
|
|
287
|
-
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
260
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Teams 및 Outlook의 채팅 작성 영역에서 작업 검색 또는 시작",
|
|
288
261
|
"core.createProjectQuestion.projectType.messageExtension.title": "메시지 확장을 사용하는 앱 기능",
|
|
289
|
-
"core.createProjectQuestion.projectType.outlookAddin.detail": "
|
|
262
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "웹 콘텐츠로 리본 및 작업 창 사용자 지정",
|
|
290
263
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook 추가 기능",
|
|
291
264
|
"core.createProjectQuestion.projectType.outlookAddin.title": "Outlook 추가 기능을 사용하는 앱 기능",
|
|
292
|
-
"core.createProjectQuestion.projectType.
|
|
293
|
-
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
294
|
-
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
295
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
296
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
297
|
-
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
265
|
+
"core.createProjectQuestion.projectType.tab.detail": "Teams, Outlook 및 Micosoft 365 앱에 자신의 웹 콘텐츠 포함",
|
|
298
266
|
"core.createProjectQuestion.projectType.tab.title": "탭을 사용하는 앱 기능",
|
|
299
|
-
"core.createProjectQuestion.projectType.
|
|
300
|
-
"core.createProjectQuestion.projectType.
|
|
301
|
-
"core.createProjectQuestion.projectType.
|
|
302
|
-
"core.createProjectQuestion.projectType.copilotPlugin.
|
|
303
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
304
|
-
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
305
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
|
|
306
|
-
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
|
|
307
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
308
|
-
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
309
|
-
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
310
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
|
|
311
|
-
"core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
|
|
312
|
-
"core.createProjectQuestion.projectType.createGroup.title": "Create",
|
|
313
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
|
|
314
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
|
|
267
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "API를 사용하여 Copilot을 확장하는 플러그인을 만듭니다.",
|
|
268
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot용 플러그인",
|
|
269
|
+
"core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot용 플러그인",
|
|
270
|
+
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "옵션 선택",
|
|
315
271
|
"core.createProjectQuestion.title": "새 프로젝트",
|
|
316
|
-
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
317
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
318
272
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "새 API로 시작",
|
|
319
273
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions에서 새 API를 사용하여 플러그 인 만들기",
|
|
320
|
-
"core.createProjectQuestion.capability.
|
|
321
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
274
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI 사양으로 시작",
|
|
322
275
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "기존 API에서 플러그 인 만들기",
|
|
323
|
-
"core.createProjectQuestion.capability.
|
|
324
|
-
"core.createProjectQuestion.capability.
|
|
325
|
-
"core.createProjectQuestion.
|
|
326
|
-
"core.createProjectQuestion.
|
|
327
|
-
"core.createProjectQuestion.
|
|
328
|
-
"core.createProjectQuestion.
|
|
329
|
-
"core.createProjectQuestion.
|
|
330
|
-
"core.createProjectQuestion.
|
|
331
|
-
"core.createProjectQuestion.
|
|
332
|
-
"core.createProjectQuestion.
|
|
333
|
-
"core.createProjectQuestion.
|
|
334
|
-
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
|
|
335
|
-
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
336
|
-
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
|
|
337
|
-
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
|
|
338
|
-
"core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
|
|
339
|
-
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
|
|
340
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
|
|
341
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
|
|
342
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
|
|
343
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
344
|
-
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
345
|
-
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
346
|
-
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
347
|
-
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
348
|
-
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
349
|
-
"core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
|
|
350
|
-
"core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
|
|
351
|
-
"core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
|
|
352
|
-
"core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
|
|
353
|
-
"core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
|
|
354
|
-
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
355
|
-
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
356
|
-
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
357
|
-
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
|
|
358
|
-
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
359
|
-
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
|
|
360
|
-
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
361
|
-
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
362
|
-
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
363
|
-
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
364
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
|
|
365
|
-
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
366
|
-
"core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
|
|
367
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
|
|
368
|
-
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
369
|
-
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
370
|
-
"core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
371
|
-
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
372
|
-
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
373
|
-
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
374
|
-
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
|
|
375
|
-
"core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
|
|
376
|
-
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
377
|
-
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
378
|
-
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
276
|
+
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "OpenAI 플러그 인으로 시작",
|
|
277
|
+
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "OpenAI 플러그 인을 Microsoft 365 Copilot 플러그 인으로 변환",
|
|
278
|
+
"core.createProjectQuestion.apiSpec.title": "OpenAPI 사양",
|
|
279
|
+
"core.createProjectQuestion.apiSpec.placeholder": "OpenAPI 사양 URL 입력",
|
|
280
|
+
"core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI 사양 위치 입력",
|
|
281
|
+
"core.createProjectQuestion.AIPluginManifest.title": "OpenAI 플러그인 매니페스트",
|
|
282
|
+
"core.createProjectQuestion.AIPluginManifest.placeholder": "웹 사이트 도메인 입력",
|
|
283
|
+
"core.createProjectQuestion.invalidUrl.message": "올바른 URL을 입력하세요.",
|
|
284
|
+
"core.createProjectQuestion.invalidDomain.message": "올바른 도메인을 입력하세요.",
|
|
285
|
+
"core.createProjectQuestion.apiSpec.operation.title": "작업 선택",
|
|
286
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder": "단일 매개 변수가 있고 인증은 없는 GET 및 POST 메서드만 나열됩니다.",
|
|
379
287
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "manifest.json에 정의된 메서드가 나열되지 않습니다.",
|
|
380
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "
|
|
381
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "
|
|
382
|
-
"core.createProjectQuestion.
|
|
383
|
-
"core.createProjectQuestion.
|
|
384
|
-
"core.createProjectQuestion.
|
|
385
|
-
"core.createProjectQuestion.
|
|
386
|
-
"core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
|
|
387
|
-
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
|
|
388
|
-
"core.createProjectQuestion.noPlugin.label": "No plugin",
|
|
389
|
-
"core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
|
|
390
|
-
"core.createProjectQuestion.addPlugin.label": "Add plugin",
|
|
391
|
-
"core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
|
|
392
|
-
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
393
|
-
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
288
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "API 사양이 잘못되었습니다. 자세한 내용은 출력 패널을 확인하세요.",
|
|
289
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "API 사양이 잘못되었습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
290
|
+
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "OpenAI 플러그인 매니페스트가 잘못되었습니다. 자세한 내용은 출력 패널을 확인하세요.",
|
|
291
|
+
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "OpenAI 플러그인 매니페스트가 잘못되었습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
292
|
+
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "\"%s\"에 URL이 없습니다.",
|
|
293
|
+
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "인증 유형이 지원되지 않습니다. 지원되는 인증 유형: \"%s\".",
|
|
394
294
|
"core.aiBotOption.label": "AI 챗봇",
|
|
395
|
-
"core.aiBotOption.detail": "
|
|
295
|
+
"core.aiBotOption.detail": "Teams AI 라이브러리를 사용하는 챗봇",
|
|
396
296
|
"core.spfxFolder.title": "SPFx 솔루션 폴더",
|
|
397
|
-
"core.spfxFolder.placeholder": "
|
|
297
|
+
"core.spfxFolder.placeholder": "SPFx 솔루션이 포함된 폴더를 선택하세요.",
|
|
398
298
|
"core.QuestionSelectTargetEnvironment.title": "환경 선택",
|
|
399
299
|
"core.getQuestionNewTargetEnvironmentName.title": "새 환경 이름",
|
|
400
300
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "새 환경 이름",
|
|
401
301
|
"core.getQuestionNewTargetEnvironmentName.validation1": "환경 이름은 문자, 숫자, _ 및 -만 포함할 수 있습니다.",
|
|
402
|
-
"core.getQuestionNewTargetEnvironmentName.validation3": "
|
|
302
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "환경 '%s'을(를) 만들 수 없습니다.",
|
|
403
303
|
"core.getQuestionNewTargetEnvironmentName.validation4": "env 구성을 나열할 수 없습니다.",
|
|
404
304
|
"core.getQuestionNewTargetEnvironmentName.validation5": "프로젝트 환경 %s이(가) 이미 있습니다.",
|
|
405
305
|
"core.QuestionSelectSourceEnvironment.title": "복사본을 만들 환경 선택",
|
|
406
306
|
"core.QuestionSelectResourceGroup.title": "리소스 그룹 선택",
|
|
407
307
|
"core.QuestionNewResourceGroupName.placeholder": "새 리소스 그룹 이름",
|
|
408
308
|
"core.QuestionNewResourceGroupName.title": "새 리소스 그룹 이름",
|
|
409
|
-
"core.QuestionNewResourceGroupName.validation": "
|
|
309
|
+
"core.QuestionNewResourceGroupName.validation": "이름에는 영숫자 문자 또는 기호 _-()만 사용할 수 있습니다.",
|
|
410
310
|
"core.QuestionNewResourceGroupLocation.title": "새 리소스 그룹의 위치",
|
|
411
|
-
"core.
|
|
412
|
-
"core.
|
|
413
|
-
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
414
|
-
"core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
|
|
415
|
-
"core.question.appName.title": "Application Name",
|
|
416
|
-
"core.question.appName.placeholder": "Input an application name",
|
|
311
|
+
"core.question.workspaceFolder.title": "작업 영역 폴더",
|
|
312
|
+
"core.question.workspaceFolder.placeholder": "프로젝트 루트 폴더를 포함할 폴더를 선택하세요.",
|
|
417
313
|
"core.ScratchOptionYes.label": "새 앱 만들기",
|
|
418
|
-
"core.ScratchOptionYes.detail": "
|
|
419
|
-
"core.ScratchOptionNo.label": "
|
|
420
|
-
"core.ScratchOptionNo.detail": "
|
|
314
|
+
"core.ScratchOptionYes.detail": "Teams 도구 키트를 사용하여 새 Teams 애플리케이션을 만듭니다.",
|
|
315
|
+
"core.ScratchOptionNo.label": "샘플에서 시작",
|
|
316
|
+
"core.ScratchOptionNo.detail": "기존 샘플을 새 애플리케이션의 시작점으로 사용합니다.",
|
|
421
317
|
"core.RuntimeOptionNodeJS.detail": "빠른 JavaScript 서버 런타임",
|
|
422
318
|
"core.RuntimeOptionDotNet.detail": "플랫폼 간 무료 오픈 소스",
|
|
423
319
|
"core.getRuntimeQuestion.title": "Teams 도구 키트: 앱의 런타임 선택",
|
|
@@ -426,15 +322,8 @@
|
|
|
426
322
|
"core.SampleSelect.title": "샘플에서 시작",
|
|
427
323
|
"core.SampleSelect.placeholder": "샘플 선택",
|
|
428
324
|
"core.SampleSelect.buttons.viewSamples": "샘플 보기",
|
|
429
|
-
"core.question.pluginAvailability.title": "Select Plugin Availability",
|
|
430
|
-
"core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
|
|
431
|
-
"core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
|
|
432
|
-
"core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
|
|
433
|
-
"core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
|
|
434
|
-
"core.addAction.success": "Action \"%s\" added to the project successfully.",
|
|
435
|
-
"core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
|
|
436
325
|
"core.updateBotIdsQuestion.title": "디버깅을 위한 새 봇 만들기",
|
|
437
|
-
"core.updateBotIdsQuestion.placeholder": "
|
|
326
|
+
"core.updateBotIdsQuestion.placeholder": "botId의 원래 값을 유지하려면 선택을 취소하세요.",
|
|
438
327
|
"core.updateBotIdForBot.description": "manifest.json에서 %s botId를 \"${{BOT_ID}}\"(으)로 업데이트",
|
|
439
328
|
"core.updateBotIdForMessageExtension.description": "manifest.json에서 %s botId를 \"${{BOT_ID}}\"(으)로 업데이트",
|
|
440
329
|
"core.updateBotIdForBot.label": "봇",
|
|
@@ -443,41 +332,40 @@
|
|
|
443
332
|
"core.updateWebsiteUrlQuestion.title": "디버깅을 위한 웹 사이트 URL 구성",
|
|
444
333
|
"core.updateContentUrlOption.description": "콘텐츠 URL을 %s에서 %s으(로) 업데이트",
|
|
445
334
|
"core.updateWebsiteUrlOption.description": "웹 사이트 URL을 %s에서 %s(으)로 업데이트",
|
|
446
|
-
"core.updateUrlQuestion.placeholder": "
|
|
335
|
+
"core.updateUrlQuestion.placeholder": "선택 취소하여 원본 URL을 유지",
|
|
447
336
|
"core.SingleSignOnOption.label": "Single Sign-On",
|
|
448
337
|
"core.SingleSignOnOption.detail": "Teams 시작 페이지 및 봇 기능을 위한 Single Sign-On 기능 개발",
|
|
449
|
-
"core.getUserEmailQuestion.title": "
|
|
450
|
-
"core.getUserEmailQuestion.validation1": "
|
|
451
|
-
"core.getUserEmailQuestion.validation2": "
|
|
338
|
+
"core.getUserEmailQuestion.title": "동일한 Microsoft 365 테넌트의 계정에 대해 Teams/AAD 앱에 소유자 추가(이메일)",
|
|
339
|
+
"core.getUserEmailQuestion.validation1": "메일 주소는 null이거나 비워 둘 수 없습니다.",
|
|
340
|
+
"core.getUserEmailQuestion.validation2": "[UserName]을(를) 실제 사용자 이름으로 변경하세요.",
|
|
452
341
|
"core.collaboration.error.failedToLoadDotEnvFile": ".env 파일을 로드할 수 없습니다. 이유: %s",
|
|
453
|
-
"core.selectAadAppManifestQuestion.title": "
|
|
454
|
-
"core.selectTeamsAppManifestQuestion.title": "
|
|
455
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
342
|
+
"core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json 파일 선택",
|
|
343
|
+
"core.selectTeamsAppManifestQuestion.title": "Teams manifest.json 파일 선택",
|
|
344
|
+
"core.selectTeamsAppPackageQuestion.title": "Teams 앱 패키지 파일 선택",
|
|
456
345
|
"core.selectLocalTeamsAppManifestQuestion.title": "로컬 Teams manifest.json 파일 선택",
|
|
457
|
-
"core.selectCollaborationAppTypeQuestion.title": "
|
|
346
|
+
"core.selectCollaborationAppTypeQuestion.title": "공동 작업자를 관리할 앱 선택",
|
|
458
347
|
"core.selectValidateMethodQuestion.validate.selectTitle": "유효성 검사 방법 선택",
|
|
459
348
|
"core.selectValidateMethodQuestion.validate.schemaOption": "매니페스트 스키마를 사용하여 유효성 검사",
|
|
349
|
+
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "매니페스트 스키마를 사용하여 유효성 검사",
|
|
460
350
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "유효성 검사 규칙을 사용하여 앱 패키지 유효성 검사",
|
|
461
|
-
"core.selectValidateMethodQuestion.validate.
|
|
462
|
-
"core.
|
|
463
|
-
"core.
|
|
464
|
-
"core.aadAppQuestion.
|
|
465
|
-
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
351
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "유효성 검사 규칙을 사용하여 앱 패키지 유효성 검사",
|
|
352
|
+
"core.confirmManifestQuestion.placeholder": "매니페스트가 올바르게 선택되었는지 확인",
|
|
353
|
+
"core.aadAppQuestion.label": "Azure Active Directory 앱",
|
|
354
|
+
"core.aadAppQuestion.description": "Single Sign-On용 Azure Active Directory 앱",
|
|
466
355
|
"core.teamsAppQuestion.label": "Teams 앱",
|
|
467
356
|
"core.teamsAppQuestion.description": "Teams 앱",
|
|
468
357
|
"core.M365SsoLaunchPageOptionItem.label": "Fluent UI를 포함한 React",
|
|
469
358
|
"core.M365SsoLaunchPageOptionItem.detail": "Fluent UI React 구성 요소를 사용하여 Teams의 모양과 느낌을 가져오는 웹앱",
|
|
470
359
|
"core.M365SearchAppOptionItem.label": "사용자 지정 검색 결과",
|
|
471
360
|
"core.M365SearchAppOptionItem.detail": "검색 또는 채팅 영역에서 Teams 및 Outlook 검색 결과에 직접 데이터 표시",
|
|
472
|
-
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
|
|
473
361
|
"core.SearchAppOptionItem.detail": "검색 또는 채팅 영역에서 Teams 검색 결과에 바로 데이터 표시",
|
|
474
362
|
"core.M365HostQuestion.title": "플랫폼",
|
|
475
363
|
"core.M365HostQuestion.placeholder": "앱을 미리 보기할 플랫폼 선택",
|
|
476
364
|
"core.options.separator.additional": "추가 기능",
|
|
477
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "Teams
|
|
478
|
-
"core.common.LifecycleComplete.provision": "%s/%s
|
|
479
|
-
"core.common.LifecycleComplete.deploy": "%s/%s
|
|
480
|
-
"core.common.LifecycleComplete.publish": "%s/%s
|
|
365
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "Teams 앱을 준비했습니다.",
|
|
366
|
+
"core.common.LifecycleComplete.provision": "프로비전 단계에서 %s/%s 작업을 실행했습니다.",
|
|
367
|
+
"core.common.LifecycleComplete.deploy": "배포 단계에서 %s/%s 작업을 성공적으로 실행했습니다.",
|
|
368
|
+
"core.common.LifecycleComplete.publish": "게시 단계에서 %s/%s 작업을 성공적으로 실행했습니다.",
|
|
481
369
|
"core.common.TeamsMobileDesktopClientName": "Teams 데스크톱, 모바일 클라이언트 ID",
|
|
482
370
|
"core.common.TeamsWebClientName": "Teams 웹 클라이언트 ID",
|
|
483
371
|
"core.common.OfficeDesktopClientName": "데스크톱 클라이언트 ID에 대한 Microsoft 365 앱",
|
|
@@ -486,51 +374,18 @@
|
|
|
486
374
|
"core.common.OutlookDesktopClientName": "Outlook 데스크톱 클라이언트 ID",
|
|
487
375
|
"core.common.OutlookWebClientName1": "Outlook 웹 액세스 클라이언트 ID 1",
|
|
488
376
|
"core.common.OutlookWebClientName2": "Outlook 웹 액세스 클라이언트 ID 2",
|
|
489
|
-
"core.common.CancelledMessage": "
|
|
490
|
-
"core.common.
|
|
491
|
-
"core.common.
|
|
492
|
-
"core.common.
|
|
493
|
-
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
377
|
+
"core.common.CancelledMessage": "작업이 취소되었습니다.",
|
|
378
|
+
"core.common.SpecVersionNotSupported": "3.0.0보다 낮은 OpenAPI 버전은 지원되지 않습니다.",
|
|
379
|
+
"core.common.NoServerInformation": "OpenAPI 사양 파일에서 서버 정보를 찾을 수 없습니다.",
|
|
380
|
+
"core.common.MultipleServerInformation": "OpenAPI 사양 파일에 여러 서버 정보가 있습니다.",
|
|
494
381
|
"core.common.RemoteRefNotSupported": "원격 참조가 지원되지 않습니다. %s.",
|
|
495
382
|
"core.common.MissingOperationId": "%s operationIds가 없습니다.",
|
|
496
|
-
"core.common.NoSupportedApi": "
|
|
497
|
-
"core.common.
|
|
498
|
-
"core.common.
|
|
499
|
-
"core.common.
|
|
500
|
-
"core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
|
|
501
|
-
"core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
|
|
502
|
-
"core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
|
|
503
|
-
"core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
|
|
504
|
-
"core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
|
|
505
|
-
"core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
|
|
506
|
-
"core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
|
|
507
|
-
"core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
|
|
508
|
-
"core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
|
|
509
|
-
"core.common.invalidReason.NoParameter": "no parameter",
|
|
510
|
-
"core.common.invalidReason.NoAPIInfo": "no API info",
|
|
511
|
-
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
512
|
-
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
513
|
-
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
514
|
-
"core.common.invalidReason.CircularReference": "circular reference inside API definition",
|
|
515
|
-
"core.common.UrlProtocolNotSupported": "서버 URL이 잘못되었습니다. %s 프로토콜이 지원되지 않습니다. 대신 https 프로토콜을 사용해야 합니다.",
|
|
516
|
-
"core.common.RelativeServerUrlNotSupported": "서버 URL이 잘못되었습니다. 상대 서버 URL이 지원되지 않습니다.",
|
|
517
|
-
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
518
|
-
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
519
|
-
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
520
|
-
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
521
|
-
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
522
|
-
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
523
|
-
"core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
|
|
524
|
-
"core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
|
|
525
|
-
"core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
|
|
526
|
-
"core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
|
|
527
|
-
"core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
|
|
528
|
-
"core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
383
|
+
"core.common.NoSupportedApi": "OpenAPI 사양 파일에서 지원되는 API를 찾을 수 없습니다.",
|
|
384
|
+
"core.common.AdditionalPropertiesNotSupported": "'additionalProperties'는 지원되지 않으며 무시됩니다.",
|
|
385
|
+
"core.common.SchemaNotSupported": "'oneOf', 'anyOf', 'not' 스키마는 지원되지 않습니다. %s.",
|
|
386
|
+
"core.common.UnknownSchema": "알 수 없는 스키마: %s.",
|
|
529
387
|
"core.importAddin.label": "기존 Outlook 추가 기능 가져오기",
|
|
530
388
|
"core.importAddin.detail": "최신 앱 매니페스트 및 프로젝트 구조로 추가 기능 프로젝트 업그레이드",
|
|
531
|
-
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
532
|
-
"core.officeContentAddin.label": "Content Add-in",
|
|
533
|
-
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
534
389
|
"core.newTaskpaneAddin.label": "Taskpane",
|
|
535
390
|
"core.newTaskpaneAddin.detail": "단추로 리본을 사용자 지정하고 작업창에 콘텐츠를 포함합니다.",
|
|
536
391
|
"core.summary.actionDescription": "작업 %s%s",
|
|
@@ -543,47 +398,6 @@
|
|
|
543
398
|
"core.summary.actionSucceeded": "%s이(가) 실행되었습니다.",
|
|
544
399
|
"core.summary.createdEnvFile": "환경 파일이 생성된 위치",
|
|
545
400
|
"core.copilot.addAPI.success": "%s이(가) %s에 추가됨",
|
|
546
|
-
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
547
|
-
"core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
548
|
-
"core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
|
|
549
|
-
"core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
|
|
550
|
-
"core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
|
|
551
|
-
"core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
|
|
552
|
-
"core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
|
|
553
|
-
"core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
|
|
554
|
-
"core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
|
|
555
|
-
"core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
|
|
556
|
-
"core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
|
|
557
|
-
"core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
|
|
558
|
-
"core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
|
|
559
|
-
"core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
|
|
560
|
-
"core.uninstallQuestion.manifestId": "Manifest ID",
|
|
561
|
-
"core.uninstallQuestion.env": "Environment",
|
|
562
|
-
"core.uninstallQuestion.titleId": "Title ID",
|
|
563
|
-
"core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
|
|
564
|
-
"core.uninstallQuestion.manifestIdMode": "Manifest ID",
|
|
565
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
|
|
566
|
-
"core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
|
|
567
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
|
|
568
|
-
"core.uninstallQuestion.titleIdMode": "Title ID",
|
|
569
|
-
"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 Teams Toolkit created project.",
|
|
570
|
-
"core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
|
|
571
|
-
"core.uninstallQuestion.m365Option": "Microsoft 365 Application",
|
|
572
|
-
"core.uninstallQuestion.tdpOption": "App registration",
|
|
573
|
-
"core.uninstallQuestion.botOption": "Bot framework registration",
|
|
574
|
-
"core.uninstallQuestion.projectPath": "Project path",
|
|
575
|
-
"core.syncManifest.projectPath": "Project path",
|
|
576
|
-
"core.syncManifest.env": "Target Teams Toolkit Environment",
|
|
577
|
-
"core.syncManifest.teamsAppId": "Teams App ID (optional)",
|
|
578
|
-
"core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
|
|
579
|
-
"core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
|
|
580
|
-
"core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
|
|
581
|
-
"core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
|
|
582
|
-
"core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
|
|
583
|
-
"core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
|
|
584
|
-
"core.syncManifest.success": "Manifest synced to environment: %s successfully.",
|
|
585
|
-
"core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
|
|
586
|
-
"core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
|
|
587
401
|
"ui.select.LoadingOptionsPlaceholder": "옵션을 로드하는 중 ...",
|
|
588
402
|
"ui.select.LoadingDefaultPlaceholder": "기본값을 로드하는 중 ...",
|
|
589
403
|
"error.aad.manifest.NameIsMissing": "name이 없음\n",
|
|
@@ -591,100 +405,89 @@
|
|
|
591
405
|
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess가 없음\n",
|
|
592
406
|
"error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions가 없음\n",
|
|
593
407
|
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications가 없음\n",
|
|
594
|
-
"error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
|
|
595
|
-
"error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
|
|
596
|
-
"error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
|
|
597
|
-
"error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
|
|
598
408
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion이 1임\n",
|
|
599
409
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims가 없음\n",
|
|
600
410
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 액세스 토큰에 idtyp 클레임이 포함되어 있지 않음\n",
|
|
601
|
-
"error.aad.manifest.AADManifestIssues": "
|
|
602
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "
|
|
603
|
-
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
411
|
+
"error.aad.manifest.AADManifestIssues": "AAD 매니페스트에 Teams 앱이 손상될 수 있는 다음과 같은 문제가 있습니다.\n",
|
|
412
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "활성화 상태인 경우 기존 권한을 업데이트하거나 삭제할 수 없습니다. 선택한 환경에 대해 ACCESS_AS_USER_PERMISSION_ID 환경 변수가 변경되었을 수 있습니다. 사용 권한 ID가 실제 AAD 애플리케이션과 동일한지 확인하고 다시 시도하세요.\n",
|
|
604
413
|
"error.aad.manifest.UnknownResourceAppId": "알 수 없는 resourceAppId %s",
|
|
605
414
|
"error.aad.manifest.UnknownResourceAccessType": "알 수 없는 resourceAccess: %s",
|
|
606
|
-
"error.aad.manifest.UnknownResourceAccessId": "
|
|
415
|
+
"error.aad.manifest.UnknownResourceAccessId": "알 수 없는 리소스 액세스 ID: %s, 권한을 리소스 액세스 ID로 사용하는 경우 대신 권한 ID를 사용해 보세요.",
|
|
607
416
|
"core.addSsoFiles.emptyProjectPath": "프로젝트 경로가 비어 있음",
|
|
608
417
|
"core.addSsoFiles.FailedToCreateAuthFiles": "SSO 추가를 위한 파일을 만들 수 없습니다. 오류 세부 정보: %s.",
|
|
609
|
-
"core.getUserEmailQuestion.validation3": "
|
|
418
|
+
"core.getUserEmailQuestion.validation3": "전자 메일 주소가 잘못됨",
|
|
610
419
|
"plugins.bot.ErrorSuggestions": "제안: %s",
|
|
611
420
|
"plugins.bot.InvalidValue": "%s의 값 %s이(가) 잘못되었습니다.",
|
|
612
|
-
"plugins.bot.SomethingIsMissing": "%s
|
|
421
|
+
"plugins.bot.SomethingIsMissing": "%s이(가) 없습니다.",
|
|
613
422
|
"plugins.bot.FailedToProvision": "%s을(를) 프로비전할 수 없습니다.",
|
|
614
423
|
"plugins.bot.FailedToUpdateConfigs": "%s에 대한 구성을 업데이트할 수 없습니다.",
|
|
615
|
-
"plugins.bot.BotRegistrationNotFoundWith": "
|
|
424
|
+
"plugins.bot.BotRegistrationNotFoundWith": "botId가 %s인 봇 등록을 찾을 수 없습니다. 봇 등록 확인 방법에 대해 자세히 알아보려면 '도움말 받기' 버튼을 클릭하세요.",
|
|
616
425
|
"plugins.bot.BotResourceExists": "%s에 봇 리소스가 이미 있습니다. 봇 리소스 만들기를 건너뜁니다.",
|
|
617
426
|
"plugins.bot.FailRetrieveAzureCredentials": "Azure 자격 증명을 검색할 수 없습니다.",
|
|
618
|
-
"plugins.bot.ProvisionBotRegistration": "
|
|
619
|
-
"plugins.bot.ProvisionBotRegistrationSuccess": "
|
|
620
|
-
"plugins.bot.CheckLogAndFix": "
|
|
427
|
+
"plugins.bot.ProvisionBotRegistration": "봇 등록을 프로비전하는 중입니다.",
|
|
428
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "봇 등록을 프로비전했습니다.",
|
|
429
|
+
"plugins.bot.CheckLogAndFix": "출력 패널에서 로그를 확인하고 이 문제를 해결해 보세요.",
|
|
621
430
|
"plugins.bot.AppStudioBotRegistration": "개발자 포털 봇 등록",
|
|
622
|
-
"plugins.function.getTemplateFromLocal": "
|
|
623
|
-
"error.depChecker.DefaultErrorMessage": "
|
|
624
|
-
"depChecker.learnMoreButtonText": "
|
|
431
|
+
"plugins.function.getTemplateFromLocal": "로컬 템플릿을 사용하려고 하여 Github에서 최신 템플릿을 가져올 수 없습니다.",
|
|
432
|
+
"error.depChecker.DefaultErrorMessage": "필요한 종속성을 수동으로 설치합니다.",
|
|
433
|
+
"depChecker.learnMoreButtonText": "자세한 정보",
|
|
625
434
|
"depChecker.needInstallNpm": "로컬 기능을 디버깅하려면 NPM이 설치되어 있어야 합니다.",
|
|
626
435
|
"depChecker.failToValidateFuncCoreTool": "설치 후 Azure Functions Core Tools의 유효성을 검사할 수 없습니다.",
|
|
627
|
-
"depChecker.symlinkDirAlreadyExist": "
|
|
628
|
-
"depChecker.portableFuncNodeNotMatched": "
|
|
629
|
-
"depChecker.invalidFuncVersion": "
|
|
630
|
-
"depChecker.noSentinelFile": "Azure Functions Core Tools
|
|
436
|
+
"depChecker.symlinkDirAlreadyExist": "symlink의 대상이 이미 존재합니다.",
|
|
437
|
+
"depChecker.portableFuncNodeNotMatched": "Node.js(@NodeVersion)가 Teams 도구 키트 Azure Functions Core Tools(@FuncVersion)와 호환되지 않습니다.",
|
|
438
|
+
"depChecker.invalidFuncVersion": "버전 %s의 형식이 잘못되었습니다.",
|
|
439
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools 설치가 완료되지 않았습니다.",
|
|
631
440
|
"depChecker.funcVersionNotMatch": "Azure Functions Core Tools(%s) 버전이 지정된 버전 범위(%s)와 호환되지 않습니다.",
|
|
632
|
-
"depChecker.finishInstallBicep": "@NameVersion
|
|
633
|
-
"depChecker.downloadDotnet": "
|
|
441
|
+
"depChecker.finishInstallBicep": "@NameVersion을(를) 설치했습니다.",
|
|
442
|
+
"depChecker.downloadDotnet": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 이 버전은 @InstallDir에 설치되며 사용 환경에 영향을 주지 않습니다.",
|
|
634
443
|
"depChecker.downloadBicep": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 이 버전은 @InstallDir에 설치되며 사용 환경에 영향을 주지 않습니다.",
|
|
635
|
-
"depChecker.finishInstallDotnet": "@NameVersion
|
|
444
|
+
"depChecker.finishInstallDotnet": "@NameVersion을(를) 설치했습니다.",
|
|
636
445
|
"depChecker.useGlobalDotnet": "PATH에서 dotnet 사용:",
|
|
637
446
|
"depChecker.dotnetInstallStderr": "dotnet-install 명령이 오류 종료 코드 없이 실패했지만 표준 오류는 비어 있지 않습니다.",
|
|
638
447
|
"depChecker.dotnetInstallErrorCode": "dotnet-install 명령이 실패했습니다.",
|
|
639
448
|
"depChecker.NodeNotFound": "Node.js를 찾을 수 없습니다. 지원되는 노드 버전이 package.json에 지정되어 있습니다. 지원되는 Node.js를 설치하려면 %s(으)로 이동하세요. 설치가 완료된 후 모든 Visual Studio Code 인스턴스를 다시 시작합니다.",
|
|
640
449
|
"depChecker.V3NodeNotSupported": "Node.js(%s)는 공식적으로 지원되는 버전(%s)이 아닙니다. 프로젝트는 계속 작동할 수 있지만 지원되는 버전을 설치하는 것이 좋습니다. 지원되는 노드 버전은 package.json에 지정되어 있습니다. 지원되는 Node.js를 설치하려면 %s(으)로 이동하세요.",
|
|
641
450
|
"depChecker.NodeNotLts": "Node.js(%s)가 LTS 버전(%s)이 아닙니다. %s(으)로 이동하여 LTS Node.js를 설치하세요.",
|
|
642
|
-
"depChecker.dotnetNotFound": "
|
|
643
|
-
"depChecker.depsNotFound": "
|
|
644
|
-
"depChecker.linuxDepsNotFound": "
|
|
645
|
-
"depChecker.linuxDepsNotFoundHelpLinkMessage": "
|
|
451
|
+
"depChecker.dotnetNotFound": "@NameVersion을(를) 찾을 수 없습니다. .NET SDK가 필요한 이유에 대한 자세한 내용은 @HelpLink을(를) 참조하세요.",
|
|
452
|
+
"depChecker.depsNotFound": "@SupportedPackages을(를) 찾을 수 없습니다.\n\nTeams Toolkit에는 이러한 종속성이 필요합니다.\n\n@InstallPackages을(를) 설치하려면 \"설치\"를 클릭하세요.",
|
|
453
|
+
"depChecker.linuxDepsNotFound": "@SupportedPackages를 찾을 수 없습니다. @SupportedPackages를 수동으로 설치하고 Visual Studio Code를 다시 시작합니다.",
|
|
454
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "@SupportedPackages을(를) 찾을 수 없습니다.\n\nTeams Toolkit에는 이러한 종속성이 필요합니다.",
|
|
646
455
|
"depChecker.failToDownloadFromUrl": "'@Url', HTTP 상태 '@Status'에서 파일을 다운로드할 수 없습니다.",
|
|
647
|
-
"depChecker.failToValidateVxTestAppInstallOptions": "
|
|
456
|
+
"depChecker.failToValidateVxTestAppInstallOptions": "비디오 확장성 테스트 앱 필수 구성 요소 검사기의 인수가 잘못되었습니다. tasks.json 파일을 확인하세요.",
|
|
648
457
|
"depChecker.failToValidateVxTestApp": "설치 후 비디오 확장성 테스트 앱의 유효성을 검사할 수 없습니다.",
|
|
649
|
-
"depChecker.testToolVersionNotMatch": "Teams 앱 테스트 도구(%s) 버전이 지정한 버전 범위(%s)와 호환되지 않습니다.",
|
|
650
|
-
"depChecker.failedToValidateTestTool": "설치 후 Teams 앱 테스트 도구의 유효성을 검사할 수 없습니다. %s",
|
|
651
458
|
"error.driver.outputEnvironmentVariableUndefined": "출력 환경 변수 이름이 정의되지 않았습니다.",
|
|
652
|
-
"driver.aadApp.description.create": "
|
|
653
|
-
"driver.aadApp.description.update": "
|
|
459
|
+
"driver.aadApp.description.create": "사용자 인증을 위한 Azure Active Directory 앱 만들기",
|
|
460
|
+
"driver.aadApp.description.update": "기존 앱에 Azure Active Directory 앱 매니페스트 적용",
|
|
654
461
|
"driver.aadApp.error.missingEnv": "환경 변수 %s이(가) 설정되지 않았습니다.",
|
|
655
462
|
"driver.aadApp.error.generateSecretFailed": "클라이언트 암호를 생성할 수 없습니다.",
|
|
656
|
-
"driver.aadApp.error.invalidFieldInManifest": "
|
|
657
|
-
"driver.aadApp.
|
|
658
|
-
"driver.aadApp.
|
|
659
|
-
"driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
|
|
660
|
-
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
661
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
463
|
+
"driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory 앱 매니페스트에 필드 %s이(가) 누락되었거나 잘못되었습니다.",
|
|
464
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Azure Active Directory 애플리케이션을 만드는 중...",
|
|
465
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Azure Active Directory 애플리케이션을 업데이트하는 중...",
|
|
662
466
|
"driver.aadApp.log.startExecuteDriver": "%s 작업을 실행하는 중",
|
|
663
467
|
"driver.aadApp.log.successExecuteDriver": "%s 작업을 실행했습니다.",
|
|
664
468
|
"driver.aadApp.log.failExecuteDriver": "%s 작업을 실행할 수 없습니다. 오류 메시지: %s",
|
|
665
|
-
"driver.aadApp.log.startCreateAadApp": "
|
|
666
|
-
"driver.aadApp.log.successCreateAadApp": "
|
|
667
|
-
"driver.aadApp.log.skipCreateAadApp": "
|
|
668
|
-
"driver.aadApp.log.startGenerateClientSecret": "
|
|
669
|
-
"driver.aadApp.log.successGenerateClientSecret": "
|
|
670
|
-
"driver.aadApp.log.skipGenerateClientSecret": "
|
|
671
|
-
"driver.aadApp.log.outputAadAppManifest": "
|
|
672
|
-
"driver.aadApp.log.successUpdateAadAppManifest": "
|
|
673
|
-
"
|
|
674
|
-
"botRegistration.
|
|
675
|
-
"botRegistration.log.
|
|
676
|
-
"botRegistration.log.
|
|
677
|
-
"
|
|
678
|
-
"driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
|
|
469
|
+
"driver.aadApp.log.startCreateAadApp": "환경 변수 %s이(가Azure Active Directory a) 없습니다. 새 Azure Active Directory 앱을 만드는 중...",
|
|
470
|
+
"driver.aadApp.log.successCreateAadApp": "개체 ID가 %s인 Azure Active Directory 애플리케이션을 만들었습니다.",
|
|
471
|
+
"driver.aadApp.log.skipCreateAadApp": "환경 변수 %s이(가) 이미 있습니다. 새 Azure Active Directory 앱 생성 단계를 건너뜁니다.",
|
|
472
|
+
"driver.aadApp.log.startGenerateClientSecret": "%s 환경 변수가 없습니다. Azure Active Directory 앱에 대한 클라이언트 암호를 생성하는 중...",
|
|
473
|
+
"driver.aadApp.log.successGenerateClientSecret": "개체 ID가 %s인 Azure Active Directory 애플리케이션에 대해 클라이언트 암호가 생성되었습니다.",
|
|
474
|
+
"driver.aadApp.log.skipGenerateClientSecret": "환경 변수 %s이(가) 이미 있습니다. Azure Active Directory 앱 클라이언트 암호 생성 단계를 건너뜁니다.",
|
|
475
|
+
"driver.aadApp.log.outputAadAppManifest": "Azure Active Directory 앱 매니페스트 빌드가 완료되었으며 앱 매니페스트 콘텐츠가 %s에 기록됩니다.",
|
|
476
|
+
"driver.aadApp.log.successUpdateAadAppManifest": "개체 ID가 %s인 Azure Active Directory 애플리케이션에 %s 매니페스트를 적용했습니다.",
|
|
477
|
+
"botRegistration.ProgressBar.creatingBotAadApp": "봇 AAD 앱을 만드는 중...",
|
|
478
|
+
"botRegistration.log.startCreateBotAadApp": "봇 Azure Active Directory 앱을 만드는 중입니다.",
|
|
479
|
+
"botRegistration.log.successCreateBotAadApp": "봇 Azure Active Directory 앱을 만들었습니다.",
|
|
480
|
+
"botRegistration.log.skipCreateBotAadApp": "봇 Azure Active Directory 앱 만들기를 건너뛰었습니다.",
|
|
481
|
+
"driver.botAadApp.create.description": "새 봇을 만들거나 기존 봇 Azure Active Directory 앱을 재사용하세요.",
|
|
679
482
|
"driver.botAadApp.log.startExecuteDriver": "%s 작업을 실행하는 중",
|
|
680
483
|
"driver.botAadApp.log.successExecuteDriver": "%s 작업을 실행했습니다.",
|
|
681
484
|
"driver.botAadApp.log.failExecuteDriver": "%s 작업을 실행할 수 없습니다. 오류 메시지: %s",
|
|
682
|
-
"driver.botAadApp.log.successCreateBotAad": "
|
|
683
|
-
"driver.botAadApp.log.useExistingBotAad": "
|
|
485
|
+
"driver.botAadApp.log.successCreateBotAad": "클라이언트 ID가 %s인 Azure Active Directory 애플리케이션을 만들었습니다.",
|
|
486
|
+
"driver.botAadApp.log.useExistingBotAad": "클라이언트 ID가 %s인 기존 Azure Active Directory 애플리케이션을 사용했습니다.",
|
|
684
487
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "봇 암호가 비어 있습니다. env 파일에 추가하거나 봇 ID를 지우면 봇 ID/암호 쌍이 다시 생성됩니다. 조치: %s.",
|
|
685
488
|
"driver.arm.description.deploy": "지정된 ARM 템플릿을 Azure에 배포합니다.",
|
|
686
489
|
"driver.arm.deploy.progressBar.message": "ARM 템플릿을 Azure에 배포하는 중...",
|
|
687
|
-
"debug.warningMessage": "
|
|
490
|
+
"debug.warningMessage": "Teams에서 애플리케이션을 디버그하려면 localhost 서버가 HTTPS에 있어야 합니다.\nTeams에서 도구 키트에 사용되는 자체 서명된 SSL 인증서를 신뢰하려면 자체 서명된 인증서를 인증서 저장소에 추가해야 합니다.\n 이 단계를 건너뛸 수 있지만 Teams에서 앱을 디버깅할 때 새 브라우저 창에서 수동으로 보안 연결을 신뢰해야 합니다.\n자세한 내용은 \"https://aka.ms/teamsfx-ca-certificate\"를 참조하세요.",
|
|
688
491
|
"debug.warningMessage2": " 인증서를 설치할 때 계정 자격 증명을 묻는 메시지가 표시될 수 있습니다.",
|
|
689
492
|
"debug.install": "설치",
|
|
690
493
|
"driver.spfx.deploy.description": "SPFx 패키지를 SharePoint 앱 카탈로그에 배포합니다.",
|
|
@@ -693,99 +496,81 @@
|
|
|
693
496
|
"driver.spfx.deploy.deployPackage": "테넌트 앱 카탈로그에 SPFx 패키지를 배포합니다.",
|
|
694
497
|
"driver.spfx.deploy.skipCreateAppCatalog": "SharePoint 앱 카탈로그 만들기로 건너뜁니다.",
|
|
695
498
|
"driver.spfx.deploy.uploadPackage": "테넌트 앱 카탈로그에 SPFx 패키지를 업로드합니다.",
|
|
696
|
-
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint
|
|
697
|
-
"driver.spfx.warn.noTenantAppCatalogFound": "
|
|
698
|
-
"driver.spfx.error.failedToGetAppCatalog": "
|
|
499
|
+
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint 테넌트 앱 카탈로그 %s이(가) 생성되었습니다. 활성화될 때까지 몇 분 동안 기다리세요.",
|
|
500
|
+
"driver.spfx.warn.noTenantAppCatalogFound": "테넌트 앱 카탈로그를 찾을 수 없습니다. 재시도: %s",
|
|
501
|
+
"driver.spfx.error.failedToGetAppCatalog": "만든 후 앱 카탈로그 사이트 URL을 가져올 수 없습니다. 몇 분 정도 기다렸다가 다시 시도해야 할 수 있습니다.",
|
|
699
502
|
"driver.spfx.error.noValidAppCatelog": "테넌트에 유효한 앱 카탈로그가 없습니다. %s에서 'createAppCatalogIfNotExist' 속성을 true로 업데이트하면 Teams 도구 키트에서 자동으로 만들어지며, 직접 만들 수도 있습니다.",
|
|
700
503
|
"driver.spfx.add.description": "SPFx 프로젝트에 추가 웹 파트 추가",
|
|
701
|
-
"driver.spfx.add.successNotice": "
|
|
504
|
+
"driver.spfx.add.successNotice": "웹 파트 %s이(가) 프로젝트에 추가되었습니다.",
|
|
702
505
|
"driver.spfx.add.progress.title": "스캐폴딩 웹 파트",
|
|
703
506
|
"driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI를 사용하여 SPFx 웹 파트 생성",
|
|
704
507
|
"driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools 확인하고 설치할 수 없습니다.",
|
|
705
508
|
"driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK를 확인하고 설치할 수 없습니다.",
|
|
706
|
-
"driver.prerequisite.error.testToolInstallationError": "Teams 앱 테스트 도구를 검사 및 설치할 수 없습니다.",
|
|
707
509
|
"driver.prerequisite.description": "종속성을 설치하는 중",
|
|
708
510
|
"driver.prerequisite.progressBar": "개발 도구 확인 및 설치.",
|
|
709
511
|
"driver.prerequisite.summary.devCert.trusted.succuss": "localhost에 대한 개발 인증서가 설치되어 있습니다.",
|
|
710
512
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "localhost에 대한 개발 인증서가 생성되었습니다.",
|
|
711
513
|
"driver.prerequisite.summary.devCert.skipped": "localhost에 대한 개발 인증서 신뢰를 건너뜁니다.",
|
|
712
|
-
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools
|
|
713
|
-
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools
|
|
514
|
+
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools가 %s에 설치되어 있습니다.",
|
|
515
|
+
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools가 설치되어 있습니다.",
|
|
714
516
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK가 %s에 설치되어 있습니다.",
|
|
715
517
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK가 설치되어 있습니다.",
|
|
716
|
-
"driver.
|
|
717
|
-
"driver.
|
|
718
|
-
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
719
|
-
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
518
|
+
"driver.file.createOrUpdateEnvironmentFile.description": "환경 파일에 변수를 생성하거나 업데이트합니다.",
|
|
519
|
+
"driver.file.createOrUpdateEnvironmentFile.summary": "변수가 %s에 성공적으로 생성되었습니다.",
|
|
720
520
|
"driver.file.createOrUpdateJsonFile.description": "JSON 파일을 만들거나 업데이트합니다.",
|
|
721
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
521
|
+
"driver.file.createOrUpdateJsonFile.summary": "json 파일이 %s에 생성되었습니다.",
|
|
722
522
|
"driver.file.progressBar.appsettings": "json 파일을 생성하는 중...",
|
|
723
523
|
"driver.file.progressBar.env": "환경 변수 생성 중...",
|
|
724
|
-
"driver.deploy.error.restartWebAppError": "
|
|
725
|
-
"driver.deploy.notice.deployAcceleration": "
|
|
524
|
+
"driver.deploy.error.restartWebAppError": "웹앱을 다시 시작할 수 없습니다.\n앱이 제대로 작동하지 않는 경우 웹앱을 수동으로 다시 시작하세요.",
|
|
525
|
+
"driver.deploy.notice.deployAcceleration": "Azure App Service를 배포하는 데 시간이 오래 걸립니다. 배포를 최적화하려면 이 문서를 참조하는 것이 좋습니다.",
|
|
726
526
|
"driver.deploy.notice.deployDryRunComplete": "배포 준비가 완료되었습니다. `%s`에서 패키지를 찾을 수 있습니다.",
|
|
727
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s
|
|
728
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s
|
|
729
|
-
"driver.deploy.azureStorageDeployDetailSummary": "`%s
|
|
730
|
-
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage
|
|
731
|
-
"driver.deploy.
|
|
732
|
-
"driver.deploy.deployToAzureAppServiceDescription": "프로젝트를 Azure App Service에 배포합니다.",
|
|
527
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s`을(를) Azure App Service에 배포했습니다.",
|
|
528
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s`을(를) Azure Functions에 배포했습니다.",
|
|
529
|
+
"driver.deploy.azureStorageDeployDetailSummary": "`%s`을(를) Azure Storage에 배포했습니다.",
|
|
530
|
+
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage에서 정적 웹 사이트를 사용합니다.",
|
|
531
|
+
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
|
|
733
532
|
"driver.deploy.deployToAzureFunctionsDescription": "프로젝트를 Azure Functions에 배포합니다.",
|
|
734
533
|
"driver.deploy.deployToAzureStorageDescription": "프로젝트를 Azure Storage에 배포합니다.",
|
|
735
|
-
"driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
|
|
736
534
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Storage에서 정적 웹 사이트 설정을 사용하도록 설정합니다.",
|
|
737
535
|
"driver.common.suggestion.retryLater": "다시 시도해 주세요.",
|
|
738
536
|
"driver.common.FailRetrieveAzureCredentialsRemoteError": "원격 서비스 오류로 인해 Azure 자격 증명을 검색할 수 없습니다.",
|
|
739
537
|
"driver.script.dotnetDescription": "dotnet 명령을 실행하고 있습니다.",
|
|
740
538
|
"driver.script.npmDescription": "npm 명령을 실행하고 있습니다.",
|
|
741
539
|
"driver.script.npxDescription": "npx 명령을 실행하고 있습니다.",
|
|
742
|
-
"driver.script.runCommandSummary": "`%s`
|
|
743
|
-
"driver.m365.acquire.description": "
|
|
540
|
+
"driver.script.runCommandSummary": "`%s`에서 `%s` 명령을 실행했습니다.",
|
|
541
|
+
"driver.m365.acquire.description": "앱 패키지로 Microsoft 365 타이틀을 가져오기",
|
|
744
542
|
"driver.m365.acquire.progress.message": "앱 패키지로 Microsoft 365 타이틀을 가져오는 중...",
|
|
745
|
-
"driver.m365.acquire.summary": "Microsoft 365
|
|
543
|
+
"driver.m365.acquire.summary": "Microsoft 365 타이틀을 성공적으로 가져왔습니다(%s).",
|
|
746
544
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "생성된 Teams 앱 패키지를 SPFx 솔루션에 복사합니다.",
|
|
747
|
-
"driver.teamsApp.description.createDriver": "
|
|
748
|
-
"driver.teamsApp.description.updateDriver": "
|
|
749
|
-
"driver.teamsApp.description.publishDriver": "
|
|
750
|
-
"driver.teamsApp.description.validateDriver": "
|
|
751
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
545
|
+
"driver.teamsApp.description.createDriver": "Teams 앱을 만듭니다.",
|
|
546
|
+
"driver.teamsApp.description.updateDriver": "Teams 앱을 업데이트합니다.",
|
|
547
|
+
"driver.teamsApp.description.publishDriver": "Teams 앱을 테넌트 앱 카탈로그에 게시합니다.",
|
|
548
|
+
"driver.teamsApp.description.validateDriver": "Teams 앱의 유효성을 검사합니다.",
|
|
549
|
+
"driver.teamsApp.description.createAppPackageDriver": "Teams 앱 패키지를 빌드합니다.",
|
|
752
550
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Teams 앱 패키지를 SPFx 솔루션에 복사하는 중...",
|
|
753
551
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams 앱을 만드는 중...",
|
|
754
552
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams 앱을 업데이트하는 중...",
|
|
755
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
553
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Teams 앱이 테넌트 앱 카탈로그에 이미 제출되었는지 확인",
|
|
756
554
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "게시된 Teams 앱 업데이트",
|
|
757
555
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Teams 앱을 게시하는 중...",
|
|
758
|
-
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
759
|
-
"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 [Teams Developer Portal](%s).",
|
|
760
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
|
|
761
556
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID가 %s인 Teams 앱이 이미 있습니다. 새 Teams 앱 만들기를 건너뛰었습니다.",
|
|
762
557
|
"driver.teamsApp.summary.publishTeamsAppExists": "ID가 %s인 Teams 앱이 조직의 앱 스토어에 이미 있습니다.",
|
|
763
558
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "ID가 %s인 Teams 앱이 조직의 앱 스토어에 없습니다.",
|
|
764
559
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "%s Teams 앱이 관리 포털에 게시되었습니다.",
|
|
765
560
|
"driver.teamsApp.summary.copyAppPackageSuccess": "Teams 앱 %s이(가) %s에 성공적으로 복사되었습니다.",
|
|
766
561
|
"driver.teamsApp.summary.copyIconSuccess": "%s 아래에 %s 아이콘이 업데이트되었습니다.",
|
|
767
|
-
"driver.teamsApp.summary.validate": "Teams
|
|
768
|
-
"driver.teamsApp.summary.
|
|
769
|
-
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
770
|
-
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
771
|
-
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
|
|
772
|
-
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
|
|
562
|
+
"driver.teamsApp.summary.validate": "Teams 도구 키트가 모든 유효성 검사 규칙을 확인했습니다.\n\n요약:\n%s.\n%s\n%s\n\n전체 유효성 검사 로그는 %s에서 찾을 수 있습니다.",
|
|
563
|
+
"driver.teamsApp.summary.validateManifest": "Teams 도구 키트가 해당 스키마로 매니페스트를 확인했습니다.\n\n요약:\n%s.\n%s\n",
|
|
773
564
|
"driver.teamsApp.summary.validate.succeed": "%s이(가) 전달됨",
|
|
774
565
|
"driver.teamsApp.summary.validate.failed": "%s이(가) 실패함",
|
|
775
566
|
"driver.teamsApp.summary.validate.warning": "%s 경고",
|
|
776
|
-
"driver.teamsApp.summary.validate.skipped": "%s skipped",
|
|
777
567
|
"driver.teamsApp.summary.validate.all": "모두",
|
|
778
|
-
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
|
|
779
|
-
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
780
|
-
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
781
568
|
"driver.teamsApp.validate.result": "Teams 도구 키트에서 앱 패키지의 유효성 검사 규칙 확인을 완료했습니다. %s.",
|
|
782
569
|
"driver.teamsApp.validate.result.display": "Teams 도구 키트에서 유효성 검사 규칙에 대해 앱 패키지 검사를 완료했습니다. %s. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
783
570
|
"error.teamsApp.validate.apiFailed": "%s(으)로 인해 Teams 앱 패키지 유효성 검사에 실패했습니다.",
|
|
784
571
|
"error.teamsApp.validate.apiFailed.display": "Teams 앱 패키지 유효성 검사에 실패했습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
|
|
785
|
-
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
786
572
|
"error.teamsApp.AppIdNotExistError": "ID가 %s인 Teams 앱이 Teams 개발자 포털에 없습니다.",
|
|
787
573
|
"error.teamsApp.InvalidAppIdError": "Teams 앱 ID %s 잘못되었습니다. GUID여야 합니다.",
|
|
788
|
-
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
789
574
|
"driver.botFramework.description": "dev.botframework.com에서 봇 등록을 만들거나 업데이트합니다.",
|
|
790
575
|
"driver.botFramework.summary.create": "봇 등록을 만들었습니다(%s).",
|
|
791
576
|
"driver.botFramework.summary.update": "봇 등록이 업데이트되었습니다(%s).",
|
|
@@ -800,62 +585,53 @@
|
|
|
800
585
|
"error.yaml.LifeCycleUndefinedError": "수명 주기 '%s'이(가) 정의되지 않았습니다. yaml 파일: %s",
|
|
801
586
|
"error.yaml.InvalidActionInputError": "다음 매개 변수(%s)가 누락되었거나 제공된 yaml 파일(%s)에 잘못된 값이 있으므로 '%s' 작업을 완료할 수 없습니다. 필수 매개변수가 제공되고 유효한 값이 있는지 확인하고 다시 시도하세요.",
|
|
802
587
|
"error.common.InstallSoftwareError": "%s을(를) 설치할 수 없습니다. Visual Studio Code에서 도구 키트를 사용하는 경우 수동으로 설치하고 Visual Studio Code를 다시 시작할 수 있습니다.",
|
|
803
|
-
"error.common.
|
|
804
|
-
"error.common.
|
|
805
|
-
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
|
|
806
|
-
"error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
|
|
588
|
+
"error.common.MissingEnvironmentVariablesError": "다음 환경 변수가 없기 때문에 프로그램을 진행할 수 없습니다: '%s', 파일에 필요한 것: %s. 올바른 이름과 값으로 .env 파일 '%s'을 편집하거나 올바른 이름과 값으로 시스템 환경 변수를 설정하여 필수 변수가 설정되었는지 확인하세요. Teams 도구 키트로 만든 새 프로젝트로 개발하는 경우 프로비전 또는 디버그를 실행하면 이러한 환경 변수에 대한 올바른 값이 등록됩니다.",
|
|
589
|
+
"error.common.InvalidProjectError": "이 명령은 Teams Toolkit에서 만든 프로젝트에만 작동합니다.",
|
|
807
590
|
"error.common.FileNotFoundError": "파일 또는 디렉터리를 찾을 수 없습니다. '%s'. 해당 항목이 있는지, 액세스할 수 있는 권한이 있는지 확인하세요.",
|
|
808
591
|
"error.common.JSONSyntaxError": "JSON 구문 오류: %s. JSON 구문을 확인하여 형식이 올바르게 지정되었는지 확인합니다.",
|
|
809
592
|
"error.common.ReadFileError": "다음 이유로 인해 파일을 읽을 수 없습니다. %s",
|
|
810
593
|
"error.common.UnhandledError": "%s 작업을 수행하는 동안 예기치 않은 오류가 발생했습니다. %s",
|
|
811
594
|
"error.common.WriteFileError": "다음 이유로 인해 파일을 쓸 수 없습니다. %s",
|
|
812
|
-
"error.common.FilePermissionError": "
|
|
595
|
+
"error.common.FilePermissionError": "파일 작업이 허용되지 않습니다. 필요한 권한이 있는지 확인하세요. %s",
|
|
813
596
|
"error.common.MissingRequiredInputError": "누락된 필수 입력: %s",
|
|
814
|
-
"error.common.InputValidationError": "
|
|
597
|
+
"error.common.InputValidationError": "입력 '%s' 유효성 검사 실패: %s",
|
|
815
598
|
"error.common.NoEnvFilesError": ".env 파일을 찾을 수 없습니다.",
|
|
816
599
|
"error.common.MissingRequiredFileError": "누락된 %s 필수 파일 '%s'",
|
|
817
|
-
"error.common.HttpClientError": "
|
|
818
|
-
"error.common.HttpServerError": "
|
|
819
|
-
"error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
|
|
600
|
+
"error.common.HttpClientError": "%s 작업을 수행하는 동안 http 클라이언트 오류가 발생했습니다. 오류 응답: %s",
|
|
601
|
+
"error.common.HttpServerError": "%s 작업을 수행하는 동안 http 서버 오류가 발생했습니다. 나중에 다시 시도하세요. 오류 응답: %s",
|
|
820
602
|
"error.common.ConcurrentError": "이전 작업이 아직 실행 중입니다. 이전 작업이 완료될 때까지 기다린 후 다시 시도하십시오.",
|
|
821
|
-
"error.
|
|
822
|
-
"error.
|
|
823
|
-
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
824
|
-
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
603
|
+
"error.upgrade.NoNeedUpgrade": "이 프로젝트는 이미 최신 프로젝트이므로 업그레이드할 필요가 없습니다.",
|
|
604
|
+
"error.collaboration.InvalidManifestError": "'id' 키가 없어서 매니페스트 파일('%s')을 처리할 수 없습니다. 애플리케이션을 올바르게 식별하려면 매니페스트 파일에 'id' 키가 있는지 확인하세요.",
|
|
825
605
|
"error.collaboration.FailedToLoadManifest": "매니페스트 파일을 로드할 수 없습니다. 이유: %s.",
|
|
826
|
-
"error.azure.InvalidAzureCredentialError": "
|
|
827
|
-
"error.azure.InvalidAzureSubscriptionError": "Azure
|
|
828
|
-
"error.azure.ResourceGroupConflictError": "
|
|
606
|
+
"error.azure.InvalidAzureCredentialError": "Azure 자격 증명을 가져올 수 없습니다. Azure 계정이 제대로 인증되었는지 확인하고 다시 시도하세요.",
|
|
607
|
+
"error.azure.InvalidAzureSubscriptionError": "현재 계정에서 Azure 구독 '%s'을(를) 사용할 수 없습니다. 올바른 Azure 계정으로 로그인했고 구독에 액세스하는 데 필요한 권한이 있는지 확인하세요.",
|
|
608
|
+
"error.azure.ResourceGroupConflictError": "리소스 그룹 '%s'이(가) 구독 '%s'에 이미 있습니다. 다른 이름을 선택하거나 작업에 대한 기존 리소스 그룹을 사용하는 것이 좋습니다.",
|
|
829
609
|
"error.azure.SelectSubscriptionError": "현재 계정에서 구독을 선택할 수 없습니다.",
|
|
830
|
-
"error.azure.ResourceGroupNotExistError": "
|
|
610
|
+
"error.azure.ResourceGroupNotExistError": "구독 '%s'에서 리소스 그룹 '%s'을(를) 찾을 수 없습니다.",
|
|
831
611
|
"error.azure.CreateResourceGroupError": "오류로 인해 구독 '%s'에서 리소스 그룹 '%s'을(를) 만들 수 없습니다: %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
|
|
832
612
|
"error.azure.CheckResourceGroupExistenceError": "오류로 인해 구독 '%s'에서 리소스 그룹 '%s'의 존재를 확인할 수 없습니다: %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
|
|
833
613
|
"error.azure.ListResourceGroupsError": "오류로 인해 구독 '%s'에서 리소스 그룹을 가져올 수 없습니다: %s. \n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
|
|
834
614
|
"error.azure.GetResourceGroupError": "'%s' 오류로 인해 구독 '%s'에서 리소스 그룹 '%s'의 정보를 가져올 수 없습니다. \n오류 메시지에 이유가 명시되어 있는 경우 오류를 수정하고 다시 시도하세요.",
|
|
835
615
|
"error.azure.ListResourceGroupLocationsError": "구독 '%s'에 대해 사용 가능한 리소스 그룹 위치를 가져올 수 없습니다.",
|
|
836
|
-
"error.m365.M365TokenJSONNotFoundError": "
|
|
837
|
-
"error.m365.M365TenantIdNotFoundInTokenError": "
|
|
838
|
-
"error.m365.M365TenantIdNotMatchError": "
|
|
616
|
+
"error.m365.M365TokenJSONNotFoundError": "Microsoft 365 토큰에 대한 JSON 개체를 가져올 수 없습니다. 계정이 테넌트에 액세스할 수 있는 권한이 있고 토큰 JSON 개체가 유효한지 확인하세요.",
|
|
617
|
+
"error.m365.M365TenantIdNotFoundInTokenError": "토큰 JSON 개체에서 Microsoft 365 테넌트 ID를 가져올 수 없습니다. 계정에 테넌트에 액세스할 수 있는 권한이 있고 토큰 JSON 개체가 유효한지 확인하세요.",
|
|
618
|
+
"error.m365.M365TenantIdNotMatchError": "인증 실패. 현재 .env 파일(TEAMS_APP_TENANT_ID='%s')에 지정된 것과 다른 Microsoft 365 테넌트 '%s'에 로그인되어 있습니다. 이 문제를 해결하고 현재 로그인한 테넌트로 전환하려면 .env 파일에서 '%s' 값을 제거하고 다시 시도하세요.",
|
|
839
619
|
"error.arm.CompileBicepError": "경로 '%s'에 있는 Bicep 파일을 JSON ARM 템플릿으로 컴파일할 수 없습니다. 반환된 오류 메시지: %s. Bicep 파일에서 구문 또는 구성 오류를 확인하고 다시 시도하세요.",
|
|
840
620
|
"error.arm.DownloadBicepCliError": "'%s'에서 Bicep CLI를 다운로드할 수 없습니다. 오류 메시지: %s. 오류를 수정하고 다시 시도하세요. 또는 구성 파일 teamapp.yml에서 bicepCliVersion 구성을 제거하면 Teams 도구 키트가 PATH에서 bicep CLI를 사용합니다.",
|
|
841
|
-
"error.arm.DeployArmError.Notification": "
|
|
842
|
-
"error.arm.DeployArmError": "
|
|
843
|
-
"error.arm.GetArmDeploymentError": "
|
|
844
|
-
"error.arm.ConvertArmOutputError": "
|
|
845
|
-
"error.deploy.DeployEmptyFolderError": "
|
|
846
|
-
"error.deploy.CheckDeploymentStatusTimeoutError": "
|
|
847
|
-
"error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
|
|
848
|
-
"error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
|
|
621
|
+
"error.arm.DeployArmError.Notification": "배포 이름 '%s'에 대한 ARM 템플릿을 리소스 그룹 '%s'에 배포할 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
|
|
622
|
+
"error.arm.DeployArmError": "배포 이름 '%s'에 대한 ARM 템플릿을 '%s' 리소스 그룹에 배포할 수 없습니다. 이유: %s",
|
|
623
|
+
"error.arm.GetArmDeploymentError": "배포 이름 '%s'에 대한 ARM 템플릿을 리소스 그룹 '%s'에 배포할 수 없습니다. 이유: %s.\n다음으로 인해 자세한 오류 메시지를 가져올 수 없습니다: %s.\n배포 오류는 포털에서 %s 리소스 그룹을 참조하세요.",
|
|
624
|
+
"error.arm.ConvertArmOutputError": "ARM 배포 결과를 작업 출력으로 변환할 수 없습니다. ARM 배포 결과에 중복된 키 '%s'이(가) 있습니다.",
|
|
625
|
+
"error.deploy.DeployEmptyFolderError": "배포 폴더 '%s'에서 파일을 찾을 수 없습니다. 폴더가 비어 있지 않고 필요한 모든 파일이 포함되어 있는지 확인하세요.",
|
|
626
|
+
"error.deploy.CheckDeploymentStatusTimeoutError": "프로세스 시간이 초과되어 배포 상태를 확인할 수 없습니다. 인터넷 연결을 확인하고 다시 시도하세요. 문제가 지속되면 Azure Portal에서 배포 로그(배포 -> 배포 센터 -> 로그)를 검토하여 발생한 문제를 식별하세요.",
|
|
849
627
|
"error.deploy.GetPublishingCredentialsError.Notification": "리소스 그룹 '%s'에서 앱 '%s'의 게시 자격 증명을 얻을 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
|
|
850
|
-
"error.deploy.GetPublishingCredentialsError": "
|
|
628
|
+
"error.deploy.GetPublishingCredentialsError": "다음 이유로 리소스 그룹 '%s'에서 앱 '%s'의 게시 자격 증명을 얻을 수 없습니다.\n %s.\n 제안:\n 1. 앱 이름과 리소스 그룹 이름의 철자가 정확하고 유효한지 확인합니다.\n 2. Azure 계정에 API에 액세스하는 데 필요한 권한이 있는지 확인합니다. 역할을 승격하거나 관리자게 추가 권한을 요청해야 할 수 있습니다.\n 3. 오류 메시지에 인증 실패 또는 네트워크 문제와 같은 특정 이유가 포함된 경우 해당 문제를 구체적으로 조사하여 오류를 해결하고 다시 시도하세요.\n 4. 이 페이지에서 API를 테스트할 수 있습니다: '%s'",
|
|
851
629
|
"error.deploy.DeployZipPackageError.Notification": "zip 패키지를 엔드포인트에 배포할 수 없습니다: '%s'. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하고 다시 시도하세요.",
|
|
852
|
-
"error.deploy.DeployZipPackageError": "
|
|
853
|
-
"error.deploy.CheckDeploymentStatusError": "
|
|
854
|
-
"error.deploy.DeployRemoteStartError": "
|
|
855
|
-
"error.script.ScriptTimeoutError": "
|
|
856
|
-
"error.script.
|
|
857
|
-
"error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
|
|
858
|
-
"error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
630
|
+
"error.deploy.DeployZipPackageError": "오류로 인해 Azure의 엔드포인트 '%s'에 zip 패키지를 배포할 수 없습니다: %s.\n제안:\n 1. Azure 계정에 API에 액세스하는 데 필요한 권한이 있는지 확인합니다.\n 2. 엔드포인트가 Azure에서 제대로 구성되었고 필수 리소스가 프로비전되었는지 확인합니다.\n 3. zip 패키지가 유효하고 오류가 없는지 확인하세요.\n 4. 오류 메시지에 인증 실패 또는 네트워크 문제와 같은 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.\n 5. 오류가 계속되면 다음 링크의 지침에 따라 수동으로 패키지 배포를 시도할 수 있습니다. '%s'",
|
|
631
|
+
"error.deploy.CheckDeploymentStatusError": "오류로 인해 '%s' 위치에 대한 배포 상태를 확인할 수 없습니다: %s. 문제가 지속되면 Azure Portal에서 배포 로그(배포 -> 배포 센터 -> 로그)를 검토하여 발생한 문제를 식별하세요.",
|
|
632
|
+
"error.deploy.DeployRemoteStartError": "패키지가 위치: '%s'에 대해 Azure에 성공적으로 배포되었지만 오류로 인해 애플리케이션을 시작할 수 없습니다: %s.\n 이유가 명확하게 지정되지 않은 경우 문제 해결을 위한 몇 가지 제안 사항은 다음과 같습니다.\n 1. 애플리케이션 로그 확인: 애플리케이션 로그에서 오류 메시지 또는 스택 추적을 찾아 문제의 근본 원인을 식별합니다.\n 2. Azure 구성 확인: 연결 문자열 및 애플리케이션 설정을 포함하여 Azure 구성이 올바른지 확인합니다.\n 3. 애플리케이션 코드 확인: 코드를 검토하여 문제를 일으킬 수 있는 구문 또는 논리 오류가 있는지 확인합니다.\n 4. 종속성 확인: 애플리케이션에 필요한 모든 종속성이 올바르게 설치되고 업데이트되었는지 확인합니다.\n 5. 애플리케이션 다시 시작: Azure에서 애플리케이션을 다시 시작하여 문제가 해결되는지 확인합니다.\n 6. 리소스 할당 확인: Azure 인스턴스에 대한 리소스 할당이 애플리케이션 및 해당 워크로드에 적합한지 확인합니다.\n 7. Azure 지원에 도움 요청: 문제가 지속되면 Azure 지원에 문의하여 추가 지원을 받으세요.",
|
|
633
|
+
"error.script.ScriptTimeoutError": "스크립트 실행 시간 초과: %s. yaml에서 'timeout' 매개 변수를 조정하거나 스크립트의 효율성을 개선하세요.",
|
|
634
|
+
"error.script.ScriptExecutionError": "스크립트('%s') 실행 오류: %s",
|
|
859
635
|
"error.deploy.AzureStorageClearBlobsError.Notification": "Azure Storage 계정 '%s'에서 Blob 파일을 지울 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
|
|
860
636
|
"error.deploy.AzureStorageClearBlobsError": "Azure Storage 계정 '%s'에서 Blob 파일을 지울 수 없습니다. Azure의 오류 응답은 다음과 같습니다.\n %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
|
|
861
637
|
"error.deploy.AzureStorageUploadFilesError.Notification": "Azure Storage 계정 '%s'에 '%s' 로컬 폴더를 업로드할 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
|
|
@@ -866,38 +642,6 @@
|
|
|
866
642
|
"error.deploy.AzureStorageGetContainerPropertiesError": "오류로 인해 Azure Storage 계정 '%s'에서 컨테이너 '%s'의 속성을 가져올 수 없습니다: %s. Azure의 오류 응답은 다음과 같습니다.\n %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
|
|
867
643
|
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "오류로 인해 Azure Storage 계정 '%s'에서 컨테이너 '%s'의 속성을 설정할 수 없습니다: %s. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
|
|
868
644
|
"error.deploy.AzureStorageSetContainerPropertiesError": "'%s' 오류로 인해 Azure Storage 계정 '%s'에서 컨테이너 '%s'의 속성을 설정할 수 없습니다. Azure의 오류 응답은 다음과 같습니다.\n %s. \n오류 메시지에 이유가 명시되어 있는 경우 오류를 수정하고 다시 시도하세요.",
|
|
869
|
-
"error.core.failedToLoadManifestId": "
|
|
870
|
-
"error.core.appIdNotExist": "
|
|
871
|
-
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
872
|
-
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
873
|
-
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
874
|
-
"driver.aadApp.apiKey.title.update": "Updating API key...",
|
|
875
|
-
"driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
|
|
876
|
-
"driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
|
|
877
|
-
"driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
878
|
-
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
879
|
-
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
880
|
-
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
881
|
-
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
882
|
-
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
|
|
883
|
-
"driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
884
|
-
"driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
|
|
885
|
-
"driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
|
|
886
|
-
"driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
|
|
887
|
-
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
888
|
-
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
889
|
-
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
890
|
-
"driver.oauth.title.create": "Creating OAuth registration...",
|
|
891
|
-
"driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
|
|
892
|
-
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
|
|
893
|
-
"driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
|
|
894
|
-
"driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
|
|
895
|
-
"driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
|
|
896
|
-
"driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
|
|
897
|
-
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
|
|
898
|
-
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
|
|
899
|
-
"driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
|
|
900
|
-
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
901
|
-
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
902
|
-
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
645
|
+
"error.core.failedToLoadManifestId": "%s 경로에서 매니페스트 ID를 로드할 수 없습니다. 먼저 프로비전을 실행해야 합니다.",
|
|
646
|
+
"error.core.appIdNotExist": "%s 앱 ID를 찾을 수 없습니다. 현재 M365 계정에 권한이 없거나 앱이 삭제되었을 수 있습니다."
|
|
903
647
|
}
|