@microsoft/teamsfx-core 3.0.0-alpha.e2e4e5205.0 → 3.0.0-alpha.e3f6ce706.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/graphClient.d.ts +6 -1
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +49 -18
- package/build/client/graphClient.js.map +1 -1
- package/build/common/daSpecParser.d.ts +1 -1
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +44 -21
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +3 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +5 -6
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +4 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +29 -29
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +1 -2
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
- package/build/component/generator/combinedProject/generator.js +1 -1
- package/build/component/generator/combinedProject/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +4 -3
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +10 -0
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -2
- package/build/component/migrate.js.map +1 -1
- package/build/core/FxCore.d.ts +6 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +106 -4
- package/build/core/FxCore.js.map +1 -1
- package/build/core/middleware/retry.d.ts +3 -0
- package/build/core/middleware/retry.d.ts.map +1 -0
- package/build/core/middleware/retry.js +30 -0
- package/build/core/middleware/retry.js.map +1 -0
- package/build/error/common.d.ts +15 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +57 -1
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +17 -4
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +2 -206
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +6 -683
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +4 -9
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +159 -555
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -1
- package/build/question/index.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +16 -2
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +131 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +137 -0
- package/build/question/questionNames.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +14 -6
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +6 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +43 -14
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +4 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +15 -11
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/agentForTeamsNode.js +11 -11
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +11 -45
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +26 -11
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +16 -22
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +14 -14
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -4
- package/resource/package.nls.cs.json +87 -81
- package/resource/package.nls.de.json +87 -81
- package/resource/package.nls.es.json +87 -81
- package/resource/package.nls.fr.json +87 -81
- package/resource/package.nls.it.json +87 -81
- package/resource/package.nls.ja.json +87 -81
- package/resource/package.nls.json +13 -12
- package/resource/package.nls.ko.json +87 -81
- package/resource/package.nls.pl.json +79 -73
- package/resource/package.nls.pt-BR.json +87 -81
- package/resource/package.nls.ru.json +152 -146
- package/resource/package.nls.tr.json +87 -81
- package/resource/package.nls.zh-Hans.json +79 -73
- package/resource/package.nls.zh-Hant.json +87 -81
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"core.addApi.continue": "新增",
|
|
6
6
|
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
7
7
|
"core.addKnowledge.continue": "新增",
|
|
8
|
-
"core.setSensitivityLabel.confirm": "Teams
|
|
9
|
-
"core.setSensitivityLabel.continue": "
|
|
8
|
+
"core.setSensitivityLabel.confirm": "Teams 工具組會根據您提供的敏感度標籤來修改檔案 \"%s\"。為了避免遺失未預期的變更,請在繼續之前備份您的檔案或使用 Git 進行變更追蹤。",
|
|
9
|
+
"core.setSensitivityLabel.continue": "設定",
|
|
10
10
|
"core.provision.provision": "佈建",
|
|
11
11
|
"core.provision.learnMore": "更多資訊",
|
|
12
12
|
"core.provision.azureAccount": "Azure 帳戶: %s",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json 無效。",
|
|
44
44
|
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Microsoft 365 Agents Toolkit. Please try Microsoft 365 Agents Toolkit by creating a new project",
|
|
45
45
|
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
46
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
46
|
+
"core.projectVersionChecker.cliUseNewVersion": "The existing Microsoft 365 Agents Toolkit CLI version doesn't support current project. Upgrade to the latest version using below command:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
47
47
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
|
|
48
|
-
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature -
|
|
48
|
+
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - app Configuration Improvements. You can turn on the preview feature to continue.",
|
|
49
49
|
"core.deployArmTemplates.ActionSuccess": "已成功部署ARM範本。資源組名: %s。部署名稱: %s",
|
|
50
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
50
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
|
|
51
51
|
"core.collaboration.GrantingPermission": "正在授與權限",
|
|
52
52
|
"core.collaboration.EmailCannotBeEmptyOrSame": "提供共同作業者的電子郵件,並確定這不是目前用戶的電子郵件。",
|
|
53
53
|
"core.collaboration.CannotFindUserInCurrentTenant": "在目前的租使用者中找不到使用者。提供正確的電子郵件位址",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"core.collaboration.GrantPermissionResourceId": ",資源識別碼: ",
|
|
60
60
|
"core.collaboration.ListingM365Permission": "正在列出 Microsoft 365 權限\n",
|
|
61
61
|
"core.collaboration.AccountUsedToCheck": "用來檢查的帳戶: ",
|
|
62
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "\
|
|
62
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
63
63
|
"core.collaboration.StartingListAllAadAppOwners": "\n開始列出環境的所有 Microsoft Entra 應用程式擁有者:",
|
|
64
|
-
"core.collaboration.M365TeamsAppId": "
|
|
64
|
+
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
65
65
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra 應用程式 (識別碼:",
|
|
66
|
-
"core.collaboration.TeamsAppOwner": "
|
|
66
|
+
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
67
67
|
"core.collaboration.AadAppOwner": "Microsoft Entra 應用程式擁有者:",
|
|
68
68
|
"core.collaboration.StaringCheckPermission": "開始檢查環境的權限: ",
|
|
69
69
|
"core.collaboration.CheckPermissionResourceId": "資源識別碼: ",
|
|
70
70
|
"core.collaboration.Undefined": "未定義",
|
|
71
71
|
"core.collaboration.ResourceName": ",資源名稱: ",
|
|
72
72
|
"core.collaboration.Permission": ",權限: ",
|
|
73
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
73
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
74
74
|
"plugins.spfx.questions.framework.title": "架構",
|
|
75
75
|
"plugins.spfx.questions.webpartName": "SharePoint 架構網頁組件的名稱",
|
|
76
76
|
"plugins.spfx.questions.webpartName.error.duplicate": "foler %s 已經存在。請為您的元件選擇不同的名稱。",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"suggestions.retryTheCurrentStep": "請重試目前的步驟。",
|
|
137
137
|
"plugins.appstudio.buildSucceedNotice": "Teams 套件已成功在 [本機位址](%s) 建置。",
|
|
138
138
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams 套件已成功在 %s 建置。",
|
|
139
|
-
"plugins.appstudio.createPackage.progressBar.message": "
|
|
139
|
+
"plugins.appstudio.createPackage.progressBar.message": "Building app package...",
|
|
140
140
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "函數 %s 之 %s 中的static_template具有無效的文件屬性。將會刪除並忽略它。",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "外掛程式檔案: %s - 命名空間包含底線,將被移除。",
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
"plugins.appstudio.adminPortal": "移至管理入口網站",
|
|
148
148
|
"plugins.appstudio.publishSucceedNotice.cli": "[%s] 已成功發佈到 管理員 入口網站 (%s)。核准後,您的應用程式將可供貴組織使用。從 %s 取得更多資訊。",
|
|
149
149
|
"plugins.appstudio.updatePublihsedAppConfirm": "是否要提交新的更新?",
|
|
150
|
-
"plugins.appstudio.teamsAppCreatedNotice": "
|
|
151
|
-
"plugins.appstudio.teamsAppUpdatedLog": "
|
|
152
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
153
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
150
|
+
"plugins.appstudio.teamsAppCreatedNotice": "app %s created successfully",
|
|
151
|
+
"plugins.appstudio.teamsAppUpdatedLog": "app %s updated successfully",
|
|
152
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your app manifest is deployed successfully. To see your app in Developer Portal, click \"View in Developer Portal\".",
|
|
153
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your app manifest is deployed successfully to ",
|
|
154
154
|
"plugins.appstudio.updateManifestTip": "已修改資訊清單檔的設定。是否要重新產生資訊清單檔案並更新至 Teams 平台?",
|
|
155
155
|
"plugins.appstudio.updateOverwriteTip": "自您上次更新後,Teams 平台上的資訊清單檔已被修改。是否要在 Teams 平台上更新並覆寫它?",
|
|
156
156
|
"plugins.appstudio.pubWarn": "應用程式 %s 已提交至租用戶應用程式目錄。\n狀態: %s\n",
|
|
@@ -186,19 +186,19 @@
|
|
|
186
186
|
"error.UnsupportedFileFormat": "無效的檔案。支援的格式: \"%s\"",
|
|
187
187
|
"error.VideoFilterAppNotRemoteSupported": "Microsoft 365 Agents Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
188
188
|
"error.appstudio.teamsAppRequiredPropertyMissing": "\"%s\" 中缺少必要的屬性 \"%s\"",
|
|
189
|
-
"error.appstudio.teamsAppCreateFailed": "
|
|
190
|
-
"error.appstudio.teamsAppUpdateFailed": "
|
|
189
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create app in Developer Portal due to %s",
|
|
190
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update app with ID %s in Developer Portal due to %s",
|
|
191
191
|
"error.appstudio.apiFailed": "無法對開發人員入口網站進行 API 呼叫。如需詳細數據,請查看 [Output panel](command:fx-extension.showOutputChannel)。",
|
|
192
192
|
"error.appstudio.apiFailed.telemetry": "無法對開發人員入口網站進行 API 呼叫: %s、%s、API 名稱: %s、X-Correlation-ID: %s。",
|
|
193
193
|
"error.appstudio.apiFailed.reason.common": "這可能是暫時性服務錯誤所造成。請在幾分鐘后再試一次。",
|
|
194
194
|
"error.appstudio.apiFailed.name.common": "API 失敗",
|
|
195
195
|
"error.appstudio.authServiceApiFailed": "無法對開發人員入口網站進行 API 呼叫: %s、%s、要求路徑: %s",
|
|
196
|
-
"error.appstudio.publishFailed": "
|
|
196
|
+
"error.appstudio.publishFailed": "Unable to publish app with ID %s.",
|
|
197
197
|
"error.appstudio.buildError": "無法建置Teams套件!",
|
|
198
198
|
"error.appstudio.checkPermissionFailed": "無法檢查許可權。原因: %s",
|
|
199
199
|
"error.appstudio.grantPermissionFailed": "無法授與許可權。原因: %s",
|
|
200
200
|
"error.appstudio.listCollaboratorFailed": "無法列出共同作業者。原因: %s",
|
|
201
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
201
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
202
202
|
"error.appstudio.invalidCapability": "無效功能: %s",
|
|
203
203
|
"error.appstudio.capabilityExceedLimit": "無法新增功能 %s,因為它已達到其限制。",
|
|
204
204
|
"error.appstudio.staticTabNotExist": "找不到實體標識碼為 %s 的靜態索引標籤,因此我們無法更新。",
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
"error.appstudio.validateFetchSchemaFailed": "無法從 %s 取得結構描述,訊息: %s",
|
|
208
208
|
"error.appstudio.validateSchemaNotDefined": "未定義清單結構描述",
|
|
209
209
|
"error.appstudio.syncManifestInvalidInput": "輸入無效。項目路徑和 env 不應為空白。",
|
|
210
|
-
"error.appstudio.syncManifestNoTeamsAppId": "
|
|
211
|
-
"error.appstudio.syncManifestNoManifest": "
|
|
212
|
-
"error.appstudio.publishInDevPortalSuggestionForValidationError": "
|
|
213
|
-
"error.appstudio.teamsAppCreateConflict": "
|
|
214
|
-
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "
|
|
215
|
-
"error.appstudio.teamsAppPublishConflict": "
|
|
210
|
+
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load app ID from the env file.",
|
|
211
|
+
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from Developer Portal is empty",
|
|
212
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip app package\" and try again.",
|
|
213
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
214
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
215
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish app because app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
216
216
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "此帳戶無法取得 Botframework 令牌。",
|
|
217
217
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 佈建會傳回嘗試建立 Bot 註冊時的禁止結果。",
|
|
218
218
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework 佈建會傳回嘗試建立 Bot 註冊時產生的衝突結果。",
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "外掛程式中未使用 \"%s\"。",
|
|
236
236
|
"error.apime.noExtraAPICanBeAdded": "無法新增 API,因為只支援 GET 和 POST 方法,最多只能有 5 個必要參數,而且沒有驗證。此外,未列出指令清單中定義的方法。",
|
|
237
237
|
"error.copilot.noExtraAPICanBeAdded": "無法新增 API,因為不支援任何驗證。此外,未列出目前 OpenAPI 描述檔中定義的方法。",
|
|
238
|
-
"error.m365.NotExtendedToM365Error": "
|
|
238
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
239
239
|
"error.share.yamlConfigNotFound": "Unable to find the \"share\" config in the m365agents.yml",
|
|
240
240
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
241
241
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
@@ -303,8 +303,6 @@
|
|
|
303
303
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " 風險降低: 如果 \"%s\" 不是您需要的參數,請在 \"%s\" 中編輯命令 \"%s\" 的參數。參數名稱應符合 \"%s\" 中定義的內容。",
|
|
304
304
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "遺漏函數 \"%s\" 的描述。",
|
|
305
305
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " 安全防護功能: 更新 \"%s\" 中 \"%s\" 描述",
|
|
306
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "函數的描述 \"%s\" 縮短為 %s 個字元,以符合長度需求。",
|
|
307
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " 風險降低: 更新 \"%s\" 中 \"%s\" 的描述,以便 Copilot 可以觸發函數。",
|
|
308
306
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "無法建立 API '%s' 的調適型卡片: %s。安全防護功能: 不需要,但您可以手動將它新增到 adaptiveCards 資料夾。",
|
|
309
307
|
"core.createCapabilityQuestion.titleNew": "功能",
|
|
310
308
|
"core.createCapabilityQuestion.placeholder": "選取功能",
|
|
@@ -332,7 +330,7 @@
|
|
|
332
330
|
"core.createProjectQuestion.projectType.customCopilot.title": "使用 Teams AI 連結庫的應用程式功能",
|
|
333
331
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "選取選項",
|
|
334
332
|
"core.createProjectQuestion.projectType.copilotHelp.label": "不知道如何開始嗎?使用 GitHub Copilot 聊天",
|
|
335
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your
|
|
333
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
|
|
336
334
|
"core.createProjectQuestion.projectType.copilotGroup.title": "使用 GitHub Copilot",
|
|
337
335
|
"core.createProjectQuestion.projectType.createGroup.aiAgent": "AI 代理程式",
|
|
338
336
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "適用於Microsoft 365的應用程式",
|
|
@@ -346,11 +344,11 @@
|
|
|
346
344
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "使用來自 Azure Functions 的新 API 建立訊息延伸模組",
|
|
347
345
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "從 OpenAPI 描述檔開始",
|
|
348
346
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "從您現有的 API 建立動作",
|
|
349
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "
|
|
350
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "
|
|
351
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "
|
|
352
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "
|
|
353
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "
|
|
347
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "輸入 OpenAPI 描述文件位置或開啟檔案...",
|
|
348
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "搜尋 OpenAPI 描述文件...",
|
|
349
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "搜尋 OpenAPI 描述文件",
|
|
350
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "輸入文字以搜尋 OpenAPI 描述文件",
|
|
351
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "選取 OpenAPI 描述文件",
|
|
354
352
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "從現有的 API 建立訊息延伸模組",
|
|
355
353
|
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "基本 AI 聊天機器人",
|
|
356
354
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "在 Teams 中建立基本 AI 聊天機器人",
|
|
@@ -409,10 +407,10 @@
|
|
|
409
407
|
"core.createProjectQuestion.apiSpec.placeholder": "輸入 OpenAPI 描述檔 URL",
|
|
410
408
|
"core.createProjectQuestion.apiSpecInputUrl.label": "輸入 OpenAPI 描述檔位置",
|
|
411
409
|
"core.createProjectQuestion.ApiKey": "在 OpenAPI 描述檔中輸入 API 金鑰",
|
|
412
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to
|
|
410
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
|
|
413
411
|
"core.createProjectQuestion.OauthClientId": "在 OpenAPI 描述檔中輸入 OAuth 註冊的用戶端識別碼",
|
|
414
412
|
"core.createProjectQuestion.OauthClientSecret": "在 OpenAPI 描述檔中輸入 OAuth 註冊的客戶端密碼",
|
|
415
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to
|
|
413
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
|
|
416
414
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "驗證類型",
|
|
417
415
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "選取驗證類型",
|
|
418
416
|
"core.createProjectQuestion.invalidApiKey.message": "用戶端密碼無效。長度應介於 10 到 512 個字元之間。",
|
|
@@ -430,7 +428,7 @@
|
|
|
430
428
|
"core.createProjectQuestion.meArchitecture.title": "搜尋型訊息擴充功能的架構",
|
|
431
429
|
"core.createProjectQuestion.declarativeCopilot.title": "建立宣告式代理程式",
|
|
432
430
|
"core.createProjectQuestion.declarativeCopilot.placeholder": "新增動作到您的宣告式代理程式",
|
|
433
|
-
"core.createProjectQuestion.createApiPlugin.title": "
|
|
431
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create an Action",
|
|
434
432
|
"core.createProjectQuestion.addApiPlugin.title": "新增動作",
|
|
435
433
|
"core.createProjectQuestion.addApiPlugin.placeholder": "選取如何新增動作",
|
|
436
434
|
"core.createProjectQuestion.noPlugin.label": "沒有動作",
|
|
@@ -474,7 +472,7 @@
|
|
|
474
472
|
"core.question.appName.title": "應用程式名稱",
|
|
475
473
|
"core.question.appName.placeholder": "輸入應用程式名稱",
|
|
476
474
|
"core.ScratchOptionYes.label": "建立新的應用程式",
|
|
477
|
-
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new
|
|
475
|
+
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
|
|
478
476
|
"core.ScratchOptionNo.label": "從範例開始",
|
|
479
477
|
"core.ScratchOptionNo.detail": "以現有的範例啟動您的新應用程式。",
|
|
480
478
|
"core.RuntimeOptionNodeJS.detail": "快速 JavaScript 伺服器執行階段",
|
|
@@ -516,13 +514,13 @@
|
|
|
516
514
|
"core.selectTeamsAppManifestQuestion.title": "選取 Teams manifest.json 檔案",
|
|
517
515
|
"core.selectDeclarativeAgentManifestQuestion.title": "選取 declarativeAgent.json 檔案",
|
|
518
516
|
"core.selectSensitivityLabelQuestion.title": "選取敏感度標籤",
|
|
519
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
517
|
+
"core.selectTeamsAppPackageQuestion.title": "Select app package File",
|
|
520
518
|
"core.selectLocalTeamsAppManifestQuestion.title": "選取本機 Teams manifest.json 檔案",
|
|
521
519
|
"core.selectCollaborationAppTypeQuestion.title": "選取您要管理共同作業者的應用程式",
|
|
522
520
|
"core.selectValidateMethodQuestion.validate.selectTitle": "選取驗證方法",
|
|
523
|
-
"core.selectValidateMethodQuestion.validate.schemaOption": "
|
|
521
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate app manifest schema",
|
|
524
522
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "使用 Teams 市集規則驗證應用程式套件",
|
|
525
|
-
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "
|
|
523
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
|
|
526
524
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "在發行前驗證所有整合測試案例",
|
|
527
525
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "全面性測試以確保整備程度",
|
|
528
526
|
"core.GCSelectQuestion.title": "Graph 連接器內容",
|
|
@@ -536,8 +534,16 @@
|
|
|
536
534
|
"core.GCListQuestion.invalidMessage": "已選取 %s 個 API。您必須至少選取一個 API。",
|
|
537
535
|
"core.GCNameQuestion.title": "新增連接器名稱",
|
|
538
536
|
"core.GCNameQuestion.placeholder": "為 Graph 連接器建立名稱",
|
|
537
|
+
"core.GCConnectionIdQuestion.title": "Add a connection ID",
|
|
538
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Graph Connector",
|
|
539
|
+
"core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
|
|
540
|
+
"core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
|
|
541
|
+
"core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
|
|
542
|
+
"core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
|
|
539
543
|
"core.GCList.insufficientPermission": "若要列出圖形連接器,您需要組織的 Microsoft 365 租用戶系統管理員權限。",
|
|
540
544
|
"core.confirmManifestQuestion.placeholder": "確認您已選取正確的指令清單檔案",
|
|
545
|
+
"core.createProjectQuestion.addGC.label": "Add a Graph Connector",
|
|
546
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Graph Connector",
|
|
541
547
|
"core.aadAppQuestion.label": "Microsoft Entra 應用程式",
|
|
542
548
|
"core.aadAppQuestion.description": "單一登入的 Microsoft Entra 應用程式",
|
|
543
549
|
"core.convertAadToNewSchema.continue": "繼續",
|
|
@@ -546,8 +552,8 @@
|
|
|
546
552
|
"core.convertAadToNewSchema.alreadyNewSchema": "Microsoft Entra 選取的應用程式指令清單檔案已在新架構中。",
|
|
547
553
|
"core.convertAadToNewSchema.outdate": "您的 Microsoft Entra 應用程式指令清單已過期。按兩下 [升級] 按鈕以更新。",
|
|
548
554
|
"core.convertAadToNewSchema.upgrade": "升級",
|
|
549
|
-
"core.teamsAppQuestion.label": "
|
|
550
|
-
"core.teamsAppQuestion.description": "
|
|
555
|
+
"core.teamsAppQuestion.label": "app",
|
|
556
|
+
"core.teamsAppQuestion.description": "Your app",
|
|
551
557
|
"core.M365SsoLaunchPageOptionItem.label": "以 Fluent UI 傳送表情符號",
|
|
552
558
|
"core.M365SsoLaunchPageOptionItem.detail": "使用 Fluent UI React 元件來取得 Teams 外觀和風格的 Web 應用程式",
|
|
553
559
|
"core.M365SearchAppOptionItem.label": "自訂搜尋結果",
|
|
@@ -556,16 +562,16 @@
|
|
|
556
562
|
"core.M365HostQuestion.title": "平台",
|
|
557
563
|
"core.M365HostQuestion.placeholder": "選取平台以預覽應用程式",
|
|
558
564
|
"core.options.separator.additional": "其他功能",
|
|
559
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
565
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "app prepared successfully.",
|
|
560
566
|
"core.common.LifecycleComplete.provision": "已順利執行布建階段中的 %s/%s 動作。",
|
|
561
567
|
"core.common.LifecycleComplete.deploy": "已順利執行部署階段中的 %s/%s 動作。",
|
|
562
568
|
"core.common.LifecycleComplete.publish": "已順利執行發行階段中的 %s/%s 動作。",
|
|
563
569
|
"core.common.LifecycleComplete.share": "已成功執行分享階段中的 %s/%s 動作。",
|
|
564
570
|
"core.common.TeamsMobileDesktopClientName": "Teams 桌面,行動用戶端識別碼",
|
|
565
571
|
"core.common.TeamsWebClientName": "Teams Web 用戶端識別碼",
|
|
566
|
-
"core.common.OfficeDesktopClientName": "
|
|
567
|
-
"core.common.OfficeWebClientName1": "
|
|
568
|
-
"core.common.OfficeWebClientName2": "
|
|
572
|
+
"core.common.OfficeDesktopClientName": "The app for desktop client id",
|
|
573
|
+
"core.common.OfficeWebClientName1": "The app client id 1",
|
|
574
|
+
"core.common.OfficeWebClientName2": "The app client id 2",
|
|
569
575
|
"core.common.OutlookDesktopClientName": "Outlook 桌面用戶端識別碼",
|
|
570
576
|
"core.common.OutlookWebClientName1": "Outlook Web 存取用戶端識別碼 1",
|
|
571
577
|
"core.common.OutlookWebClientName2": "Outlook Web 存取用戶端識別碼 2",
|
|
@@ -644,9 +650,9 @@
|
|
|
644
650
|
"core.uninstallQuestion.titleId": "標題標識碼",
|
|
645
651
|
"core.uninstallQuestion.chooseMode": "選擇清除資源的方法",
|
|
646
652
|
"core.uninstallQuestion.manifestIdMode": "指令清單標識碼",
|
|
647
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in
|
|
653
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
|
|
648
654
|
"core.uninstallQuestion.envMode": "Environment in Microsoft 365 Agents Toolkit Created Project",
|
|
649
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in
|
|
655
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in apps.",
|
|
650
656
|
"core.uninstallQuestion.titleIdMode": "標題標識碼",
|
|
651
657
|
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Microsoft 365 Agents Toolkit created project.",
|
|
652
658
|
"core.uninstallQuestion.chooseOption": "選擇要卸載的資源",
|
|
@@ -661,7 +667,7 @@
|
|
|
661
667
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
662
668
|
"core.syncManifest.projectPath": "專案路徑",
|
|
663
669
|
"core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
|
|
664
|
-
"core.syncManifest.teamsAppId": "
|
|
670
|
+
"core.syncManifest.teamsAppId": "App ID (optional)",
|
|
665
671
|
"core.syncManifest.addWarning": "新屬性已新增至指令清單範本。手動更新本機指令清單。差異路徑: %s。新值 %s。",
|
|
666
672
|
"core.syncManifest.deleteWarning": "已從指令清單範本刪除某些專案。手動更新本機指令清單。差異路徑: %s。舊值: %s。",
|
|
667
673
|
"core.syncManifest.editKeyConflict": "新指令清單中佔位元元變數的衝突。手動更新本機指令清單。變數名稱: %s,值 1: %s,值 2: %s。",
|
|
@@ -687,7 +693,7 @@
|
|
|
687
693
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion 為 1\n",
|
|
688
694
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims 遺失\n",
|
|
689
695
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 存取權杖未包含 idtyp 宣告\n",
|
|
690
|
-
"error.aad.manifest.AADManifestIssues": "Microsoft Entra
|
|
696
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the app:\n",
|
|
691
697
|
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "無法更新或刪除啟用的許可權。這可能是因為所選環境的ACCESS_AS_USER_PERMISSION_ID環境變數已變更。請確定您的許可權標識碼() 符合實際 Microsoft Entra 應用程式,然後再試一次。",
|
|
692
698
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "無法設定 identifierUri,因為值不在已驗證的網域上: %s",
|
|
693
699
|
"error.aad.manifest.UnknownResourceAppId": "未知的 resourceAppId %s",
|
|
@@ -729,8 +735,8 @@
|
|
|
729
735
|
"depChecker.failToDownloadFromUrl": "無法從 '@Url' 下載檔案,HTTP 狀態為 '@Status'。",
|
|
730
736
|
"depChecker.failToValidateVxTestAppInstallOptions": "影片擴充性測試應用程式先決條件檢查程式的自變數無效。請檢閱tasks.json檔案,確定所有自變數的格式正確且有效。",
|
|
731
737
|
"depChecker.failToValidateVxTestApp": "無法在安裝後驗證影片擴充性測試應用程式。",
|
|
732
|
-
"depChecker.testToolVersionNotMatch": "
|
|
733
|
-
"depChecker.failedToValidateTestTool": "
|
|
738
|
+
"depChecker.testToolVersionNotMatch": "The version of Microsoft 365 Agents Playground (%s) is not compatible with the specified version range (%s).",
|
|
739
|
+
"depChecker.failedToValidateTestTool": "Unable to validate Microsoft 365 Agents Playground after installation. %s",
|
|
734
740
|
"error.driver.outputEnvironmentVariableUndefined": "未定義輸出環境變數名稱。",
|
|
735
741
|
"driver.aadApp.description.create": "建立 Microsoft Entra 應用程式以驗證使用者",
|
|
736
742
|
"driver.aadApp.description.update": "將 Microsoft Entra 應用程式清單套用至現有的應用程式",
|
|
@@ -794,7 +800,7 @@
|
|
|
794
800
|
"driver.spfx.add.progress.scaffoldWebpart": "使用 Yeoman CLI 產生 SPFx 網頁組件",
|
|
795
801
|
"driver.prerequisite.error.funcInstallationError": "無法檢查及安裝 Azure Functions Core Tools。",
|
|
796
802
|
"driver.prerequisite.error.dotnetInstallationError": "無法檢查和安裝 .NET Core SDK。",
|
|
797
|
-
"driver.prerequisite.error.testToolInstallationError": "
|
|
803
|
+
"driver.prerequisite.error.testToolInstallationError": "Unable to check and install Microsoft 365 Agents Playground.",
|
|
798
804
|
"driver.prerequisite.description": "正在安裝相依性",
|
|
799
805
|
"driver.prerequisite.progressBar": "檢查並安裝開發工具。",
|
|
800
806
|
"driver.prerequisite.summary.devCert.trusted.succuss": "已安裝 localhost 的開發憑證。",
|
|
@@ -804,8 +810,8 @@
|
|
|
804
810
|
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools 已安裝。",
|
|
805
811
|
"driver.prerequisite.summary.dotnet.installedWithPath": "已在 %s 安裝 .NET Core SDK。",
|
|
806
812
|
"driver.prerequisite.summary.dotnet.installed": "已安裝 .NET Core SDK。",
|
|
807
|
-
"driver.prerequisite.summary.testTool.installedWithPath": "
|
|
808
|
-
"driver.prerequisite.summary.testTool.installed": "
|
|
813
|
+
"driver.prerequisite.summary.testTool.installedWithPath": "Microsoft 365 Agents Playground is installed at %s.",
|
|
814
|
+
"driver.prerequisite.summary.testTool.installed": "Microsoft 365 Agents Playground is installed.",
|
|
809
815
|
"driver.file.createOrUpdateEnvironmentFile.description": "建立或更新變數以加入檔案。",
|
|
810
816
|
"driver.file.createOrUpdateEnvironmentFile.summary": "已成功將變數產生至 %s。",
|
|
811
817
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI 金鑰不可為空白。",
|
|
@@ -837,29 +843,29 @@
|
|
|
837
843
|
"driver.m365.acquire.description": "使用應用程式套件取得 Microsoft 365 標題",
|
|
838
844
|
"driver.m365.acquire.progress.message": "正在使用應用程式套件取得 Microsoft 365 標題...",
|
|
839
845
|
"driver.m365.acquire.summary": "已取得 Microsoft 365 標題 (%s)。",
|
|
840
|
-
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "
|
|
841
|
-
"driver.teamsApp.description.createDriver": "
|
|
842
|
-
"driver.teamsApp.description.updateDriver": "
|
|
843
|
-
"driver.teamsApp.description.publishDriver": "
|
|
844
|
-
"driver.teamsApp.description.validateDriver": "
|
|
845
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
846
|
-
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "
|
|
847
|
-
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "
|
|
848
|
-
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "
|
|
849
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
850
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "
|
|
851
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "
|
|
846
|
+
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated app package to SPFx solution.",
|
|
847
|
+
"driver.teamsApp.description.createDriver": "create app.",
|
|
848
|
+
"driver.teamsApp.description.updateDriver": "update app.",
|
|
849
|
+
"driver.teamsApp.description.publishDriver": "publish app to tenant app catalog.",
|
|
850
|
+
"driver.teamsApp.description.validateDriver": "validate app.",
|
|
851
|
+
"driver.teamsApp.description.createAppPackageDriver": "build app package.",
|
|
852
|
+
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying app package to SPFx solution...",
|
|
853
|
+
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating app...",
|
|
854
|
+
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating app...",
|
|
855
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the app is already submitted to tenant App Catalog",
|
|
856
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published app",
|
|
857
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing app...",
|
|
852
858
|
"driver.teamsApp.progressBar.validateWithTestCases": "正在提交驗證要求...",
|
|
853
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "
|
|
854
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "
|
|
855
|
-
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "
|
|
856
|
-
"driver.teamsApp.summary.publishTeamsAppExists": "
|
|
857
|
-
"driver.teamsApp.summary.publishTeamsAppNotExists": "
|
|
858
|
-
"driver.teamsApp.summary.publishTeamsAppSuccess": "
|
|
859
|
-
"driver.teamsApp.summary.copyAppPackageSuccess": "
|
|
859
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Developer Portal](%s).",
|
|
860
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Developer Portal](%s).",
|
|
861
|
+
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "App with id %s already exists, skipped creating a new app.",
|
|
862
|
+
"driver.teamsApp.summary.publishTeamsAppExists": "App with id %s already exists in the organization's app store.",
|
|
863
|
+
"driver.teamsApp.summary.publishTeamsAppNotExists": "App with id %s does not exist in the organization's app store.",
|
|
864
|
+
"driver.teamsApp.summary.publishTeamsAppSuccess": "App %s successfully published to the admin portal.",
|
|
865
|
+
"driver.teamsApp.summary.copyAppPackageSuccess": "App %s was successfully copied to %s.",
|
|
860
866
|
"driver.teamsApp.summary.copyIconSuccess": "已順利在 %s 下更新 %s 圖示。",
|
|
861
867
|
"driver.teamsApp.summary.validate": "Microsoft 365 Agents Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
862
|
-
"driver.teamsApp.summary.validate.checkPath": "
|
|
868
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your app package at %s.\n",
|
|
863
869
|
"driver.teamsApp.summary.validateManifest": "Microsoft 365 Agents Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
864
870
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "您可以在 %s 檢查並更新您的 Teams 指令清單。",
|
|
865
871
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "您可以在 %s 檢查並更新宣告式代理程式指令清單。",
|
|
@@ -877,11 +883,11 @@
|
|
|
877
883
|
"driver.shareToOthers.description": "將您的應用程式分享給其他人",
|
|
878
884
|
"driver.shareToOthers.progress.message": "正在分享您的應用程式...",
|
|
879
885
|
"driver.shareToOthers.summary": "已成功分享應用程式 (%s)。",
|
|
880
|
-
"error.teamsApp.validate.apiFailed": "
|
|
881
|
-
"error.teamsApp.validate.apiFailed.display": "
|
|
886
|
+
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
887
|
+
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
882
888
|
"error.teamsApp.validate.details": "檔案路徑: %s,標題: %s",
|
|
883
|
-
"error.teamsApp.AppIdNotExistError": "
|
|
884
|
-
"error.teamsApp.InvalidAppIdError": "
|
|
889
|
+
"error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
|
|
890
|
+
"error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
|
|
885
891
|
"error.teamsApp.createAppPackage.invalidFile": "%s 無效,它應該與manifest.json或其子目錄位於相同的目錄中。",
|
|
886
892
|
"driver.botFramework.description": "在 dev.botframework.com 上建立或更新 Bot 註冊",
|
|
887
893
|
"driver.botFramework.summary.create": "已成功建立 Bot 註冊 (%s)。",
|
|
@@ -895,7 +901,7 @@
|
|
|
895
901
|
"driver.devChannel.status": "小組和頻道建立狀態: %s",
|
|
896
902
|
"driver.devChannel.summary.exists": "環境變數 %s 和 %s 已存在,正在略過新的沙箱化小組建立步驟。",
|
|
897
903
|
"driver.devChannel.install.success": "應用程式已成功安裝到小組 %s (具有頻道 %s)。",
|
|
898
|
-
"driver.devChannel.install.description": "Install
|
|
904
|
+
"driver.devChannel.install.description": "Install app into sandboxed channel.",
|
|
899
905
|
"driver.devChannel.install.progress.message": "Installing app...",
|
|
900
906
|
"driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
|
|
901
907
|
"error.yaml.InvalidYamlSchemaError": "無法剖析 yaml 檔案: %s。請開啟 yaml 檔案以取得詳細錯誤。",
|
|
@@ -1075,6 +1081,6 @@
|
|
|
1075
1081
|
"action.devTool.nodeInstaller.SuccessExtract": "已成功將 NodeJS 套件擷取到路徑: %s,時間: %s 毫秒",
|
|
1076
1082
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS 安裝於: %s。",
|
|
1077
1083
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS 已安裝在系統環境中。",
|
|
1078
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1084
|
+
"driver.typeSpec.compile.reprovision": "檔案 %s 已更新。請重新執行佈建。",
|
|
1079
1085
|
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
|
|
1080
1086
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reProvisionError.d.ts","sourceRoot":"","sources":["../../../../../src/component/driver/typeSpec/error/reProvisionError.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAMnD,qBAAa,gBAAiB,SAAQ,SAAS;gBACjC,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM;CAQnD"}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.ReProvisionError = void 0;
|
|
6
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
7
|
-
const localizeUtils_1 = require("../../../../common/localizeUtils");
|
|
8
|
-
const errorCode = "ReProvisionError";
|
|
9
|
-
const messageKey = "driver.typeSpec.compile.reprovision";
|
|
10
|
-
class ReProvisionError extends teamsfx_api_1.UserError {
|
|
11
|
-
constructor(actionName, configFile) {
|
|
12
|
-
super({
|
|
13
|
-
source: actionName,
|
|
14
|
-
name: errorCode,
|
|
15
|
-
message: (0, localizeUtils_1.getDefaultString)(messageKey, configFile),
|
|
16
|
-
displayMessage: (0, localizeUtils_1.getLocalizedString)(messageKey, configFile),
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
exports.ReProvisionError = ReProvisionError;
|
|
21
|
-
//# sourceMappingURL=reProvisionError.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reProvisionError.js","sourceRoot":"","sources":["../../../../../src/component/driver/typeSpec/error/reProvisionError.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,wDAAmD;AACnD,oEAAwF;AAExF,MAAM,SAAS,GAAG,kBAAkB,CAAC;AACrC,MAAM,UAAU,GAAG,qCAAqC,CAAC;AAEzD,MAAa,gBAAiB,SAAQ,uBAAS;IAC7C,YAAY,UAAkB,EAAE,UAAkB;QAChD,KAAK,CAAC;YACJ,MAAM,EAAE,UAAU;YAClB,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,IAAA,gCAAgB,EAAC,UAAU,EAAE,UAAU,CAAC;YACjD,cAAc,EAAE,IAAA,kCAAkB,EAAC,UAAU,EAAE,UAAU,CAAC;SAC3D,CAAC,CAAC;IACL,CAAC;CACF;AATD,4CASC"}
|