@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.
Files changed (123) hide show
  1. package/build/common/featureFlags.d.ts +16 -0
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +22 -2
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/secretmasker/masker.d.ts +1 -1
  6. package/build/common/secretmasker/masker.d.ts.map +1 -1
  7. package/build/common/secretmasker/masker.js +2 -2
  8. package/build/common/secretmasker/masker.js.map +1 -1
  9. package/build/common/stringUtils.js +1 -1
  10. package/build/common/stringUtils.js.map +1 -1
  11. package/build/common/templates-config.json +2 -2
  12. package/build/component/configManager/actionInjector.d.ts +1 -1
  13. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  14. package/build/component/configManager/actionInjector.js +8 -17
  15. package/build/component/configManager/actionInjector.js.map +1 -1
  16. package/build/component/coordinator/index.d.ts.map +1 -1
  17. package/build/component/coordinator/index.js +4 -8
  18. package/build/component/coordinator/index.js.map +1 -1
  19. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  20. package/build/component/driver/apiKey/utility/utility.js +3 -4
  21. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  22. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
  23. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  24. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +7 -12
  25. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  26. package/build/component/driver/script/scriptDriver.d.ts +1 -0
  27. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  28. package/build/component/driver/script/scriptDriver.js +15 -23
  29. package/build/component/driver/script/scriptDriver.js.map +1 -1
  30. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  31. package/build/component/driver/teamsApp/teamsappMgr.js +0 -2
  32. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  33. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  34. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +0 -2
  35. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  36. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  37. package/build/component/generator/apiSpec/generator.js +22 -25
  38. package/build/component/generator/apiSpec/generator.js.map +1 -1
  39. package/build/component/generator/apiSpec/helper.d.ts +1 -2
  40. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  41. package/build/component/generator/apiSpec/helper.js +15 -50
  42. package/build/component/generator/apiSpec/helper.js.map +1 -1
  43. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  44. package/build/component/generator/copilotExtension/generator.js +5 -4
  45. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  46. package/build/component/generator/generator.d.ts +2 -2
  47. package/build/component/generator/generator.d.ts.map +1 -1
  48. package/build/component/generator/generator.js +13 -25
  49. package/build/component/generator/generator.js.map +1 -1
  50. package/build/component/generator/utils.d.ts.map +1 -1
  51. package/build/component/generator/utils.js +1 -8
  52. package/build/component/generator/utils.js.map +1 -1
  53. package/build/component/m365/launchHelper.d.ts.map +1 -1
  54. package/build/component/m365/launchHelper.js +0 -4
  55. package/build/component/m365/launchHelper.js.map +1 -1
  56. package/build/component/provisionUtils.d.ts.map +1 -1
  57. package/build/component/provisionUtils.js +1 -2
  58. package/build/component/provisionUtils.js.map +1 -1
  59. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  60. package/build/component/utils/envFunctionUtils.js +4 -0
  61. package/build/component/utils/envFunctionUtils.js.map +1 -1
  62. package/build/component/utils/pathUtils.d.ts +0 -1
  63. package/build/component/utils/pathUtils.d.ts.map +1 -1
  64. package/build/component/utils/pathUtils.js +0 -7
  65. package/build/component/utils/pathUtils.js.map +1 -1
  66. package/build/core/FxCore.d.ts +0 -7
  67. package/build/core/FxCore.d.ts.map +1 -1
  68. package/build/core/FxCore.js +38 -136
  69. package/build/core/FxCore.js.map +1 -1
  70. package/build/core/collaborator.d.ts.map +1 -1
  71. package/build/core/collaborator.js +2 -5
  72. package/build/core/collaborator.js.map +1 -1
  73. package/build/index.d.ts +1 -1
  74. package/build/index.d.ts.map +1 -1
  75. package/build/index.js +3 -2
  76. package/build/index.js.map +1 -1
  77. package/build/question/constants.d.ts +4 -8
  78. package/build/question/constants.d.ts.map +1 -1
  79. package/build/question/constants.js +45 -36
  80. package/build/question/constants.js.map +1 -1
  81. package/build/question/create.d.ts.map +1 -1
  82. package/build/question/create.js +19 -27
  83. package/build/question/create.js.map +1 -1
  84. package/build/question/index.d.ts +0 -1
  85. package/build/question/index.d.ts.map +1 -1
  86. package/build/question/index.js +0 -3
  87. package/build/question/index.js.map +1 -1
  88. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  89. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  90. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  91. package/build/question/options/CreateProjectOptions.js +1 -0
  92. package/build/question/options/CreateProjectOptions.js.map +1 -1
  93. package/build/question/other.d.ts +0 -1
  94. package/build/question/other.d.ts.map +1 -1
  95. package/build/question/other.js +1 -7
  96. package/build/question/other.js.map +1 -1
  97. package/build/tsconfig.tsbuildinfo +1 -1
  98. package/package.json +4 -4
  99. package/resource/package.nls.cs.json +280 -536
  100. package/resource/package.nls.de.json +280 -536
  101. package/resource/package.nls.es.json +280 -536
  102. package/resource/package.nls.fr.json +280 -536
  103. package/resource/package.nls.it.json +280 -536
  104. package/resource/package.nls.ja.json +280 -536
  105. package/resource/package.nls.json +22 -18
  106. package/resource/package.nls.ko.json +280 -536
  107. package/resource/package.nls.pl.json +280 -536
  108. package/resource/package.nls.pt-BR.json +280 -536
  109. package/resource/package.nls.ru.json +280 -536
  110. package/resource/package.nls.tr.json +280 -536
  111. package/resource/package.nls.zh-Hans.json +280 -536
  112. package/resource/package.nls.zh-Hant.json +280 -536
  113. package/templates/fallback/common.zip +0 -0
  114. package/templates/fallback/csharp.zip +0 -0
  115. package/templates/fallback/js.zip +0 -0
  116. package/templates/fallback/python.zip +0 -0
  117. package/templates/fallback/ts.zip +0 -0
  118. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  119. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  120. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  121. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  122. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  123. 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": "More info",
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": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
7
+ "core.provision.confirmEnvAndCostNotice": "사용량에 따라 비용이 발생할 있습니다. 위에 나열된 계정을 사용하여 %s 환경에서 리소스를 프로비전하시겠습니까?",
10
8
  "core.deploy.confirmEnvNoticeV3": "%s 환경에 리소스를 배포하시겠어요?",
