@microsoft/teamsfx-core 2.0.13-rc-hotfix.0 → 2.0.13-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/build/common/featureFlags.d.ts +0 -16
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +1 -21
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/templates-config.json +1 -1
  6. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  7. package/build/component/configManager/actionInjector.js +2 -2
  8. package/build/component/configManager/actionInjector.js.map +1 -1
  9. package/build/component/coordinator/index.js +1 -1
  10. package/build/component/coordinator/index.js.map +1 -1
  11. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  12. package/build/component/driver/apiKey/utility/utility.js +4 -3
  13. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  14. package/build/component/driver/oauth/create.d.ts +0 -1
  15. package/build/component/driver/oauth/create.d.ts.map +1 -1
  16. package/build/component/driver/oauth/create.js +6 -11
  17. package/build/component/driver/oauth/create.js.map +1 -1
  18. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +1 -0
  19. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -1
  20. package/build/component/driver/oauth/interface/createOauthOutputs.js +1 -0
  21. package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -1
  22. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +3 -0
  23. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
  24. package/build/component/driver/oauth/update.d.ts.map +1 -1
  25. package/build/component/driver/oauth/update.js +51 -22
  26. package/build/component/driver/oauth/update.js.map +1 -1
  27. package/build/component/driver/oauth/utility/utility.d.ts +2 -0
  28. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  29. package/build/component/driver/oauth/utility/utility.js +11 -1
  30. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  31. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts +1 -0
  32. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts.map +1 -1
  33. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +2 -2
  34. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
  35. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  36. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
  37. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  38. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  39. package/build/component/generator/apiSpec/generator.js +25 -22
  40. package/build/component/generator/apiSpec/generator.js.map +1 -1
  41. package/build/component/generator/apiSpec/helper.d.ts +1 -1
  42. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  43. package/build/component/generator/apiSpec/helper.js +35 -8
  44. package/build/component/generator/apiSpec/helper.js.map +1 -1
  45. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  46. package/build/component/generator/copilotExtension/generator.js +4 -5
  47. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  48. package/build/component/generator/generator.d.ts +2 -2
  49. package/build/component/generator/generator.d.ts.map +1 -1
  50. package/build/component/generator/generator.js +25 -13
  51. package/build/component/generator/generator.js.map +1 -1
  52. package/build/component/generator/utils.d.ts.map +1 -1
  53. package/build/component/generator/utils.js +8 -1
  54. package/build/component/generator/utils.js.map +1 -1
  55. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  56. package/build/component/utils/envFunctionUtils.js +0 -4
  57. package/build/component/utils/envFunctionUtils.js.map +1 -1
  58. package/build/core/FxCore.d.ts.map +1 -1
  59. package/build/core/FxCore.js +31 -26
  60. package/build/core/FxCore.js.map +1 -1
  61. package/build/error/depCheck.d.ts +4 -1
  62. package/build/error/depCheck.d.ts.map +1 -1
  63. package/build/error/depCheck.js +16 -1
  64. package/build/error/depCheck.js.map +1 -1
  65. package/build/index.d.ts +1 -1
  66. package/build/index.d.ts.map +1 -1
  67. package/build/index.js +2 -3
  68. package/build/index.js.map +1 -1
  69. package/build/question/constants.d.ts +8 -4
  70. package/build/question/constants.d.ts.map +1 -1
  71. package/build/question/constants.js +36 -45
  72. package/build/question/constants.js.map +1 -1
  73. package/build/question/create.d.ts.map +1 -1
  74. package/build/question/create.js +27 -19
  75. package/build/question/create.js.map +1 -1
  76. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  77. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  78. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  79. package/build/question/options/CreateProjectOptions.js +0 -1
  80. package/build/question/options/CreateProjectOptions.js.map +1 -1
  81. package/build/tsconfig.tsbuildinfo +1 -1
  82. package/package.json +4 -4
  83. package/resource/package.nls.cs.json +536 -280
  84. package/resource/package.nls.de.json +536 -280
  85. package/resource/package.nls.es.json +536 -280
  86. package/resource/package.nls.fr.json +536 -280
  87. package/resource/package.nls.it.json +536 -280
  88. package/resource/package.nls.ja.json +536 -280
  89. package/resource/package.nls.json +20 -20
  90. package/resource/package.nls.ko.json +536 -280
  91. package/resource/package.nls.pl.json +536 -280
  92. package/resource/package.nls.pt-BR.json +536 -280
  93. package/resource/package.nls.ru.json +536 -280
  94. package/resource/package.nls.tr.json +536 -280
  95. package/resource/package.nls.zh-Hans.json +536 -280
  96. package/resource/package.nls.zh-Hant.json +536 -280
  97. package/resource/yaml-schema/v1.7/yaml.schema.json +12 -0
  98. package/resource/yaml-schema/yaml.schema.json +16 -4
  99. package/templates/fallback/common.zip +0 -0
  100. package/templates/fallback/csharp.zip +0 -0
  101. package/templates/fallback/js.zip +0 -0
  102. package/templates/fallback/python.zip +0 -0
  103. package/templates/fallback/ts.zip +0 -0
  104. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  105. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  106. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  107. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  108. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  109. 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",
2
4
  "core.provision.provision": "프로비전",
3
- "core.provision.learnMore": "자세한 정보",
5
+ "core.provision.learnMore": "More info",
4
6
  "core.provision.azureAccount": "Azure 계정: %s",
5
7
  "core.provision.azureSubscription": "Azure 구독: %s",
6
8
  "core.provision.m365Account": "Microsoft 365 계정: %s",
7
- "core.provision.confirmEnvAndCostNotice": "사용량에 따라 비용이 발생할 있습니다. 위에 나열된 계정을 사용하여 %s 환경에서 리소스를 프로비전하시겠습니까?",
9
+ "core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
8
10
  "core.deploy.confirmEnvNoticeV3": "%s 환경에 리소스를 배포하시겠어요?",
9
11
  "core.provision.viewResources": "프로비전된 리소스 보기",
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": "자세한 정보",
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",
15
17
  "core.option.deploy": "배포",
16
18
  "core.option.confirm": "확인",
17
- "core.option.cancel": "취소",
18
- "core.option.learnMore": "자세한 정보",
19
+ "core.option.learnMore": "More info",
19
20
  "core.option.upgrade": "업그레이드",
20
21
  "core.option.moreInfo": "추가 정보",
21
22
  "core.progress.create": "만들기",
22
- "core.progress.createFromTemplate": " 템플릿을 다운로드하는 중입니다.",
23
- "core.progress.createFromSample": "%s 샘플을 다운로드하는 ",
23
+ "core.progress.createFromTemplate": "App template download in progress...",
24
+ "core.progress.createFromSample": "Sample %s download in progress...",
24
25
  "core.progress.deploy": "배포",
25
26
  "core.progress.publish": "게시",
26
27
  "core.progress.provision": "공급",
27
28
  "core.progress.configureAzureStorage": "Azure Storage를 구성하고 정적 웹 사이트 설정을 활성화합니다.",
28
29
  "core.progress.runCommand": "%s에서 %s 명령 실행",
29
30
  "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,199 +35,214 @@
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 도구 키트의 시험판 버전은 프로젝트 구성을 지원하며 이전 버전과 호환되지 않습니다. 프로젝트를 생성하여 시도하거나 \"teamsfx 업그레이드\" 실행하여 프로젝트를 먼저 업그레이드하세요.",
39
- "core.projectVersionChecker.cliUseNewVersion": "TeamFx CLI 버전이 오래되었으며 현재 프로젝트를 지원하지 않습니다. 아래\n 명령을 사용하여 최신 버전으로 업그레이드하세요. npm install -g @microsoft/teamsfx-cli@latest",
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",
40
40
  "core.projectVersionChecker.incompatibleProject": "현재 프로젝트는 설치된 Teams 도구 키트 버전과 호환되지 않습니다.",
41
41
  "core.projectVersionChecker.vs.incompatibleProject": "솔루션의 프로젝트는 Teams 도구 키트 미리 보기 기능인 Teams App Configuration 개선 사항을 사용하여 만들어집니다. 계속하려면 미리 보기 기능을 켤 수 있습니다.",
