@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 中的 Bot 應用程式,請按一下 [深入了解] 以取得文件。",
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 儲存體,啟用靜態網站設定。",
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 不存在。您可能正嘗試升級由 Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3 建立的專案。請安裝 Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4,並先執行升級。",
36
36
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json 無效。",
37
37
  "core.migrationV3.abandonedProject": "此專案僅供預覽,且 Teams Toolkit 不會予以支援。請建立新專案以試用 Teams Toolkit",
38
- "core.migrationV3.notAllowedMigration": "Teams 工具組的發行前版本支援新的專案設定,而且與舊版不相容。請嘗試建立新專案,或執行 「teamsfx 升級」 以先升級您的專案。",
39
- "core.projectVersionChecker.cliUseNewVersion": "您的 TeamsFx CLI 版本太舊,而且並不支援目前的專案,請使用下列命令升級至最新版本:\nnpm 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 應用程式組態改進。您可以開啟預覽功能以繼續。",
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": "租用戶識別碼: ",
51
- "core.collaboration.PermissionHasBeenGrantTo": "權限已授與 ",
51
+ "core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
52
52
  "core.collaboration.GrantPermissionResourceId": ",資源識別碼: ",
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 應用程式 (識別碼: ",
58
- "core.collaboration.SsoAadAppId": "SSO AAD 應用程式 (識別碼: ",
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": "資源識別碼: ",
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": "foler %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": "選取 Scaffolding 的選項",
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": "在 Teams 工具組目錄中本機安裝最新的 SPFx (%s) ",
77
77
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "在 Teams 工具組目錄中本機安裝最新的 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": "以 Microsoft Teams 索引標籤或個人應用程式公開 SPFx 用戶端網頁組件",
83
- "plugins.spfx.deployNotice": "SharePoint 套件 %s 已成功部署至 [%s](%s)",
84
- "plugins.spfx.cannotFindPackage": "找不到 SharePoint 套件 %s",
85
- "plugins.spfx.cannotGetSPOToken": "無法取得 SPO 存取權杖",
86
- "plugins.spfx.cannotGetGraphToken": "無法取得 Graph 存取權杖",
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": "Scaffolding 專案",
93
- "plugins.spfx.error.npmInstallFailed": "無法執行 'npm install',原因為 %s",
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 產生器。如需詳細資料,請檢查 [輸出面板](%s)",
104
- "plugins.spfx.error.import.retrieveSolutionInfo": "無法擷取現有的 SPFx 解決方案資訊。請確定您的 SPFx 解決方案有效。",
105
- "plugins.spfx.error.import.copySPFxSolution": "無法複製現有的 SPFx 解決方案: %s",
106
- "plugins.spfx.error.import.updateSPFxTemplate": "無法使用現有的 SPFx 解決方案更新專案範本: %s",
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 儲存體帳戶的權限。",
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": "已成功在 [本機位址](%s) 建立 Teams 封裝。",
121
131
  "plugins.appstudio.buildSucceedNotice.fallback": "已成功在 %s 建立 Teams 封裝。",
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: %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 工具組未處理 %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 工具組",
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": "無法從以下資源識別碼取得 '%s': '%s'",
167
174
  "error.NoSubscriptionFound": "找不到訂用帳戶。",
168
- "error.TrustCertificateCancelError": "使用者已取消。如需 Teams 信任工具組所使用的自我簽署 SSL 憑證,必須將自我簽署憑證新增至您的憑證存放區。",
169
- "error.VideoFilterAppNotRemoteSupported": "Teams 工具組不支援遠端的影片篩選應用程式。請檢查專案根資料夾中的 README.md 檔案。",
170
- "error.appstudio.teamsAppCreateFailed": "由於 %s,無法在開發人員入口網站中建立 Teams 應用程式",
171
- "error.appstudio.teamsAppUpdateFailed": "由於 %s,無法在 Teams 開發人員入口網站中更新識別碼為 %s 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": "無法發佈識別碼為 %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": "找不到識別碼為 %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": "找不到實體識別碼為 %s 的靜態索引標籤,無法更新。",
184
- "error.appstudio.capabilityNotExist": "資訊清單中沒有功能 %s,無法更新。",
185
- "error.appstudio.noManifestId": "在資訊清單尋找中找到不正確識別碼。",
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 應用程式。發生原因可能是您的應用程式識別碼與租用戶中的其他應用程式相衝突。按一下 [取得協助] 以深入了解。",
190
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "具有該識別碼的 Teams 應用程式已存在於貴組織的 App Store 中。請手動更新應用程式識別碼,然後再試一次。",
191
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "不允許目前的帳戶取得 Botframework 權杖。",
192
- "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 佈建傳回嘗試建立 Bot 註冊的禁止結果。",
193
- "error.appstudio.BotProvisionReturnsConflictResult": "Botframework 佈建會傳回嘗試建立 Bot 註冊所產生的衝突結果。",
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。使用 'teamsApp/extendToM365' 動作將 Teams 應用程式延伸至 Microsoft 365。",
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": "基本 Bot",
224
- "core.BotNewUIOption.detail": "回應機器人的簡易實作,其已準備好進行自訂",
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": "簡易實作準備好自訂的 Web 應用程式",
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": "Bot",
259
285
  "core.createProjectQuestion.projectType.bot.title": "使用 Bot 的應用程式功能",
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 應用程式中內嵌您自己的 Web 內容",
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": "使用 Tab 的應用程式功能",
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 規格無效。如需詳細資料,請查看[輸出面板](命令: fx-extension.showOutputChannel)",
290
- "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "OpenAI 外掛程式資訊清單無效。如需詳細資料,請查看輸出面板。",
291
- "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "OpenAI 外掛程式資訊清單無效。如需詳細資料,請查看[輸出面板](命令: 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": "設定用於偵錯的新 Bot",
326
- "core.updateBotIdsQuestion.placeholder": "取消選取以保留 botId 的原始值。",
437
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
327
438
  "core.updateBotIdForBot.description": "將 manifest.json 中的 botId %s 更新為「${{BOT_ID}}」",
328
439
  "core.updateBotIdForMessageExtension.description": "將 manifest.json 中的 botId %s 更新為「${{BOT_ID}}」",
329
440
  "core.updateBotIdForBot.label": "Bot",
@@ -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": "單一登入",
337
448
  "core.SingleSignOnOption.detail": "為 Teams 啟動頁面和 Bot 功能開發單一登入功能",
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": "適用於單一登入的 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 傳送表情符號",
358
469
  "core.M365SsoLaunchPageOptionItem.detail": "使用 Fluent UI React 元件來取得 Teams 外觀和風格的 Web 應用程式",
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 桌面,行動用戶端識別碼",
370
482
  "core.common.TeamsWebClientName": "Teams Web 用戶端識別碼",
371
483
  "core.common.OfficeDesktopClientName": "適用於桌面用戶端識別碼的 Microsoft 365 應用程式",
@@ -374,18 +486,51 @@
374
486
  "core.common.OutlookDesktopClientName": "Outlook 桌面用戶端識別碼",
375
487
  "core.common.OutlookWebClientName1": "Outlook Web 存取用戶端識別碼 1",
376
488
  "core.common.OutlookWebClientName2": "Outlook Web 存取用戶端識別碼 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": "遺漏 operationIds: %s。",
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": "工作窗格",
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": "遺漏名稱\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 環境變數已變更。請確認您的權限識別碼與實際 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": "未知的 resourceAccess 識別碼: %s,如果您使用權限做為 resourceAccess 識別碼,請嘗試改用權限識別碼。",
606
+ "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
416
607
  "core.addSsoFiles.emptyProjectPath": "Project路徑是空的",
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 Bot 註冊。按一下 [取得協助] 按鈕,深入了解如何檢查 Bot 註冊。",
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": "Bot 資源已存在於 %s,請略過建立 Bot 資源。",
426
617
  "plugins.bot.FailRetrieveAzureCredentials": "無法擷取 Azure 認證。",
427
- "plugins.bot.ProvisionBotRegistration": "佈建 Bot 註冊。",
428
- "plugins.bot.ProvisionBotRegistrationSuccess": "已成功佈建 Bot 註冊。",
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": "開發人員入口網站 Bot 註冊",
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": "正在下載並安裝可攜式版本的 @NameVersion,此版本將會安裝到 @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": "正在下載並安裝可攜式版本的 @NameVersion,此版本將會安裝到 @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 中指定支援的節點版本。移至 %s 以安裝支援的 Node.js。安裝完成後,請重新啟動所有 Visual Studio Code 執行個體。",
449
640
  "depChecker.V3NodeNotSupported": "Node.js (%s) 不是正式支援的版本 (%s)。您的專案可能仍可繼續運作,但建議您安裝支援的版本。已在 package.json 中指定支援的節點版本。請移至 %s 以安裝支援的 Node.js。",
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 工具組需要這些相依性。\n\n按一下 [安裝] 以安裝 @InstallPackages",
453
- "depChecker.linuxDepsNotFound": "找不到 @SupportedPackages。手動安裝 @SupportedPackages 並重新啟動 Visual Studio Code",
454
- "depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。",
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 App 測試工具的版本 (%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 應用程式...",
470
- "driver.aadApp.log.successCreateAadApp": "已建立物件識別碼為 %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": "已產生物件識別碼為 %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": "已將資訊清單 %s (具有物件識別碼 %s) 套用到 Azure Active Directory 應用程式",
477
- "botRegistration.ProgressBar.creatingBotAadApp": "正在建立 Bot AAD 應用程式...",
478
- "botRegistration.log.startCreateBotAadApp": "正在建立 Bot Azure Active Directory 應用程式。",
479
- "botRegistration.log.successCreateBotAadApp": "已成功建立 Bot Azure Active Directory 應用程式。",
480
- "botRegistration.log.skipCreateBotAadApp": "略過 Bot Azure Active Directory 應用程式的建立。",
481
- "driver.botAadApp.create.description": "建立新的或重複使用現有的 Bot 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": "已建立用戶端識別碼為 %s Azure Active Directory 應用程式",
486
- "driver.botAadApp.log.useExistingBotAad": "已使用用戶端識別碼為 %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": "Bot 密碼是空的。將其新增到 env 檔案或清除 Bot 識別碼,以重新產生 Bot 識別碼/密碼組。動作: %s。",
488
685
  "driver.arm.description.deploy": "將指定的 ARM 範本部署到 Azure。",
489
686
  "driver.arm.deploy.progressBar.message": "正在將 ARM 範本部署至 Azure...",
490
- "debug.warningMessage": "若要偵錯 Teams 中的應用程式,您的 localhost 伺服器必須位於 HTTPS 上。\n若要讓 Teams 信任工具組所使用的自我簽署 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": "您的租用戶中沒有有效的應用程式目錄。如果您希望 Teams 工具組為您建立屬性,或者您可以自行建立,您可以將 %s 中的屬性 'createAppCatalogIfNotExist' 更新為 true。",
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": "Scaffolding 網頁組件",
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": "在 %s 安裝 Azure Functions Core Tools",
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": "已在 %s 安裝 .NET Core SDK。",
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": "已於 %s 安裝 Teams 應用程式測試工具。",
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": "無法重新啟動 Web 應用程式。\n如果應用程式無法正常運作,請嘗試手動重新啟動 Web 應用程式。",
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 儲存體。",
530
- "driver.deploy.enableStaticWebsiteSummary": "Azure 儲存體成功啟用靜態網站。",
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 儲存體。",
735
+ "driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
534
736
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "在 Azure 儲存體中啟用靜態網站設定。",
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": "具有識別碼為 %s 的 Teams 應用程式已存在,略過建立新的 Teams 應用程式。",
557
762
  "driver.teamsApp.summary.publishTeamsAppExists": "識別碼為 %s 的 Teams 應用程式已存在於組織的 App Store 中。",
558
763
  "driver.teamsApp.summary.publishTeamsAppNotExists": "識別碼為 %s 的 Teams 應用程式不存在於組織的 App Store 中。",
559
764
  "driver.teamsApp.summary.publishTeamsAppSuccess": "已成功將 Teams 應用程式 %s 發佈到系統管理入口網站。",
560
765
  "driver.teamsApp.summary.copyAppPackageSuccess": "已成功將 Teams 應用程式 %s 複製到 %s。",
561
766
  "driver.teamsApp.summary.copyIconSuccess": "已順利在 %s 下更新 %s 圖示。",
562
- "driver.teamsApp.summary.validate": "Teams Toolkit 已針對所有驗證規則進行檢查:\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": "Teams 應用程式套件驗證失敗,因為 %s",
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": "Teams 開發人員入口網站中不存在識別碼為 %s 的 Teams 應用程式。",
573
787
  "error.teamsApp.InvalidAppIdError": "Teams 應用程式識別碼 %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 上建立或更新 Bot 註冊",
575
790
  "driver.botFramework.summary.create": "已成功建立 Bot 註冊 (%s)。",
576
791
  "driver.botFramework.summary.update": "已成功更新 Bot 註冊 (%s)。",
@@ -585,53 +800,62 @@
585
800
  "error.yaml.LifeCycleUndefinedError": "生命週期 '%s' 未定義,yaml 檔案: %s",
586
801
  "error.yaml.InvalidActionInputError": "無法完成 '%s' 動作,因為下列參數: %s,在提供的 yaml 檔案中遺失或具有無效值: %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 工具組建立的專案。",
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' ,因為發生錯誤: %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 租用戶識別碼。請確認您的帳戶已獲授權可存取租用戶,且權杖 JSON 物件有效。",
618
- "error.m365.M365TenantIdNotMatchError": "驗證失敗。您目前已登入 Microsoft 365 租用戶 '%s',這不同於 .env 檔案 (TEAMS_APP_TENANT_ID='%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": "無法編譯位於 JSON ARM 範本 '%s' 路徑中的 Bicep 檔案。傳回的錯誤訊息是: %s。請檢查 Bicep 檔案是否有任何語法或設定錯誤,然後再試一次。",
620
840
  "error.arm.DownloadBicepCliError": "無法從 '%s' 下載 Bicep cli。錯誤訊息是: %s。請修正錯誤,然後再試一次。或移除設定檔 teamsapp.yml 中的 bicepCliVersion 設定,Teams 工具組將在 PATH 中使用 bicep CLI",
621
- "error.arm.DeployArmError.Notification": "部署名稱: '%s' ARM 範本無法在資源群組 '%s' 中部署。請參閱 [輸出面板](command:fx-extension.showOutputChannel) 以查看詳細資料。",
622
- "error.arm.DeployArmError": "無法在資源群組 '%s' 中部署名稱為 '%s' ARM 範本,原因為: %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 入口網站中的部署記錄 (部署 -> 部署中心 -> 記錄),以識別任何可能發生的問題。",
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": "無法將 zip 套件部署至 Azure 中的端點 '%s',因為發生錯誤: %s。\n建議: \n 1. 確認您的 Azure 帳戶具有存取 API 的必要權限。\n 2. 確認已在 Azure 中正確設定端點,且已提供所需的資源。\n 3. 確保 zip 套件有效且沒有錯誤。\n 4. 如果錯誤訊息指定原因 ,例如驗證失敗或網路問題,請修正錯誤,然後再試一次。\n 5. 如果錯誤持續發生,您可以嘗試按照下列連結中的指導方針手動部署套件: '%s'",
631
- "error.deploy.CheckDeploymentStatusError": "無法檢查位置: '%s' 的部署狀態,因為發生錯誤: %s。如果問題持續發生,請查閱 Azure 入口網站中的部署記錄 (部署 -> 部署中心 -> 記錄),以識別任何可能發生的問題。",
632
- "error.deploy.DeployRemoteStartError": "套件已成功部署到 Azure 的位置: '%s',但應用程式無法啟動,因為發生錯誤: %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 儲存體帳戶 '%s' 中的 BLOb 檔案。如需詳細資料,請參閱 [輸出面板](command:fx-extension.showOutputChannel)。",
636
860
  "error.deploy.AzureStorageClearBlobsError": "無法清除 Azure 儲存體帳戶 '%s' 中的 Blob 檔案。來自 Azure 的錯誤回應為: \n %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
637
861
  "error.deploy.AzureStorageUploadFilesError.Notification": "無法將本機資料夾 '%s' 上傳至 Azure 儲存體帳戶 '%s'。如需詳細資料,請參閱 [輸出面板](command:fx-extension.showOutputChannel)。",
@@ -642,6 +866,38 @@
642
866
  "error.deploy.AzureStorageGetContainerPropertiesError": "無法取得 Azure 儲存體帳戶 '%s' 中的容器 '%s' 屬性,因為發生錯誤: %s。來自 Azure 的錯誤回應為: \n %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
643
867
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "無法在 Azure 儲存體帳戶 '%s' 中設定容器 '%s' 的屬性,因為發生錯誤: %s。請參閱 [輸出面板](command:fx-extension.showOutputChannel) 以查看詳細資料。",
644
868
  "error.deploy.AzureStorageSetContainerPropertiesError": "無法在 Azure 儲存體帳戶 '%s' 中設定容器 '%s' 的屬性,因為發生錯誤: %s。來自 Azure 的錯誤回應為:\n %s。\n如果錯誤訊息指定了原因,請修正錯誤,然後再試一次。",
645
- "error.core.failedToLoadManifestId": "無法從路徑 %s 載入資訊清單識別碼。您必須先執行佈建。",
646
- "error.core.appIdNotExist": "找不到應用程式識別碼: %s。可能是您目前的 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
  }