11
9
  "core.provision.viewResources": "프로비전된 리소스 보기",
12
- "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"More info\"",
13
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
14
- "core.deploy.aadManifestLearnMore": "More info",
15
- "core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"More info\" for documentation.",
16
- "core.deploy.botTroubleShoot.learnMore": "More info",
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.learnMore": "More info",
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": "App template download in progress...",
24
- "core.progress.createFromSample": "Sample %s download in progress...",
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 Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
39
- "core.projectVersionChecker.cliUseNewVersion": "Your Teams Toolkit CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
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 templates are deployed successfully. Resource group name: %s. Deployment name: %s",
43
- "core.collaboration.ListCollaboratorsSuccess": "List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
42
+ "core.deployArmTemplates.ActionSuccess": "ARM 템플릿을 성공적으로 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
43
+ "core.collaboration.ListCollaboratorsSuccess": "'Microsoft 365 소유자 나열'에 성공했습니다. [출력 패널](%s)에서 볼 수 있습니다.",
44
44
  "core.collaboration.GrantingPermission": "권한 부여 중",
45
- "core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
46
- "core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
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": "Permission granted to ",
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": "\nStarting to list all Microsoft Entra app owners for environment: ",
56
+ "core.collaboration.StartingListAllAadAppOwners": "\n환경의 모든 Azure Active Directory 소유자 나열 시작: ",
57
57
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 앱(ID: ",
58
- "core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
58
+ "core.collaboration.SsoAadAppId": "SSO AAD (ID: ",
59
59
  "core.collaboration.TeamsAppOwner": "Teams 앱 소유자: ",
60
- "core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
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": "Manifest not found from the downloaded package for Teams app %s.",
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": "Select option for scaffolding",
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": "Create New SPFx Solution",
80
- "plugins.spfx.questions.spfxSolution.createNew.detail": "Create Teams Tab application using SPFx web parts",
81
- "plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
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 package %s deployed successfully to [%s](%s).",
84
- "plugins.spfx.cannotFindPackage": "Unable to find SharePoint package %s",
85
- "plugins.spfx.cannotGetSPOToken": "Unable to get SPO access token",
86
- "plugins.spfx.cannotGetGraphToken": "Unable to get Graph access token",
87
- "plugins.spfx.insufficientPermission": "To upload and deploy package to App Catalog %s, you need org's Microsoft 365 tenant admin permissions. Get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing.",
88
- "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog due to %s, stack: %s",
89
- "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package due to %s",
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": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
96
+ "plugins.spfx.error.devEnvironmentNotSetup": "SPFx 개발 환경이 올바르게 설정되지 않았습니다. \"도움말\" 클릭하여 가이드에 따라 올바른 환경을 설정할 수 있습니다.",
96
97
  "plugins.spfx.scaffold.dependencyCheck": "종속성 확인 중...",
97
- "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
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": "Unable to get tenant %s %s",
101
- "plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
102
- "plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
- "plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
104
- "plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
105
- "plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
106
- "plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
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": "Your SPFx solution is successfully imported to %s.",
112
- "plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
113
- "plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
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": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
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": "Manifest Validation is unsuccessful!",
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] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
127
+ "plugins.appstudio.publishSucceedNotice.cli": "[%s]이(가) 관리 포털에 게시되었습니다(%s). 승인이 완료되면 조직에서 앱을 사용할 있습니다. %s에서 자세히 알아보세요.",
139
128
  "plugins.appstudio.updatePublihsedAppConfirm": "새 업데이트를 제출하시겠습니까?",