42
- "core.deployArmTemplates.ActionSuccess": "ARM 템플릿을 성공적으로 배포했습니다. 리소스 그룹 이름: %s. 배포 이름: %s",
43
- "core.collaboration.ListCollaboratorsSuccess": "'Microsoft 365 소유자 나열'에 성공했습니다. [출력 패널](%s)에서 볼 수 있습니다.",
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).",
44
44
  "core.collaboration.GrantingPermission": "권한 부여 중",
45
- "core.collaboration.EmailCannotBeEmptyOrSame": "공동 작업자의 메일은 null이거나 현재 사용자와 같을 없습니다.",
46
- "core.collaboration.CannotFindUserInCurrentTenant": "현재 테넌트에서 사용자를 찾을 없습니다. 이메일 주소가 올바른지 확인하세요.",
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",
47
47
  "core.collaboration.GrantPermissionForUser": "%s 사용자에 대한 권한 부여",
48
48
  "core.collaboration.AccountToGrantPermission": "권한을 부여할 계정: ",
49
49
  "core.collaboration.StartingGrantPermission": "환경에 대한 권한 부여 시작: ",
50
50
  "core.collaboration.TenantId": "테넌트 ID: ",
51
- "core.collaboration.PermissionHasBeenGrantTo": "다음에게 권한이 부여됨 ",
51
+ "core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
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": "\n환경의 모든 Azure Active Directory 소유자 나열 시작: ",
56
+ "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
57
57
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 앱(ID: ",
58
- "core.collaboration.SsoAadAppId": "SSO AAD (ID: ",
58
+ "core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
59
59
  "core.collaboration.TeamsAppOwner": "Teams 앱 소유자: ",
60
- "core.collaboration.AadAppOwner": "Azure Active Directory 소유자: ",
60
+ "core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
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": "다운로드한 Teams %s용 패키지에서 매니페스트를 찾을 없습니다.",
66
+ "core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
67
67
  "plugins.spfx.questions.framework.title": "프레임워크",
68
- "plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
68
+ "plugins.spfx.questions.webpartName": "SharePoint 프레임워크 파트의 이름",
69
69
  "plugins.spfx.questions.webpartName.error.duplicate": "폴더 %s이(가) 이미 있습니다. 구성 요소에 대해 다른 이름을 선택하세요.",
70
70
  "plugins.spfx.questions.webpartName.error.notMatch": "%s이(가) 패턴과 일치하지 않습니다: %s",
71
71
  "plugins.spfx.questions.packageSelect.title": "SharePoint 프레임워크",
72
- "plugins.spfx.questions.packageSelect.placeholder": "스캐폴딩 옵션 선택",
72
+ "plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
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": " SPFx 솔루션 만들기",
80
- "plugins.spfx.questions.spfxSolution.createNew.detail": "SPFx 파트를 사용하여 Teams 애플리케이션 만들기",
81
- "plugins.spfx.questions.spfxSolution.importExisting": "기존 SPFx 솔루션 가져오기",
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",
82
82
  "plugins.spfx.questions.spfxSolution.importExisting.detail": "SPFx 클라이언트 쪽 웹 파트를 Microsoft Teams 탭 또는 개인 앱으로 노출",
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 때문에 패키지를 업로드할 없습니다.",
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",
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'을 실행할 수 없습니다.",
94
93
  "plugins.spfx.error.invalidDependency": "패키지 %s의 유효성을 검사할 수 없습니다.",
95
94
  "plugins.spfx.error.noConfiguration": "SPFx 프로젝트에 .yo-rc.json 파일이 없습니다. 구성 파일을 추가하고 다시 시도하세요.",
96
- "plugins.spfx.error.devEnvironmentNotSetup": "SPFx 개발 환경이 올바르게 설정되지 않았습니다. \"도움말\" 클릭하여 가이드에 따라 올바른 환경을 설정할 수 있습니다.",
95
+ "plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
97
96
  "plugins.spfx.scaffold.dependencyCheck": "종속성 확인 중...",
98
- "plugins.spfx.scaffold.dependencyInstall": "종속성을 설치하는 중입니다. 완료하는 5분 이상 소요될 수 있습니다.",
97
+ "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
99
98
  "plugins.spfx.scaffold.scaffoldProject": "Yeoman CLI를 사용하여 SPFx 프로젝트 생성",
100
99
  "plugins.spfx.scaffold.updateManifest": "웹 파트 매니페스트 업데이트",
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",
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",
108
107
  "plugins.spfx.import.title": "SPFx 솔루션 가져오기",
109
108
  "plugins.spfx.import.copyExistingSPFxSolution": "기존 SPFx 솔루션을 복사하는 중...",
110
109
  "plugins.spfx.import.generateSPFxTemplates": "솔루션 정보를 기반으로 템플릿을 생성하는 중...",
111
110
  "plugins.spfx.import.updateTemplates": "템플릿을 업데이트하는 중...",
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에서 찾을 수 있습니다.",
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.",
115
125
  "plugins.frontend.checkNetworkTip": "네트워크 연결을 확인하세요.",
116
126
  "plugins.frontend.checkFsPermissionsTip": "파일 시스템에 대한 읽기/쓰기 권한이 있는지 확인합니다.",
117
127
  "plugins.frontend.checkStoragePermissionsTip": "Azure Storage 계정에 대한 권한이 있는지 확인합니다.",
118
- "plugins.frontend.checkSystemTimeTip": "만료된 자격 증명을 가져올 있으니 시스템 시간이 올바른지 확인하세요.",
128
+ "plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
119
129
  "suggestions.retryTheCurrentStep": "현재 단계를 다시 시도하세요.",
120
130
  "plugins.appstudio.buildSucceedNotice": "Teams 패키지가 [local address](%s)에 빌드되었습니다.",
121
131
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams 패키지가 %s에 빌드되었습니다.",
122
132
  "plugins.appstudio.createPackage.progressBar.message": "Teams 앱 패키지를 빌드하는 중...",
123
- "plugins.appstudio.validationFailedNotice": "매니페스트 유효성 검사 실패",
133
+ "plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
124
134
  "plugins.appstudio.validateManifest.progressBar.message": "매니페스트 확인 중...",
125
135
  "plugins.appstudio.validateAppPackage.progressBar.message": "앱 패키지 확인 중...",
136
+ "plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
126
137
  "plugins.appstudio.adminPortal": "관리 포털로 이동",
127
- "plugins.appstudio.publishSucceedNotice.cli": "[%s]이(가) 관리 포털에 게시되었습니다(%s). 승인이 완료되면 조직에서 앱을 사용할 있습니다. %s에서 자세히 알아보세요.",
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.",
128
139
  "plugins.appstudio.updatePublihsedAppConfirm": "새 업데이트를 제출하시겠습니까?",
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",
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",
136
147
  "plugins.appstudio.lastModified": "마지막 수정 날짜: %s\n",
137
148
  "plugins.appstudio.previewOnly": "미리 보기 전용",
138
149
  "plugins.appstudio.previewAndUpdate": "검토 및 업데이트",
139
150
  "plugins.appstudio.overwriteAndUpdate": "덮어쓰기 및 업데이트",
140
- "plugins.appstudio.emptyAppPackage": "%s 패키지에서 파일을 찾을 없습니다.",
141
- "plugins.appstudio.unprocessedFile": "Teams Toolkit에서 %s을(를) 처리하지 않았습니다.",
151
+ "plugins.appstudio.emptyAppPackage": "Unable to find any files in the app %s package.",
152
+ "plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
142
153
  "plugins.appstudio.viewDeveloperPortal": "개발자 포털에서 보기",
143
- "plugins.bot.questionHostTypeTrigger.title": "트리거 선택",
144
- "plugins.bot.questionHostTypeTrigger.placeholder": "트리거 선택",
154
+ "plugins.bot.questionHostTypeTrigger.title": "Select triggers",
155
+ "plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
145
156
  "plugins.bot.triggers.http-functions.description": "Azure Functions",
146
- "plugins.bot.triggers.http-functions.detail": "Azure Functions에서 호스팅된 실행 함수는 HTTP 요청을 수신 대기할 수 있습니다.",
157
+ "plugins.bot.triggers.http-functions.detail": "A function running on Azure Functions can respond to HTTP requests.",
147
158
  "plugins.bot.triggers.http-functions.label": "HTTP 트리거",
148
159
  "plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
149
- "plugins.bot.triggers.http-and-timer-functions.detail": "Azure Functions에서 호스팅되는 실행 중인 함수는 HTTP 요청을 수신하고 특정 일정에 따라 응답할 수 있습니다.",
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.",
150
161
  "plugins.bot.triggers.http-and-timer-functions.label": "HTTP 및 타이머 트리거",
151
162
  "plugins.bot.triggers.http-restify.description": "Restify 서버",
152
- "plugins.bot.triggers.http-restify.detail": "Azure App Service에서 호스팅된 실행 restify 서버는 HTTP 요청을 수신 대기할 수 있습니다.",
163
+ "plugins.bot.triggers.http-restify.detail": "A restify server running on Azure App Service can respond to HTTP requests.",
153
164
  "plugins.bot.triggers.http-restify.label": "HTTP 트리거",
154
165
  "plugins.bot.triggers.http-webapi.description": "Web API 서버",
155
- "plugins.bot.triggers.http-webapi.detail": "Azure App Service에서 호스팅된 실행 중인 Web API 서버는 HTTP 요청을 수신 대기할 수 있습니다.",
166
+ "plugins.bot.triggers.http-webapi.detail": "A Web API server running on Azure App Service can respond to HTTP requests.",
156
167
  "plugins.bot.triggers.http-webapi.label": "HTTP 트리거",
157
168
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
158
- "plugins.bot.triggers.timer-functions.detail": "Azure Functions에서 호스팅된 실행 함수는 특정 일정에 따라 응답할 있습니다.",
169
+ "plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
159
170
  "plugins.bot.triggers.timer-functions.label": "타이머 트리거",
160
- "error.NoProjectOpenedError": "열려 있는 프로젝트가 없습니다. 프로젝트를 만들거나 기존 프로젝트를 있습니다.",
161
- "error.InvalidEnvNameError": "환경 이름은 문자, 숫자, _ -만 포함할 있습니다.",
162
- "error.UpgradeV3CanceledError": "업그레이드할 준비가 되지 않은 경우 이전 버전의 Teams Toolkit을 계속 사용하세요.",
163
- "error.InvalidInputError": "잘못된 입력: %s",
164
- "error.ProjectEnvAlreadyExistError": "프로젝트 환경 %s이(가) 이미 있습니다.",
165
- "error.NotImplementedError": "메서드가 구현되지 않음: %s",
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",
166
173
  "error.FailedToParseResourceIdError": "리소스 ID '%s'에서 '%s'을(를) 가져올 수 없습니다.",
167
174
  "error.NoSubscriptionFound": "구독을 찾을 수 없습니다.",
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",
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",
175
183
  "error.appstudio.publishFailed": "ID가 %s인 Teams 앱을 게시할 수 없습니다.",
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 플랫폼으로 매니페스트를 업데이트하기 전에 먼저 디버그 또는 프로비전을 실행해야 합니다.",
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.",
181
189
  "error.appstudio.invalidCapability": "잘못된 기능: %s",
182
- "error.appstudio.capabilityExceedLimit": "기능 %s을(를) 추가할 없습니다. 제한에 도달했습니다.",
183
- "error.appstudio.staticTabNotExist": "엔터티 ID %s 고정 탭을 찾을 없어 업데이트할 수 없습니다.",
184
- "error.appstudio.capabilityNotExist": "%s 기능이 매니페스트에 없으므로 업데이트할 없습니다.",
185
- "error.appstudio.noManifestId": "매니페스트 찾기에서 잘못된 ID를 찾았습니다.",
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.",
186
194
  "error.appstudio.validateFetchSchemaFailed": "%s에서 스키마를 가져올 수 없습니다. 메시지: %s",
187
195
  "error.appstudio.validateSchemaNotDefined": "매니페스트 스키마가 정의되지 않음",
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 패키지를 없습니다.",
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.",
195
207
  "error.generator.TemplateNotFoundError": "템플릿 %s을(를) 찾을 수 없습니다.",
196
208
  "error.generator.SampleNotFoundError": "샘플 %s을(를) 찾을 수 없습니다.",
197
- "error.generator.FetchZipFromUrlError": "%s에서 zip 패키지를 다운로드할 없습니다.",
198
- "error.generator.UnzipError": "템플릿의 압축을 풀고 디스크에 쓸 수 없습니다.",
209
+ "error.generator.UnzipError": "Unable to extract templates and save them to disk.",
199
210
  "error.generator.MissKeyError": "키 %s을(를) 찾을 수 없습니다.",
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.",
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.",
205
217
  "error.m365.NotExtendedToM365Error": "Teams 앱을 Microsoft 365로 확장할 수 없습니다. Teams 앱을 Microsoft 365로 확장하려면 'teamsApp/extendToM365' 작업을 사용하세요.",
206
- "core.QuestionAppName.validation.pattern": "애플리케이션 이름은 문자로 시작해야 하며 문자 또는 숫자를 이상 포함해야 합니다. 일부 특수 문자를 포함할 수 없습니다.",
207
- "core.QuestionAppName.validation.maxlength": "애플리케이션 이름이 최대 길이인 30자보다 깁니다.",
208
- "core.QuestionAppName.validation.pathExist": "경로 %s이(가) 있습니다. 다른 애플리케이션 이름을 선택하세요.",
209
- "core.ProgrammingLanguageQuestion.placeholder": "프로그래밍 언어를 선택합니다.",
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",
210
224
  "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx는 현재 TypeScript만 지원합니다.",
211
225
  "core.option.tutorial": "자습서 열기",
212
226
  "core.option.github": "GitHub 가이드 열기",
213
- "core.option.inProduct": "제품 가이드 열기",
227
+ "core.option.inProduct": "Open an in-product guide",
214
228
  "core.TabOption.label": "탭",
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": "매니페스트 수정 중",
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",
219
234
  "core.TabOption.description": "UI 기반 앱",
220
235
  "core.TabOption.detail": "Microsoft Teams에 포함된 Teams 인식 웹 페이지",
221
236
  "core.DashboardOption.label": "대시보드",
222
237
  "core.DashboardOption.detail": "중요한 정보를 표시하기 위한 카드 및 위젯이 있는 캔버스",
223
238
  "core.BotNewUIOption.label": "기본 봇",
224
- "core.BotNewUIOption.detail": "사용자 지정할 준비가 Echo Bot의 간단한 구현",
239
+ "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
225
240
  "core.LinkUnfurlingOption.label": "링크 풀기",
226
- "core.LinkUnfurlingOption.detail": "작성 메시지 영역에 URL 붙여 넣을 정보 작업 표시",
241
+ "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
227
242
  "core.MessageExtensionOption.labelNew": "양식 입력 및 프로세스 데이터 수집",
228
243
  "core.MessageExtensionOption.label": "메시지 확장",
229
244
  "core.MessageExtensionOption.description": "사용자가 Teams에서 메시지를 작성할 때의 사용자 지정 UI",
230
- "core.MessageExtensionOption.detail": "사용자 입력을 받고, 해당 항목으로 작업을 수행하며, 사용자 지정된 결과를 다시 보냅니다.",
245
+ "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
231
246
  "core.NotificationOption.label": "채팅 알림 메시지",
232
247
  "core.NotificationOption.detail": "Teams 채팅에 표시되는 메시지로 알림 및 정보 제공",
233
248
  "core.CommandAndResponseOption.label": "채팅 명령",
@@ -238,82 +253,171 @@
238
253
  "core.TabSPFxOption.detailNew": "SharePoint 프레임워크를 사용하여 UI 빌드",
239
254
  "core.TabNonSso.label": "기본 탭",
240
255
  "core.TabNonSso.detail": "사용자 지정할 준비가 된 웹앱의 간단한 구현",
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",
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",
243
260
  "core.copilotPlugin.validate.summary.validate.failed": "%s이(가) 실패함",
244
261
  "core.copilotPlugin.validate.summary.validate.warning": "%s 경고",
245
- "core.copilotPlugin.scaffold.summary": "OpenAPI 사양 파일에서 다음 문제가 발견되었습니다.\n%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",
246
264
  "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\".",
247
266
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\"은(는) %s자를 초과할 수 없습니다. ",
248
267
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "전체 설명이 없습니다. ",
249
268
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "완화: \"%s\"에서 \"%s\" 필드를 업데이트하세요.",
250
269
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "\"%s\" 명령에 \"%s\"이(가) 없습니다.",
251
270
  "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.",
252
277
  "core.createCapabilityQuestion.titleNew": "기능",
253
278
  "core.createCapabilityQuestion.placeholder": "기능 선택",
254
- "core.createProjectQuestion.option.description.previewOnWindow": "Windows에서 미리 보기",
279
+ "core.createProjectQuestion.option.description.preview": "Preview",
255
280
  "core.createProjectQuestion.option.description.worksInOutlook": "Teams 및 Outlook에서 작동",
256
281
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Teams, Outlook 및 Microsoft 365 앱에서 작동",
282
+ "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Teams, Outlook 및 Copilot에서 작동",
257
283
  "core.createProjectQuestion.projectType.bot.detail": "반복적인 작업을 자동화할 수 있는 대화형 또는 유익한 채팅 환경",
258
284
  "core.createProjectQuestion.projectType.bot.label": "봇",
259
285
  "core.createProjectQuestion.projectType.bot.title": "봇을 사용하는 앱 기능",
260
- "core.createProjectQuestion.projectType.messageExtension.detail": "Teams Outlook의 채팅 작성 영역에서 작업 검색 또는 시작",
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",
261
288
  "core.createProjectQuestion.projectType.messageExtension.title": "메시지 확장을 사용하는 앱 기능",
262
- "core.createProjectQuestion.projectType.outlookAddin.detail": " 콘텐츠로 리본 작업 사용자 지정",
289
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
263
290
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook 추가 기능",
264
291
  "core.createProjectQuestion.projectType.outlookAddin.title": "Outlook 추가 기능을 사용하는 앱 기능",
265
- "core.createProjectQuestion.projectType.tab.detail": "Teams, Outlook Micosoft 365 앱에 자신의 콘텐츠 포함",
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",
266
298
  "core.createProjectQuestion.projectType.tab.title": "탭을 사용하는 앱 기능",
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": "옵션 선택",
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.",
271
315
  "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",
272
318
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "새 API로 시작",
273
319
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions에서 새 API를 사용하여 플러그 인 만들기",
274
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI 사양으로 시작",
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",
275
322
  "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "기존 API에서 플러그 인 만들기",
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 메서드만 나열됩니다.",
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.",
287
379
  "core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "manifest.json에 정의된 메서드가 나열되지 않습니다.",
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\".",
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",
294
394
  "core.aiBotOption.label": "AI 챗봇",
295
- "core.aiBotOption.detail": "Teams AI 라이브러리를 사용하는 챗봇",
395
+ "core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
296
396
  "core.spfxFolder.title": "SPFx 솔루션 폴더",
297
- "core.spfxFolder.placeholder": "SPFx 솔루션이 포함된 폴더를 선택하세요.",
397
+ "core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
298
398
  "core.QuestionSelectTargetEnvironment.title": "환경 선택",
299
399
  "core.getQuestionNewTargetEnvironmentName.title": "새 환경 이름",
300
400
  "core.getQuestionNewTargetEnvironmentName.placeholder": "새 환경 이름",
301
401
  "core.getQuestionNewTargetEnvironmentName.validation1": "환경 이름은 문자, 숫자, _ 및 -만 포함할 수 있습니다.",
302
- "core.getQuestionNewTargetEnvironmentName.validation3": "환경 '%s'을(를) 만들 수 없습니다.",
402
+ "core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
303
403
  "core.getQuestionNewTargetEnvironmentName.validation4": "env 구성을 나열할 수 없습니다.",
304
404
  "core.getQuestionNewTargetEnvironmentName.validation5": "프로젝트 환경 %s이(가) 이미 있습니다.",
305
405
  "core.QuestionSelectSourceEnvironment.title": "복사본을 만들 환경 선택",
306
406
  "core.QuestionSelectResourceGroup.title": "리소스 그룹 선택",
307
407
  "core.QuestionNewResourceGroupName.placeholder": "새 리소스 그룹 이름",
308
408
  "core.QuestionNewResourceGroupName.title": "새 리소스 그룹 이름",
309
- "core.QuestionNewResourceGroupName.validation": "이름에는 영숫자 문자 또는 기호 _-()만 사용할 수 있습니다.",
409
+ "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
310
410
  "core.QuestionNewResourceGroupLocation.title": "새 리소스 그룹의 위치",
311
- "core.question.workspaceFolder.title": "작업 영역 폴더",
312
- "core.question.workspaceFolder.placeholder": "프로젝트 루트 폴더를 포함할 폴더를 선택하세요.",
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",
313
417
  "core.ScratchOptionYes.label": "새 앱 만들기",
314
- "core.ScratchOptionYes.detail": "Teams 도구 키트를 사용하여 Teams 애플리케이션을 만듭니다.",
315
- "core.ScratchOptionNo.label": "샘플에서 시작",
316
- "core.ScratchOptionNo.detail": "기존 샘플을 애플리케이션의 시작점으로 사용합니다.",
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.",
317
421
  "core.RuntimeOptionNodeJS.detail": "빠른 JavaScript 서버 런타임",
318
422
  "core.RuntimeOptionDotNet.detail": "플랫폼 간 무료 오픈 소스",
319
423
  "core.getRuntimeQuestion.title": "Teams 도구 키트: 앱의 런타임 선택",
@@ -322,8 +426,15 @@
322
426
  "core.SampleSelect.title": "샘플에서 시작",
323
427
  "core.SampleSelect.placeholder": "샘플 선택",
324
428
  "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.",
325
436
  "core.updateBotIdsQuestion.title": "디버깅을 위한 새 봇 만들기",
326
- "core.updateBotIdsQuestion.placeholder": "botId의 원래 값을 유지하려면 선택을 취소하세요.",
437
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
327
438
  "core.updateBotIdForBot.description": "manifest.json에서 %s botId를 \"${{BOT_ID}}\"(으)로 업데이트",
328
439
  "core.updateBotIdForMessageExtension.description": "manifest.json에서 %s botId를 \"${{BOT_ID}}\"(으)로 업데이트",
329
440
  "core.updateBotIdForBot.label": "봇",
@@ -332,40 +443,41 @@
332
443
  "core.updateWebsiteUrlQuestion.title": "디버깅을 위한 웹 사이트 URL 구성",
333
444
  "core.updateContentUrlOption.description": "콘텐츠 URL을 %s에서 %s으(로) 업데이트",
334
445
  "core.updateWebsiteUrlOption.description": "웹 사이트 URL을 %s에서 %s(으)로 업데이트",
335
- "core.updateUrlQuestion.placeholder": "선택 취소하여 원본 URL을 유지",
446
+ "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
336
447
  "core.SingleSignOnOption.label": "Single Sign-On",
337
448
  "core.SingleSignOnOption.detail": "Teams 시작 페이지 및 봇 기능을 위한 Single Sign-On 기능 개발",
338
- "core.getUserEmailQuestion.title": "동일한 Microsoft 365 테넌트의 계정에 대해 Teams/AAD 앱에 소유자 추가(이메일)",
339
- "core.getUserEmailQuestion.validation1": "메일 주소는 null이거나 비워 둘 수 없습니다.",
340
- "core.getUserEmailQuestion.validation2": "[UserName]을(를) 실제 사용자 이름으로 변경하세요.",
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",
341
452
  "core.collaboration.error.failedToLoadDotEnvFile": ".env 파일을 로드할 수 없습니다. 이유: %s",
342
- "core.selectAadAppManifestQuestion.title": "Azure Active Directory manifest.json 파일 선택",
343
- "core.selectTeamsAppManifestQuestion.title": "Teams manifest.json 파일 선택",
344
- "core.selectTeamsAppPackageQuestion.title": "Teams 패키지 파일 선택",
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",
345
456
  "core.selectLocalTeamsAppManifestQuestion.title": "로컬 Teams manifest.json 파일 선택",
346
- "core.selectCollaborationAppTypeQuestion.title": "공동 작업자를 관리할 선택",
457
+ "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
347
458
  "core.selectValidateMethodQuestion.validate.selectTitle": "유효성 검사 방법 선택",
348
459
  "core.selectValidateMethodQuestion.validate.schemaOption": "매니페스트 스키마를 사용하여 유효성 검사",
349
- "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "매니페스트 스키마를 사용하여 유효성 검사",
350
460
  "core.selectValidateMethodQuestion.validate.appPackageOption": "유효성 검사 규칙을 사용하여 앱 패키지 유효성 검사",
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 앱",
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",
355
466
  "core.teamsAppQuestion.label": "Teams 앱",
356
467
  "core.teamsAppQuestion.description": "Teams 앱",
357
468
  "core.M365SsoLaunchPageOptionItem.label": "Fluent UI를 포함한 React",
358
469
  "core.M365SsoLaunchPageOptionItem.detail": "Fluent UI React 구성 요소를 사용하여 Teams의 모양과 느낌을 가져오는 웹앱",
359
470
  "core.M365SearchAppOptionItem.label": "사용자 지정 검색 결과",
360
471
  "core.M365SearchAppOptionItem.detail": "검색 또는 채팅 영역에서 Teams 및 Outlook 검색 결과에 직접 데이터 표시",
472
+ "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
361
473
  "core.SearchAppOptionItem.detail": "검색 또는 채팅 영역에서 Teams 검색 결과에 바로 데이터 표시",
362
474
  "core.M365HostQuestion.title": "플랫폼",
363
475
  "core.M365HostQuestion.placeholder": "앱을 미리 보기할 플랫폼 선택",
364
476
  "core.options.separator.additional": "추가 기능",
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 작업을 성공적으로 실행했습니다.",
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.",
369
481
  "core.common.TeamsMobileDesktopClientName": "Teams 데스크톱, 모바일 클라이언트 ID",
370
482
  "core.common.TeamsWebClientName": "Teams 웹 클라이언트 ID",
371
483
  "core.common.OfficeDesktopClientName": "데스크톱 클라이언트 ID에 대한 Microsoft 365 앱",
@@ -374,18 +486,51 @@
374
486
  "core.common.OutlookDesktopClientName": "Outlook 데스크톱 클라이언트 ID",
375
487
  "core.common.OutlookWebClientName1": "Outlook 웹 액세스 클라이언트 ID 1",
376
488
  "core.common.OutlookWebClientName2": "Outlook 웹 액세스 클라이언트 ID 2",
377
- "core.common.CancelledMessage": "작업이 취소되었습니다.",
378
- "core.common.SpecVersionNotSupported": "3.0.0보다 낮은 OpenAPI 버전은 지원되지 않습니다.",
379
- "core.common.NoServerInformation": "OpenAPI 사양 파일에서 서버 정보를 찾을 없습니다.",
380
- "core.common.MultipleServerInformation": "OpenAPI 사양 파일에 여러 서버 정보가 있습니다.",
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.",
381
494
  "core.common.RemoteRefNotSupported": "원격 참조가 지원되지 않습니다. %s.",
382
495
  "core.common.MissingOperationId": "%s operationIds가 없습니다.",
383
- "core.common.NoSupportedApi": "OpenAPI 사양 파일에서 지원되는 API 찾을 없습니다.",
384
- "core.common.AdditionalPropertiesNotSupported": "'additionalProperties'는 지원되지 않으며 무시됩니다.",
385
- "core.common.SchemaNotSupported": "'oneOf', 'anyOf', 'not' 스키마는 지원되지 않습니다. %s.",
386
- "core.common.UnknownSchema": " 없는 스키마: %s.",
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.",
387
529
  "core.importAddin.label": "기존 Outlook 추가 기능 가져오기",
388
530
  "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",
389
534
  "core.newTaskpaneAddin.label": "Taskpane",
390
535
  "core.newTaskpaneAddin.detail": "단추로 리본을 사용자 지정하고 작업창에 콘텐츠를 포함합니다.",
391
536
  "core.summary.actionDescription": "작업 %s%s",
@@ -398,6 +543,47 @@
398
543
  "core.summary.actionSucceeded": "%s이(가) 실행되었습니다.",
399
544
  "core.summary.createdEnvFile": "환경 파일이 생성된 위치",
400
545
  "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.",
401
587
  "ui.select.LoadingOptionsPlaceholder": "옵션을 로드하는 중 ...",
402
588
  "ui.select.LoadingDefaultPlaceholder": "기본값을 로드하는 중 ...",
403
589
  "error.aad.manifest.NameIsMissing": "name이 없음\n",
@@ -405,89 +591,100 @@
405
591
  "error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess가 없음\n",
406
592
  "error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions가 없음\n",
407
593
  "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.",
408
598
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion이 1임\n",
409
599
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims가 없음\n",
410
600
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 액세스 토큰에 idtyp 클레임이 포함되어 있지 않음\n",
411
- "error.aad.manifest.AADManifestIssues": "AAD 매니페스트에 Teams 앱이 손상될 있는 다음과 같은 문제가 있습니다.\n",
412
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "활성화 상태인 경우 기존 권한을 업데이트하거나 삭제할 없습니다. 선택한 환경에 대해 ACCESS_AS_USER_PERMISSION_ID 환경 변수가 변경되었을 있습니다. 사용 권한 ID가 실제 AAD 애플리케이션과 동일한지 확인하고 다시 시도하세요.\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",
413
604
  "error.aad.manifest.UnknownResourceAppId": "알 수 없는 resourceAppId %s",
414
605
  "error.aad.manifest.UnknownResourceAccessType": "알 수 없는 resourceAccess: %s",
415
- "error.aad.manifest.UnknownResourceAccessId": " 없는 리소스 액세스 ID: %s, 권한을 리소스 액세스 ID로 사용하는 경우 대신 권한 ID를 사용해 보세요.",
606
+ "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
416
607
  "core.addSsoFiles.emptyProjectPath": "프로젝트 경로가 비어 있음",
417
608
  "core.addSsoFiles.FailedToCreateAuthFiles": "SSO 추가를 위한 파일을 만들 수 없습니다. 오류 세부 정보: %s.",
418
- "core.getUserEmailQuestion.validation3": "전자 메일 주소가 잘못됨",
609
+ "core.getUserEmailQuestion.validation3": "Email address is invalid",
419
610
  "plugins.bot.ErrorSuggestions": "제안: %s",
420
611
  "plugins.bot.InvalidValue": "%s의 값 %s이(가) 잘못되었습니다.",
421
- "plugins.bot.SomethingIsMissing": "%s이(가) 없습니다.",
612
+ "plugins.bot.SomethingIsMissing": "%s is not available.",
422
613
  "plugins.bot.FailedToProvision": "%s을(를) 프로비전할 수 없습니다.",
423
614
  "plugins.bot.FailedToUpdateConfigs": "%s에 대한 구성을 업데이트할 수 없습니다.",
424
- "plugins.bot.BotRegistrationNotFoundWith": "botId %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.",
425
616
  "plugins.bot.BotResourceExists": "%s에 봇 리소스가 이미 있습니다. 봇 리소스 만들기를 건너뜁니다.",
426
617
  "plugins.bot.FailRetrieveAzureCredentials": "Azure 자격 증명을 검색할 수 없습니다.",
427
- "plugins.bot.ProvisionBotRegistration": " 등록을 프로비전하는 중입니다.",
428
- "plugins.bot.ProvisionBotRegistrationSuccess": " 등록을 프로비전했습니다.",
429
- "plugins.bot.CheckLogAndFix": "출력 패널에서 로그를 확인하고 문제를 해결해 보세요.",
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.",
430
621
  "plugins.bot.AppStudioBotRegistration": "개발자 포털 봇 등록",
431
- "plugins.function.getTemplateFromLocal": "로컬 템플릿을 사용하려고 하여 Github에서 최신 템플릿을 가져올 없습니다.",
432
- "error.depChecker.DefaultErrorMessage": "필요한 종속성을 수동으로 설치합니다.",
433
- "depChecker.learnMoreButtonText": "자세한 정보",
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",
434
625
  "depChecker.needInstallNpm": "로컬 기능을 디버깅하려면 NPM이 설치되어 있어야 합니다.",
435
626
  "depChecker.failToValidateFuncCoreTool": "설치 후 Azure Functions Core Tools의 유효성을 검사할 수 없습니다.",
436
- "depChecker.symlinkDirAlreadyExist": "symlink의 대상이 이미 존재합니다.",
437
- "depChecker.portableFuncNodeNotMatched": "Node.js(@NodeVersion) Teams 도구 키트 Azure Functions Core Tools(@FuncVersion)와 호환되지 않습니다.",
438
- "depChecker.invalidFuncVersion": "버전 %s 형식이 잘못되었습니다.",
439
- "depChecker.noSentinelFile": "Azure Functions Core Tools 설치가 완료되지 않았습니다.",
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.",
440
631
  "depChecker.funcVersionNotMatch": "Azure Functions Core Tools(%s) 버전이 지정된 버전 범위(%s)와 호환되지 않습니다.",
441
- "depChecker.finishInstallBicep": "@NameVersion을(를) 설치했습니다.",
442
- "depChecker.downloadDotnet": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 버전은 @InstallDir 설치되며 사용 환경에 영향을 주지 않습니다.",
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.",
443
634
  "depChecker.downloadBicep": "이식 가능한 @InstallDir 버전을 다운로드하여 설치하는 중입니다. 이 버전은 @InstallDir에 설치되며 사용 환경에 영향을 주지 않습니다.",
444
- "depChecker.finishInstallDotnet": "@NameVersion을(를) 설치했습니다.",
635
+ "depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
445
636
  "depChecker.useGlobalDotnet": "PATH에서 dotnet 사용:",
446
637
  "depChecker.dotnetInstallStderr": "dotnet-install 명령이 오류 종료 코드 없이 실패했지만 표준 오류는 비어 있지 않습니다.",
447
638
  "depChecker.dotnetInstallErrorCode": "dotnet-install 명령이 실패했습니다.",
448
639
  "depChecker.NodeNotFound": "Node.js를 찾을 수 없습니다. 지원되는 노드 버전이 package.json에 지정되어 있습니다. 지원되는 Node.js를 설치하려면 %s(으)로 이동하세요. 설치가 완료된 후 모든 Visual Studio Code 인스턴스를 다시 시작합니다.",
449
640
  "depChecker.V3NodeNotSupported": "Node.js(%s)는 공식적으로 지원되는 버전(%s)이 아닙니다. 프로젝트는 계속 작동할 수 있지만 지원되는 버전을 설치하는 것이 좋습니다. 지원되는 노드 버전은 package.json에 지정되어 있습니다. 지원되는 Node.js를 설치하려면 %s(으)로 이동하세요.",
450
641
  "depChecker.NodeNotLts": "Node.js(%s)가 LTS 버전(%s)이 아닙니다. %s(으)로 이동하여 LTS Node.js를 설치하세요.",
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에는 이러한 종속성이 필요합니다.",
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.",
455
646
  "depChecker.failToDownloadFromUrl": "'@Url', HTTP 상태 '@Status'에서 파일을 다운로드할 수 없습니다.",
456
- "depChecker.failToValidateVxTestAppInstallOptions": "비디오 확장성 테스트 필수 구성 요소 검사기의 인수가 잘못되었습니다. tasks.json 파일을 확인하세요.",
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.",
457
648
  "depChecker.failToValidateVxTestApp": "설치 후 비디오 확장성 테스트 앱의 유효성을 검사할 수 없습니다.",
649
+ "depChecker.testToolVersionNotMatch": "Teams 앱 테스트 도구(%s) 버전이 지정한 버전 범위(%s)와 호환되지 않습니다.",
650
+ "depChecker.failedToValidateTestTool": "설치 후 Teams 앱 테스트 도구의 유효성을 검사할 수 없습니다. %s",
458
651
  "error.driver.outputEnvironmentVariableUndefined": "출력 환경 변수 이름이 정의되지 않았습니다.",
459
- "driver.aadApp.description.create": "사용자 인증을 위한 Azure Active Directory 만들기",
460
- "driver.aadApp.description.update": "기존 앱에 Azure Active Directory 매니페스트 적용",
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",
461
654
  "driver.aadApp.error.missingEnv": "환경 변수 %s이(가) 설정되지 않았습니다.",
462
655
  "driver.aadApp.error.generateSecretFailed": "클라이언트 암호를 생성할 수 없습니다.",
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 애플리케이션을 업데이트하는 중...",
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...",
466
662
  "driver.aadApp.log.startExecuteDriver": "%s 작업을 실행하는 중",
467
663
  "driver.aadApp.log.successExecuteDriver": "%s 작업을 실행했습니다.",
468
664
  "driver.aadApp.log.failExecuteDriver": "%s 작업을 실행할 수 없습니다. 오류 메시지: %s",
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 앱을 재사용하세요.",
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.",
482
679
  "driver.botAadApp.log.startExecuteDriver": "%s 작업을 실행하는 중",
483
680
  "driver.botAadApp.log.successExecuteDriver": "%s 작업을 실행했습니다.",
484
681
  "driver.botAadApp.log.failExecuteDriver": "%s 작업을 실행할 수 없습니다. 오류 메시지: %s",
485
- "driver.botAadApp.log.successCreateBotAad": "클라이언트 ID가 %s인 Azure Active Directory 애플리케이션을 만들었습니다.",
486
- "driver.botAadApp.log.useExistingBotAad": "클라이언트 ID가 %s인 기존 Azure Active Directory 애플리케이션을 사용했습니다.",
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.",
487
684
  "driver.botAadApp.error.unexpectedEmptyBotPassword": "봇 암호가 비어 있습니다. env 파일에 추가하거나 봇 ID를 지우면 봇 ID/암호 쌍이 다시 생성됩니다. 조치: %s.",
488
685
  "driver.arm.description.deploy": "지정된 ARM 템플릿을 Azure에 배포합니다.",
489
686
  "driver.arm.deploy.progressBar.message": "ARM 템플릿을 Azure에 배포하는 중...",
490
- "debug.warningMessage": "Teams에서 애플리케이션을 디버그하려면 localhost 서버가 HTTPS에 있어야 합니다.\nTeams에서 도구 키트에 사용되는 자체 서명된 SSL 인증서를 신뢰하려면 자체 서명된 인증서를 인증서 저장소에 추가해야 합니다.\n 단계를 건너뛸 있지만 Teams에서 앱을 디버깅할 브라우저 창에서 수동으로 보안 연결을 신뢰해야 합니다.\n자세한 내용은 \"https://aka.ms/teamsfx-ca-certificate\"를 참조하세요.",
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\".",
491
688
  "debug.warningMessage2": " 인증서를 설치할 때 계정 자격 증명을 묻는 메시지가 표시될 수 있습니다.",
492
689
  "debug.install": "설치",
493
690
  "driver.spfx.deploy.description": "SPFx 패키지를 SharePoint 앱 카탈로그에 배포합니다.",
@@ -496,81 +693,99 @@
496
693
  "driver.spfx.deploy.deployPackage": "테넌트 앱 카탈로그에 SPFx 패키지를 배포합니다.",
497
694
  "driver.spfx.deploy.skipCreateAppCatalog": "SharePoint 앱 카탈로그 만들기로 건너뜁니다.",
498
695
  "driver.spfx.deploy.uploadPackage": "테넌트 앱 카탈로그에 SPFx 패키지를 업로드합니다.",
499
- "driver.spfx.info.tenantAppCatalogCreated": "SharePoint 테넌트 카탈로그 %s이(가) 생성되었습니다. 활성화될 때까지 동안 기다리세요.",
500
- "driver.spfx.warn.noTenantAppCatalogFound": "테넌트 카탈로그를 찾을 없습니다. 재시도: %s",
501
- "driver.spfx.error.failedToGetAppCatalog": "만든 카탈로그 사이트 URL을 가져올 없습니다. 정도 기다렸다가 다시 시도해야 할 수 있습니다.",
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.",
502
699
  "driver.spfx.error.noValidAppCatelog": "테넌트에 유효한 앱 카탈로그가 없습니다. %s에서 'createAppCatalogIfNotExist' 속성을 true로 업데이트하면 Teams 도구 키트에서 자동으로 만들어지며, 직접 만들 수도 있습니다.",
503
700
  "driver.spfx.add.description": "SPFx 프로젝트에 추가 웹 파트 추가",
504
- "driver.spfx.add.successNotice": " 파트 %s이(가) 프로젝트에 추가되었습니다.",
701
+ "driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
505
702
  "driver.spfx.add.progress.title": "스캐폴딩 웹 파트",
506
703
  "driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI를 사용하여 SPFx 웹 파트 생성",
507
704
  "driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools 확인하고 설치할 수 없습니다.",
508
705
  "driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK를 확인하고 설치할 수 없습니다.",
706
+ "driver.prerequisite.error.testToolInstallationError": "Teams 앱 테스트 도구를 검사 및 설치할 수 없습니다.",
509
707
  "driver.prerequisite.description": "종속성을 설치하는 중",
510
708
  "driver.prerequisite.progressBar": "개발 도구 확인 및 설치.",
511
709
  "driver.prerequisite.summary.devCert.trusted.succuss": "localhost에 대한 개발 인증서가 설치되어 있습니다.",
512
710
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "localhost에 대한 개발 인증서가 생성되었습니다.",
513
711
  "driver.prerequisite.summary.devCert.skipped": "localhost에 대한 개발 인증서 신뢰를 건너뜁니다.",
514
- "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools %s에 설치되어 있습니다.",
515
- "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools 설치되어 있습니다.",
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.",
516
714
  "driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK가 %s에 설치되어 있습니다.",
517
715
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK가 설치되어 있습니다.",
518
- "driver.file.createOrUpdateEnvironmentFile.description": "환경 파일에 변수를 생성하거나 업데이트합니다.",
519
- "driver.file.createOrUpdateEnvironmentFile.summary": "변수가 %s에 성공적으로 생성되었습니다.",
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.",
520
720
  "driver.file.createOrUpdateJsonFile.description": "JSON 파일을 만들거나 업데이트합니다.",
521
- "driver.file.createOrUpdateJsonFile.summary": "json 파일이 %s에 생성되었습니다.",
721
+ "driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
522
722
  "driver.file.progressBar.appsettings": "json 파일을 생성하는 중...",
523
723
  "driver.file.progressBar.env": "환경 변수 생성 중...",
524
- "driver.deploy.error.restartWebAppError": "웹앱을 다시 시작할 없습니다.\n앱이 제대로 작동하지 않는 경우 웹앱을 수동으로 다시 시작하세요.",
525
- "driver.deploy.notice.deployAcceleration": "Azure App Service 배포하는 시간이 오래 걸립니다. 배포를 최적화하려면 문서를 참조하는 것이 좋습니다.",
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:",
526
726
  "driver.deploy.notice.deployDryRunComplete": "배포 준비가 완료되었습니다. `%s`에서 패키지를 찾을 수 있습니다.",
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.",
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에 배포합니다.",
532
733
  "driver.deploy.deployToAzureFunctionsDescription": "프로젝트를 Azure Functions에 배포합니다.",
533
734
  "driver.deploy.deployToAzureStorageDescription": "프로젝트를 Azure Storage에 배포합니다.",
735
+ "driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
534
736
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "Azure Storage에서 정적 웹 사이트 설정을 사용하도록 설정합니다.",
535
737
  "driver.common.suggestion.retryLater": "다시 시도해 주세요.",
536
738
  "driver.common.FailRetrieveAzureCredentialsRemoteError": "원격 서비스 오류로 인해 Azure 자격 증명을 검색할 수 없습니다.",
537
739
  "driver.script.dotnetDescription": "dotnet 명령을 실행하고 있습니다.",
538
740
  "driver.script.npmDescription": "npm 명령을 실행하고 있습니다.",
539
741
  "driver.script.npxDescription": "npx 명령을 실행하고 있습니다.",
540
- "driver.script.runCommandSummary": "`%s`에서 `%s` 명령을 실행했습니다.",
541
- "driver.m365.acquire.description": " 패키지로 Microsoft 365 타이틀을 가져오기",
742
+ "driver.script.runCommandSummary": "`%s` command executed at `%s`.",
743
+ "driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
542
744
  "driver.m365.acquire.progress.message": "앱 패키지로 Microsoft 365 타이틀을 가져오는 중...",
543
- "driver.m365.acquire.summary": "Microsoft 365 타이틀을 성공적으로 가져왔습니다(%s).",
745
+ "driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
544
746
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "생성된 Teams 앱 패키지를 SPFx 솔루션에 복사합니다.",
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 패키지를 빌드합니다.",
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.",
550
752
  "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Teams 앱 패키지를 SPFx 솔루션에 복사하는 중...",
551
753
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Teams 앱을 만드는 중...",
552
754
  "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Teams 앱을 업데이트하는 중...",
553
- "driver.teamsApp.progressBar.publishTeamsAppStep1": "Teams 앱이 테넌트 카탈로그에 이미 제출되었는지 확인",
755
+ "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
554
756
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "게시된 Teams 앱 업데이트",
555
757
  "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).",
556
761
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID가 %s인 Teams 앱이 이미 있습니다. 새 Teams 앱 만들기를 건너뛰었습니다.",
557
762
  "driver.teamsApp.summary.publishTeamsAppExists": "ID가 %s인 Teams 앱이 조직의 앱 스토어에 이미 있습니다.",
558
763
  "driver.teamsApp.summary.publishTeamsAppNotExists": "ID가 %s인 Teams 앱이 조직의 앱 스토어에 없습니다.",
559
764
  "driver.teamsApp.summary.publishTeamsAppSuccess": "%s Teams 앱이 관리 포털에 게시되었습니다.",
560
765
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams 앱 %s이(가) %s에 성공적으로 복사되었습니다.",
561
766
  "driver.teamsApp.summary.copyIconSuccess": "%s 아래에 %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",
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.",
564
773
  "driver.teamsApp.summary.validate.succeed": "%s이(가) 전달됨",
565
774
  "driver.teamsApp.summary.validate.failed": "%s이(가) 실패함",
566
775
  "driver.teamsApp.summary.validate.warning": "%s 경고",
776
+ "driver.teamsApp.summary.validate.skipped": "%s skipped",
567
777
  "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",
568
781
  "driver.teamsApp.validate.result": "Teams 도구 키트에서 앱 패키지의 유효성 검사 규칙 확인을 완료했습니다. %s.",
569
782
  "driver.teamsApp.validate.result.display": "Teams 도구 키트에서 유효성 검사 규칙에 대해 앱 패키지 검사를 완료했습니다. %s. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
570
783
  "error.teamsApp.validate.apiFailed": "%s(으)로 인해 Teams 앱 패키지 유효성 검사에 실패했습니다.",
571
784
  "error.teamsApp.validate.apiFailed.display": "Teams 앱 패키지 유효성 검사에 실패했습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 확인하세요.",
785
+ "error.teamsApp.validate.details": "File path: %s, title: %s",
572
786
  "error.teamsApp.AppIdNotExistError": "ID가 %s인 Teams 앱이 Teams 개발자 포털에 없습니다.",
573
787
  "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.",
574
789
  "driver.botFramework.description": "dev.botframework.com에서 봇 등록을 만들거나 업데이트합니다.",
575
790
  "driver.botFramework.summary.create": "봇 등록을 만들었습니다(%s).",
576
791
  "driver.botFramework.summary.update": "봇 등록이 업데이트되었습니다(%s).",
@@ -585,53 +800,62 @@
585
800
  "error.yaml.LifeCycleUndefinedError": "수명 주기 '%s'이(가) 정의되지 않았습니다. yaml 파일: %s",
586
801
  "error.yaml.InvalidActionInputError": "다음 매개 변수(%s)가 누락되었거나 제공된 yaml 파일(%s)에 잘못된 값이 있으므로 '%s' 작업을 완료할 수 없습니다. 필수 매개변수가 제공되고 유효한 값이 있는지 확인하고 다시 시도하세요.",
587
802
  "error.common.InstallSoftwareError": "%s을(를) 설치할 수 없습니다. Visual Studio Code에서 도구 키트를 사용하는 경우 수동으로 설치하고 Visual Studio Code를 다시 시작할 수 있습니다.",
588
- "error.common.MissingEnvironmentVariablesError": "다음 환경 변수가 없기 때문에 프로그램을 진행할 없습니다: '%s', 파일에 필요한 것: %s. 올바른 이름과 값으로 .env 파일 '%s'을 편집하거나 올바른 이름과 값으로 시스템 환경 변수를 설정하여 필수 변수가 설정되었는지 확인하세요. Teams 도구 키트로 만든 새 프로젝트로 개발하는 경우 프로비전 또는 디버그를 실행하면 이러한 환경 변수에 대한 올바른 값이 등록됩니다.",
589
- "error.common.InvalidProjectError": " 명령은 Teams Toolkit에서 만든 프로젝트에만 작동합니다.",
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",
590
807
  "error.common.FileNotFoundError": "파일 또는 디렉터리를 찾을 수 없습니다. '%s'. 해당 항목이 있는지, 액세스할 수 있는 권한이 있는지 확인하세요.",
591
808
  "error.common.JSONSyntaxError": "JSON 구문 오류: %s. JSON 구문을 확인하여 형식이 올바르게 지정되었는지 확인합니다.",
592
809
  "error.common.ReadFileError": "다음 이유로 인해 파일을 읽을 수 없습니다. %s",
593
810
  "error.common.UnhandledError": "%s 작업을 수행하는 동안 예기치 않은 오류가 발생했습니다. %s",
594
811
  "error.common.WriteFileError": "다음 이유로 인해 파일을 쓸 수 없습니다. %s",
595
- "error.common.FilePermissionError": "파일 작업이 허용되지 않습니다. 필요한 권한이 있는지 확인하세요. %s",
812
+ "error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
596
813
  "error.common.MissingRequiredInputError": "누락된 필수 입력: %s",
597
- "error.common.InputValidationError": "입력 '%s' 유효성 검사 실패: %s",
814
+ "error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
598
815
  "error.common.NoEnvFilesError": ".env 파일을 찾을 수 없습니다.",
599
816
  "error.common.MissingRequiredFileError": "누락된 %s 필수 파일 '%s'",
600
- "error.common.HttpClientError": "%s 작업을 수행하는 동안 http 클라이언트 오류가 발생했습니다. 오류 응답: %s",
601
- "error.common.HttpServerError": "%s 작업을 수행하는 동안 http 서버 오류가 발생했습니다. 나중에 다시 시도하세요. 오류 응답: %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",
602
820
  "error.common.ConcurrentError": "이전 작업이 아직 실행 중입니다. 이전 작업이 완료될 때까지 기다린 후 다시 시도하십시오.",
603
- "error.upgrade.NoNeedUpgrade": " 프로젝트는 이미 최신 프로젝트이므로 업그레이드할 필요가 없습니다.",
604
- "error.collaboration.InvalidManifestError": "'id' 키가 없어서 매니페스트 파일('%s')을 처리할 수 없습니다. 애플리케이션을 올바르게 식별하려면 매니페스트 파일에 'id' 키가 있는지 확인하세요.",
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.",
605
825
  "error.collaboration.FailedToLoadManifest": "매니페스트 파일을 로드할 수 없습니다. 이유: %s.",
606
- "error.azure.InvalidAzureCredentialError": "Azure 자격 증명을 가져올 없습니다. Azure 계정이 제대로 인증되었는지 확인하고 다시 시도하세요.",
607
- "error.azure.InvalidAzureSubscriptionError": "현재 계정에서 Azure 구독 '%s'을(를) 사용할 없습니다. 올바른 Azure 계정으로 로그인했고 구독에 액세스하는 필요한 권한이 있는지 확인하세요.",
608
- "error.azure.ResourceGroupConflictError": "리소스 그룹 '%s'이(가) 구독 '%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.",
609
829
  "error.azure.SelectSubscriptionError": "현재 계정에서 구독을 선택할 수 없습니다.",
610
- "error.azure.ResourceGroupNotExistError": "구독 '%s'에서 리소스 그룹 '%s'을(를) 찾을 수 없습니다.",
830
+ "error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
611
831
  "error.azure.CreateResourceGroupError": "오류로 인해 구독 '%s'에서 리소스 그룹 '%s'을(를) 만들 수 없습니다: %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
612
832
  "error.azure.CheckResourceGroupExistenceError": "오류로 인해 구독 '%s'에서 리소스 그룹 '%s'의 존재를 확인할 수 없습니다: %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
613
833
  "error.azure.ListResourceGroupsError": "오류로 인해 구독 '%s'에서 리소스 그룹을 가져올 수 없습니다: %s. \n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
614
834
  "error.azure.GetResourceGroupError": "'%s' 오류로 인해 구독 '%s'에서 리소스 그룹 '%s'의 정보를 가져올 수 없습니다. \n오류 메시지에 이유가 명시되어 있는 경우 오류를 수정하고 다시 시도하세요.",
615
835
  "error.azure.ListResourceGroupLocationsError": "구독 '%s'에 대해 사용 가능한 리소스 그룹 위치를 가져올 수 없습니다.",
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' 값을 제거하고 다시 시도하세요.",
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.",
619
839
  "error.arm.CompileBicepError": "경로 '%s'에 있는 Bicep 파일을 JSON ARM 템플릿으로 컴파일할 수 없습니다. 반환된 오류 메시지: %s. Bicep 파일에서 구문 또는 구성 오류를 확인하고 다시 시도하세요.",
620
840
  "error.arm.DownloadBicepCliError": "'%s'에서 Bicep CLI를 다운로드할 수 없습니다. 오류 메시지: %s. 오류를 수정하고 다시 시도하세요. 또는 구성 파일 teamapp.yml에서 bicepCliVersion 구성을 제거하면 Teams 도구 키트가 PATH에서 bicep CLI를 사용합니다.",
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에서 배포 로그(배포 -> 배포 센터 -> 로그) 검토하여 발생한 문제를 식별하세요.",
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.",
627
849
  "error.deploy.GetPublishingCredentialsError.Notification": "리소스 그룹 '%s'에서 앱 '%s'의 게시 자격 증명을 얻을 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
628
- "error.deploy.GetPublishingCredentialsError": "다음 이유로 리소스 그룹 '%s'에서 '%s' 게시 자격 증명을 얻을 수 없습니다.\n %s.\n 제안:\n 1. 이름과 리소스 그룹 이름의 철자가 정확하고 유효한지 확인합니다.\n 2. Azure 계정에 API 액세스하는 필요한 권한이 있는지 확인합니다. 역할을 승격하거나 관리자게 추가 권한을 요청해야 있습니다.\n 3. 오류 메시지에 인증 실패 또는 네트워크 문제와 같은 특정 이유가 포함된 경우 해당 문제를 구체적으로 조사하여 오류를 해결하고 다시 시도하세요.\n 4. 페이지에서 API 테스트할 있습니다: '%s'",
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'",
629
851
  "error.deploy.DeployZipPackageError.Notification": "zip 패키지를 엔드포인트에 배포할 수 없습니다: '%s'. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하고 다시 시도하세요.",
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",
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.",
635
859
  "error.deploy.AzureStorageClearBlobsError.Notification": "Azure Storage 계정 '%s'에서 Blob 파일을 지울 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
636
860
  "error.deploy.AzureStorageClearBlobsError": "Azure Storage 계정 '%s'에서 Blob 파일을 지울 수 없습니다. Azure의 오류 응답은 다음과 같습니다.\n %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
637
861
  "error.deploy.AzureStorageUploadFilesError.Notification": "Azure Storage 계정 '%s'에 '%s' 로컬 폴더를 업로드할 수 없습니다. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
@@ -642,6 +866,38 @@
642
866
  "error.deploy.AzureStorageGetContainerPropertiesError": "오류로 인해 Azure Storage 계정 '%s'에서 컨테이너 '%s'의 속성을 가져올 수 없습니다: %s. Azure의 오류 응답은 다음과 같습니다.\n %s.\n오류 메시지에 이유가 명시되어 있으면 오류를 수정하고 다시 시도하세요.",
643
867
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "오류로 인해 Azure Storage 계정 '%s'에서 컨테이너 '%s'의 속성을 설정할 수 없습니다: %s. 자세한 내용은 [출력 패널](command:fx-extension.showOutputChannel)을 참조하세요.",
644
868
  "error.deploy.AzureStorageSetContainerPropertiesError": "'%s' 오류로 인해 Azure Storage 계정 '%s'에서 컨테이너 '%s'의 속성을 설정할 수 없습니다. Azure의 오류 응답은 다음과 같습니다.\n %s. \n오류 메시지에 이유가 명시되어 있는 경우 오류를 수정하고 다시 시도하세요.",
645
- "error.core.failedToLoadManifestId": "%s 경로에서 매니페스트 ID를 로드할 없습니다. 먼저 프로비전을 실행해야 합니다.",
646
- "error.core.appIdNotExist": "%s ID를 찾을 없습니다. 현재 M365 계정에 권한이 없거나 앱이 삭제되었을 있습니다."
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"
647
903
  }