@microsoft/teamsfx-core 2.0.14-rc.0 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/featureFlags.d.ts +21 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +24 -2
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/secretmasker/masker.d.ts +1 -1
- package/build/common/secretmasker/masker.d.ts.map +1 -1
- package/build/common/secretmasker/masker.js +2 -2
- package/build/common/secretmasker/masker.js.map +1 -1
- package/build/common/stringUtils.js +1 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +3 -3
- package/build/component/configManager/actionInjector.d.ts +1 -1
- package/build/component/configManager/actionInjector.d.ts.map +1 -1
- package/build/component/configManager/actionInjector.js +8 -17
- package/build/component/configManager/actionInjector.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +4 -8
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +12 -26
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts +3 -4
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +16 -47
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +1 -2
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/utility.js +3 -4
- package/build/component/driver/apiKey/utility/utility.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +7 -12
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +1 -0
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +15 -23
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +4 -14
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +0 -2
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +0 -2
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +0 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +0 -12
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.js +4 -4
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +20 -28
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +1 -2
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +15 -50
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
- package/build/component/generator/copilotExtension/generator.js +5 -4
- package/build/component/generator/copilotExtension/generator.js.map +1 -1
- package/build/component/generator/generator.d.ts +2 -2
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +13 -25
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +5 -3
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +103 -28
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +1 -8
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/launchHelper.d.ts.map +1 -1
- package/build/component/m365/launchHelper.js +0 -4
- package/build/component/m365/launchHelper.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +1 -2
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
- package/build/component/utils/envFunctionUtils.js +4 -0
- package/build/component/utils/envFunctionUtils.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +0 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +0 -7
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/core/FxCore.d.ts +0 -8
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +38 -170
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +2 -5
- package/build/core/collaborator.js.map +1 -1
- package/build/index.d.ts +1 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +6 -10
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +89 -49
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +10 -0
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +128 -35
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +0 -2
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +0 -6
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +4 -2
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +8 -0
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +0 -2
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +3 -31
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.cs.json +280 -536
- package/resource/package.nls.de.json +280 -536
- package/resource/package.nls.es.json +280 -536
- package/resource/package.nls.fr.json +280 -536
- package/resource/package.nls.it.json +280 -536
- package/resource/package.nls.ja.json +280 -536
- package/resource/package.nls.json +38 -35
- package/resource/package.nls.ko.json +280 -536
- package/resource/package.nls.pl.json +280 -536
- package/resource/package.nls.pt-BR.json +280 -536
- package/resource/package.nls.ru.json +280 -536
- package/resource/package.nls.tr.json +280 -536
- package/resource/package.nls.zh-Hans.json +280 -536
- package/resource/package.nls.zh-Hant.json +280 -536
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
|
-
"core.addApi.continue": "Add",
|
|
4
2
|
"core.provision.provision": "佈建",
|
|
5
|
-
"core.provision.learnMore": "
|
|
3
|
+
"core.provision.learnMore": "深入了解",
|
|
6
4
|
"core.provision.azureAccount": "Azure 帳戶: %s",
|
|
7
5
|
"core.provision.azureSubscription": "Azure 訂用帳戶: %s",
|
|
8
6
|
"core.provision.m365Account": "Microsoft 365 帳戶: %s",
|
|
9
|
-
"core.provision.confirmEnvAndCostNotice": "
|
|
7
|
+
"core.provision.confirmEnvAndCostNotice": "根據使用量可能會產生費用。是否要使用上述帳戶在 %s 環境中佈建資源?",
|
|
10
8
|
"core.deploy.confirmEnvNoticeV3": "是否要在 %s 環境中部署資源?",
|
|
11
9
|
"core.provision.viewResources": "檢視佈建的資源",
|
|
12
|
-
"core.deploy.aadManifestSuccessNotice": "
|
|
13
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "
|
|
14
|
-
"core.deploy.aadManifestLearnMore": "
|
|
15
|
-
"core.deploy.botTroubleShoot": "
|
|
16
|
-
"core.deploy.botTroubleShoot.learnMore": "
|
|
10
|
+
"core.deploy.aadManifestSuccessNotice": "已成功部署您的 Azure Active Directory 應用程式。請按一下 [深入了解] 以查看如何檢視您的 Azure Active Directory 應用程式。",
|
|
11
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "已成功更新您的 Azure Active Directory 應用程式。",
|
|
12
|
+
"core.deploy.aadManifestLearnMore": "深入了解",
|
|
13
|
+
"core.deploy.botTroubleShoot": "若要疑難排解 Azure 中的 Bot 應用程式,請按一下 [深入了解] 以取得文件。",
|
|
14
|
+
"core.deploy.botTroubleShoot.learnMore": "深入了解",
|
|
17
15
|
"core.option.deploy": "部署",
|
|
18
16
|
"core.option.confirm": "確認",
|
|
19
|
-
"core.option.
|
|
17
|
+
"core.option.cancel": "取消",
|
|
18
|
+
"core.option.learnMore": "深入了解",
|
|
20
19
|
"core.option.upgrade": "升級",
|
|
21
20
|
"core.option.moreInfo": "更多資訊",
|
|
22
21
|
"core.progress.create": "建立",
|
|
23
|
-
"core.progress.createFromTemplate": "
|
|
24
|
-
"core.progress.createFromSample": "
|
|
22
|
+
"core.progress.createFromTemplate": "正在下載應用程式範本。",
|
|
23
|
+
"core.progress.createFromSample": "正在下載範例 %s",
|
|
25
24
|
"core.progress.deploy": "部署",
|
|
26
25
|
"core.progress.publish": "發佈",
|
|
27
26
|
"core.progress.provision": "佈建",
|
|
28
27
|
"core.progress.configureAzureStorage": "正在設定 Azure 儲存體,啟用靜態網站設定。",
|
|
29
28
|
"core.progress.runCommand": "在 %s 執行命令 %s",
|
|
30
29
|
"core.progress.deployToAzure": "正在將 %s 部署至 %s。",
|
|
30
|
+
"core.Notification.ReadMore": "閱讀更多",
|
|
31
31
|
"core.migrationV3.confirmOnly.Message": "請確認升級",
|
|
32
32
|
"core.migrationV3.Message": "升級您的 Teams 工具組專案,以與最新版本保持相容。備份目錄會與升級摘要一起建立。",
|
|
33
33
|
"core.migrationV3.VS.Message": "升級您的解決方案,以保持與最新的 Teams 工具組版本相容。將產生備份目錄,其中會包含升級報告。",
|
|
@@ -35,214 +35,199 @@
|
|
|
35
35
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json 不存在。您可能正嘗試升級由 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
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
38
|
+
"core.migrationV3.notAllowedMigration": "Teams 工具組的發行前版本支援新的專案設定,而且與舊版不相容。請嘗試建立新專案,或執行 「teamsfx 升級」 以先升級您的專案。",
|
|
39
|
+
"core.projectVersionChecker.cliUseNewVersion": "您的 TeamsFx CLI 版本太舊,而且並不支援目前的專案,請使用下列命令升級至最新版本:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
40
40
|
"core.projectVersionChecker.incompatibleProject": "目前的專案與已安裝的 Teams 工具組版本不相容。",
|
|
41
41
|
"core.projectVersionChecker.vs.incompatibleProject": "解決方案中的專案是使用 Teams 工具組預覽功能建立 - Teams 應用程式組態改進。您可以開啟預覽功能以繼續。",
|
|
42
|
-
"core.deployArmTemplates.ActionSuccess": "ARM
|
|
43
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
42
|
+
"core.deployArmTemplates.ActionSuccess": "已成功部署 ARM 範本。資源群組名稱: %s。部署名稱: %s",
|
|
43
|
+
"core.collaboration.ListCollaboratorsSuccess": "[列出 Microsoft 365 應用程式擁有者] 成功,您可以在 [輸出面板](%s) 中檢視。",
|
|
44
44
|
"core.collaboration.GrantingPermission": "正在授與權限",
|
|
45
|
-
"core.collaboration.EmailCannotBeEmptyOrSame": "
|
|
46
|
-
"core.collaboration.CannotFindUserInCurrentTenant": "
|
|
45
|
+
"core.collaboration.EmailCannotBeEmptyOrSame": "共同作業者的電子郵件不可為 Null 或與目前的使用者相同",
|
|
46
|
+
"core.collaboration.CannotFindUserInCurrentTenant": "在目前的租用戶中找不到使用者,請檢查您的電子郵件地址是否正確",
|
|
47
47
|
"core.collaboration.GrantPermissionForUser": "授與使用者 %s 權限",
|
|
48
48
|
"core.collaboration.AccountToGrantPermission": "要授與權限的帳號: ",
|
|
49
49
|
"core.collaboration.StartingGrantPermission": "開始授與環境的權限: ",
|
|
50
50
|
"core.collaboration.TenantId": "租用戶識別碼: ",
|
|
51
|
-
"core.collaboration.PermissionHasBeenGrantTo": "
|
|
51
|
+
"core.collaboration.PermissionHasBeenGrantTo": "權限已授與 ",
|
|
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": "\
|
|
56
|
+
"core.collaboration.StartingListAllAadAppOwners": "\n開始列出環境的所有 Azure Active Directory 應用程式擁有者: ",
|
|
57
57
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams 應用程式 (識別碼: ",
|
|
58
|
-
"core.collaboration.SsoAadAppId": "SSO
|
|
58
|
+
"core.collaboration.SsoAadAppId": "SSO AAD 應用程式 (識別碼: ",
|
|
59
59
|
"core.collaboration.TeamsAppOwner": "Teams 應用程式擁有者: ",
|
|
60
|
-
"core.collaboration.AadAppOwner": "
|
|
60
|
+
"core.collaboration.AadAppOwner": "Azure Active Directory 應用程式擁有者: ",
|
|
61
61
|
"core.collaboration.StaringCheckPermission": "開始檢查環境的權限: ",
|
|
62
62
|
"core.collaboration.CheckPermissionResourceId": "資源識別碼: ",
|
|
63
63
|
"core.collaboration.Undefined": "未定義",
|
|
64
64
|
"core.collaboration.ResourceName": ",資源名稱: ",
|
|
65
65
|
"core.collaboration.Permission": ",權限: ",
|
|
66
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
66
|
+
"core.developerPortal.scaffold.CannotFindManifest": "從已下載的套件中找不到 Teams 應用程式 %s 的資訊清單。",
|
|
67
67
|
"plugins.spfx.questions.framework.title": "架構",
|
|
68
|
-
"plugins.spfx.questions.webpartName": "SharePoint
|
|
68
|
+
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
69
69
|
"plugins.spfx.questions.webpartName.error.duplicate": "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": "
|
|
72
|
+
"plugins.spfx.questions.packageSelect.placeholder": "選取 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": "
|
|
80
|
-
"plugins.spfx.questions.spfxSolution.createNew.detail": "
|
|
81
|
-
"plugins.spfx.questions.spfxSolution.importExisting": "
|
|
79
|
+
"plugins.spfx.questions.spfxSolution.createNew": "建立新的 SPFx 解決方案",
|
|
80
|
+
"plugins.spfx.questions.spfxSolution.createNew.detail": "使用 SPFx 網頁組件建立 Teams 索引標籤應用程式",
|
|
81
|
+
"plugins.spfx.questions.spfxSolution.importExisting": "匯入現有的 SPFx 解決方案",
|
|
82
82
|
"plugins.spfx.questions.spfxSolution.importExisting.detail": "以 Microsoft Teams 索引標籤或個人應用程式公開 SPFx 用戶端網頁組件",
|
|
83
|
-
"plugins.spfx.deployNotice": "SharePoint
|
|
84
|
-
"plugins.spfx.cannotFindPackage": "
|
|
85
|
-
"plugins.spfx.cannotGetSPOToken": "
|
|
86
|
-
"plugins.spfx.cannotGetGraphToken": "
|
|
87
|
-
"plugins.spfx.insufficientPermission": "
|
|
88
|
-
"plugins.spfx.createAppcatalogFail": "
|
|
89
|
-
"plugins.spfx.uploadAppcatalogFail": "
|
|
83
|
+
"plugins.spfx.deployNotice": "SharePoint 套件 %s 已成功部署至 [%s](%s)。",
|
|
84
|
+
"plugins.spfx.cannotFindPackage": "找不到 SharePoint 套件 %s",
|
|
85
|
+
"plugins.spfx.cannotGetSPOToken": "無法取得 SPO 存取權杖",
|
|
86
|
+
"plugins.spfx.cannotGetGraphToken": "無法取得 Graph 存取權杖",
|
|
87
|
+
"plugins.spfx.insufficientPermission": "無法上傳並部署套件至應用程式目錄 %s。您需要貴組織的 Microsoft 365 租用戶系統管理員存取權限。您可以從 [Microsoft 365 開發人員計畫](%s 取得免費 Microsoft 365 租用戶),以供測試用途之用。",
|
|
88
|
+
"plugins.spfx.createAppcatalogFail": "無法建立租用戶應用程式目錄,因為 %s,堆疊: %s",
|
|
89
|
+
"plugins.spfx.uploadAppcatalogFail": "無法上傳應用程式套件,因為 %s",
|
|
90
90
|
"plugins.spfx.buildSharepointPackage": "建置 SharePoint 套件",
|
|
91
91
|
"plugins.spfx.deploy.title": "上傳並部署 SharePoint 套件",
|
|
92
92
|
"plugins.spfx.scaffold.title": "Scaffolding 專案",
|
|
93
|
+
"plugins.spfx.error.npmInstallFailed": "無法執行 'npm install',原因為 %s",
|
|
93
94
|
"plugins.spfx.error.invalidDependency": "無法驗證套件 %s",
|
|
94
95
|
"plugins.spfx.error.noConfiguration": "您的 SPFx 專案中沒有 .yo-rc.json 檔案,請新增組態檔,然後再試一次。",
|
|
95
|
-
"plugins.spfx.error.devEnvironmentNotSetup": "
|
|
96
|
+
"plugins.spfx.error.devEnvironmentNotSetup": "SPFx 開發環境未正確設定。您可以按一下 [取得協助] 以遵循指南來設定正確的環境。",
|
|
96
97
|
"plugins.spfx.scaffold.dependencyCheck": "正在檢查相依性...",
|
|
97
|
-
"plugins.spfx.scaffold.dependencyInstall": "
|
|
98
|
+
"plugins.spfx.scaffold.dependencyInstall": "正在安裝相依性。可能需要 5 分鐘以上的時間才能完成。",
|
|
98
99
|
"plugins.spfx.scaffold.scaffoldProject": "使用 Yeoman CLI 產生 SPFx 專案",
|
|
99
100
|
"plugins.spfx.scaffold.updateManifest": "更新網頁組件資訊清單",
|
|
100
|
-
"plugins.spfx.GetTenantFailedError": "
|
|
101
|
-
"plugins.spfx.error.installLatestDependencyError": "
|
|
102
|
-
"plugins.spfx.error.scaffoldError": "
|
|
103
|
-
"plugins.spfx.error.import.retrieveSolutionInfo": "
|
|
104
|
-
"plugins.spfx.error.import.copySPFxSolution": "
|
|
105
|
-
"plugins.spfx.error.import.updateSPFxTemplate": "
|
|
106
|
-
"plugins.spfx.error.import.common": "
|
|
101
|
+
"plugins.spfx.GetTenantFailedError": "無法取得租用戶 %s %s",
|
|
102
|
+
"plugins.spfx.error.installLatestDependencyError": "在 %s 資料夾中設定 SPFx 環境時遇到未知問題。您可以遵循 [設定 SharePoint 架構開發環境 | Microsoft Learn](%s) 以設定全域 SPFx 環境。",
|
|
103
|
+
"plugins.spfx.error.scaffoldError": "專案建立失敗。可能的原因可能來自 Yeoman SharePoint 產生器。如需詳細資料,請檢查 [輸出面板](%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",
|
|
107
108
|
"plugins.spfx.import.title": "正在匯入 SPFx 解決方案",
|
|
108
109
|
"plugins.spfx.import.copyExistingSPFxSolution": "正在複製現有的 SPFx 解決方案...",
|
|
109
110
|
"plugins.spfx.import.generateSPFxTemplates": "正在根據解決方案資訊產生範本...",
|
|
110
111
|
"plugins.spfx.import.updateTemplates": "正在更新範本...",
|
|
111
|
-
"plugins.spfx.import.success": "
|
|
112
|
-
"plugins.spfx.import.log.success": "Teams
|
|
113
|
-
"plugins.spfx.import.log.fail": "Teams
|
|
114
|
-
"plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
|
|
115
|
-
"plugins.spfx.addWebPart.install": "Install",
|
|
116
|
-
"plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
|
|
117
|
-
"plugins.spfx.addWebPart.upgrade": "Upgrade",
|
|
118
|
-
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
|
|
119
|
-
"plugins.spfx.addWebPart.versionMismatch.help": "Help",
|
|
120
|
-
"plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
|
|
121
|
-
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
122
|
-
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
123
|
-
"plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
|
|
124
|
-
"plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
|
|
112
|
+
"plugins.spfx.import.success": "您的 SPFx 解決方案已成功匯入 %s。",
|
|
113
|
+
"plugins.spfx.import.log.success": "Teams 工具組已成功匯入您的 SPFx 解決方案。您可以在 %s 中找到完整的匯入詳細資料記錄。",
|
|
114
|
+
"plugins.spfx.import.log.fail": "Teams 工具組無法匯入您的 SPFx 解決方案。您可以在 %s 中找到完整的匯入詳細資料記錄。",
|
|
125
115
|
"plugins.frontend.checkNetworkTip": "請檢查您的網路連線。",
|
|
126
116
|
"plugins.frontend.checkFsPermissionsTip": "檢查您是否有檔案系統的讀取/寫入權限。",
|
|
127
117
|
"plugins.frontend.checkStoragePermissionsTip": "檢查您是否有 Azure 儲存體帳戶的權限。",
|
|
128
|
-
"plugins.frontend.checkSystemTimeTip": "
|
|
118
|
+
"plugins.frontend.checkSystemTimeTip": "您可能取得過期的認證,請檢查您的系統時間是否正確。",
|
|
129
119
|
"suggestions.retryTheCurrentStep": "請重試目前的步驟。",
|
|
130
120
|
"plugins.appstudio.buildSucceedNotice": "已成功在 [本機位址](%s) 建立 Teams 封裝。",
|
|
131
121
|
"plugins.appstudio.buildSucceedNotice.fallback": "已成功在 %s 建立 Teams 封裝。",
|
|
132
122
|
"plugins.appstudio.createPackage.progressBar.message": "正在建置 Teams 應用程式套件...",
|
|
133
|
-
"plugins.appstudio.validationFailedNotice": "
|
|
123
|
+
"plugins.appstudio.validationFailedNotice": "資訊清單驗證失敗!",
|
|
134
124
|
"plugins.appstudio.validateManifest.progressBar.message": "正在驗證資訊清單...",
|
|
135
125
|
"plugins.appstudio.validateAppPackage.progressBar.message": "正在驗證應用程式套件...",
|
|
136
|
-
"plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
|
|
137
126
|
"plugins.appstudio.adminPortal": "移至管理入口網站",
|
|
138
|
-
"plugins.appstudio.publishSucceedNotice.cli": "[%s]
|
|
127
|
+
"plugins.appstudio.publishSucceedNotice.cli": "[%s] 已成功發佈至管理員入口網站 (%s)。核准後,貴組織即可使用您的應用程式。於 %s 深入了解。",
|
|
139
128
|
"plugins.appstudio.updatePublihsedAppConfirm": "是否要提交新的更新?",
|
|
140
|
-
"plugins.appstudio.teamsAppCreatedNotice": "Teams
|
|
141
|
-
"plugins.appstudio.teamsAppUpdatedLog": "Teams
|
|
142
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
143
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
144
|
-
"plugins.appstudio.updateManifestTip": "
|
|
145
|
-
"plugins.appstudio.updateOverwriteTip": "
|
|
146
|
-
"plugins.appstudio.pubWarn": "
|
|
129
|
+
"plugins.appstudio.teamsAppCreatedNotice": "Teams 應用程式已建立 %s",
|
|
130
|
+
"plugins.appstudio.teamsAppUpdatedLog": "Teams 應用程式已更新 %s",
|
|
131
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "已成功部署您的 Teams 應用程式資訊清單。按一下 [在開發人員入口網站中檢視] 以在 Teams 開發人員入口網站中檢視您的應用程式。",
|
|
132
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "您的 Teams 應用程式資訊清單已成功部署至 ",
|
|
133
|
+
"plugins.appstudio.updateManifestTip": "資訊清單檔案設定已修改。是否要繼續重新產生資訊清單檔案並更新至 Teams 平台?",
|
|
134
|
+
"plugins.appstudio.updateOverwriteTip": "自您上次更新後,Teams 平台上的資訊清單檔案已變更。是否要繼續更新及覆寫 Teams 平台上的資訊清單檔案?",
|
|
135
|
+
"plugins.appstudio.pubWarn": "已將應用程式 %s 提交至租用戶應用程式目錄。\n狀態s: %s\n",
|
|
147
136
|
"plugins.appstudio.lastModified": "上次修改時間 %s\n",
|
|
148
137
|
"plugins.appstudio.previewOnly": "僅限預覽",
|
|
149
138
|
"plugins.appstudio.previewAndUpdate": "預覽並更新",
|
|
150
139
|
"plugins.appstudio.overwriteAndUpdate": "覆寫並更新",
|
|
151
|
-
"plugins.appstudio.emptyAppPackage": "
|
|
152
|
-
"plugins.appstudio.unprocessedFile": "Teams
|
|
140
|
+
"plugins.appstudio.emptyAppPackage": "在應用程式 %s 的套件中找不到任何檔案。",
|
|
141
|
+
"plugins.appstudio.unprocessedFile": "Teams 工具組未處理 %s。",
|
|
153
142
|
"plugins.appstudio.viewDeveloperPortal": "在開發人員入口網站中檢視",
|
|
154
|
-
"plugins.bot.questionHostTypeTrigger.title": "
|
|
155
|
-
"plugins.bot.questionHostTypeTrigger.placeholder": "
|
|
143
|
+
"plugins.bot.questionHostTypeTrigger.title": "選擇觸發程序",
|
|
144
|
+
"plugins.bot.questionHostTypeTrigger.placeholder": "選擇觸發程序",
|
|
156
145
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
157
|
-
"plugins.bot.triggers.http-functions.detail": "
|
|
146
|
+
"plugins.bot.triggers.http-functions.detail": "裝載於 Azure Functions 上的執行中函數可以接聽 HTTP 要求。",
|
|
158
147
|
"plugins.bot.triggers.http-functions.label": "HTTP 觸發程序",
|
|
159
148
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
|
|
160
|
-
"plugins.bot.triggers.http-and-timer-functions.detail": "
|
|
149
|
+
"plugins.bot.triggers.http-and-timer-functions.detail": "裝載於 Azure Functions 的執行中函式可以根據特定排程接聽 HTTP 要求和回應。",
|
|
161
150
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP 與計時器觸發程序",
|
|
162
151
|
"plugins.bot.triggers.http-restify.description": "Restify 伺服器",
|
|
163
|
-
"plugins.bot.triggers.http-restify.detail": "
|
|
152
|
+
"plugins.bot.triggers.http-restify.detail": "裝載於 Azure App Service 上的執行中 restify 伺服器可以接聽 HTTP 要求。",
|
|
164
153
|
"plugins.bot.triggers.http-restify.label": "HTTP 觸發程序",
|
|
165
154
|
"plugins.bot.triggers.http-webapi.description": "Web API 伺服器",
|
|
166
|
-
"plugins.bot.triggers.http-webapi.detail": "
|
|
155
|
+
"plugins.bot.triggers.http-webapi.detail": "裝載於 Azure App Service 上的執行中 Web API 伺服器可以接聽 HTTP 要求。",
|
|
167
156
|
"plugins.bot.triggers.http-webapi.label": "HTTP 觸發程序",
|
|
168
157
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
169
|
-
"plugins.bot.triggers.timer-functions.detail": "
|
|
158
|
+
"plugins.bot.triggers.timer-functions.detail": "裝載於 Azure Functions 的執行中函數可以根據特定排程回應。",
|
|
170
159
|
"plugins.bot.triggers.timer-functions.label": "計時器觸發程序",
|
|
171
|
-
"error.NoProjectOpenedError": "
|
|
172
|
-
"error.
|
|
160
|
+
"error.NoProjectOpenedError": "未開啟任何專案,您可以建立新專案或開啟現有的專案。",
|
|
161
|
+
"error.InvalidEnvNameError": "環境名稱只能包含字母、數字、_ 和 -。",
|
|
162
|
+
"error.UpgradeV3CanceledError": "如果您還沒有準備好升級,請繼續使用舊版 Teams 工具組",
|
|
163
|
+
"error.InvalidInputError": "輸入無效: %s",
|
|
164
|
+
"error.ProjectEnvAlreadyExistError": "專案環境 %s 已存在。",
|
|
165
|
+
"error.NotImplementedError": "未實作方法: %s",
|
|
173
166
|
"error.FailedToParseResourceIdError": "無法從以下資源識別碼取得 '%s': '%s'",
|
|
174
167
|
"error.NoSubscriptionFound": "找不到訂用帳戶。",
|
|
175
|
-
"error.TrustCertificateCancelError": "
|
|
176
|
-
"error.VideoFilterAppNotRemoteSupported": "Teams
|
|
177
|
-
"error.appstudio.
|
|
178
|
-
"error.appstudio.
|
|
179
|
-
"error.appstudio.
|
|
180
|
-
"error.appstudio.apiFailed": "
|
|
181
|
-
"error.appstudio.
|
|
182
|
-
"error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
|
|
168
|
+
"error.TrustCertificateCancelError": "使用者已取消。如需 Teams 信任工具組所使用的自我簽署 SSL 憑證,必須將自我簽署憑證新增至您的憑證存放區。",
|
|
169
|
+
"error.VideoFilterAppNotRemoteSupported": "Teams 工具組不支援遠端的影片篩選應用程式。請檢查專案根資料夾中的 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",
|
|
183
175
|
"error.appstudio.publishFailed": "無法發佈識別碼為 %s 的 Teams 應用程式。",
|
|
184
|
-
"error.appstudio.buildError": "
|
|
185
|
-
"error.appstudio.checkPermissionFailed": "
|
|
186
|
-
"error.appstudio.grantPermissionFailed": "
|
|
187
|
-
"error.appstudio.listCollaboratorFailed": "
|
|
188
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
176
|
+
"error.appstudio.buildError": "Teams 套件建置失敗!",
|
|
177
|
+
"error.appstudio.checkPermissionFailed": "檢查權限失敗。原因: %s",
|
|
178
|
+
"error.appstudio.grantPermissionFailed": "授與權限失敗。原因: %s",
|
|
179
|
+
"error.appstudio.listCollaboratorFailed": "清單共同作業者失敗。原因: %s",
|
|
180
|
+
"error.appstudio.updateManifestInvalidApp": "找不到識別碼為 %s 的 Teams 應用程式。您必須先執行偵錯或佈建,才能將資訊清單更新至 Teams 平台。",
|
|
189
181
|
"error.appstudio.invalidCapability": "無效功能: %s",
|
|
190
|
-
"error.appstudio.capabilityExceedLimit": "
|
|
191
|
-
"error.appstudio.staticTabNotExist": "
|
|
192
|
-
"error.appstudio.capabilityNotExist": "
|
|
193
|
-
"error.appstudio.noManifestId": "
|
|
182
|
+
"error.appstudio.capabilityExceedLimit": "無法新增功能 %s,已達限制。",
|
|
183
|
+
"error.appstudio.staticTabNotExist": "找不到實體識別碼為 %s 的靜態索引標籤,無法更新。",
|
|
184
|
+
"error.appstudio.capabilityNotExist": "資訊清單中沒有功能 %s,無法更新。",
|
|
185
|
+
"error.appstudio.noManifestId": "在資訊清單尋找中找到不正確識別碼。",
|
|
194
186
|
"error.appstudio.validateFetchSchemaFailed": "無法從 %s 取得結構描述,訊息: %s",
|
|
195
187
|
"error.appstudio.validateSchemaNotDefined": "未定義清單結構描述",
|
|
196
|
-
"error.appstudio.
|
|
197
|
-
"error.appstudio.
|
|
198
|
-
"error.appstudio.
|
|
199
|
-
"error.appstudio.
|
|
200
|
-
"error.appstudio.
|
|
201
|
-
"error.appstudio.
|
|
202
|
-
"error.
|
|
203
|
-
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
|
|
204
|
-
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
|
|
205
|
-
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
|
|
206
|
-
"error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
|
|
188
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "請嘗試從「Zip Teams 應用程式套件」產生套件,然後再試一次。",
|
|
189
|
+
"error.appstudio.teamsAppCreateConflict": "由於發生 409 衝突錯誤,無法建立 Teams 應用程式。發生原因可能是您的應用程式識別碼與租用戶中的其他應用程式相衝突。按一下 [取得協助] 以深入了解。",
|
|
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 封裝。",
|
|
207
195
|
"error.generator.TemplateNotFoundError": "找不到範本: %s。",
|
|
208
196
|
"error.generator.SampleNotFoundError": "找不到範例: %s。",
|
|
209
|
-
"error.generator.
|
|
197
|
+
"error.generator.FetchZipFromUrlError": "無法從 %s 下載 zip 套件。",
|
|
198
|
+
"error.generator.UnzipError": "無法解壓範本及寫入磁碟。",
|
|
210
199
|
"error.generator.MissKeyError": "找不到金鑰 %s",
|
|
211
|
-
"error.generator.
|
|
212
|
-
"error.generator.
|
|
213
|
-
"error.generator.
|
|
214
|
-
"error.copilotPlugin.
|
|
215
|
-
"error.
|
|
216
|
-
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
200
|
+
"error.generator.DownloadSampleApiLimitError": "因為節流,無法下載樣本。請在重設速率限制之後稍後再試 (這最多可能需要 1 小時)。或者,您可以前往 %s 手動 git clone 存放庫",
|
|
201
|
+
"error.generator.DownloadSampleNetworkError": "由於網路錯誤,無法下載樣本。請檢查您的網路連線,然後再試一次。或者,您可以前往 %s 手動 git clone 存放庫",
|
|
202
|
+
"error.generator.ParseUrlError": "無法剖析 URL %s",
|
|
203
|
+
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "無法從 '%s' 取得 OpenAI 外掛程式資訊清單。",
|
|
204
|
+
"error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with single parameter and no auth are supported. Methods defined in manifest.json are not listed.",
|
|
217
205
|
"error.m365.NotExtendedToM365Error": "無法將 Teams 應用程式延伸至 Microsoft 365。使用 'teamsApp/extendToM365' 動作將 Teams 應用程式延伸至 Microsoft 365。",
|
|
218
|
-
"core.QuestionAppName.validation.pattern": "
|
|
219
|
-
"core.QuestionAppName.validation.maxlength": "
|
|
220
|
-
"core.QuestionAppName.validation.pathExist": "
|
|
221
|
-
"core.
|
|
222
|
-
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
223
|
-
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
|
|
206
|
+
"core.QuestionAppName.validation.pattern": "應用程式名稱必須以字母開頭,且至少包含兩個字母或數字。不能包含某些特殊字元。",
|
|
207
|
+
"core.QuestionAppName.validation.maxlength": "應用程式名稱超過長度 30 的上限。",
|
|
208
|
+
"core.QuestionAppName.validation.pathExist": "路徑存在: %s。選取不同的應用程式名稱。",
|
|
209
|
+
"core.ProgrammingLanguageQuestion.placeholder": "選取程式設計語言。",
|
|
224
210
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx 目前僅支援 TypeScript。",
|
|
225
211
|
"core.option.tutorial": "開啟教學課程",
|
|
226
212
|
"core.option.github": "開啟 GitHub 指南",
|
|
227
|
-
"core.option.inProduct": "
|
|
213
|
+
"core.option.inProduct": "開啟產品內指南",
|
|
228
214
|
"core.TabOption.label": "索引標籤",
|
|
229
|
-
"core.generator.officeAddin.importProject.title": "
|
|
230
|
-
"core.generator.officeAddin.importProject.copyFiles": "
|
|
231
|
-
"core.generator.officeAddin.importProject.convertProject": "
|
|
232
|
-
"core.generator.officeAddin.importProject.updateManifest": "
|
|
233
|
-
"core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
|
|
215
|
+
"core.generator.officeAddin.importProject.title": "正在匯入現有的 Outlook 增益集專案",
|
|
216
|
+
"core.generator.officeAddin.importProject.copyFiles": "正在複製檔案",
|
|
217
|
+
"core.generator.officeAddin.importProject.convertProject": "正在轉換專案",
|
|
218
|
+
"core.generator.officeAddin.importProject.updateManifest": "正在修改資訊清單",
|
|
234
219
|
"core.TabOption.description": "UI 型應用程式",
|
|
235
220
|
"core.TabOption.detail": "內嵌在 Microsoft Teams 中的 Teams 感知網頁",
|
|
236
221
|
"core.DashboardOption.label": "儀表板",
|
|
237
222
|
"core.DashboardOption.detail": "有卡片和小工具可顯示重要資訊的畫布",
|
|
238
223
|
"core.BotNewUIOption.label": "基本 Bot",
|
|
239
|
-
"core.BotNewUIOption.detail": "
|
|
224
|
+
"core.BotNewUIOption.detail": "回應機器人的簡易實作,其已準備好進行自訂",
|
|
240
225
|
"core.LinkUnfurlingOption.label": "連結正在展開",
|
|
241
|
-
"core.LinkUnfurlingOption.detail": "
|
|
226
|
+
"core.LinkUnfurlingOption.detail": "當 URL 貼到撰寫訊息區域時顯示資訊和動作",
|
|
242
227
|
"core.MessageExtensionOption.labelNew": "收集表單輸入及處理資料",
|
|
243
228
|
"core.MessageExtensionOption.label": "訊息延伸模組",
|
|
244
229
|
"core.MessageExtensionOption.description": "使用者在 Teams 中撰寫訊息時自訂 UI",
|
|
245
|
-
"core.MessageExtensionOption.detail": "
|
|
230
|
+
"core.MessageExtensionOption.detail": "取得使用者輸入、對該項目執行操作,然後將自訂結果傳回",
|
|
246
231
|
"core.NotificationOption.label": "聊天通知訊息",
|
|
247
232
|
"core.NotificationOption.detail": "使用顯示在 Teams 聊天中的訊息來通知和知會",
|
|
248
233
|
"core.CommandAndResponseOption.label": "聊天命令",
|
|
@@ -253,171 +238,82 @@
|
|
|
253
238
|
"core.TabSPFxOption.detailNew": "使用 SharePoint 架構建置 UI",
|
|
254
239
|
"core.TabNonSso.label": "基本索引標籤",
|
|
255
240
|
"core.TabNonSso.detail": "簡易實作準備好自訂的 Web 應用程式",
|
|
256
|
-
"core.copilotPlugin.
|
|
257
|
-
"core.copilotPlugin.
|
|
258
|
-
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
259
|
-
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
241
|
+
"core.copilotPlugin.validate.apiSpec.summary": "Teams 工具組已檢查您的 API 規格:\n\n摘要:\n%s。\n%s\n%s",
|
|
242
|
+
"core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams 工具組已檢查您的 OpenAI 外掛程式資訊清單:\n\n摘要:\n%s。\n%s\n%s",
|
|
260
243
|
"core.copilotPlugin.validate.summary.validate.failed": "%s 失敗",
|
|
261
244
|
"core.copilotPlugin.validate.summary.validate.warning": "%s 警告",
|
|
262
|
-
"core.copilotPlugin.
|
|
263
|
-
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
|
|
245
|
+
"core.copilotPlugin.scaffold.summary": "我們偵測到您的 OpenAPI 規格檔案發生下列問題:\n%s",
|
|
264
246
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s 風險降低: 不需要,已自動產生 operationId 並新增至 \"%s\" 檔案。",
|
|
265
|
-
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
266
247
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" 不能超過 %s 個字元。",
|
|
267
248
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "遺漏完整描述。",
|
|
268
249
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "風險降低: 更新 \"%s\" 中的 \"%s\" 欄位。",
|
|
269
250
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "命令 \"%s\" 中遺漏 \"%s\"。",
|
|
270
251
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " 風險降低: 在 \"%s\" 中建立調適型卡片範本,然後將 \"%s\" 欄位更新為 \"%s\" 中的相對路徑。",
|
|
271
|
-
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
|
|
272
|
-
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
|
|
273
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
|
|
274
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
|
|
275
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
|
|
276
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
|
|
277
252
|
"core.createCapabilityQuestion.titleNew": "功能",
|
|
278
253
|
"core.createCapabilityQuestion.placeholder": "選取功能",
|
|
279
|
-
"core.createProjectQuestion.option.description.
|
|
254
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "在 Windows 上預覽",
|
|
280
255
|
"core.createProjectQuestion.option.description.worksInOutlook": "在 Teams 和 Outlook 中運作",
|
|
281
256
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "在 Teams、Outlook 和 Microsoft 365 應用程式中運作",
|
|
282
|
-
"core.createProjectQuestion.option.description.worksInOutlookCopilot": "使用 Teams、Outlook 和 Copilot 工作",
|
|
283
257
|
"core.createProjectQuestion.projectType.bot.detail": "可自動化重複工作的交談或資訊聊天體驗",
|
|
284
258
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
285
259
|
"core.createProjectQuestion.projectType.bot.title": "使用 Bot 的應用程式功能",
|
|
286
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "
|
|
287
|
-
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
260
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "從 Teams 和 Outlook 的聊天撰寫區域搜尋或初始化動作",
|
|
288
261
|
"core.createProjectQuestion.projectType.messageExtension.title": "使用訊息延伸模組的應用程式功能",
|
|
289
|
-
"core.createProjectQuestion.projectType.outlookAddin.detail": "
|
|
262
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "使用網頁內容自訂功能區與工作窗格",
|
|
290
263
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook 增益集",
|
|
291
264
|
"core.createProjectQuestion.projectType.outlookAddin.title": "使用 Outlook 增益集的應用程式功能",
|
|
292
|
-
"core.createProjectQuestion.projectType.
|
|
293
|
-
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
294
|
-
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
295
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
296
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
297
|
-
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
265
|
+
"core.createProjectQuestion.projectType.tab.detail": "在 Teams、Outlook 和 Micosoft 365 應用程式中內嵌您自己的 Web 內容",
|
|
298
266
|
"core.createProjectQuestion.projectType.tab.title": "使用 Tab 的應用程式功能",
|
|
299
|
-
"core.createProjectQuestion.projectType.
|
|
300
|
-
"core.createProjectQuestion.projectType.
|
|
301
|
-
"core.createProjectQuestion.projectType.
|
|
302
|
-
"core.createProjectQuestion.projectType.copilotPlugin.
|
|
303
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
304
|
-
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
305
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
|
|
306
|
-
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
|
|
307
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
308
|
-
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
309
|
-
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
310
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
|
|
311
|
-
"core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
|
|
312
|
-
"core.createProjectQuestion.projectType.createGroup.title": "Create",
|
|
313
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
|
|
314
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
|
|
267
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "建立外掛程式以使用您的 API 擴充 Copilot",
|
|
268
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot 的外掛程式",
|
|
269
|
+
"core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot 的外掛程式",
|
|
270
|
+
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "選取一個選項",
|
|
315
271
|
"core.createProjectQuestion.title": "新增專案",
|
|
316
|
-
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
317
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
318
272
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "從新的 API 開始",
|
|
319
273
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "使用來自 Azure Functions 的新 API 建立外掛程式",
|
|
320
|
-
"core.createProjectQuestion.capability.
|
|
321
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
274
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "從 OpenAPI 規格開始",
|
|
322
275
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "從您現有的 API 建立外掛程式",
|
|
323
|
-
"core.createProjectQuestion.capability.
|
|
324
|
-
"core.createProjectQuestion.capability.
|
|
325
|
-
"core.createProjectQuestion.
|
|
326
|
-
"core.createProjectQuestion.
|
|
327
|
-
"core.createProjectQuestion.
|
|
328
|
-
"core.createProjectQuestion.
|
|
329
|
-
"core.createProjectQuestion.
|
|
330
|
-
"core.createProjectQuestion.
|
|
331
|
-
"core.createProjectQuestion.
|
|
332
|
-
"core.createProjectQuestion.
|
|
333
|
-
"core.createProjectQuestion.
|
|
334
|
-
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
|
|
335
|
-
"core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
|
|
336
|
-
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
|
|
337
|
-
"core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
|
|
338
|
-
"core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
|
|
339
|
-
"core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
|
|
340
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
|
|
341
|
-
"core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
|
|
342
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
|
|
343
|
-
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
344
|
-
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
345
|
-
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
346
|
-
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
347
|
-
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
348
|
-
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
349
|
-
"core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
|
|
350
|
-
"core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
|
|
351
|
-
"core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
|
|
352
|
-
"core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
|
|
353
|
-
"core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
|
|
354
|
-
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
355
|
-
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
356
|
-
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
357
|
-
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
|
|
358
|
-
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
359
|
-
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
|
|
360
|
-
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
361
|
-
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
362
|
-
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
363
|
-
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
364
|
-
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
|
|
365
|
-
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
366
|
-
"core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
|
|
367
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
|
|
368
|
-
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
369
|
-
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
370
|
-
"core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
371
|
-
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
372
|
-
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
373
|
-
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
374
|
-
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
|
|
375
|
-
"core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
|
|
376
|
-
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
377
|
-
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
378
|
-
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
276
|
+
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "從 OpenAI 外掛程式開始",
|
|
277
|
+
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "將 OpenAI 外掛程式轉換為 Microsoft 365 Copilot 外掛程式",
|
|
278
|
+
"core.createProjectQuestion.apiSpec.title": "OpenAPI 規格",
|
|
279
|
+
"core.createProjectQuestion.apiSpec.placeholder": "輸入 OpenAPI 規格 URL",
|
|
280
|
+
"core.createProjectQuestion.apiSpecInputUrl.label": "輸入 OpenAPI 規格位置",
|
|
281
|
+
"core.createProjectQuestion.AIPluginManifest.title": "OpenAI 外掛程式資訊清單",
|
|
282
|
+
"core.createProjectQuestion.AIPluginManifest.placeholder": "輸入您的網站網域",
|
|
283
|
+
"core.createProjectQuestion.invalidUrl.message": "請輸入有效的 URL",
|
|
284
|
+
"core.createProjectQuestion.invalidDomain.message": "請輸入有效的網域",
|
|
285
|
+
"core.createProjectQuestion.apiSpec.operation.title": "選取作業",
|
|
286
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder": "只會列出具有單一參數且沒有驗證的 GET 與 POST 方法",
|
|
379
287
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "未列出 manifest.json 中定義的方法",
|
|
380
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "
|
|
381
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "
|
|
382
|
-
"core.createProjectQuestion.
|
|
383
|
-
"core.createProjectQuestion.
|
|
384
|
-
"core.createProjectQuestion.
|
|
385
|
-
"core.createProjectQuestion.
|
|
386
|
-
"core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
|
|
387
|
-
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
|
|
388
|
-
"core.createProjectQuestion.noPlugin.label": "No plugin",
|
|
389
|
-
"core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
|
|
390
|
-
"core.createProjectQuestion.addPlugin.label": "Add plugin",
|
|
391
|
-
"core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
|
|
392
|
-
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
393
|
-
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
288
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "API 規格無效。如需詳細資料,請查看輸出面板。",
|
|
289
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "API 規格無效。如需詳細資料,請查看[輸出面板](命令: 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\"。",
|
|
394
294
|
"core.aiBotOption.label": "AI 聊天機器人",
|
|
395
|
-
"core.aiBotOption.detail": "
|
|
295
|
+
"core.aiBotOption.detail": "使用 Teams AI 程式庫的聊天機器人",
|
|
396
296
|
"core.spfxFolder.title": "SPFx 解決方案資料夾",
|
|
397
|
-
"core.spfxFolder.placeholder": "
|
|
297
|
+
"core.spfxFolder.placeholder": "選取包含 SPFx 解決方案的資料夾",
|
|
398
298
|
"core.QuestionSelectTargetEnvironment.title": "選取環境",
|
|
399
299
|
"core.getQuestionNewTargetEnvironmentName.title": "新增環境名稱",
|
|
400
300
|
"core.getQuestionNewTargetEnvironmentName.placeholder": "新增環境名稱",
|
|
401
301
|
"core.getQuestionNewTargetEnvironmentName.validation1": "環境名稱只能包含字母、數字、_ 和 -。",
|
|
402
|
-
"core.getQuestionNewTargetEnvironmentName.validation3": "
|
|
302
|
+
"core.getQuestionNewTargetEnvironmentName.validation3": "無法建立環境 '%s'",
|
|
403
303
|
"core.getQuestionNewTargetEnvironmentName.validation4": "無法列出 env 設定",
|
|
404
304
|
"core.getQuestionNewTargetEnvironmentName.validation5": "專案環境 %s 已存在。",
|
|
405
305
|
"core.QuestionSelectSourceEnvironment.title": "選取要建立複本的環境",
|
|
406
306
|
"core.QuestionSelectResourceGroup.title": "選取資源群組",
|
|
407
307
|
"core.QuestionNewResourceGroupName.placeholder": "新增資源群組名稱",
|
|
408
308
|
"core.QuestionNewResourceGroupName.title": "新增資源群組名稱",
|
|
409
|
-
"core.QuestionNewResourceGroupName.validation": "
|
|
309
|
+
"core.QuestionNewResourceGroupName.validation": "名稱只可包含英數字元或符號 ._-()",
|
|
410
310
|
"core.QuestionNewResourceGroupLocation.title": "新資源群組的位置",
|
|
411
|
-
"core.
|
|
412
|
-
"core.
|
|
413
|
-
"core.question.workspaceFolder.title": "Workspace Folder",
|
|
414
|
-
"core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
|
|
415
|
-
"core.question.appName.title": "Application Name",
|
|
416
|
-
"core.question.appName.placeholder": "Input an application name",
|
|
311
|
+
"core.question.workspaceFolder.title": "工作區資料夾",
|
|
312
|
+
"core.question.workspaceFolder.placeholder": "選取將包含專案根資料夾的資料夾",
|
|
417
313
|
"core.ScratchOptionYes.label": "建立新的應用程式",
|
|
418
|
-
"core.ScratchOptionYes.detail": "
|
|
419
|
-
"core.ScratchOptionNo.label": "
|
|
420
|
-
"core.ScratchOptionNo.detail": "
|
|
314
|
+
"core.ScratchOptionYes.detail": "使用 Teams 工具組來建立新的 Teams 應用程式。",
|
|
315
|
+
"core.ScratchOptionNo.label": "從範本開始",
|
|
316
|
+
"core.ScratchOptionNo.detail": "使用現有範例作為新應用程式的起點。",
|
|
421
317
|
"core.RuntimeOptionNodeJS.detail": "快速 JavaScript 伺服器執行階段",
|
|
422
318
|
"core.RuntimeOptionDotNet.detail": "免費。跨平台。開放原始碼。",
|
|
423
319
|
"core.getRuntimeQuestion.title": "Teams 工具組: 為您的應用程式選取執行階段",
|
|
@@ -426,15 +322,8 @@
|
|
|
426
322
|
"core.SampleSelect.title": "從範本開始",
|
|
427
323
|
"core.SampleSelect.placeholder": "選取範例",
|
|
428
324
|
"core.SampleSelect.buttons.viewSamples": "檢視範例",
|
|
429
|
-
"core.question.pluginAvailability.title": "Select Plugin Availability",
|
|
430
|
-
"core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
|
|
431
|
-
"core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
|
|
432
|
-
"core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
|
|
433
|
-
"core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
|
|
434
|
-
"core.addAction.success": "Action \"%s\" added to the project successfully.",
|
|
435
|
-
"core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
|
|
436
325
|
"core.updateBotIdsQuestion.title": "設定用於偵錯的新 Bot",
|
|
437
|
-
"core.updateBotIdsQuestion.placeholder": "
|
|
326
|
+
"core.updateBotIdsQuestion.placeholder": "取消選取以保留 botId 的原始值。",
|
|
438
327
|
"core.updateBotIdForBot.description": "將 manifest.json 中的 botId %s 更新為「${{BOT_ID}}」",
|
|
439
328
|
"core.updateBotIdForMessageExtension.description": "將 manifest.json 中的 botId %s 更新為「${{BOT_ID}}」",
|
|
440
329
|
"core.updateBotIdForBot.label": "Bot",
|
|
@@ -443,41 +332,40 @@
|
|
|
443
332
|
"core.updateWebsiteUrlQuestion.title": "設定用於偵錯的網站 URL",
|
|
444
333
|
"core.updateContentUrlOption.description": "將內容 URL 從 %s 更新為 %s",
|
|
445
334
|
"core.updateWebsiteUrlOption.description": "將網站 URL 從 %s 更新為 %s",
|
|
446
|
-
"core.updateUrlQuestion.placeholder": "
|
|
335
|
+
"core.updateUrlQuestion.placeholder": "取消選取以保留原始 URL",
|
|
447
336
|
"core.SingleSignOnOption.label": "單一登入",
|
|
448
337
|
"core.SingleSignOnOption.detail": "為 Teams 啟動頁面和 Bot 功能開發單一登入功能",
|
|
449
|
-
"core.getUserEmailQuestion.title": "
|
|
450
|
-
"core.getUserEmailQuestion.validation1": "
|
|
451
|
-
"core.getUserEmailQuestion.validation2": "
|
|
338
|
+
"core.getUserEmailQuestion.title": "將相同 Microsoft 365 租用戶下之帳戶的擁有者新增至 Teams/AAD 應用程式 (電子郵件)",
|
|
339
|
+
"core.getUserEmailQuestion.validation1": "電子郵件地址不可為 Null 或空白",
|
|
340
|
+
"core.getUserEmailQuestion.validation2": "請將 [UserName] 變更為實際使用者名稱",
|
|
452
341
|
"core.collaboration.error.failedToLoadDotEnvFile": "無法載入您的 .env 檔案。原因: %s",
|
|
453
|
-
"core.selectAadAppManifestQuestion.title": "
|
|
454
|
-
"core.selectTeamsAppManifestQuestion.title": "
|
|
455
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
342
|
+
"core.selectAadAppManifestQuestion.title": "選取 Azure Active Directory manifest.json 檔案",
|
|
343
|
+
"core.selectTeamsAppManifestQuestion.title": "選取 Teams manifest.json 檔案",
|
|
344
|
+
"core.selectTeamsAppPackageQuestion.title": "選取 Teams 應用程式套件檔案",
|
|
456
345
|
"core.selectLocalTeamsAppManifestQuestion.title": "選取本機 Teams manifest.json 檔案",
|
|
457
|
-
"core.selectCollaborationAppTypeQuestion.title": "
|
|
346
|
+
"core.selectCollaborationAppTypeQuestion.title": "選取您想要管理共同作業者的應用程式",
|
|
458
347
|
"core.selectValidateMethodQuestion.validate.selectTitle": "選取驗證方法",
|
|
459
348
|
"core.selectValidateMethodQuestion.validate.schemaOption": "使用資訊清單結構描述驗證",
|
|
349
|
+
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "使用資訊清單結構描述驗證",
|
|
460
350
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "使用驗證規則驗證應用程式套件",
|
|
461
|
-
"core.selectValidateMethodQuestion.validate.
|
|
462
|
-
"core.
|
|
463
|
-
"core.
|
|
464
|
-
"core.aadAppQuestion.
|
|
465
|
-
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
351
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "使用驗證規則驗證應用程式套件",
|
|
352
|
+
"core.confirmManifestQuestion.placeholder": "確認資訊清單已正確選取顯示",
|
|
353
|
+
"core.aadAppQuestion.label": "Azure Active Directory 應用程式",
|
|
354
|
+
"core.aadAppQuestion.description": "適用於單一登入的 Azure Active Directory 應用程式",
|
|
466
355
|
"core.teamsAppQuestion.label": "Teams 應用程式",
|
|
467
356
|
"core.teamsAppQuestion.description": "您的 Teams 應用程式",
|
|
468
357
|
"core.M365SsoLaunchPageOptionItem.label": "以 Fluent UI 傳送表情符號",
|
|
469
358
|
"core.M365SsoLaunchPageOptionItem.detail": "使用 Fluent UI React 元件來取得 Teams 外觀和風格的 Web 應用程式",
|
|
470
359
|
"core.M365SearchAppOptionItem.label": "自訂搜尋結果",
|
|
471
360
|
"core.M365SearchAppOptionItem.detail": "直接在搜尋或聊天區域的 Teams 和 Outlook 搜尋結果中顯示資料",
|
|
472
|
-
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
|
|
473
361
|
"core.SearchAppOptionItem.detail": "直接在搜尋或聊天區域的 Teams 搜尋結果中顯示資料",
|
|
474
362
|
"core.M365HostQuestion.title": "平台",
|
|
475
363
|
"core.M365HostQuestion.placeholder": "選取平台以預覽應用程式",
|
|
476
364
|
"core.options.separator.additional": "其他功能",
|
|
477
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "Teams
|
|
478
|
-
"core.common.LifecycleComplete.provision": "%s/%s
|
|
479
|
-
"core.common.LifecycleComplete.deploy": "%s/%s
|
|
480
|
-
"core.common.LifecycleComplete.publish": "%s/%s
|
|
365
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "已成功準備 Teams 應用程式。",
|
|
366
|
+
"core.common.LifecycleComplete.provision": "已成功在佈建階段執行 %s/%s 個動作。",
|
|
367
|
+
"core.common.LifecycleComplete.deploy": "已成功在部署階段執行 %s/%s 個動作。",
|
|
368
|
+
"core.common.LifecycleComplete.publish": "已成功在發佈階段執行 %s/%s 個動作。",
|
|
481
369
|
"core.common.TeamsMobileDesktopClientName": "Teams 桌面,行動用戶端識別碼",
|
|
482
370
|
"core.common.TeamsWebClientName": "Teams Web 用戶端識別碼",
|
|
483
371
|
"core.common.OfficeDesktopClientName": "適用於桌面用戶端識別碼的 Microsoft 365 應用程式",
|
|
@@ -486,51 +374,18 @@
|
|
|
486
374
|
"core.common.OutlookDesktopClientName": "Outlook 桌面用戶端識別碼",
|
|
487
375
|
"core.common.OutlookWebClientName1": "Outlook Web 存取用戶端識別碼 1",
|
|
488
376
|
"core.common.OutlookWebClientName2": "Outlook Web 存取用戶端識別碼 2",
|
|
489
|
-
"core.common.CancelledMessage": "
|
|
490
|
-
"core.common.
|
|
491
|
-
"core.common.
|
|
492
|
-
"core.common.
|
|
493
|
-
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
377
|
+
"core.common.CancelledMessage": "已取消作業。",
|
|
378
|
+
"core.common.SpecVersionNotSupported": "不支援低於 3.0.0 的 OpenAPI 版本。",
|
|
379
|
+
"core.common.NoServerInformation": "OpenAPI 規格檔案中找不到任何伺服器資訊。",
|
|
380
|
+
"core.common.MultipleServerInformation": "OpenAPI 規格檔案中找到多個伺服器資訊。",
|
|
494
381
|
"core.common.RemoteRefNotSupported": "不支援遠端參照: %s。",
|
|
495
382
|
"core.common.MissingOperationId": "遺漏 operationIds: %s。",
|
|
496
|
-
"core.common.NoSupportedApi": "
|
|
497
|
-
"core.common.
|
|
498
|
-
"core.common.
|
|
499
|
-
"core.common.
|
|
500
|
-
"core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
|
|
501
|
-
"core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
|
|
502
|
-
"core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
|
|
503
|
-
"core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
|
|
504
|
-
"core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
|
|
505
|
-
"core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
|
|
506
|
-
"core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
|
|
507
|
-
"core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
|
|
508
|
-
"core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
|
|
509
|
-
"core.common.invalidReason.NoParameter": "no parameter",
|
|
510
|
-
"core.common.invalidReason.NoAPIInfo": "no API info",
|
|
511
|
-
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
512
|
-
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
513
|
-
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
514
|
-
"core.common.invalidReason.CircularReference": "circular reference inside API definition",
|
|
515
|
-
"core.common.UrlProtocolNotSupported": "伺服器 URL 不正確: 不支援通訊協定 %s,請改為使用 HTTPs 通訊協定。",
|
|
516
|
-
"core.common.RelativeServerUrlNotSupported": "伺服器 URL 不正確: 不支援相對伺服器 URL。",
|
|
517
|
-
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
518
|
-
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
519
|
-
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
520
|
-
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
521
|
-
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
522
|
-
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
523
|
-
"core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
|
|
524
|
-
"core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
|
|
525
|
-
"core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
|
|
526
|
-
"core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
|
|
527
|
-
"core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
|
|
528
|
-
"core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
383
|
+
"core.common.NoSupportedApi": "OpenAPI 規格檔案中找不到支援的 API。",
|
|
384
|
+
"core.common.AdditionalPropertiesNotSupported": "不支援 'additionalProperties',將予以忽略。",
|
|
385
|
+
"core.common.SchemaNotSupported": "不支援 'oneOf'、'anyOf' 和 'not' 結構描述: %s。",
|
|
386
|
+
"core.common.UnknownSchema": "未知的結構描述: %s。",
|
|
529
387
|
"core.importAddin.label": "匯入現有的 Outlook 增益集",
|
|
530
388
|
"core.importAddin.detail": "將增益集專案升級至最新的應用程式資訊清單和專案結構",
|
|
531
|
-
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
532
|
-
"core.officeContentAddin.label": "Content Add-in",
|
|
533
|
-
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
534
389
|
"core.newTaskpaneAddin.label": "工作窗格",
|
|
535
390
|
"core.newTaskpaneAddin.detail": "在工作窗格中使用按鈕和內嵌內容來自訂 [功能區]",
|
|
536
391
|
"core.summary.actionDescription": "動作 %s%s",
|
|
@@ -543,47 +398,6 @@
|
|
|
543
398
|
"core.summary.actionSucceeded": "已成功執行 %s。",
|
|
544
399
|
"core.summary.createdEnvFile": "環境檔案已建立於下列位置: ",
|
|
545
400
|
"core.copilot.addAPI.success": "已成功將 %s 新增至 %s",
|
|
546
|
-
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
547
|
-
"core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
548
|
-
"core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
|
|
549
|
-
"core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
|
|
550
|
-
"core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
|
|
551
|
-
"core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
|
|
552
|
-
"core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
|
|
553
|
-
"core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
|
|
554
|
-
"core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
|
|
555
|
-
"core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
|
|
556
|
-
"core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
|
|
557
|
-
"core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
|
|
558
|
-
"core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
|
|
559
|
-
"core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
|
|
560
|
-
"core.uninstallQuestion.manifestId": "Manifest ID",
|
|
561
|
-
"core.uninstallQuestion.env": "Environment",
|
|
562
|
-
"core.uninstallQuestion.titleId": "Title ID",
|
|
563
|
-
"core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
|
|
564
|
-
"core.uninstallQuestion.manifestIdMode": "Manifest ID",
|
|
565
|
-
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
|
|
566
|
-
"core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
|
|
567
|
-
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
|
|
568
|
-
"core.uninstallQuestion.titleIdMode": "Title ID",
|
|
569
|
-
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
|
|
570
|
-
"core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
|
|
571
|
-
"core.uninstallQuestion.m365Option": "Microsoft 365 Application",
|
|
572
|
-
"core.uninstallQuestion.tdpOption": "App registration",
|
|
573
|
-
"core.uninstallQuestion.botOption": "Bot framework registration",
|
|
574
|
-
"core.uninstallQuestion.projectPath": "Project path",
|
|
575
|
-
"core.syncManifest.projectPath": "Project path",
|
|
576
|
-
"core.syncManifest.env": "Target Teams Toolkit Environment",
|
|
577
|
-
"core.syncManifest.teamsAppId": "Teams App ID (optional)",
|
|
578
|
-
"core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
|
|
579
|
-
"core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
|
|
580
|
-
"core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
|
|
581
|
-
"core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
|
|
582
|
-
"core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
|
|
583
|
-
"core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
|
|
584
|
-
"core.syncManifest.success": "Manifest synced to environment: %s successfully.",
|
|
585
|
-
"core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
|
|
586
|
-
"core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
|
|
587
401
|
"ui.select.LoadingOptionsPlaceholder": "正在載入選項...",
|
|
588
402
|
"ui.select.LoadingDefaultPlaceholder": "正在載入預設值...",
|
|
589
403
|
"error.aad.manifest.NameIsMissing": "遺漏名稱\n",
|
|
@@ -591,100 +405,89 @@
|
|
|
591
405
|
"error.aad.manifest.RequiredResourceAccessIsMissing": "requiredResourceAccess 遺失\n",
|
|
592
406
|
"error.aad.manifest.Oauth2PermissionsIsMissing": "oauth2Permissions 遺失\n",
|
|
593
407
|
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications 遺失\n",
|
|
594
|
-
"error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
|
|
595
|
-
"error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
|
|
596
|
-
"error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
|
|
597
|
-
"error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
|
|
598
408
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion 為 1\n",
|
|
599
409
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims 遺失\n",
|
|
600
410
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims 存取權杖未包含 idtyp 宣告\n",
|
|
601
|
-
"error.aad.manifest.AADManifestIssues": "
|
|
602
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "
|
|
603
|
-
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
411
|
+
"error.aad.manifest.AADManifestIssues": "AAD 資訊清單發生下列問題,可能會中斷 Teams 應用程式:\n",
|
|
412
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "啟用時,無法更新或刪除現有的權限。其中一個可能的原因是所選環境的 ACCESS_AS_USER_PERMISSION_ID 環境變數已變更。請確認您的權限識別碼與實際 AAD 應用程式相同,然後再試一次。\n",
|
|
604
413
|
"error.aad.manifest.UnknownResourceAppId": "未知的 resourceAppId %s",
|
|
605
414
|
"error.aad.manifest.UnknownResourceAccessType": "未知的 resourceAccess: %s",
|
|
606
|
-
"error.aad.manifest.UnknownResourceAccessId": "
|
|
415
|
+
"error.aad.manifest.UnknownResourceAccessId": "未知的 resourceAccess 識別碼: %s,如果您使用權限做為 resourceAccess 識別碼,請嘗試改用權限識別碼。",
|
|
607
416
|
"core.addSsoFiles.emptyProjectPath": "Project路徑是空的",
|
|
608
417
|
"core.addSsoFiles.FailedToCreateAuthFiles": "無法為新增 sso 建立檔案。詳細錯誤: %s。",
|
|
609
|
-
"core.getUserEmailQuestion.validation3": "
|
|
418
|
+
"core.getUserEmailQuestion.validation3": "電子郵件地址不正確",
|
|
610
419
|
"plugins.bot.ErrorSuggestions": "建議: %s",
|
|
611
420
|
"plugins.bot.InvalidValue": "%s 無效,值: %s",
|
|
612
|
-
"plugins.bot.SomethingIsMissing": "%s
|
|
421
|
+
"plugins.bot.SomethingIsMissing": "遺漏 %s。",
|
|
613
422
|
"plugins.bot.FailedToProvision": "無法佈建 %s。",
|
|
614
423
|
"plugins.bot.FailedToUpdateConfigs": "無法更新 %s 的設定",
|
|
615
|
-
"plugins.bot.BotRegistrationNotFoundWith": "
|
|
424
|
+
"plugins.bot.BotRegistrationNotFoundWith": "找不到 botId 為 %s 的 Bot 註冊。按一下 [取得協助] 按鈕,深入了解如何檢查 Bot 註冊。",
|
|
616
425
|
"plugins.bot.BotResourceExists": "Bot 資源已存在於 %s,請略過建立 Bot 資源。",
|
|
617
426
|
"plugins.bot.FailRetrieveAzureCredentials": "無法擷取 Azure 認證。",
|
|
618
|
-
"plugins.bot.ProvisionBotRegistration": "Bot
|
|
619
|
-
"plugins.bot.ProvisionBotRegistrationSuccess": "Bot
|
|
620
|
-
"plugins.bot.CheckLogAndFix": "
|
|
427
|
+
"plugins.bot.ProvisionBotRegistration": "佈建 Bot 註冊。",
|
|
428
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "已成功佈建 Bot 註冊。",
|
|
429
|
+
"plugins.bot.CheckLogAndFix": "請檢查登入輸出面板,並嘗試修正此問題。",
|
|
621
430
|
"plugins.bot.AppStudioBotRegistration": "開發人員入口網站 Bot 註冊",
|
|
622
|
-
"plugins.function.getTemplateFromLocal": "
|
|
623
|
-
"error.depChecker.DefaultErrorMessage": "
|
|
624
|
-
"depChecker.learnMoreButtonText": "
|
|
431
|
+
"plugins.function.getTemplateFromLocal": "無法從 Github 取得最新的範本,正在嘗試使用本機範本。",
|
|
432
|
+
"error.depChecker.DefaultErrorMessage": "手動安裝必要的相依性。",
|
|
433
|
+
"depChecker.learnMoreButtonText": "深入了解",
|
|
625
434
|
"depChecker.needInstallNpm": "您必須安裝 NPM 才能對本機函式進行偵錯。",
|
|
626
435
|
"depChecker.failToValidateFuncCoreTool": "安裝後無法驗證 Azure Functions Core Tools。",
|
|
627
|
-
"depChecker.symlinkDirAlreadyExist": "
|
|
628
|
-
"depChecker.portableFuncNodeNotMatched": "
|
|
629
|
-
"depChecker.invalidFuncVersion": "
|
|
630
|
-
"depChecker.noSentinelFile": "Azure Functions Core Tools
|
|
436
|
+
"depChecker.symlinkDirAlreadyExist": "symlink 的目的地已存在",
|
|
437
|
+
"depChecker.portableFuncNodeNotMatched": "您的 Node.js (@NodeVersion) 與 Teams 工具組 Azure Functions Core Tools (@FuncVersion) 不相容。",
|
|
438
|
+
"depChecker.invalidFuncVersion": "版本 %s 的格式無效。",
|
|
439
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools 安裝未完成。",
|
|
631
440
|
"depChecker.funcVersionNotMatch": "Azure Functions Core Tools 的版本 (%s) 與指定的版本範圍 (%s) 不相容。",
|
|
632
|
-
"depChecker.finishInstallBicep": "@NameVersion
|
|
633
|
-
"depChecker.downloadDotnet": "
|
|
441
|
+
"depChecker.finishInstallBicep": "已成功安裝 @NameVersion。",
|
|
442
|
+
"depChecker.downloadDotnet": "正在下載並安裝可攜式版本的 @NameVersion,此版本將會安裝到 @InstallDir,不會影響您的環境。",
|
|
634
443
|
"depChecker.downloadBicep": "正在下載並安裝可攜式版本的 @NameVersion,此版本將會安裝到 @InstallDir,不會影響您的環境。",
|
|
635
|
-
"depChecker.finishInstallDotnet": "@NameVersion
|
|
444
|
+
"depChecker.finishInstallDotnet": "已成功安裝 @NameVersion。",
|
|
636
445
|
"depChecker.useGlobalDotnet": "從 PATH 使用 dotnet:",
|
|
637
446
|
"depChecker.dotnetInstallStderr": "dotnet-install 命令失敗,沒有錯誤結束代碼,但發生非空白的標準錯誤。",
|
|
638
447
|
"depChecker.dotnetInstallErrorCode": "dotnet-install 命令失敗。",
|
|
639
448
|
"depChecker.NodeNotFound": "找不到 Node.js。已在 package.json 中指定支援的節點版本。移至 %s 以安裝支援的 Node.js。安裝完成後,請重新啟動所有 Visual Studio Code 執行個體。",
|
|
640
449
|
"depChecker.V3NodeNotSupported": "Node.js (%s) 不是正式支援的版本 (%s)。您的專案可能仍可繼續運作,但建議您安裝支援的版本。已在 package.json 中指定支援的節點版本。請移至 %s 以安裝支援的 Node.js。",
|
|
641
450
|
"depChecker.NodeNotLts": "Node.js (%s) 不是 LTS 版本 (%s)。請移至 %s 以安裝 LTS Node.js。",
|
|
642
|
-
"depChecker.dotnetNotFound": "
|
|
643
|
-
"depChecker.depsNotFound": "
|
|
644
|
-
"depChecker.linuxDepsNotFound": "
|
|
645
|
-
"depChecker.linuxDepsNotFoundHelpLinkMessage": "
|
|
451
|
+
"depChecker.dotnetNotFound": "找不到 @NameVersion。有關為何需要 .NET SDK 的詳細資料,請參閱 @HelpLink",
|
|
452
|
+
"depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。\n\n按一下 [安裝] 以安裝 @InstallPackages。",
|
|
453
|
+
"depChecker.linuxDepsNotFound": "找不到 @SupportedPackages。手動安裝 @SupportedPackages 並重新啟動 Visual Studio Code。",
|
|
454
|
+
"depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams 工具組需要這些相依性。",
|
|
646
455
|
"depChecker.failToDownloadFromUrl": "無法從 '@Url' 下載檔案,HTTP 狀態為 '@Status'。",
|
|
647
|
-
"depChecker.failToValidateVxTestAppInstallOptions": "
|
|
456
|
+
"depChecker.failToValidateVxTestAppInstallOptions": "影片擴充性測試應用程式必要條件檢查程式的引數無效。請檢查 tasks.json 檔案。",
|
|
648
457
|
"depChecker.failToValidateVxTestApp": "無法在安裝後驗證影片擴充性測試應用程式。",
|
|
649
|
-
"depChecker.testToolVersionNotMatch": "Teams App 測試工具的版本 (%s) 與指定的版本範圍 (%s) 不相容。",
|
|
650
|
-
"depChecker.failedToValidateTestTool": "安裝後無法驗證 Teams 應用程式測試工具。%s",
|
|
651
458
|
"error.driver.outputEnvironmentVariableUndefined": "未定義輸出環境變數名稱。",
|
|
652
|
-
"driver.aadApp.description.create": "
|
|
653
|
-
"driver.aadApp.description.update": "
|
|
459
|
+
"driver.aadApp.description.create": "建立 Azure Active Directory 應用程式以驗證使用者",
|
|
460
|
+
"driver.aadApp.description.update": "將 Azure Active Directory 應用程式資訊清單套用到現有的應用程式",
|
|
654
461
|
"driver.aadApp.error.missingEnv": "未設定環境變數 %s。",
|
|
655
462
|
"driver.aadApp.error.generateSecretFailed": "無法產生用戶端密碼。",
|
|
656
|
-
"driver.aadApp.error.invalidFieldInManifest": "
|
|
657
|
-
"driver.aadApp.
|
|
658
|
-
"driver.aadApp.
|
|
659
|
-
"driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
|
|
660
|
-
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
661
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
463
|
+
"driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory 應用程式資訊清單中的欄位 %s 遺失或無效。",
|
|
464
|
+
"driver.aadApp.progressBar.createAadAppTitle": "正在建立 Azure Active Directory 應用程式...",
|
|
465
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "正在更新 Azure Active Directory 應用程式...",
|
|
662
466
|
"driver.aadApp.log.startExecuteDriver": "正在執行動作 %s",
|
|
663
467
|
"driver.aadApp.log.successExecuteDriver": "動作 %s 已成功執行。",
|
|
664
468
|
"driver.aadApp.log.failExecuteDriver": "無法執行動作 %s。錯誤訊息: %s",
|
|
665
|
-
"driver.aadApp.log.startCreateAadApp": "
|
|
666
|
-
"driver.aadApp.log.successCreateAadApp": "
|
|
667
|
-
"driver.aadApp.log.skipCreateAadApp": "
|
|
668
|
-
"driver.aadApp.log.startGenerateClientSecret": "
|
|
669
|
-
"driver.aadApp.log.successGenerateClientSecret": "
|
|
670
|
-
"driver.aadApp.log.skipGenerateClientSecret": "
|
|
671
|
-
"driver.aadApp.log.outputAadAppManifest": "
|
|
672
|
-
"driver.aadApp.log.successUpdateAadAppManifest": "
|
|
673
|
-
"
|
|
674
|
-
"botRegistration.
|
|
675
|
-
"botRegistration.log.
|
|
676
|
-
"botRegistration.log.
|
|
677
|
-
"
|
|
678
|
-
"driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
|
|
469
|
+
"driver.aadApp.log.startCreateAadApp": "環境變數 %s 不存在,正在建立新的 Azure Active Directory 應用程式...",
|
|
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 應用程式。",
|
|
679
482
|
"driver.botAadApp.log.startExecuteDriver": "正在執行動作 %s",
|
|
680
483
|
"driver.botAadApp.log.successExecuteDriver": "動作 %s 已成功執行。",
|
|
681
484
|
"driver.botAadApp.log.failExecuteDriver": "無法執行動作 %s。錯誤訊息: %s",
|
|
682
|
-
"driver.botAadApp.log.successCreateBotAad": "
|
|
683
|
-
"driver.botAadApp.log.useExistingBotAad": "
|
|
485
|
+
"driver.botAadApp.log.successCreateBotAad": "已建立用戶端識別碼為 %s 的 Azure Active Directory 應用程式",
|
|
486
|
+
"driver.botAadApp.log.useExistingBotAad": "已使用用戶端識別碼為 %s 的現有 Azure Active Directory 應用程式",
|
|
684
487
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot 密碼是空的。將其新增到 env 檔案或清除 Bot 識別碼,以重新產生 Bot 識別碼/密碼組。動作: %s。",
|
|
685
488
|
"driver.arm.description.deploy": "將指定的 ARM 範本部署到 Azure。",
|
|
686
489
|
"driver.arm.deploy.progressBar.message": "正在將 ARM 範本部署至 Azure...",
|
|
687
|
-
"debug.warningMessage": "
|
|
490
|
+
"debug.warningMessage": "若要偵錯 Teams 中的應用程式,您的 localhost 伺服器必須位於 HTTPS 上。\n若要讓 Teams 信任工具組所使用的自我簽署 SSL 憑證,自我簽署憑證必須新增至您的憑證存放區。\n 您可以略過此步驟,但您必須在 Teams 中對應用程式進行偵錯時,在新的瀏覽器視窗中手動信任安全連線。\n如需詳細資訊 \"https://aka.ms/teamsfx-ca-certificate\"。",
|
|
688
491
|
"debug.warningMessage2": " 安裝憑證時,可能會要求您提供帳戶憑證。",
|
|
689
492
|
"debug.install": "安裝",
|
|
690
493
|
"driver.spfx.deploy.description": "將 SPFx 套件部署至 SharePoint 應用程式目錄。",
|
|
@@ -693,99 +496,81 @@
|
|
|
693
496
|
"driver.spfx.deploy.deployPackage": "將 SPFx 套件部署到您的租用戶應用程式目錄。",
|
|
694
497
|
"driver.spfx.deploy.skipCreateAppCatalog": "略過建立 SharePoint 應用程式目錄。",
|
|
695
498
|
"driver.spfx.deploy.uploadPackage": "將 SPFx 套件上傳到您的租用戶應用程式目錄。",
|
|
696
|
-
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint
|
|
697
|
-
"driver.spfx.warn.noTenantAppCatalogFound": "
|
|
698
|
-
"driver.spfx.error.failedToGetAppCatalog": "
|
|
499
|
+
"driver.spfx.info.tenantAppCatalogCreated": "已建立 SharePoint 租用戶應用程式目錄 %s,請稍候數分鐘以啟用。",
|
|
500
|
+
"driver.spfx.warn.noTenantAppCatalogFound": "找不到租用戶應用程式目錄,請重試: %s",
|
|
501
|
+
"driver.spfx.error.failedToGetAppCatalog": "建立後無法取得應用程式目錄網站 URL。您可能需要等候數分鐘,然後再試一次。",
|
|
699
502
|
"driver.spfx.error.noValidAppCatelog": "您的租用戶中沒有有效的應用程式目錄。如果您希望 Teams 工具組為您建立屬性,或者您可以自行建立,您可以將 %s 中的屬性 'createAppCatalogIfNotExist' 更新為 true。",
|
|
700
503
|
"driver.spfx.add.description": "將其他網頁組件新增至 SPFx 專案",
|
|
701
|
-
"driver.spfx.add.successNotice": "
|
|
504
|
+
"driver.spfx.add.successNotice": "網頁組件 %s 已成功新增至專案中。",
|
|
702
505
|
"driver.spfx.add.progress.title": "Scaffolding 網頁組件",
|
|
703
506
|
"driver.spfx.add.progress.scaffoldWebpart": "使用 Yeoman CLI 產生 SPFx 網頁組件",
|
|
704
507
|
"driver.prerequisite.error.funcInstallationError": "無法檢查及安裝 Azure Functions Core Tools。",
|
|
705
508
|
"driver.prerequisite.error.dotnetInstallationError": "無法檢查和安裝 .NET Core SDK。",
|
|
706
|
-
"driver.prerequisite.error.testToolInstallationError": "無法檢查並安裝 Teams 應用程式測試工具。",
|
|
707
509
|
"driver.prerequisite.description": "正在安裝相依性",
|
|
708
510
|
"driver.prerequisite.progressBar": "檢查並安裝開發工具。",
|
|
709
511
|
"driver.prerequisite.summary.devCert.trusted.succuss": "已安裝 localhost 的開發憑證。",
|
|
710
512
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "已產生 localhost 的開發憑證。",
|
|
711
513
|
"driver.prerequisite.summary.devCert.skipped": "略過信任 localhost 的開發憑證。",
|
|
712
|
-
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools
|
|
713
|
-
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools
|
|
514
|
+
"driver.prerequisite.summary.func.installedWithPath": "在 %s 安裝 Azure Functions Core Tools。",
|
|
515
|
+
"driver.prerequisite.summary.func.installed": "安裝 Azure Functions Core Tools。",
|
|
714
516
|
"driver.prerequisite.summary.dotnet.installedWithPath": "已在 %s 安裝 .NET Core SDK。",
|
|
715
517
|
"driver.prerequisite.summary.dotnet.installed": "已安裝 .NET Core SDK。",
|
|
716
|
-
"driver.
|
|
717
|
-
"driver.
|
|
718
|
-
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
719
|
-
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
518
|
+
"driver.file.createOrUpdateEnvironmentFile.description": "建立變數或將變數更新至環境檔案。",
|
|
519
|
+
"driver.file.createOrUpdateEnvironmentFile.summary": "已成功將變數產生至 %s。",
|
|
720
520
|
"driver.file.createOrUpdateJsonFile.description": "建立或更新 JSON 檔案。",
|
|
721
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
521
|
+
"driver.file.createOrUpdateJsonFile.summary": "已成功將 json 檔案產生至 %s。",
|
|
722
522
|
"driver.file.progressBar.appsettings": "正在產生 json 檔案...",
|
|
723
523
|
"driver.file.progressBar.env": "正在產生環境變數...",
|
|
724
|
-
"driver.deploy.error.restartWebAppError": "
|
|
725
|
-
"driver.deploy.notice.deployAcceleration": "
|
|
524
|
+
"driver.deploy.error.restartWebAppError": "無法重新啟動 Web 應用程式。\n如果應用程式無法正常運作,請嘗試手動重新啟動 Web 應用程式。",
|
|
525
|
+
"driver.deploy.notice.deployAcceleration": "部署至 Azure App Service 需要很長的時間。請考慮參考此文件來最佳化您的部署:",
|
|
726
526
|
"driver.deploy.notice.deployDryRunComplete": "部署準備已完成。您可以在 '%s' 找到套件",
|
|
727
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "
|
|
728
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "
|
|
729
|
-
"driver.deploy.azureStorageDeployDetailSummary": "
|
|
730
|
-
"driver.deploy.enableStaticWebsiteSummary": "Azure
|
|
731
|
-
"driver.deploy.
|
|
732
|
-
"driver.deploy.deployToAzureAppServiceDescription": "將專案部署到 Azure App Service。",
|
|
527
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "已成功將 '%s' 部署至 Azure App Service。",
|
|
528
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "已成功將 '%s' 部署到 Azure Functions。",
|
|
529
|
+
"driver.deploy.azureStorageDeployDetailSummary": "已成功將 '%s' 部署到 Azure 儲存體。",
|
|
530
|
+
"driver.deploy.enableStaticWebsiteSummary": "Azure 儲存體成功啟用靜態網站。",
|
|
531
|
+
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
|
|
733
532
|
"driver.deploy.deployToAzureFunctionsDescription": "將專案部署到 Azure Functions。",
|
|
734
533
|
"driver.deploy.deployToAzureStorageDescription": "將專案部署到 Azure 儲存體。",
|
|
735
|
-
"driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
|
|
736
534
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "在 Azure 儲存體中啟用靜態網站設定。",
|
|
737
535
|
"driver.common.suggestion.retryLater": "請再試一次。",
|
|
738
536
|
"driver.common.FailRetrieveAzureCredentialsRemoteError": "由於遠端服務錯誤,因此無法擷取 Azure 認證。",
|
|
739
537
|
"driver.script.dotnetDescription": "正在執行 dotnet 命令。",
|
|
740
538
|
"driver.script.npmDescription": "部署 npm 命令。",
|
|
741
539
|
"driver.script.npxDescription": "正在執行 npx 命令。",
|
|
742
|
-
"driver.script.runCommandSummary": "
|
|
743
|
-
"driver.m365.acquire.description": "
|
|
540
|
+
"driver.script.runCommandSummary": "在 '%s' 成功執行 '%s' 命令。",
|
|
541
|
+
"driver.m365.acquire.description": "使用應用程式套件取得 Microsoft 365 標題",
|
|
744
542
|
"driver.m365.acquire.progress.message": "正在使用應用程式套件取得 Microsoft 365 標題...",
|
|
745
|
-
"driver.m365.acquire.summary": "Microsoft 365
|
|
543
|
+
"driver.m365.acquire.summary": "已成功取得 Microsoft 365 標題 (%s)。",
|
|
746
544
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "將產生的 Teams 應用程式套件複製到 SPFx 解決方案。",
|
|
747
|
-
"driver.teamsApp.description.createDriver": "
|
|
748
|
-
"driver.teamsApp.description.updateDriver": "
|
|
749
|
-
"driver.teamsApp.description.publishDriver": "
|
|
750
|
-
"driver.teamsApp.description.validateDriver": "
|
|
751
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
545
|
+
"driver.teamsApp.description.createDriver": "建立 Teams 應用程式。",
|
|
546
|
+
"driver.teamsApp.description.updateDriver": "更新 Teams 應用程式。",
|
|
547
|
+
"driver.teamsApp.description.publishDriver": "將 Teams 應用程式發佈到租用戶應用程式目錄。",
|
|
548
|
+
"driver.teamsApp.description.validateDriver": "驗證 Teams 應用程式。",
|
|
549
|
+
"driver.teamsApp.description.createAppPackageDriver": "建置 Teams 應用程式套件。",
|
|
752
550
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "正在將 Teams 應用程式套件複製到 SPFx 解決方案...",
|
|
753
551
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "正在建立 Teams 應用程式...",
|
|
754
552
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "正在更新 Teams 應用程式...",
|
|
755
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
553
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "正在檢查 Teams 應用程式是否已提交至租用戶應用程式目錄",
|
|
756
554
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "更新已發佈的 Teams 應用程式",
|
|
757
555
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "正在發佈 Teams 應用程式...",
|
|
758
|
-
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
759
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
|
|
760
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
|
|
761
556
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "具有識別碼為 %s 的 Teams 應用程式已存在,略過建立新的 Teams 應用程式。",
|
|
762
557
|
"driver.teamsApp.summary.publishTeamsAppExists": "識別碼為 %s 的 Teams 應用程式已存在於組織的 App Store 中。",
|
|
763
558
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "識別碼為 %s 的 Teams 應用程式不存在於組織的 App Store 中。",
|
|
764
559
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "已成功將 Teams 應用程式 %s 發佈到系統管理入口網站。",
|
|
765
560
|
"driver.teamsApp.summary.copyAppPackageSuccess": "已成功將 Teams 應用程式 %s 複製到 %s。",
|
|
766
561
|
"driver.teamsApp.summary.copyIconSuccess": "已順利在 %s 下更新 %s 圖示。",
|
|
767
|
-
"driver.teamsApp.summary.validate": "Teams Toolkit
|
|
768
|
-
"driver.teamsApp.summary.
|
|
769
|
-
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
770
|
-
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
771
|
-
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
|
|
772
|
-
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
|
|
562
|
+
"driver.teamsApp.summary.validate": "Teams 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",
|
|
773
564
|
"driver.teamsApp.summary.validate.succeed": "%s 已通過",
|
|
774
565
|
"driver.teamsApp.summary.validate.failed": "%s 失敗。",
|
|
775
566
|
"driver.teamsApp.summary.validate.warning": "%s 警告",
|
|
776
|
-
"driver.teamsApp.summary.validate.skipped": "%s skipped",
|
|
777
567
|
"driver.teamsApp.summary.validate.all": "全部",
|
|
778
|
-
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
|
|
779
|
-
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
780
|
-
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
781
568
|
"driver.teamsApp.validate.result": "Teams 工具組已完成針對驗證規則檢查您的應用程式套件。%s。",
|
|
782
569
|
"driver.teamsApp.validate.result.display": "Teams 工具組已完成檢查您的應用程式套件與驗證規則。%s。請查看 [輸出面板](command:fx-extension.showOutputChannel) 以尋找詳細資料。",
|
|
783
570
|
"error.teamsApp.validate.apiFailed": "Teams 應用程式套件驗證失敗,因為 %s",
|
|
784
571
|
"error.teamsApp.validate.apiFailed.display": "Teams 應用程式套件驗證失敗。如需詳細資料,請檢查 [輸出面板](command:fx-extension.showOutputChannel)。",
|
|
785
|
-
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
786
572
|
"error.teamsApp.AppIdNotExistError": "Teams 開發人員入口網站中不存在識別碼為 %s 的 Teams 應用程式。",
|
|
787
573
|
"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.",
|
|
789
574
|
"driver.botFramework.description": "在 dev.botframework.com 上建立或更新 Bot 註冊",
|
|
790
575
|
"driver.botFramework.summary.create": "已成功建立 Bot 註冊 (%s)。",
|
|
791
576
|
"driver.botFramework.summary.update": "已成功更新 Bot 註冊 (%s)。",
|
|
@@ -800,62 +585,53 @@
|
|
|
800
585
|
"error.yaml.LifeCycleUndefinedError": "生命週期 '%s' 未定義,yaml 檔案: %s",
|
|
801
586
|
"error.yaml.InvalidActionInputError": "無法完成 '%s' 動作,因為下列參數: %s,在提供的 yaml 檔案中遺失或具有無效值: %s。請確定已提供所需的參數,且具有有效的值,然後再試一次。",
|
|
802
587
|
"error.common.InstallSoftwareError": "無法安裝 %s。如果您使用 Visual Studio Code 中的工具組,您可以手動安裝並重新啟動 Visual Studio Code。",
|
|
803
|
-
"error.common.
|
|
804
|
-
"error.common.
|
|
805
|
-
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
|
|
806
|
-
"error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
|
|
588
|
+
"error.common.MissingEnvironmentVariablesError": "程式無法繼續,因為下列環境變數遺失: '%s',這是檔案: %s 所需的變數。請確定使用正確的名稱和值編輯 .env 檔案 '%s',或使用正確的名稱和值設定系統內容變數,來設定必要的變數。如果您是使用 Teams 工具組所建立的新專案進行開發,執行佈建或偵錯將為這些環境變數註冊的正確值。",
|
|
589
|
+
"error.common.InvalidProjectError": "此命令僅適用於由 Teams 工具組建立的專案。",
|
|
807
590
|
"error.common.FileNotFoundError": "找不到檔案或目錄: '%s'。請檢查它是否存在,以及您是否有存取它的權限。",
|
|
808
591
|
"error.common.JSONSyntaxError": "JSON 語法錯誤: %s。請檢查 JSON 語法,以確保其格式正確。",
|
|
809
592
|
"error.common.ReadFileError": "無法讀取檔案的原因: %s",
|
|
810
593
|
"error.common.UnhandledError": "執行 %s 工作時發生未預期的錯誤。%s",
|
|
811
594
|
"error.common.WriteFileError": "無法寫入檔案的原因: %s",
|
|
812
|
-
"error.common.FilePermissionError": "
|
|
595
|
+
"error.common.FilePermissionError": "不允許檔案作業,請確認您有必要的權限: %s",
|
|
813
596
|
"error.common.MissingRequiredInputError": "缺少必要的輸入: %s",
|
|
814
|
-
"error.common.InputValidationError": "
|
|
597
|
+
"error.common.InputValidationError": "輸入 '%s' 驗證失敗: %s",
|
|
815
598
|
"error.common.NoEnvFilesError": "找不到 .env 檔案。",
|
|
816
599
|
"error.common.MissingRequiredFileError": "遺失 %s 必要的檔案 `%s`",
|
|
817
|
-
"error.common.HttpClientError": "
|
|
818
|
-
"error.common.HttpServerError": "
|
|
819
|
-
"error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
|
|
600
|
+
"error.common.HttpClientError": "執行 %s 工作時發生 HTTP 用戶端錯誤。錯誤回應為: %s",
|
|
601
|
+
"error.common.HttpServerError": "執行 %s 工作時發生 HTTP 伺服器錯誤。請稍後再試。錯誤回應為: %s",
|
|
820
602
|
"error.common.ConcurrentError": "先前的工作仍在執行中。請等候上一個工作完成,然後再試一次。",
|
|
821
|
-
"error.
|
|
822
|
-
"error.
|
|
823
|
-
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
824
|
-
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
603
|
+
"error.upgrade.NoNeedUpgrade": "此專案已是最新狀態,不需要升級。",
|
|
604
|
+
"error.collaboration.InvalidManifestError": "由於缺少 'id' 金鑰,因此無法處理您的資訊清單檔 ('%s')。若要正確識別您的應用程式,請確定資訊清單檔中有 'id' 金鑰。",
|
|
825
605
|
"error.collaboration.FailedToLoadManifest": "無法載入資訊清單檔。原因: %s。",
|
|
826
|
-
"error.azure.InvalidAzureCredentialError": "
|
|
827
|
-
"error.azure.InvalidAzureSubscriptionError": "Azure
|
|
828
|
-
"error.azure.ResourceGroupConflictError": "
|
|
606
|
+
"error.azure.InvalidAzureCredentialError": "無法取得您的 Azure 認證。請確認您的 Azure 帳戶已經過正確驗證,然後再試一次。",
|
|
607
|
+
"error.azure.InvalidAzureSubscriptionError": "您目前的帳戶中沒有 Azure 訂用帳戶 '%s'。請確認已使用正確的 Azure 帳戶來登入,而且您擁有存取訂用帳戶的必要權限。",
|
|
608
|
+
"error.azure.ResourceGroupConflictError": "資源群組 '%s' 已存在訂用帳戶 '%s' 中。請考慮為任務選擇不同的名稱,或是使用現有的資源群組。",
|
|
829
609
|
"error.azure.SelectSubscriptionError": "無法選取目前帳戶中的訂用帳戶。",
|
|
830
|
-
"error.azure.ResourceGroupNotExistError": "
|
|
610
|
+
"error.azure.ResourceGroupNotExistError": "在訂用帳戶 '%s' 中找不到資源群組 '%s'。",
|
|
831
611
|
"error.azure.CreateResourceGroupError": "無法建立訂用帳戶 '%s' 中的資源群組 '%s' ,因為發生錯誤: %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
|
|
832
612
|
"error.azure.CheckResourceGroupExistenceError": "無法檢查訂用帳戶 '%s' 中資源群組 '%s' 是否存在,因為發生錯誤: %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
|
|
833
613
|
"error.azure.ListResourceGroupsError": "無法取得訂用帳戶 '%s' 中的資源群組 '%s' ,因為發生錯誤: %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
|
|
834
614
|
"error.azure.GetResourceGroupError": "無法取得訂閱 '%s' 中資源群組 '%s' 的資訊,因為發生錯誤: %s。\n如果錯誤訊息指定了原因,請修正錯誤,然後再試一次。",
|
|
835
615
|
"error.azure.ListResourceGroupLocationsError": "無法取得訂用帳戶 '%s' 的可用資源群組位置。",
|
|
836
|
-
"error.m365.M365TokenJSONNotFoundError": "
|
|
837
|
-
"error.m365.M365TenantIdNotFoundInTokenError": "
|
|
838
|
-
"error.m365.M365TenantIdNotMatchError": "
|
|
616
|
+
"error.m365.M365TokenJSONNotFoundError": "無法取得 Microsoft 365 權杖的 JSON 物件。請驗證您的帳戶已獲授權可存取租用戶,且權杖 JSON 物件有效。",
|
|
617
|
+
"error.m365.M365TenantIdNotFoundInTokenError": "無法取得權杖 JSON 物件中的 Microsoft 365 租用戶識別碼。請確認您的帳戶已獲授權可存取租用戶,且權杖 JSON 物件有效。",
|
|
618
|
+
"error.m365.M365TenantIdNotMatchError": "驗證失敗。您目前已登入 Microsoft 365 租用戶 '%s',這不同於 .env 檔案 (TEAMS_APP_TENANT_ID='%s') 中指定的租用戶。若要解決此問題並切換到您目前的已登入租用戶,請從 .env 檔案移除 '%s' 的值,然後再試一次。",
|
|
839
619
|
"error.arm.CompileBicepError": "無法編譯位於 JSON ARM 範本 '%s' 路徑中的 Bicep 檔案。傳回的錯誤訊息是: %s。請檢查 Bicep 檔案是否有任何語法或設定錯誤,然後再試一次。",
|
|
840
620
|
"error.arm.DownloadBicepCliError": "無法從 '%s' 下載 Bicep cli。錯誤訊息是: %s。請修正錯誤,然後再試一次。或移除設定檔 teamsapp.yml 中的 bicepCliVersion 設定,Teams 工具組將在 PATH 中使用 bicep CLI",
|
|
841
|
-
"error.arm.DeployArmError.Notification": "
|
|
842
|
-
"error.arm.DeployArmError": "
|
|
843
|
-
"error.arm.GetArmDeploymentError": "
|
|
844
|
-
"error.arm.ConvertArmOutputError": "
|
|
845
|
-
"error.deploy.DeployEmptyFolderError": "
|
|
846
|
-
"error.deploy.CheckDeploymentStatusTimeoutError": "
|
|
847
|
-
"error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
|
|
848
|
-
"error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
|
|
621
|
+
"error.arm.DeployArmError.Notification": "部署名稱: '%s' 的 ARM 範本無法在資源群組 '%s' 中部署。請參閱 [輸出面板](command:fx-extension.showOutputChannel) 以查看詳細資料。",
|
|
622
|
+
"error.arm.DeployArmError": "無法在資源群組 '%s' 中部署名稱為 '%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 入口網站中的部署記錄 (部署 -> 部署中心 -> 記錄),以識別任何可能發生的問題。",
|
|
849
627
|
"error.deploy.GetPublishingCredentialsError.Notification": "無法取得資源群組 '%s' 中應用程式 '%s' 的發佈認證。請參閱 [輸出面板](command:fx-extension.showOutputChannel) 以了解更多資訊。",
|
|
850
|
-
"error.deploy.GetPublishingCredentialsError": "
|
|
628
|
+
"error.deploy.GetPublishingCredentialsError": "無法取得資源群組 '%s' 中應用程式 '%s' 的發佈認證,原因: \n %s。\n 建議:\n 1. 確認應用程式名稱和資源群組名稱的拼字正確且有效。\n 2. 確認您的 Azure 帳戶具有存取 API 的必要權限。您可能需要提升您的角色,或向系統管理員要求其他權限。\n 3. 如果錯誤訊息包含特定原因 (例如驗證失敗或網路問題),請特別調查該問題以解決錯誤,然後再試一次。\n 4. 您可以在此頁面測試 API: '%s'",
|
|
851
629
|
"error.deploy.DeployZipPackageError.Notification": "無法將 zip 封裝部署至端點: '%s'。請參閱 [輸出面板](command:fx-extension.showOutputChannel) 以查看詳細資料,然後再試一次。",
|
|
852
|
-
"error.deploy.DeployZipPackageError": "
|
|
853
|
-
"error.deploy.CheckDeploymentStatusError": "
|
|
854
|
-
"error.deploy.DeployRemoteStartError": "
|
|
855
|
-
"error.script.ScriptTimeoutError": "
|
|
856
|
-
"error.script.
|
|
857
|
-
"error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
|
|
858
|
-
"error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
630
|
+
"error.deploy.DeployZipPackageError": "無法將 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",
|
|
859
635
|
"error.deploy.AzureStorageClearBlobsError.Notification": "無法清除 Azure 儲存體帳戶 '%s' 中的 BLOb 檔案。如需詳細資料,請參閱 [輸出面板](command:fx-extension.showOutputChannel)。",
|
|
860
636
|
"error.deploy.AzureStorageClearBlobsError": "無法清除 Azure 儲存體帳戶 '%s' 中的 Blob 檔案。來自 Azure 的錯誤回應為: \n %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
|
|
861
637
|
"error.deploy.AzureStorageUploadFilesError.Notification": "無法將本機資料夾 '%s' 上傳至 Azure 儲存體帳戶 '%s'。如需詳細資料,請參閱 [輸出面板](command:fx-extension.showOutputChannel)。",
|
|
@@ -866,38 +642,6 @@
|
|
|
866
642
|
"error.deploy.AzureStorageGetContainerPropertiesError": "無法取得 Azure 儲存體帳戶 '%s' 中的容器 '%s' 屬性,因為發生錯誤: %s。來自 Azure 的錯誤回應為: \n %s。\n如果錯誤訊息指定原因,請修正錯誤,然後再試一次。",
|
|
867
643
|
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "無法在 Azure 儲存體帳戶 '%s' 中設定容器 '%s' 的屬性,因為發生錯誤: %s。請參閱 [輸出面板](command:fx-extension.showOutputChannel) 以查看詳細資料。",
|
|
868
644
|
"error.deploy.AzureStorageSetContainerPropertiesError": "無法在 Azure 儲存體帳戶 '%s' 中設定容器 '%s' 的屬性,因為發生錯誤: %s。來自 Azure 的錯誤回應為:\n %s。\n如果錯誤訊息指定了原因,請修正錯誤,然後再試一次。",
|
|
869
|
-
"error.core.failedToLoadManifestId": "
|
|
870
|
-
"error.core.appIdNotExist": "
|
|
871
|
-
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
872
|
-
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
873
|
-
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
874
|
-
"driver.aadApp.apiKey.title.update": "Updating API key...",
|
|
875
|
-
"driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
|
|
876
|
-
"driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
|
|
877
|
-
"driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
878
|
-
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
879
|
-
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
880
|
-
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
881
|
-
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
882
|
-
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
|
|
883
|
-
"driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
884
|
-
"driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
|
|
885
|
-
"driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
|
|
886
|
-
"driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
|
|
887
|
-
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
888
|
-
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
889
|
-
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
890
|
-
"driver.oauth.title.create": "Creating OAuth registration...",
|
|
891
|
-
"driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
|
|
892
|
-
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
|
|
893
|
-
"driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
|
|
894
|
-
"driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
|
|
895
|
-
"driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
|
|
896
|
-
"driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
|
|
897
|
-
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
|
|
898
|
-
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
|
|
899
|
-
"driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
|
|
900
|
-
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
901
|
-
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
902
|
-
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
645
|
+
"error.core.failedToLoadManifestId": "無法從路徑 %s 載入資訊清單識別碼。您必須先執行佈建。",
|
|
646
|
+
"error.core.appIdNotExist": "找不到應用程式識別碼: %s。可能是您目前的 M365 帳戶沒有權限,或是已刪除應用程式。"
|
|
903
647
|
}
|