140
- "plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
141
- "plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
142
- "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams app manifest is deployed successfully. To see your app in Teams Developer Portal, click \"View in Developer Portal\".",
143
- "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams app manifest is deployed successfully to ",
144
- "plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
145
- "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
146
- "plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
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": "Unable to find any files in the app %s package.",
152
- "plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
140
+ "plugins.appstudio.emptyAppPackage": "%s 패키지에서 파일을 찾을 없습니다.",
141
+ "plugins.appstudio.unprocessedFile": "Teams Toolkit에서 %s을(를) 처리하지 않았습니다.",
153
142
  "plugins.appstudio.viewDeveloperPortal": "개발자 포털에서 보기",
154
- "plugins.bot.questionHostTypeTrigger.title": "Select triggers",
155
- "plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
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": "A function running on Azure Functions can respond to HTTP requests.",
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": "A function running on Azure Functions can respond to HTTP requests based on a specific schedule.",
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": "A restify server running on Azure App Service can respond to HTTP requests.",
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": "A Web API server running on Azure App Service can respond to HTTP requests.",
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": "A function running on Azure Functions can respond based on a specific schedule.",
158
+ "plugins.bot.triggers.timer-functions.detail": "Azure Functions에서 호스팅된 실행 함수는 특정 일정에 따라 응답할 있습니다.",
170
159
  "plugins.bot.triggers.timer-functions.label": "타이머 트리거",
171
- "error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
172
- "error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
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": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
176
- "error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
177
- "error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
178
- "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
179
- "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal due to %s",
180
- "error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
181
- "error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s. This may be due to a temporary service error. Try again after a few minutes.",
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": "Unable to build Teams Package!",
185
- "error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
186
- "error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
187
- "error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
188
- "error.appstudio.updateManifestInvalidApp": "Unable to find Teams app with ID %s. Run debug or provision before updating manifest to Teams platform.",
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": "Unable to add capability %s as it has reached its limit.",
191
- "error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
192
- "error.appstudio.capabilityNotExist": "As capability %s doesn't exist in manifest, we can't update it.",
193
- "error.appstudio.noManifestId": "Invalid ID found in manifest find.",
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.syncManifestInvalidInput": "Input is invalid. Project path and env should not be empty.",
197
- "error.appstudio.syncManifestNoTeamsAppId": "Unable to load Teams app ID from the env file.",
198
- "error.appstudio.syncManifestNoManifest": "Manifest downloaded from Teams Developer Portal is empty",
199
- "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
200
- "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
201
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
202
- "error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
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.UnzipError": "Unable to extract templates and save them to disk.",
197
+ "error.generator.FetchZipFromUrlError": "%s에서 zip 패키지를 다운로드할 없습니다.",
198
+ "error.generator.UnzipError": "템플릿의 압축을 풀고 디스크에 쓸 수 없습니다.",
210
199
  "error.generator.MissKeyError": "키 %s을(를) 찾을 수 없습니다.",
211
- "error.generator.FetchSampleInfoError": "Unable to fetch sample info",
212
- "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
213
- "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
214
- "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
215
- "error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
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": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
219
- "core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
220
- "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
221
- "core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
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": "Open an in-product guide",
213
+ "core.option.inProduct": "제품 가이드 열기",
228
214
  "core.TabOption.label": "탭",
229
- "core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
230
- "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
231
- "core.generator.officeAddin.importProject.convertProject": "Converting project...",
232
- "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
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": "A simple implementation of an echo bot that's ready for customization",
224
+ "core.BotNewUIOption.detail": "사용자 지정할 준비가 Echo Bot의 간단한 구현",
240
225
  "core.LinkUnfurlingOption.label": "링크 풀기",
241
- "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
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": "Receive user input, process it, and send customized results",
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.api.noAuth": "No authentication",
257
- "core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
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.list.unsupportedBecause": "is unsupported because:",
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.preview": "Preview",
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": "Search and take actions from the text input box in Teams and Outlook",
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": "Customize the ribbon and Task Pane with your web content for seamless user experience",
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.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
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.copilotExtension.label": "Copilot Extension",
300
- "core.createProjectQuestion.projectType.copilotExtension.title": "App Features using Copilot Extension",
301
- "core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative Copilot, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
302
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
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.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
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.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
324
- "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
325
- "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
326
- "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
327
- "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
328
- "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
329
- "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
330
- "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
331
- "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
332
- "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
333
- "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
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": "Incompatible OpenAPI description document. Check output panel for details.",
381
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
382
- "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
383
- "core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Copilot",
384
- "core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative Copilot",
385
- "core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
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": "A basic AI chat bot in Teams using Teams AI library",
295
+ "core.aiBotOption.detail": "Teams AI 라이브러리를 사용하는 챗봇",
396
296
  "core.spfxFolder.title": "SPFx 솔루션 폴더",
397
- "core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
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": "Unable to create an environment '%s'",
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": "The name can only contain alphanumeric characters or symbols ._-()",
309
+ "core.QuestionNewResourceGroupName.validation": "이름에는 영숫자 문자 또는 기호 _-()만 사용할 수 있습니다.",
410
310
  "core.QuestionNewResourceGroupLocation.title": "새 리소스 그룹의 위치",
411
- "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
412
- "core.QuestionNewResourceGroupLocation.group.others": "Others",
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": "Use the Teams Toolkit to create a new Teams app.",
419
- "core.ScratchOptionNo.label": "Start with a sample",
420
- "core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
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": "Deselect to keep the original botId value",
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": "Deselect to keep the original URL",
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": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
450
- "core.getUserEmailQuestion.validation1": "Enter email address",
451
- "core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
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": "Select Microsoft Entra manifest.json file",
454
- "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
455
- "core.selectTeamsAppPackageQuestion.title": "Select Teams App Package File",
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": "Select the app for which you want to manage collaborators",
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.testCasesOption": "Validate all integration test cases before publishing",
462
- "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
463
- "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
464
- "core.aadAppQuestion.label": "Microsoft Entra app",
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 app prepared successfully.",
478
- "core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
479
- "core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
480
- "core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
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": "Operation is canceled.",
490
- "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
491
- "core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
492
- "core.common.AddedAPINotInOriginalSpec": "APIs added to the project need to originate from the original OpenAPI description document.",
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": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
497
- "core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
498
- "core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
499
- "core.common.invalidReason.MissingOperationId": "operation id is missing",
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": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
602
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
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": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
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": "Email address is invalid",
418
+ "core.getUserEmailQuestion.validation3": "전자 메일 주소가 잘못됨",
610
419
  "plugins.bot.ErrorSuggestions": "제안: %s",
611
420
  "plugins.bot.InvalidValue": "%s의 값 %s이(가) 잘못되었습니다.",
612
- "plugins.bot.SomethingIsMissing": "%s is not available.",
421
+ "plugins.bot.SomethingIsMissing": "%s이(가) 없습니다.",
613
422
  "plugins.bot.FailedToProvision": "%s을(를) 프로비전할 수 없습니다.",
614
423
  "plugins.bot.FailedToUpdateConfigs": "%s에 대한 구성을 업데이트할 수 없습니다.",
615
- "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
424
+ "plugins.bot.BotRegistrationNotFoundWith": "botId %s 등록을 찾을 없습니다. 등록 확인 방법에 대해 자세히 알아보려면 '도움말 받기' 버튼을 클릭하세요.",
616
425
  "plugins.bot.BotResourceExists": "%s에 봇 리소스가 이미 있습니다. 봇 리소스 만들기를 건너뜁니다.",
617
426
  "plugins.bot.FailRetrieveAzureCredentials": "Azure 자격 증명을 검색할 수 없습니다.",
618
- "plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
619
- "plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
620
- "plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
427
+ "plugins.bot.ProvisionBotRegistration": " 등록을 프로비전하는 중입니다.",
428
+ "plugins.bot.ProvisionBotRegistrationSuccess": " 등록을 프로비전했습니다.",
429
+ "plugins.bot.CheckLogAndFix": "출력 패널에서 로그를 확인하고 문제를 해결해 보세요.",
621
430
  "plugins.bot.AppStudioBotRegistration": "개발자 포털 봇 등록",
622
- "plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
623
- "error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
624
- "depChecker.learnMoreButtonText": "Get more info",
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": "Symlink (%s) destination already exists, remove it and try again.",
628
- "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
629
- "depChecker.invalidFuncVersion": "Version %s format is invalid.",
630
- "depChecker.noSentinelFile": "Azure Functions Core Tools installation is unsuccessful.",
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 installed successfully.",
633
- "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and won't affect your environment.",
441
+ "depChecker.finishInstallBicep": "@NameVersion을(를) 설치했습니다.",
442
+ "depChecker.downloadDotnet": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 버전은 @InstallDir 설치되며 사용 환경에 영향을 주지 않습니다.",
634
443
  "depChecker.downloadBicep": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 이 버전은 @InstallDir에 설치되며 사용 환경에 영향을 주지 않습니다.",
635
- "depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
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": "Unable to find @NameVersion. To know why .NET SDK is needed, refer @HelpLink",
643
- "depChecker.depsNotFound": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
644
- "depChecker.linuxDepsNotFound": "Unable to find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
645
- "depChecker.linuxDepsNotFoundHelpLinkMessage": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
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": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
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": "Create a Microsoft Entra app to authenticate users",
653
- "driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
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": "Field %s is missing or invalid in Microsoft Entra app manifest.",
657
- "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
658
- "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
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": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
666
- "driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
667
- "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
668
- "driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
669
- "driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
670
- "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
671
- "driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
672
- "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
673
- "driver.aadApp.log.deleteAadAfterDebugging": " (Teams toolkit will delete the Microsoft Entra application after debugging)",
674
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
675
- "botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
676
- "botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
677
- "botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
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": "Created Microsoft Entra application with client id %s.",
683
- "driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
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": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
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 tenant app catalog %s is created. Please wait a few minutes for it to be active.",
697
- "driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
698
- "driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
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": "Web part %s was successfully added to the project.",
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 are installed at %s.",
713
- "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
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.prerequisite.summary.testTool.installedWithPath": "Teams 테스트 도구가 %s에 설치되어 있습니다.",
717
- "driver.prerequisite.summary.testTool.installed": "Teams 테스트 도구가 설치되어 있습니다.",
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": "Json file has been successfully generated to %s.",
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": "Unable to restart web app.\nPlease try to restart it manually.",
725
- "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
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` deployed to Azure App Service.",
728
- "driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
729
- "driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
730
- "driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
731
- "driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
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` command executed at `%s`.",
743
- "driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
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 title acquired successfully (%s).",
543
+ "driver.m365.acquire.summary": "Microsoft 365 타이틀을 성공적으로 가져왔습니다(%s).",
746
544
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "생성된 Teams 앱 패키지를 SPFx 솔루션에 복사합니다.",
747
- "driver.teamsApp.description.createDriver": "create Teams app.",
748
- "driver.teamsApp.description.updateDriver": "update Teams app.",
749
- "driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
750
- "driver.teamsApp.description.validateDriver": "validate Teams app.",
751
- "driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
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": "Checking if the Teams app is already submitted to tenant App Catalog",
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 Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
768
- "driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
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.VersionError": "Unable to find a version satisfying the version range %s.",
804
- "error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new Teams Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
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": "File operation is not permitted, make sure you have the necessary permissions: %s",
595
+ "error.common.FilePermissionError": "파일 작업이 허용되지 않습니다. 필요한 권한이 있는지 확인하세요. %s",
813
596
  "error.common.MissingRequiredInputError": "누락된 필수 입력: %s",
814
- "error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
597
+ "error.common.InputValidationError": "입력 '%s' 유효성 검사 실패: %s",
815
598
  "error.common.NoEnvFilesError": ".env 파일을 찾을 수 없습니다.",
816
599
  "error.common.MissingRequiredFileError": "누락된 %s 필수 파일 '%s'",
817
- "error.common.HttpClientError": "A http client error occurred while performing the %s task. The error response is: %s",
818
- "error.common.HttpServerError": "A http server error occurred while performing the %s task. Try again later. The error response is: %s",
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.common.NetworkError": "Network error: %s",
822
- "error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
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": "Unable to obtain your Azure credentials. Make sure your Azure account is properly authenticated and try again.",
827
- "error.azure.InvalidAzureSubscriptionError": "Azure subscription '%s' is not available in your current account. Make sure you've signed in with the correct Azure account and have necessary permissions to access the subscription.",
828
- "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Choose a different name or use the existing resource group for your task.",
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": "Unable to find the resource group '%s' in subscription '%s'.",
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": "Unable to obtain JSON object for Microsoft 365 token. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
837
- "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
838
- "error.m365.M365TenantIdNotMatchError": "Authentication unsuccessful. You're currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, remove the values of '%s' from the .env file and try again.",
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": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
842
- "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
843
- "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
844
- "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
845
- "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
846
- "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
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": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
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": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
853
- "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
854
- "error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Make sure all dependencies required by the app are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
855
- "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency. Script: `%s`",
856
- "error.script.ScriptTimeoutError.Notification": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
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": "Unable to load manifest id from path: %s. Run provision first.",
870
- "error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
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
  }