@microsoft/teamsfx-core 2.0.2 → 2.0.3-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/build/common/telemetry.d.ts +2 -1
  2. package/build/common/telemetry.d.ts.map +1 -1
  3. package/build/common/telemetry.js +1 -0
  4. package/build/common/telemetry.js.map +1 -1
  5. package/build/common/templates-config.json +1 -1
  6. package/build/common/tools.d.ts +2 -0
  7. package/build/common/tools.d.ts.map +1 -1
  8. package/build/common/tools.js +21 -1
  9. package/build/common/tools.js.map +1 -1
  10. package/build/common/versionMetadata.d.ts +1 -0
  11. package/build/common/versionMetadata.d.ts.map +1 -1
  12. package/build/common/versionMetadata.js +1 -0
  13. package/build/common/versionMetadata.js.map +1 -1
  14. package/build/component/configManager/interface.d.ts +2 -0
  15. package/build/component/configManager/interface.d.ts.map +1 -1
  16. package/build/component/configManager/interface.js.map +1 -1
  17. package/build/component/configManager/lifecycle.d.ts +2 -1
  18. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  19. package/build/component/configManager/lifecycle.js +3 -2
  20. package/build/component/configManager/lifecycle.js.map +1 -1
  21. package/build/component/configManager/parser.d.ts.map +1 -1
  22. package/build/component/configManager/parser.js +23 -17
  23. package/build/component/configManager/parser.js.map +1 -1
  24. package/build/component/configManager/validator.d.ts +18 -0
  25. package/build/component/configManager/validator.d.ts.map +1 -0
  26. package/build/component/configManager/validator.js +54 -0
  27. package/build/component/configManager/validator.js.map +1 -0
  28. package/build/component/constants.d.ts +1 -0
  29. package/build/component/constants.d.ts.map +1 -1
  30. package/build/component/constants.js +3 -2
  31. package/build/component/constants.js.map +1 -1
  32. package/build/component/coordinator/index.d.ts +1 -0
  33. package/build/component/coordinator/index.d.ts.map +1 -1
  34. package/build/component/coordinator/index.js +25 -2
  35. package/build/component/coordinator/index.js.map +1 -1
  36. package/build/component/driver/aad/update.d.ts.map +1 -1
  37. package/build/component/driver/aad/update.js +4 -18
  38. package/build/component/driver/aad/update.js.map +1 -1
  39. package/build/component/driver/file/createOrUpdateJsonFile.d.ts +4 -4
  40. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
  41. package/build/component/driver/file/createOrUpdateJsonFile.js +31 -28
  42. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  43. package/build/component/driver/file/interface/generateJsonArgs.d.ts +9 -0
  44. package/build/component/driver/file/interface/generateJsonArgs.d.ts.map +1 -0
  45. package/build/component/driver/file/interface/{generateAppsettingsArgs.js → generateJsonArgs.js} +1 -1
  46. package/build/component/driver/file/interface/generateJsonArgs.js.map +1 -0
  47. package/build/component/driver/interface/stepDriver.d.ts +2 -1
  48. package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
  49. package/build/component/driver/script/dotnetBuildDriver.d.ts +2 -0
  50. package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -1
  51. package/build/component/driver/script/dotnetBuildDriver.js +9 -0
  52. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  53. package/build/component/driver/script/npmBuildDriver.d.ts +2 -0
  54. package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -1
  55. package/build/component/driver/script/npmBuildDriver.js +9 -0
  56. package/build/component/driver/script/npmBuildDriver.js.map +1 -1
  57. package/build/component/driver/script/npxBuildDriver.d.ts +2 -0
  58. package/build/component/driver/script/npxBuildDriver.d.ts.map +1 -1
  59. package/build/component/driver/script/npxBuildDriver.js +9 -0
  60. package/build/component/driver/script/npxBuildDriver.js.map +1 -1
  61. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  62. package/build/component/driver/script/scriptDriver.js +1 -0
  63. package/build/component/driver/script/scriptDriver.js.map +1 -1
  64. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  65. package/build/component/utils/metadataUtil.js +1 -0
  66. package/build/component/utils/metadataUtil.js.map +1 -1
  67. package/build/core/FxCore.d.ts +1 -0
  68. package/build/core/FxCore.d.ts.map +1 -1
  69. package/build/core/FxCore.js +3 -0
  70. package/build/core/FxCore.js.map +1 -1
  71. package/build/core/FxCoreImplementV3.d.ts +1 -0
  72. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  73. package/build/core/FxCoreImplementV3.js +34 -2
  74. package/build/core/FxCoreImplementV3.js.map +1 -1
  75. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  76. package/build/core/middleware/utils/v3MigrationUtils.js +2 -1
  77. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  78. package/package.json +6 -4
  79. package/resource/package.nls.cs.json +225 -620
  80. package/resource/package.nls.de.json +224 -619
  81. package/resource/package.nls.es.json +224 -619
  82. package/resource/package.nls.fr.json +225 -620
  83. package/resource/package.nls.it.json +223 -618
  84. package/resource/package.nls.ja.json +226 -621
  85. package/resource/package.nls.json +6 -4
  86. package/resource/package.nls.ko.json +225 -620
  87. package/resource/package.nls.pl.json +225 -620
  88. package/resource/package.nls.pt-BR.json +224 -619
  89. package/resource/package.nls.ru.json +226 -621
  90. package/resource/package.nls.tr.json +224 -619
  91. package/resource/package.nls.zh-Hans.json +226 -621
  92. package/resource/package.nls.zh-Hant.json +225 -620
  93. package/resource/yaml-schema/1.1.0/yaml.schema.json +1463 -0
  94. package/templates/core/v3Migration/csharp.app.local.yml +4 -4
  95. package/templates/core/v3Migration/csharp.app.yml +2 -2
  96. package/templates/core/v3Migration/upgradeReport.md +4 -0
  97. package/templates/fallback/common.zip +0 -0
  98. package/templates/fallback/csharp.zip +0 -0
  99. package/templates/fallback/js.zip +0 -0
  100. package/templates/fallback/ts.zip +0 -0
  101. package/build/component/driver/file/interface/generateAppsettingsArgs.d.ts +0 -8
  102. package/build/component/driver/file/interface/generateAppsettingsArgs.d.ts.map +0 -1
  103. package/build/component/driver/file/interface/generateAppsettingsArgs.js.map +0 -1
  104. /package/resource/{yaml.schema.json → yaml-schema/1.0.0/yaml.schema.json} +0 -0
@@ -1,139 +1,47 @@
1
1
  {
2
- "core.init.successNotice": "你的项目已成功初始化以使用 TeamsFx 操作。\n\n后续步骤: \nteamsfx add <feature> 可让你添加单一登录或 Teams 通知集成等功能。\n\n专家提示: \n请在 aka.ms/teams-manifest 中阅读,详细了解如何更新清单文件以连接到现有的启动页面体验。",
3
2
  "core.provision.provision": "预配",
4
3
  "core.provision.learnMore": "了解详细信息",
5
- "core.provision.switchedM365AccountNotice": "你现在使用的 Microsoft 365 租户与以前使用的租户不同。",
6
- "core.provision.switchedAzureSubscriptionNotice": "你现在使用的 Azure 订阅与以前使用的订阅不同。",
7
- "core.provision.switchedM365AccountAndAzureSubscriptionNotice": "你现在使用的 Microsoft 365 租户和 Azure 订阅与以前使用的租户和订阅不同。",
8
- "core.provision.createNewAzureBotNotice": "我们将创建新的 Azure 机器人资源。",
9
4
  "core.provision.azureAccount": "Azure 帐户: %s",
10
5
  "core.provision.azureSubscription": "Azure 订阅: %s",
11
6
  "core.provision.m365Account": "Microsoft 365 帐户: %s",
12
7
  "core.provision.confirmEnvAndCostNotice": "根据使用情况可能会产生费用。是否要使用上面列出的帐户在 %s 环境中预配资源?",
13
- "core.provision.confirmEnvOnlyNotice": "是否要使用上面列出的帐户在 %s 环境中预配资源?",
14
- "core.deploy.confirmEnvNotice": "是否要在 %s 环境中部署资源?\n具有订阅(%s)的Azure 帐户(%s)将用于部署。",
15
8
  "core.deploy.confirmEnvNoticeV3": "是否要在 %s 环境中部署资源?",
16
- "core.provision.successNotice": "\"%s\" 已在云中成功预配。",
17
- "core.provision.configurationFinishNotice": "[%s] 配置已完成。",
18
- "core.provision.ProvisionFinishNotice": "[%s] 预配已完成!",
19
9
  "core.provision.viewResources": "查看预配的资源:",
20
- "core.deploy.FailedToDeployBeforeProvision": "Unable to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
21
- "core.deploy.noCapabilityFound": "找不到 %s 的功能。请单击获取帮助了解有关如何添加功能的详细信息。",
22
- "core.deploy.successNotice": "'%s' 已成功部署。",
23
10
  "core.deploy.aadManifestSuccessNotice": "已成功部署 Azure Active Directory 应用程序。单击 \"了解详细信息\" 以检查如何查看 Azure Active Directory 应用程序。",
24
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
11
+ "core.deploy.aadManifestOnCLISuccessNotice": "已成功更新 Azure Active Directory 应用程序。",
25
12
  "core.deploy.aadManifestLearnMore": "了解详细信息",
26
- "core.deploy.failNotice": "Unable to deploy '%s'!",
27
13
  "core.deploy.botTroubleShoot": "若要对 azure 中的机器人应用程序进行故障排除,请单击“了解详细信息”以获取文档。",
28
14
  "core.deploy.botTroubleShoot.learnMore": "了解详细信息",
29
- "core.deploy.startNotice": "[%s] 部署开始。",
30
- "core.deploy.selectedPluginsToDeployNotice": "[%s] 要部署的所选插件: %s",
31
15
  "core.option.deploy": "部署",
32
16
  "core.option.confirm": "确认",
33
17
  "core.option.cancel": "取消",
34
18
  "core.option.learnMore": "了解详细信息",
35
19
  "core.option.upgrade": "升级",
36
20
  "core.option.moreInfo": "详细信息",
37
- "core.addCapability.addCapabilityNotice": "功能 %s 已成功添加到项目中。F5 用于调试应用程序或触发“Teams: 在云中预配”以创建资源。",
38
- "core.addCapability.addCapabilitiesNotice": "已成功将功能 %s 添加到项目中。F5 用于调试应用程序或触发“Teams: 在云中预配”以创建资源。",
39
- "core.addCapability.addCapabilityNoticeForCli": "已成功将功能 %s 添加到项目中。运行“teamsfx 预配”以创建资源。",
40
- "core.addCapability.addCapabilitiesNoticeForCli": "已成功将功能 %s 添加到项目中。运行“teamsfx 预配”以创建资源。",
41
- "core.addResource.addResourceNotice": "已成功为项目配置资源 %s,触发“Teams: 在云中预配”将在 Azure 订阅中创建资源。",
42
- "core.addResource.addResourceNoticeForCli": "已成功为项目配置资源 %s,运行“teamsfx 预配”将在 Azure 订阅中创建资源。",
43
- "core.addResource.addResourcesNotice": "已成功为项目配置资源 %s,触发“Teams: 在云中预配”将在 Azure 订阅中创建资源。",
44
- "core.addResource.addResourcesNoticeForCli": "已成功为项目配置资源 %s,运行“teamsfx 预配”将在 Azure 订阅中创建资源。",
45
- "core.NoPluginSelected": "未选择插件",
46
- "core.question.AzureResourcesQuestion.placeholder": "选择资源(可选)",
47
- "core.question.AzureResourcesQuestion.title": "云资源",
48
- "core.InitCapabilityTitle": "Teams 工具包: 选择应用的功能",
49
- "core.InitCapabilityTab": "应用包含选项卡功能",
50
- "core.InitCapabilityBot": "应用包含机器人功能",
51
- "core.InitEditorTitle": "Teams 工具包: 选择开发环境",
52
- "core.InitEditorVsc": "Visual Studio Code (JS/TS)",
53
- "core.InitEditorVs": "Visual Studio (.NET)",
54
- "core.InitEditorVscDesc": "你正在使用 Visual Studio Code 和 JS/TS 进行开发",
55
- "core.InitEditorVsDesc": "你正在使用 Visual Studio 和 .NET 进行开发",
56
- "core.InitIsSPFxTitle": "Teams 工具包: 是否使用 SPFx 进行开发?",
57
- "core.InitOptionYes": "是",
58
- "core.InitOptionNo": "否",
59
- "core.InitGenerateConfirm": "Teams 工具包: Teams 工具包将生成以下文件(将覆盖具有重复名称的现有文件),是否继续? \n%s",
60
- "core.progress.scaffoldTab": "正在搭建选项卡基架",
61
- "core.progress.scaffoldTab.detail": "正在搭建选项卡应用基架。",
62
- "core.progress.scaffoldBot": "正在搭建机器人基架。",
63
- "core.progress.scaffoldBot.detail": "正在检索模板。",
64
- "core.progress.scaffoldApi": "基架函数",
65
- "core.progress.scaffoldApi.detail": "基架函数项目。",
66
- "core.progress.buildingTab": "正在生成选项卡",
67
- "core.progress.buildingTab.detail": "正在生成选项卡应用",
68
- "core.progress.buildingApi": "正在生成函数",
69
- "core.progress.buildingApi.detail": "生成 Functions 项目。",
70
- "core.progress.buildingBot": "正在生成机器人",
71
- "core.progress.buildingBot.detail": "正在安装依赖项。",
72
- "core.progress.provisionBot": "正在注册机器人",
73
21
  "core.progress.generateTemplate": "正在生成模板",
74
- "core.progress.generateTemplate.detail": "Downloading Template %s",
22
+ "core.progress.generateTemplate.detail": "正在下载模板 %s",
75
23
  "core.progress.generateSample": "正在生成示例",
76
- "core.progress.generateSample.detail": "Downloading Sample %s",
77
- "core.progress.configureStorage": "正在配置选项卡",
78
- "core.progress.packingCode": "正在创建应用程序包。",
79
- "core.progress.deploy": "Deploy",
80
- "core.progress.publish": "Publish",
81
- "core.progress.provision": "Provision",
82
- "core.progress.enableStaticWebsite": "正在启用 Azure 存储帐户静态网站。",
83
- "core.progress.getDeploymentSrcAndDest": "正在检索部署源和目标。",
84
- "core.progress.clearStorageAccount": "正在清理 Azure 存储帐户。",
85
- "core.progress.uploadTabToStorage": "正在将选项卡前端上传到 Azure 存储帐户。",
24
+ "core.progress.generateSample.detail": "正在下载示例 %s",
25
+ "core.progress.deploy": "部署",
26
+ "core.progress.publish": "发布",
27
+ "core.progress.provision": "预配",
86
28
  "core.progress.configureAzureStorage": "正在配置 Azure 存储,请启用静态网站设置。",
87
- "core.progress.runCommand": "Run command %s at %s",
88
- "core.progress.deployToAzure": "Deploying %s to %s.",
89
- "core.log.updateFunctionAppSettings": "更新 Azure Functions 应用设置。",
90
- "core.error.programmingLanguageInvalid": "在项目设置中找到无效的编程语言。",
29
+ "core.progress.runCommand": " %s 运行命令 %s",
30
+ "core.progress.deployToAzure": "正在将 %s 部署到 %s",
91
31
  "core.Notification.ReadMore": "了解详细信息",
92
- "core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "你已在另一租户“%s”中运行 Teams 应用的调试。如果确实要切换租户以进行调试,则可以删除本地文件(%s),然后重新运行调试。",
93
- "core.migrationToArmAndMultiEnv.Message": "Teams 工具包将升级项目配置文件以支持最新功能。升级过程不会更改自定义代码并在需要还原时创建备份文件。\n请注意,此升级必须继续使用当前版本的 Teams 工具包。如果尚未准备好升级并想要继续使用旧版本,请在扩展中找到 Teams 工具包并安装版本 <= 2.10.0",
94
32
  "core.migrationV3.confirmOnly.Message": "请确认升级",
95
33
  "core.migrationV3.Message": "升级 Teams 工具包项目以与最新版本保持兼容。备份目录将与升级摘要一起创建。",
96
- "core.migrationV3.VS.Message": "Teams 工具包预览功能 - Teams 应用配置改进已打开。需要升级此项目才能使用预览功能。选择“了解详细信息”以阅读所需更改,或选择“升级”以自动执行更改。如果不想升级,可以关闭预览功能。",
34
+ "core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
97
35
  "core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.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,并首先运行升级。",
98
36
  "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,并首先运行升级。",
99
- "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
100
- "core.migrationV3.CreateNewProject": "Teams 工具包(预发布)不支持从早期版本迁移项目。项目迁移将添加到即将发布的版本中。",
37
+ "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json 无效。",
101
38
  "core.migrationV3.abandonedProject": "此项目仅用于预览,并将不受 Teams 工具包支持。请通过创建新项目来试用 Teams 工具包",
102
39
  "core.migrationV3.notAllowedMigration": "Teams 工具包的预发布版本支持新的项目配置,与以前的版本不兼容。请通过创建新项目进行尝试,或先运行“teamsfx 升级”以升级项目。",
103
- "core.migrationToArmAndMultiEnv.SuccessMessage": "升级成功。",
104
- "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
105
- "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
106
- "core.consolidateLocalRemote.Message": "项目将升级为使用最新版本的 Teams 工具包。升级将仅添加 config.local.json、manifest.template.json 文件和备份 manifest.remote.template.json、manifest.local.template.json 文件,而不更改自定义代码。如果不想升级,请安装较旧版本的 Teams 工具包(<= 3.7.0)",
107
- "core.consolidateLocalRemoteWithAadManifest.Message": "项目将升级为使用最新版本的 Teams 工具包。升级将仅添加 config.local.json、manifest.template.json、aad.template.json 文件、更新 projectSettings.json 文件和备份 manifest.remote.template.json、manifest.local.template.json、projectSettings.json 文件,而不更改自定义代码。如果不想升级,请安装较旧版本的 Teams 工具包(<= 3.7.0)",
108
- "core.consolidateLocalRemote.DifferentManifest": "由于 Teams 工具包在升级后将 manifest.remote.template.json 用作单个清单模板文件,因此,如果已自定义 manifest.local.template.json,则需要更新 manifest.template.json 以包含更改。",
109
- "core.consolidateLocalRemote.SuccessMessage": "祝贺! 已成功升级 Teams 应用项目结构。我们为调试添加了 config.local.json,并为本地和远程运行的 Teams 应用添加了 manifest.template.json。我们已将 localSettings.json、manifest.local.template.json 和 manifest.remote.template.json 备份到 .backup 文件夹。",
110
- "core.consolidateLocalRemoteWithAadManifest.SuccessMessage": "祝贺! 你已成功升级 Teams 应用项目结构。我们为调试添加了 config.local.json,为本地和远程运行的 Teams 应用添加了 manifest.template.json,为 AAD 清单模板添加了 aad.template.json。我们已将 localSettings.json、manifest.local.template.json、manifest.remote.template.json、projectSettings.json 备份到 .backup 文件夹。",
111
- "core.aadManifestMigration.outputMsg": "祝贺! 已添加 AAD 清单,请开始使用此文件自定义 AAD 应用注册。我们添加了 aad.template.json,更新了 projectSettings.json 文件并将 projectSettings.json 备份到 .backup 文件夹。",
112
- "core.aadManifestMigration.SuccessMessage": "检测你的项目是否为早期版本,并自动更新项目以获取新的 Teams 工具包版本。已进行以下更改:\n1. 在“templates/appPackage”下创建 “aad.template.json”。有关 AAD 清单的详细信息,请参阅 %s\n2. “.fx/configs/projectSettings.json” 已更新,以包括与身份验证相关的配置。可以在 .backup 文件夹中找到旧版本的备份。\n恭喜! 你的项目现已更新并准备好在最新版本的 Teams 工具包中运行。",
113
- "core.aadManifestMigration.ParsePermissionsFailedWarning": "迁移时无法分析 permissions.json 文件,如有必要,请按照此链接更新 aad.template.json 文件中的权限: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
114
- "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
40
+ "core.projectVersionChecker.cliUseNewVersion": "TeamFx CLI 版本较旧,不支持当前项目,请使用以下命令升级到最新版本:\nnpm install -g @microsoft/teamsfx-cli@latest",
115
41
  "core.projectVersionChecker.incompatibleProject": "当前项目与已安装的 Teams 工具包版本不兼容。",
116
42
  "core.projectVersionChecker.vs.incompatibleProject": "解决方案中的项目是使用 Teams 工具包预览功能 - Teams 应用配置改进创建的。可以启用预览功能以继续。",
117
- "core.aad.includeAadQuestionTitle": "是否部署 aad 清单",
118
- "core.aad.aadManifestFilePath": "输入要部署的 aad.template.json 文件路径",
119
- "core.deployArmTemplates.StartNotice": "[%s] 开始部署 ARM 模板。",
120
- "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] 已成功将 bicep 文件编译为 JSON。",
121
- "core.deployArmTemplates.SuccessNotice": "[%s] 已成功部署 ARM 模板。资源组名称: %s。部署名称: %s",
122
- "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] 正在轮询部署状态...",
123
- "core.deployArmTemplates.Progress.Title": "正在部署 ARM 模板",
124
- "core.deployArmTemplates.Progress.Start": "正在准备。",
125
- "core.deployArmTemplates.Progress.ExecuteDeployment": "将解决方案 ARM 模板部署到 Azure。这可能需要几分钟时间。",
126
- "core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> 正在等待获取部署状态 [重试时间: %s]",
127
- "core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
128
- "core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
129
- "core.deployArmTemplates.ParameterNotExist": "%s 不存在。",
130
- "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
131
- "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
132
43
  "core.deployArmTemplates.ActionSuccess": "已成功部署 ARM 模板。资源组名称: %s。部署名称: %s",
133
- "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
134
- "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
135
- "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
136
- "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
44
+ "core.collaboration.ListCollaboratorsSuccess": "“列出 Microsoft 365 应用所有者“成功,可以在[输出通道](%s) 中查看。",
137
45
  "core.collaboration.GrantingPermission": "授予权限",
138
46
  "core.collaboration.EmailCannotBeEmptyOrSame": "协作者的电子邮件不能为 null 或与当前用户相同",
139
47
  "core.collaboration.CannotFindUserInCurrentTenant": "在当前租户中找不到用户,请检查你的电子邮件地址是否正确",
@@ -162,37 +70,30 @@
162
70
  "core.collaboration.tenantNotMatch": "帐户的租户 ID 与预配的 Azure AD 应用不匹配。请检查你是否使用错误的帐户登录。",
163
71
  "core.developerPortal.scaffold.CannotFindManifest": "无法从已下载的 Teams 应用 %s 的包中找到清单。",
164
72
  "plugins.spfx.questions.framework.title": "框架",
165
- "plugins.spfx.questions.versionCheck.title": "正在检查 Node.js 和 NPM 版本...",
166
73
  "plugins.spfx.questions.webpartName.error.duplicate": "文件夹r %s 已存在。请为组件选择其他名称。",
167
74
  "plugins.spfx.questions.webpartName.error.notMatch": "%s 与模式 %s 不匹配",
168
75
  "plugins.spfx.questions.packageSelect.title": "SharePoint 框架",
169
76
  "plugins.spfx.questions.packageSelect.placeholder": "选择基架选项",
170
77
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "使用全局安装的 SPFx (%s)",
171
78
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "使用全局安装的 SPFx",
172
- "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
79
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s 或更高版本",
173
80
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "在 Teams 工具包目录中本地安装最新的 SPFx (%s)",
174
81
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "在 Teams 工具包目录中本地安装最新的 SPFx",
175
- "plugins.spfx.buildNotice": "SharePoint 包已在 %s 成功生成。",
82
+ "plugins.spfx.questions.spfxSolution.title": "SharePoint Solution",
83
+ "plugins.spfx.questions.spfxSolution.createNew": "Create New",
84
+ "plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
176
85
  "plugins.spfx.deployNotice": "SharePoint 包 %s 已成功部署到 [%s](%s)。",
177
- "plugins.spfx.deployFailedNotice": "你无权将包上传并部署到应用目录 %s,请使用网站管理员帐户,或者可以从 [Microsoft 365 开发人员计划](https://developer.microsoft.com/zh-cn/microsoft-365/dev-program)获取自己的免费 Microsoft 365 租户",
178
- "plugins.spfx.createAppCatalogNotice": "%s 下没有租户应用程序目录,是否要创建一个?",
179
86
  "plugins.spfx.cannotFindPackage": "找不到 SharePoint 包 %s",
180
- "plugins.spfx.cannotFindManifest": "找不到清单文件 %s",
181
87
  "plugins.spfx.cannotGetSPOToken": "无法获取 SPO 访问令牌",
182
88
  "plugins.spfx.cannotGetGraphToken": "无法获取图形访问令牌",
183
- "plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
184
- "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
185
- "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
89
+ "plugins.spfx.insufficientPermission": "无法将包上载并部署到应用程序目录 %s。需要组织 Microsoft 365 租户管理员权限。可以从 [Microsoft 365 开发人员计划](%s) 获取免费的 Microsoft 365 租户以用于测试目的。",
90
+ "plugins.spfx.createAppcatalogFail": "无法创建租户应用目录,原因为 %s,堆栈: %s",
91
+ "plugins.spfx.uploadAppcatalogFail": "由于 %s,无法上传应用包",
186
92
  "plugins.spfx.buildSharepointPackage": "生成 SharePoint 包",
187
93
  "plugins.spfx.deploy.title": "上传和部署 SharePoint 包",
188
- "plugins.spfx.deploy.createAppcatalog": "创建 SharePoint 应用程序目录",
189
- "plugins.spfx.deploy.uploadAddDeploy": "上传 SPFx 包并将其部署到租户应用目录",
190
94
  "plugins.spfx.scaffold.title": "基架项目",
191
- "plugins.spfx.error.npmNotFound": "在你的计算机上找不到 NPM。请安装受支持的版本。",
192
- "plugins.spfx.error.npmVersionNotSupported": "SPFx v%s 不支持 NPM 版本 v%s。",
193
- "plugins.spfx.error.nodeVersionNotSupported": "SPFx v%s 不支持 Node.js 版本 v%s。",
194
- "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
195
- "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
95
+ "plugins.spfx.error.npmInstallFailed": "由于 %s,无法运行 'npm install'",
96
+ "plugins.spfx.error.invalidDependency": "无法验证包 %s",
196
97
  "plugins.spfx.error.noConfiguration": "SPFx 项目中没有 .yo-rc.json 文件,请添加配置文件,然后重试。",
197
98
  "plugins.spfx.error.devEnvironmentNotSetup": "SPFx 开发环境尚未正确设置。可以单击“获取帮助”按照指南设置正确的环境。",
198
99
  "plugins.spfx.scaffold.dependencyCheck": "正在检查依赖项...",
@@ -201,25 +102,19 @@
201
102
  "plugins.spfx.scaffold.updateManifest": "更新 Web 部件清单",
202
103
  "plugins.spfx.GetTenantFailedError": "无法获取租户 %s %s",
203
104
  "plugins.spfx.error.installLatestDependencyError": "在 %s 文件夹中设置 SPFx 环境时遇到未知问题。可以遵循[设置 SharePoint 框架开发环境 | Microsoft Learn](%s)来设置全局 SPFx 环境。",
204
- "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
105
+ "plugins.spfx.error.scaffoldError": "项目创建失败。可能是由 Yeoman SharePoint 生成器导致的。有关详细信息,请检查[输出窗格](%s)",
205
106
  "plugins.frontend.checkNetworkTip": "请检查你的网络连接。",
206
107
  "plugins.frontend.checkFsPermissionsTip": "检查你是否对文件系统具有读/写权限。",
207
108
  "plugins.frontend.checkStoragePermissionsTip": "检查你是否对 Azure 存储帐户具有权限。",
208
109
  "plugins.frontend.checkSystemTimeTip": "可能会收到过期的凭据,请检查系统时间是否正确。",
209
- "plugins.baseErrorMessage": "%s 建议: %s",
210
110
  "suggestions.retryTheCurrentStep": "重试当前步骤。",
211
111
  "plugins.appstudio.buildSucceedNotice": "已在 [本地地址](%s)成功生成 Teams 包。",
212
112
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams 包已在 %s 成功生成。",
213
- "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
214
- "plugins.appstudio.publishTip": "Teams: 发布到 Teams",
215
- "plugins.appstudio.whetherToDeployManifest": "是否将应用清单部署到 Teams 平台",
113
+ "plugins.appstudio.createPackage.progressBar.message": "正在生成 Teams 应用包...",
216
114
  "plugins.appstudio.validationFailedNotice": "清单验证失败!",
217
- "plugins.appstudio.validationSucceedNotice": "清单验证成功!",
218
- "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
219
- "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
220
- "plugins.appstudio.adminApprovalTip": "已成功在 %s 创建 %s 应用包文件。将此邮件发送给管理员以供审批。",
115
+ "plugins.appstudio.validateManifest.progressBar.message": "正在验证清单...",
116
+ "plugins.appstudio.validateAppPackage.progressBar.message": "正在验证应用包...",
221
117
  "plugins.appstudio.adminPortal": "转到管理门户",
222
- "plugins.appstudio.publishSucceedNotice": "[%s] 已成功发布到管理门户。批准后,你的应用将可供组织使用。[了解详细信息](%s)",
223
118
  "plugins.appstudio.publishSucceedNotice.cli": "[%s] 已成功发布到管理门户(%s)。批准后,你的应用将可供组织使用。从 %s 了解详细信息。",
224
119
  "plugins.appstudio.updatePublihsedAppConfirm": "是否要提交新更新?",
225
120
  "plugins.appstudio.teamsAppCreatedNotice": "Teams 应用已创建 %s",
@@ -228,14 +123,6 @@
228
123
  "plugins.appstudio.teamsAppUpdatedCLINotice": "你的 Teams 应用程序清单已成功部署到 ",
229
124
  "plugins.appstudio.updateManifestTip": "清单文件配置已修改。是否要继续重新生成清单文件并更新到 Teams 平台?",
230
125
  "plugins.appstudio.updateOverwriteTip": "自上次更新以来,Teams 平台上的清单文件已更改。是否要继续更新和覆盖 Teams 平台上的清单文件?",
231
- "plugins.appstudio.provisionTip": "必须先运行“在云中预配”以填写清单中的某些字段。单击“获取帮助”了解有关需要预配的原因的详细信息。",
232
- "plugins.appstudio.provisionTitle": "预配 Teams 应用",
233
- "plugins.appstudio.provisionProgress": "正在注册 Teams 应用 %s...",
234
- "plugins.appstudio.postProvisionProgress": "正在更新 Teams 应用 %s...",
235
- "plugins.appstudio.manuallySubmitTip": "手动提交 Teams 应用包文件",
236
- "plugins.appstudio.manuallySubmitDescription": "生成 Teams 应用包。你需要手动将其发送给 Teams 管理员",
237
- "plugins.appstudio.autoPublishTip": "为组织安装",
238
- "plugins.appstudio.autoPublishDescription": "通过 Teams 应用门户将应用发送给 Teams 管理员以供审批。",
239
126
  "plugins.appstudio.pubWarn": "应用 %s 已提交到租户应用程序目录。\n状态: %s\n",
240
127
  "plugins.appstudio.lastModified": "上次修改时间: %s\n",
241
128
  "plugins.appstudio.previewOnly": "仅供预览",
@@ -266,112 +153,23 @@
266
153
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
267
154
  "plugins.bot.triggers.timer-functions.detail": "托管在 Azure Functions 上运行的函数可以根据特定计划进行响应。",
268
155
  "plugins.bot.triggers.timer-functions.label": "计时器触发器",
269
- "plugins.sql.getQuestionAdminName.title": "Azure SQL Server 管理员用户名",
270
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "Azure SQL Server 管理员用户名不能为空",
271
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "Azure SQL Server 管理员用户名不能为空",
272
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "Azure SQL Server 管理员用户名不能包含非字母数字字符",
273
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "Azure SQL Server 管理员用户名不能以数字开头",
274
- "plugins.sql.getQuestionAdminPassword.title": "Azure SQL Server 管理员密码",
275
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "Azure SQL Server 管理员密码不能为空",
276
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "Azure SQL Server 管理员密码长度必须至少为 8 个字符",
277
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "Azure SQL Server 管理员密码长度不能超过 128 个字符",
278
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordMustContain3Categories": "密码必须包含以下类别中的三类字符: 英语大写字母、英语小写字母、数字(0-9)以及非字母数字字符(!、$、#、% 等)。",
279
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "密码不能包含部分或全部用户名",
280
- "plugins.sql.getQuestionConfirmPassword.title": "确认 Azure SQL Server 管理员密码",
281
- "plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "密码和确认密码必须一致",
282
- "plugins.cicd.ciOption.detail": "帮助签出代码、生成和运行测试。",
283
- "plugins.cicd.cdOption.detail": "帮助签出代码、生成、测试和部署到云。",
284
- "plugins.cicd.provisionOption.detail": "帮助在云和 Teams 应用注册中创建/更新资源。",
285
- "plugins.cicd.publishOption.detail": "帮助将 Teams 应用发布到租户。",
286
- "plugins.cicd.whichProvider.title": "选择 CI/CD 提供程序",
287
- "plugins.cicd.whichTemplate.title": "选择模板",
288
- "plugins.cicd.whichEnvironment.title": "选择环境",
289
- "plugins.cicd.ProgressBar.scaffold.title": "搭建工作流自动化文件的基架",
290
- "plugins.cicd.ProgressBar.scaffold.detail": "正在为 %s 搭建工作流文件的基架。",
291
- "plugins.cicd.result.scaffold.created": "已成功将工作流自动化(包括使用 %s 用于 %s 环境的 %s)添加到项目中。按照 README 文件中的说明配置工作流。",
292
- "plugins.cicd.result.scaffold.skipped": "你已使用 %s 为 %s 环境创建了 %s 的模板,请对其进行自定义或删除以创建新的模板。",
293
- "plugins.cicd.suggestions.checkPermission": "请检查你是否有足够的权限。",
294
- "plugins.cicd.suggestions.createProjectOrOpenExisting": "可以创建新项目或打开现有项目。",
295
- "error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
296
- "error.cicd.PreconditionNotMet": "不满足输入的某些前置条件。",
297
- "plugins.apiConnector.getQuestionApiName.title": "输入 API 的友好名称。",
298
- "plugins.apiConnector.getQuestionApiName.placeholder": "API 别名将用于生成应用设置名称。",
299
- "plugins.apiConnector.getQuestionEndpoint.title": "输入用于调试的 API 终结点。",
300
- "plugins.apiConnector.getQuestionEndpoint.placeholder": "API 终结点将添加到本地应用设置。",
301
- "plugins.apiConnector.getQuestion.basicAuth.userName.title": "输入基本身份验证的用户名。",
302
- "plugins.apiConnector.getQuestion.basicAuth.userName.placeholder": "用户名将添加到本地应用设置。",
303
- "plugins.apiConnector.getQuestion.appType.title": "选择要使用的 AAD 应用注册。",
304
- "plugins.apiConnector.getQuestion.apiKeyLocation.title": "选择请求中的 API 密钥位置。",
305
- "plugins.apiConnector.getQuestion.apiKeyName.title": "输入 API 密钥名称。",
306
- "plugins.apiConnector.getQuestion.apiKeyName.placeholder": "我们会将密钥名称添加到生成的文件。",
307
- "plugins.apiConnector.whichService.title": "选择要调用 API 的组件。",
308
- "plugins.apiConnector.whichService.placeholder": "我们将导入包并添加应用设置。",
309
- "plugins.apiConnector.whichAuthType.title": "选择 API 身份验证类型。",
310
- "plugins.apiConnector.whichAuthType.placeholder": "我们将根据你的选择生成示例代码。",
311
- "plugins.apiConnector.reuseAppOption.title": "在当前 Teams 应用中重复使用应用注册",
312
- "plugins.apiConnector.anotherAppOption.title": "使用其他应用注册",
313
- "plugins.apiConnector.requestHeaderOption.title": "请求标头",
314
- "plugins.apiConnector.queryParamsOption.title": "查询参数",
315
- "plugins.apiConnector.appTenantId.title": "输入 AAD 租户 ID。",
316
- "plugins.apiConnector.appTenantId.placeholder": "AAD 租户 ID 将添加到本地应用设置。",
317
- "plugins.apiConnector.appId.title": "输入 AAD 应用程序 ID (客户端 ID)。",
318
- "plugins.apiConnector.appId.placeholder": "AAD 应用程序 ID (客户端 ID)将添加到本地应用设置。",
319
- "plugins.apiConnector.botOption.title": "通知/命令和响应",
320
- "plugins.apiConnector.functionOption.title": "Azure Functions 应用",
321
- "plugins.apiConnector.BasicAuthOption.detail": "使用用户名和密码对请求进行身份验证",
322
- "plugins.apiConnector.CertAuthOption.detail": "使用证书对请求进行身份验证",
323
- "plugins.apiConnector.AADAuthOption.detail": "使用 Azure Active Directory 颁发的访问令牌对请求进行身份验证",
324
- "plugins.apiConnector.APIKeyOption.detail": "使用 API 密钥对请求进行身份验证",
325
- "plugins.apiConnector.ImplementMyselfOption.detail": "使用自定义逻辑对请求进行身份验证",
326
- "plugins.apiConnector.questionComponentSelect.emptySelection": "必须至少选择一个组件。",
327
- "plugins.apiConnector.QuestionAppName.validation.ApiNameExist": "请提供其他 API 名称以避免与现有文件 %s 冲突",
328
- "plugins.apiConnector.QuestionAppName.validation.ApiNameAlphanumeric": "请提供另一个仅包含字母数字的 API 名称",
329
- "plugins.apiConnector.QuestionAppName.validation.ApiNameNumberPrefix": "请提供其他 API 名称,不带数字开头",
330
- "plugins.apiConnector.Question.validation.EmptyValue": "该值不应为空。",
331
- "plugins.apiConnector.Question.validation.NotGuid": "此值应为一个 GUID。",
332
- "plugins.apiConnector.QuestionApiEndpoint.validation.NotHttp": "API 终结点应为有效的 http url",
333
- "plugins.apiConnector.Notification.GenerateFiles": "我们已生成示例代码,用于在 %s 调用 API。请打开文件并按照其中的说明开始调用 API。",
334
- "plugins.apiConnector.Notification.LinkNotification": "可以访问 %s,了解如何使用 TeamsFx SDK 调用 API。",
335
- "plugins.apiConnector.Log.CommandSuccess": "我们已成功更新项目以调用目标 API。下面是已创建/更新文件的列表: \n\n%s",
336
- "error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
337
- "error.rgUnauthorizedError": "未经授权,无法检查订阅“%s”中是否存在资源组“%s”。请检查你的 Azure 订阅。",
338
- "error.ProjectFolderExistError": "路径 %s 已存在。选择其他文件夹。",
339
- "error.ProjectFolderInvalidError": "路径 %s 无效,请在用户设置中设置有效的根文件夹(使用以 \\${homeDir} 开头的绝对目录或相对目录)。",
340
156
  "error.NoProjectOpenedError": "未打开任何项目,可以创建新项目或打开现有项目。",
341
- "error.InitializedFileExistError": "初始化文件 %s 已存在,请清理并重试。",
342
- "error.InvalidProjectSettingsFileError": "projectSettings.json 文件无效: %s。",
343
- "error.FetchSampleError": "Unable to get data from remote repository for %s.",
344
157
  "error.InvalidEnvNameError": "环境名称只能包含字母、数字、_、-。",
345
- "error.UpgradeCanceledError": "如果不想升级项目,请安装另一个版本的 Teams 工具包(版本 <= 2.10.0)。",
346
158
  "error.UpgradeV3CanceledError": "如果尚未准备好升级,请继续使用旧版本的 Teams 工具包",
347
- "error.ConsolidateCanceledError": "如果不想升级项目,请安装另一个版本的 Teams 工具包(版本 <= 3.7.0)。",
348
- "error.OperationNotPermittedError": "不允许操作: %s",
349
- "error.InvalidInputError": "Invalid inputs: %s",
350
- "error.ProjectSettingsUndefinedError": "项目设置未定义",
351
- "error.MultipleEnvNotEnabledError": "未启用 MultipleEnv 功能",
159
+ "error.InvalidInputError": "输入无效: %s",
352
160
  "error.ProjectEnvAlreadyExistError": "项目环境 %s 已存在。",
353
161
  "error.InvalidEnvConfigError": "配置 %s 无效,详细信息: %s。",
354
162
  "error.NotImplementedError": "未实现的方法: %s",
355
- "error.LoadPluginError": "Unable to load plugin",
356
- "error.SPFxConfigError": "加载 SPFx 配置 %s 失败。",
357
- "error.ProjectSettingError": "加载项目设置失败。",
358
- "error.SolutionConfigError": "加载解决方案上下文失败。",
359
- "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
360
- "error.MissingSubscriptionInConfig": "请在(%s)中提供资源组(%s)的订阅 ID",
361
- "error.NoSubscriptionFound": "Unable to find a subscription.",
163
+ "error.FailedToParseResourceIdError": "无法从资源 ID: \"%s\" 获取 \"%s\"",
164
+ "error.NoSubscriptionFound": "找不到订阅。",
362
165
  "error.TrustCertificateCancelError": "用户已取消。若要使 Teams 信任工具包使用的自签名 SSL 证书,必须将自签名证书添加到证书存储中。",
363
- "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
364
- "error.LocalBotEndpointNotConfigured": "未配置本地机器人终结点。在 \".fx/configs/config.local.json\" 中设置 \"bot.siteEndpoint\",然后重试。",
365
- "error.NgrokTunnelNotConnected": "Ngrok 隧道未连接。请检查网络设置,然后重试。",
366
166
  "error.VideoFilterAppNotRemoteSupported": "Teams 工具包不支持远程视频筛选器应用。请检查项目根文件夹中的 README.md 文件。",
367
- "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
368
- "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
369
- "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
370
- "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
371
- "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
167
+ "error.appstudio.teamsAppCreateFailed": "由于 %s,无法在开发人员门户中创建 Teams 应用",
168
+ "error.appstudio.teamsAppUpdateFailed": "无法更新 ID %s Teams 应用。",
169
+ "error.appstudio.apiFailed": "API 调用开发人员门户失败。有关详细信息,请查看[输出面板](命令:fx-extension.showOutputChannel)。",
372
170
  "error.appstudio.apiFailed.telemetry": "对开发人员门户的 API 调用失败: %s,%s,API 名称: %s,X-Correlation-ID: %s。这可能来自一些间歇性服务错误。请等待几分钟,然后重试当前步骤。",
373
171
  "error.appstudio.authServiceApiFailed": "对开发人员门户的 API 调用失败: %s、%s、请求路径: %s",
374
- "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
172
+ "error.appstudio.publishFailed": "无法发布 ID %s Teams 应用。",
375
173
  "error.appstudio.buildError": "Teams 包生成失败!",
376
174
  "error.appstudio.checkPermissionFailed": "检查权限失败。原因: %s",
377
175
  "error.appstudio.grantPermissionFailed": "授予权限失败。原因: %s",
@@ -379,61 +177,25 @@
379
177
  "error.appstudio.updateManifestInvalidApp": "找不到 ID 为 %s 的 Teams 应用。在将清单更新到 Teams 平台之前,必须先运行调试或预配。",
380
178
  "error.appstudio.invalidCapability": "功能无效: %s",
381
179
  "error.appstudio.capabilityExceedLimit": "无法添加功能 %s,它达到了上限。",
382
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
383
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
180
+ "error.appstudio.staticTabNotExist": "找不到实体 ID %s 的静态选项卡,无法更新。",
181
+ "error.appstudio.capabilityNotExist": "功能 %s 在清单中不存在,无法更新。",
384
182
  "error.appstudio.noManifestId": "在清单查找中找到的 ID 无效。",
385
- "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
183
+ "error.appstudio.validateFetchSchemaFailed": "无法从 %s 获取架构,消息: %s",
386
184
  "error.appstudio.validateSchemaNotDefined": "未定义清单架构",
387
185
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "请尝试从“Zip Teams 应用包”生成包,然后重试。",
388
- "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
186
+ "error.appstudio.teamsAppCreateConflict": "无法创建 Teams 应用,出现 409 冲突错误。这可能因为你的应用 ID 与租户中的另一个应用冲突。单击“获取帮助”以了解详细信息。",
389
187
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "组织应用商店中已存在具有该 ID 的 Teams 应用。请手动更新应用 ID,然后重试。",
390
188
  "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "不允许当前帐户获取 botframework 令牌。",
391
189
  "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework 预配因尝试创建机器人注册返回禁止的结果。",
392
190
  "error.appstudio.BotProvisionReturnsConflictResult": "Botframework 预配因尝试创建机器人注册返回冲突结果。",
393
- "error.function.FindAppError": "Unable to find the function app.",
394
- "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
395
- "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
396
- "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
397
- "error.generator.MissKeyError": "Unable to find key %s",
398
- "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
399
- "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
400
- "error.generator.ParseUrlError": "Unable to parse url %s",
401
- "error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
402
- "error.sql.LinkHelpMessage": "可以按照 %s 进行处理。",
403
- "error.sql.SqlInputError": "SQL 管理员名称或密码为空",
404
- "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
405
- "error.sql.SqlEndpointError": "SQL Server %s 无效。",
406
- "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
407
- "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
408
- "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
409
- "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
410
- "error.sql.SqlUserInfoError": "Unable to get login user info.",
411
- "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
412
- "error.sql.SqlInvalidConfigError": "\"%s\" 的配置值对于 %s 无效。",
413
- "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
414
- "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
415
- "error.sql.IdentityCredentialUndefine": "无法访问数据库以添加托管标识用户 %s。请手动添加数据库 %s 的用户",
416
- "error.sql.ServicePrincipalWarning": "Azure SQL 中的服务主体管理员无法添加数据库用户 <%s>。你可以手动添加 %s 的用户",
417
- "error.sql.DomainError": "条件访问策略需要符合要求的设备,而设备不合规。%s",
418
- "error.sql.GuestAdminError": "SQL 管理员没有足够的权限来添加数据库用户。%s",
419
- "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
420
- "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
421
- "error.apiConnector.ApiConnectorInputError": "API 连接器输入 %s 无效",
422
- "error.apiConnector.ApiConnectorPathNotExistError": "路径 %s 不存在。选择有效的文件夹。",
423
- "error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
424
- "error.apiConnector.NoActivePluginsExistError": "请先创建活动资源。",
425
- "error.apiConnector.NoBotOrFunctionExistError": "请先创建机器人或函数资源。",
426
- "error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
427
- "error.apiConnector.SDKVersionImcompatibleError": "在 %s 项目中,@microsoft/teamsfx 版本 %s 不兼容。请将 @microsoft/teamsfx 版本升级到 %s,然后重试此功能。",
428
- "error.apiConnector.pkgFileNotExistError": "在 %s 项目中,不存在 package.json",
429
- "error.apiConnector.componentNotExistError": "组件 %s 不存在,请先添加",
430
- "error.apiConnector.envVarExistError": "请提供其他 API 名称,以避免与 .env.teamsfx.local 中的现有 env 变量 %s 冲突",
431
- "error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath 必须是 .zip 文件路径。",
432
- "error.debugHandler.InvalidExistingAADArgsError": "如果使用 SSO 的现有 AAD 应用,则 objectId、clientId 和 clientSecret 都是必需的。",
433
- "error.debugHandler.InvalidExistingBotArgsError": "如果使用现有机器人,则需要同时设置 botId 和 botPassword。",
434
- "error.debugHandler.DebugArgumentEmptyError": "调试参数“%s”为空。",
435
- "error.debugHandler.InvalidTabBaseUrlError": "baseUrl 必须是有效的 HTTPS URL。",
436
- "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
191
+ "error.generator.TemplateZipFallbackError": "无法下载 zip 包并打开本地 zip 包。",
192
+ "error.generator.FetchZipFromUrlError": "无法从 %s 下载 zip 包。",
193
+ "error.generator.UnzipError": "无法解压缩模板并写入磁盘。",
194
+ "error.generator.MissKeyError": "无法找到键 %s",
195
+ "error.generator.DownloadSampleApiLimitError": "由于带宽限制,无法下载示例。请在速率限制重置后稍后重试(这可能需要长达 1 小时)。或者,可以转到 %s 手动操作 git clone 储库",
196
+ "error.generator.DownloadSampleNetworkError": "由于网络错误,无法下载示例。请检查网络连接并重试。或者,可以转到 %s 手动操作 git clone 存储库",
197
+ "error.generator.ParseUrlError": "无法分析 url %s",
198
+ "error.m365.NotExtendedToM365Error": "无法将 Teams 应用扩展到 Microsoft 365。使用 \"teamsApp/extendToM365\" 操作将 Teams 应用扩展到 Microsoft 365。",
437
199
  "core.QuestionAppName.validation.pattern": "应用程序名称必须以字母开头,并且至少包含两个字母或数字。不能包含某些特殊字符。",
438
200
  "core.QuestionAppName.validation.maxlength": "应用程序名称长于最大长度 30。",
439
201
  "core.QuestionAppName.validation.pathExist": "路径存在: %s。选择其他应用程序名称。",
@@ -443,63 +205,47 @@
443
205
  "core.option.github": "打开 GitHub 指南",
444
206
  "core.option.inProduct": "打开产品内指南",
445
207
  "core.TabOption.label": "选项卡",
446
- "core.TabOption.labelNew": "启用了 SSO 的选项卡",
447
208
  "core.TabOption.description": "基于 UI 的应用",
448
209
  "core.TabOption.detail": "Microsoft Teams 中嵌入的 Teams 感知网页",
449
- "core.TabOption.detailNew": "Microsoft Teams 中嵌入的 Teams 标识感知网页",
450
- "core.DashboardOption.label": "Dashboard",
451
- "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
452
- "core.BotOption.description": "对话代理",
453
- "core.BotOption.detail": "通过对话运行简单且重复的自动化任务",
454
- "core.BotNewUIOption.label": "Basic Bot",
455
- "core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
456
- "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
210
+ "core.DashboardOption.label": "仪表板",
211
+ "core.DashboardOption.detail": "包含用于显示重要信息的卡片和小组件的画布",
212
+ "core.BotNewUIOption.label": "基本机器人",
213
+ "core.BotNewUIOption.detail": "准备自定义的机器人的简单实现",
214
+ "core.MessageExtensionOption.labelNew": "收集表单输入和处理数据",
457
215
  "core.MessageExtensionOption.label": "消息扩展",
458
216
  "core.MessageExtensionOption.description": "用户在 Teams 中撰写邮件时的自定义 UI",
459
- "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
460
- "core.NotificationOption.label": "Chat Notification Message",
461
- "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
462
- "core.CommandAndResponseOption.label": "Chat Command",
463
- "core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
464
- "core.WorkflowOption.label": "Sequential Workflow in Chat",
465
- "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
466
- "core.ExistingTabOption.label": "嵌入现有 Web 应用",
467
- "core.ExistingTabOption.detail": "自带静态网页并嵌入 Microsoft Teams",
468
- "core.ExistingTabEndpointQuestion.placeholder": "输入现有选项卡终结点",
469
- "core.ExistingTabEndpointQuestion.title": "输入 Web 应用的本地终结点",
470
- "core.ExistingTabEndpointQuestion.validation": "请输入以 https:// 开端的有效 URL",
471
- "core.TabSPFxOption.label": "选项卡(SPFx)",
217
+ "core.MessageExtensionOption.detail": "获取用户输入,对其执行一些操作,然后将自定义结果发送回来",
218
+ "core.NotificationOption.label": "聊天通知消息",
219
+ "core.NotificationOption.detail": "通过 Teams 聊天中显示的消息通知和通报",
220
+ "core.CommandAndResponseOption.label": "聊天命令",
221
+ "core.CommandAndResponseOption.detail": " Teams 聊天中使用自定义聊天命令触发工作",
222
+ "core.WorkflowOption.label": "聊天中的顺序工作流",
223
+ "core.WorkflowOption.detail": " Teams 聊天中与多步骤进程交互",
472
224
  "core.TabSPFxOption.labelNew": "SPFx",
473
- "core.TabSPFxOption.description": "使用 SharePoint 框架的客户端应用",
474
- "core.TabSPFxOption.detail": "自动托管的 SPFx Web 部件与 Microsoft Teams 紧密集成",
475
- "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
225
+ "core.TabSPFxOption.detailNew": "使用 SharePoint 框架生成 UI",
476
226
  "core.TabSso.description": "Tab 的单一登录",
477
227
  "core.TabSso.detail": "在 Teams 选项卡应用中启用单一登录",
478
228
  "core.BotSso.description": "机器人的单一登录",
479
229
  "core.BotSso.detail": "在 Teams 机器人应用中启用单一登录",
480
- "core.TabNonSso.label": "Basic Tab",
481
- "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
482
- "core.addCapabilityQuestion.title": "选择功能",
483
- "core.addCapabilityQuestion.titleNew": "功能",
484
- "core.addFeatureQuestion.title": "添加功能",
230
+ "core.TabNonSso.label": "“基本”选项卡",
231
+ "core.TabNonSso.detail": "轻松实现可随时自定义的 Web 应用",
485
232
  "core.createCapabilityQuestion.title": "选择功能",
486
233
  "core.createCapabilityQuestion.titleNew": "功能",
487
234
  "core.createCapabilityQuestion.placeholder": "选择功能",
488
- "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
489
- "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
490
- "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
491
- "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
492
- "core.createProjectQuestion.projectType.bot.label": "Bot",
493
- "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
494
- "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
495
- "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
496
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
497
- "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
498
- "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
499
- "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
500
- "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
501
- "core.createProjectQuestion.title": "New Project",
502
- "core.capability.validation": "无效的功能组合: %s,选项集: %s 互斥",
235
+ "core.createProjectQuestion.option.description.previewOnWindow": " Windows 上预览",
236
+ "core.createProjectQuestion.option.description.worksInOutlook": " Teams Outlook 中工作",
237
+ "core.createProjectQuestion.option.description.worksInOutlookM365": " TeamsOutlook Microsoft 365 应用中工作",
238
+ "core.createProjectQuestion.projectType.bot.detail": "可自动执行重复性任务的聊天或信息性聊天体验",
239
+ "core.createProjectQuestion.projectType.bot.label": "机器人",
240
+ "core.createProjectQuestion.projectType.bot.title": "使用机器人的应用功能",
241
+ "core.createProjectQuestion.projectType.messageExtension.detail": " Teams Outlook 的聊天撰写区域搜索或启动操作",
242
+ "core.createProjectQuestion.projectType.messageExtension.title": "使用消息扩展的应用功能",
243
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "使用 Web 内容自定义功能区和任务窗格",
244
+ "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook 外接程序",
245
+ "core.createProjectQuestion.projectType.outlookAddin.title": "使用 Outlook 加载项的应用功能",
246
+ "core.createProjectQuestion.projectType.tab.detail": " TeamsOutlook Micosoft 365 应用中嵌入自己的 Web 内容",
247
+ "core.createProjectQuestion.projectType.tab.title": "使用选项卡的应用功能",
248
+ "core.createProjectQuestion.title": "新建项目",
503
249
  "core.spfxFolder.title": "SPFx 解决方案文件夹",
504
250
  "core.spfxFolder.placeholder": "选择包含 SPFx 解决方案的文件夹",
505
251
  "core.QuestionSelectTargetEnvironment.title": "选择环境",
@@ -508,7 +254,7 @@
508
254
  "core.getQuestionNewTargetEnvironmentName.validation1": "环境名称只能包含字母、数字、_、-。",
509
255
  "core.getQuestionNewTargetEnvironmentName.validation2": "环境配置路径的长度将超出 Windows 的限制。",
510
256
  "core.getQuestionNewTargetEnvironmentName.validation3": "无法创建环境 \"%s\"",
511
- "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
257
+ "core.getQuestionNewTargetEnvironmentName.validation4": "无法列出 env 配置",
512
258
  "core.getQuestionNewTargetEnvironmentName.validation5": "项目环境 %s 已存在。",
513
259
  "core.QuestionSelectSourceEnvironment.title": "选择要创建副本的环境",
514
260
  "core.QuestionSelectResourceGroup.title": "选择资源组",
@@ -518,7 +264,6 @@
518
264
  "core.QuestionNewResourceGroupLocation.title": "新资源组的位置",
519
265
  "core.question.workspaceFolder.title": "工作区文件夹",
520
266
  "core.question.workspaceFolder.placeholder": "选择将包含项目根文件夹的文件夹",
521
- "core.ScratchOptionYesVSC.label": "新建应用",
522
267
  "core.ScratchOptionYesVSC.officeAddin.label": "从 Teams 功能开始",
523
268
  "core.ScratchOptionYesVSC.detail": "使用 Teams 工具包创建新的 Teams 应用程序。",
524
269
  "core.ScratchOptionYes.label": "新建应用",
@@ -536,8 +281,6 @@
536
281
  "core.SampleSelect.title": "从示例开始",
537
282
  "core.SampleSelect.placeholder": "选择示例",
538
283
  "core.SampleSelect.buttons.viewSamples": "查看示例",
539
- "core.HostTypeOptionAzure.label": "Azure",
540
- "core.HostTypeOptionSPFx.label": "SharePoint 框架(SPFx)",
541
284
  "core.updateBotIdsQuestion.title": "创建用于调试的新机器人",
542
285
  "core.updateBotIdsQuestion.placeholder": "取消选择以保留 botId 的原始值",
543
286
  "core.updateBotIdForBot.description": "在 manifest.json 中将 botId %s 更新为“${{BOT_ID}}”",
@@ -549,54 +292,40 @@
549
292
  "core.updateContentUrlOption.description": "将内容 URL 从 %s 更新到 %s",
550
293
  "core.updateWebsiteUrlOption.description": "将网站 URL 从 %s 更新为 %s",
551
294
  "core.updateUrlQuestion.placeholder": "取消选择以保留原始 URL",
552
- "core.AzureResourceSQL.label": "Azure SQL 数据库",
553
- "core.AzureResourceSQL.description": "还将选择 Azure Functions App 以访问 Azure SQL 数据库",
554
- "core.AzureResourceSQLNewUI.label": "Azure SQL 数据库",
555
- "core.AzureResourceSQLNewUI.detail": "为云构建的始终最新的关系数据库服务",
556
- "core.AzureResourceFunction.label": "Azure Functions 应用",
557
- "core.AzureResourceFunctionNewUI.label": "Azure Functions",
558
- "core.AzureResourceFunctionNewUI.detail": "无服务器、事件驱动的计算解决方案,允许你编写更少的代码",
559
- "core.AzureResourceApim.label": "在 Azure API Management 中注册 API",
560
- "core.AzureResourceApim.description": "还将选择 Azure Functions App 并作为 API 发布",
561
- "core.AzureResourceApimNewUI.label": "Azure API 管理",
562
- "core.AzureResourceApimNewUI.detail": "适合各个环境中的 API 的混合多云管理平台",
563
- "core.AzureResourceKeyVault.label": "Azure 密钥保管库",
564
- "core.AzureResourceKeyVault.description": "使用 Azure 密钥保管库保护运行时应用程序机密",
565
- "core.AzureResourceKeyVaultNewUI.label": "Azure 密钥保管库",
566
- "core.AzureResourceKeyVaultNewUI.detail": "用于安全存储和访问机密的云服务",
567
295
  "core.SingleSignOnOption.label": "单一登录",
568
296
  "core.SingleSignOnOption.detail": "为 Teams 启动页面和机器人功能开发单一登录功能",
569
- "core.ApiConnectionOption.label": "API 连接",
570
- "core.ApiConnectionOption.detail": "使用 TeamsFx SDK 连接到支持身份验证的 API",
571
- "core.cicdWorkflowOption.label": "CI/CD 工作流",
572
- "core.cicdWorkflowOption.detail": "为 GitHub、Azure DevOps 或 Jenkins 添加 CI/CD 工作流",
573
297
  "core.getUserEmailQuestion.title": "将所有者添加到同一 Microsoft 365 租户下该帐户的 Teams/AAD 应用(电子邮件)",
574
298
  "core.getUserEmailQuestion.validation1": "电子邮件地址不能为 null 或为空",
575
299
  "core.getUserEmailQuestion.validation2": "请将 [UserName] 更改为实际用户名",
576
- "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
577
- "core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Make sure you have already run 'Provision' or correctly set the value with key '%s' in your .env file.",
300
+ "core.collaboration.error.failedToLoadDotEnvFile": "无法加载 .env 文件。原因: %s",
301
+ "core.collaboration.error.failedToGetTeamsAppId": "无法在 .env 文件中找到 Teams 应用 ID。请确保已运行“预配”或正确设置 .env 文件中键为“%s”的值。",
578
302
  "core.selectAadAppManifestQuestion.title": "选择 Azure Active Directory manifest.json 文件",
579
303
  "core.selectTeamsAppManifestQuestion.title": "选择 Teams manifest.json 文件",
580
- "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
581
- "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
304
+ "core.selectTeamsAppPackageQuestion.title": "选择 Teams 应用包文件",
305
+ "core.selectLocalTeamsAppManifestQuestion.title": "选择本地 Teams manifest.json 文件",
582
306
  "core.selectCollaborationAppTypeQuestion.title": "选择要用于管理协作者的应用",
307
+ "core.selectValidateMethodQuestion.validate.selectTitle": "选择验证方法",
308
+ "core.selectValidateMethodQuestion.validate.schemaOption": "使用清单架构进行验证",
309
+ "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "使用清单架构进行验证",
310
+ "core.selectValidateMethodQuestion.validate.appPackageOption": "使用验证规则验证应用包",
311
+ "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "使用验证规则验证应用包",
583
312
  "core.confirmManifestQuestion.placeholder": "确认已正确选择清单",
584
313
  "core.aadAppQuestion.label": "Azure Active Directory 应用",
585
314
  "core.aadAppQuestion.description": "用于单一登录的 Azure Active Directory 应用",
586
315
  "core.teamsAppQuestion.label": "Teams 应用",
587
316
  "core.teamsAppQuestion.description": "你的 Teams 应用",
588
- "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
589
- "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
590
- "core.M365SearchAppOptionItem.label": "Custom Search Results",
591
- "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
592
- "core.M365HostQuestion.title": "Platform",
593
- "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
317
+ "core.M365SsoLaunchPageOptionItem.label": "使用 Fluent UI 进行响应",
318
+ "core.M365SsoLaunchPageOptionItem.detail": "使用 Fluent UI React 组件获取 Teams 外观的 Web 应用",
319
+ "core.M365SearchAppOptionItem.label": "自定义搜索结果",
320
+ "core.M365SearchAppOptionItem.detail": "直接在搜索或聊天区域的 Teams Outlook 搜索结果中显示数据",
321
+ "core.M365HostQuestion.title": "平台",
322
+ "core.M365HostQuestion.placeholder": "选择要预览应用的平台",
594
323
  "core.options.separator.scenario": "基于方案的 Teams 应用",
595
- "core.options.separator.resource": "云资源",
596
324
  "core.options.separator.additional": "其他功能",
597
- "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
598
- "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
599
- "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
325
+ "core.common.LifecycleComplete.prepareTeamsApp": "Successfully prepared Teams app.",
326
+ "core.common.LifecycleComplete.provision": "已在预配阶段成功执行 %s/%s 操作。",
327
+ "core.common.LifecycleComplete.deploy": "已成功在部署阶段执行 %s/%s 操作。",
328
+ "core.common.LifecycleComplete.publish": "已成功在发布阶段执行 %s/%s 操作。",
600
329
  "core.common.TeamsMobileDesktopClientName": "Teams 桌面,移动客户端 ID",
601
330
  "core.common.TeamsWebClientName": "Teams Web 客户端 ID",
602
331
  "core.common.OfficeDesktopClientName": "桌面版 Microsoft 365 应用客户端 ID",
@@ -606,11 +335,11 @@
606
335
  "core.common.OutlookWebClientName1": "Outlook Web Access 客户端 ID 1",
607
336
  "core.common.OutlookWebClientName2": "Outlook Web Access 客户端 ID 2",
608
337
  "core.NewOfficeAddinOptionVSC.label": "从 Outlook 加载项开始",
609
- "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
610
- "core.importAddin.label": "Import an Existing Outlook Add-in",
611
- "core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
612
- "core.newTaskpaneAddin.label": "Taskpane",
613
- "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
338
+ "core.NewOfficeAddinOptionVSC.detail": "使用 Teams 工具包创建新的 Outlook 外接程序应用程序。",
339
+ "core.importAddin.label": "导入现有 Outlook 加载项",
340
+ "core.importAddin.detail": "升级项目并将其添加到最新的应用清单和项目结构",
341
+ "core.newTaskpaneAddin.label": "任务窗格",
342
+ "core.newTaskpaneAddin.detail": "在任务窗格中使用按钮和嵌入内容自定义功能区",
614
343
  "core.summary.actionDescription": "操作 %s%s",
615
344
  "core.summary.lifecycleDescription": "生命周期阶段: %s(共 %s 个步骤)。将执行以下操作: %s",
616
345
  "core.summary.lifecycleNotExecuted": "%s 生命周期阶段 %s 未执行。",
@@ -620,49 +349,19 @@
620
349
  "core.summary.actionFailed": "%s 失败。",
621
350
  "core.summary.actionSucceeded": "%s 已成功执行。",
622
351
  "core.summary.createdEnvFile": "环境文件创建时间:",
623
- "error.aad.GetAppError": "Unable to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
624
- "error.aad.GetAppConfigError": "Unable to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
625
- "error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
626
- "error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
627
- "error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
628
- "error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
629
- "error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
630
- "error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
631
- "error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
632
- "error.aad.AppIdUriInvalidError": "应用程序 ID URI 无效。在继续操作之前预配应用程序。",
633
- "error.aad.CannotGenerateIdentifierUris": "无法生成 identifierUris,因为找不到 botId 或前端域,你需要在配置文件中至少指定其中一个",
634
- "error.aad.InvalidSelectedPlugins": "所选插件无效。%s",
635
- "error.aad.ParsePermissionError": "Unable to parse permission request.",
636
- "error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
637
- "error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
638
- "error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
639
- "error.aad.GetTokenError": "Unable to get user login information for %s.",
640
- "error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
641
- "error.aad.MissingPermissionsRequestProvider": "插件上下文中缺少 permissionRequestProvider",
642
- "error.aad.CheckPermissionError": "Unable to check permission.",
643
- "error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
644
- "error.aad.ListCollaboratorError": "Unable to list collaborator.",
645
- "error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
646
- "error.aad.AadManifestMissingName": "名称属性在 AAD 清单文件中为空或无效",
647
- "error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions 属性缺少应 access_as_user 的值的项",
648
- "error.aad.AadManifestMissingObjectId": "AAD 清单文件中缺少 ID 属性或该属性无效,需要先运行预配或调试",
649
- "error.aad.AadManifestMissingReplyUrlsWithType": "AAD 清单文件中缺少 replyUrlsWithType 属性或该属性无效,需要先运行预配或调试",
650
- "error.aad.AadManifestMissingIdentifierUris": "AAD 清单文件中缺少 identifierUris 属性或该属性无效,需要先运行预配或调试",
651
- "error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
652
- "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
653
- "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
654
- "error.aad.GetDisplayNameError": "Unable to get display name.",
655
- "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
352
+ "ui.select.LoadingOptionsPlaceholder": "Loading options ...",
353
+ "error.aad.CreateAppError": "无法在 Azure Active Directory 中创建应用。",
354
+ "error.aad.CreateSecretError": "`无法在 Azure Active Directory 中创建应用程序机密。`",
355
+ "error.aad.GetTokenError": "无法获取 %s 的用户登录信息。",
356
+ "error.aad.TenantNotExistError": "无法从用户登录名获取租户信息。",
357
+ "error.aad.CheckPermissionError": "无法检查权限。",
358
+ "error.aad.GrantPermissionError": "%s: %s。无法授予权限。",
359
+ "error.aad.ListCollaboratorError": "无法列出协作者。",
360
+ "error.aad.GetConfigError": "无法获取 %s 的配置值 \"%s\"。",
656
361
  "error.aad.FormatError": "%s 的格式无效。值: %s。",
657
- "error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
658
- "error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
659
- "error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
660
- "error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
661
- "error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
662
- "error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
663
- "error.aad.client.AppDefinitionIsNull": "缺少应用程序定义。",
362
+ "error.aad.client.CheckPermissionFailed": "无法在 Azure Active Directory 中检查权限。",
363
+ "error.aad.client.GrantPermissionFailed": "无法在 Azure Active Directory 中授予权限。",
664
364
  "error.aad.client.AppObjectIdIsNull": "缺少对象 ID。",
665
- "error.aad.client.EmptyResponse": "缺少响应。",
666
365
  "error.aad.client.ReachRetryLimit": "超出了重试限制。",
667
366
  "error.aad.manifest.NameIsMissing": "缺少名称\n",
668
367
  "error.aad.manifest.SignInAudienceIsMissing": "缺少 signInAudience\n",
@@ -676,166 +375,67 @@
676
375
  "error.aad.manifest.UnknownResourceAppId": "未知 resourceAppId %s",
677
376
  "error.aad.manifest.UnknownResourceAccessType": "未知 resourceAccess: %s",
678
377
  "error.aad.manifest.UnknownResourceAccessId": "未知 resourceAccess id: %s,如果你正在将权限用作 resourceAccess id,请尝试改用权限 ID。",
679
- "plugins.aad.NoSelection": "找不到 Azure AD 应用。将不会更新权限。需要先运行预配或调试。",
680
- "plugins.aad.UserCancelled": "用户已取消选择。",
681
- "plugins.aad.UpdatePermissionSuccessMessage": "已成功更新 Azure AD 应用的权限。可以转到 Azure 门户来检查权限或授予管理员同意。",
682
- "plugins.aad.SkipProvision": "已跳过 Azure AD 应用预配。需要手动预配和配置 Azure AD 应用。",
683
378
  "plugins.aad.OwnerAlreadyAdded": "用户 %s 已被添加为 Azure AD 应用 %s 的所有者。",
684
- "plugins.aad.StepFailedAndSkipped": "步骤失败: %s。需要转到 Azure 门户并手动为提供的 Azure AD 应用使用 %s。",
685
- "plugins.aad.UpdatePermissionHelpMessage": "更新“API 权限”下的权限",
686
- "plugins.aad.UpdateAppIdUriHelpMessage": "在“公开 API”下设置 \"%s\" 为“应用程序 ID URI”",
687
- "plugins.aad.UpdateRedirectUriHelpMessage": "在“身份验证”下设置 \"%s\" 为“重定向 URI”",
688
- "plugins.aad.UpdateAadHelpMessage": "更新 Azure AD 应用清单",
689
- "plugins.apim.QuestionConstants.VSCode.OpenApiDocument.description": "选择“打开 API 文档”。",
690
- "plugins.apim.QuestionConstants.VSCode.ApiPrefix.description": "输入 API 名称前缀。",
691
- "plugins.apim.QuestionConstants.VSCode.ApiPrefix.prompt": "API 的唯一名称将是 \"{api-prefix}-{resource-suffix}-{api-version}\"。",
692
- "plugins.apim.QuestionConstants.VSCode.ApiVersion.description": "选择 API 版本。",
693
- "plugins.apim.QuestionConstants.VSCode.ApiVersion.createNewApiVersionOption": "+ 创建新的 API 版本",
694
- "plugins.apim.QuestionConstants.VSCode.NewApiVersion.description": "输入 API 版本。",
695
- "plugins.apim.QuestionConstants.CLI.OpenApiDocument.description": "打开 API 文档文件路径。",
696
- "plugins.apim.QuestionConstants.CLI.ApiPrefix.description": "API 名称前缀。API 的默认唯一名称将是 \"{api-prefix}-{resource-suffix}-{api-version}\"。",
697
- "plugins.apim.QuestionConstants.CLI.ApiId.description": "要更新的 API 的唯一名称。",
698
- "plugins.apim.QuestionConstants.CLI.ApiVersion.description": "API 版本。",
699
- "plugins.apim.ValidationConstants.resourceIdValidPattern.message": "值在数字或字母前后时只能包含数字、字母、连字符。",
700
- "plugins.apim.ValidationConstants.defaultValidPattern.message": "值不能包含 \"*#&+:<>?\" 中的任何字符。",
701
- "plugins.apim.ValidationConstants.guidValidPattern.message": "此值应为一个 GUID。",
702
- "plugins.apim.ValidationConstants.CLI.invalidOptionMessage": "选项 '--%s' 的值无效。",
703
- "plugins.apim.ValidationConstants.CLI.emptyOptionMessage": "选项 \"--%s\" 是必需的。请设置 \"--%s\" 的值",
704
- "plugins.apim.ValidationConstants.CLI.overrideOptionMessage": "无法重写选项 \"--%s\"。请删除选项 \"--%s\"",
705
- "plugins.apim.RetryOperation.Create": "创建新项目",
706
- "plugins.apim.RetryOperation.Update": "添加 API Management 资源",
707
- "plugins.apim.RetryOperation.Provision": "在云中预配",
708
- "plugins.apim.RetryOperation.Deploy": "部署到云",
709
- "plugins.apim.RetryOperation.Login": "登录到 Azure 并选择订阅",
710
- "plugins.apim.ProgressMessages.Scaffold.Scaffold": "搭建 OpenAPI 文档的基架",
711
- "plugins.apim.ProgressMessages.Provision.CreateApim": "创建 Azure API 管理服务",
712
- "plugins.apim.ProgressMessages.Provision.CreateAad": "创建客户端 AAD 应用注册",
713
- "plugins.apim.ProgressMessages.PostProvision.ConfigClientAad": "配置客户端 AAD 应用注册",
714
- "plugins.apim.ProgressMessages.PostProvision.ConfigAppAad": "更新 Teams 应用的 AAD 应用",
715
- "plugins.apim.ProgressMessages.Deploy.ImportApi": "将 API 导入 API 管理",
716
- "plugins.apim.error.NoValidOpenApiDocument": "当前工作区中没有有效的 OpenApi 文档。",
717
- "plugins.apim.error.InvalidOpenApiDocument": "文件 \"%s\" 不是有效的 OpenApi 文档。",
718
- "plugins.apim.error.EmptyTitleInOpenApiDocument": "OpenApi 文档 \"%s\" 中的属性 \"title\" 不能为空。",
719
- "plugins.apim.error.EmptyVersionInOpenApiDocument": "OpenApi 文档 \"%s\" 中的属性 \"version\" 不能为空。",
720
- "plugins.apim.error.InvalidAadObjectId": "找不到对象 ID 为 \"%s\" 的 Azure Active Directory 应用程序。",
721
- "plugins.apim.error.EmptyConfigValue": "\"%s\" 中缺失 \"%s\" 的项目配置 \"%s\"。请重试 %s 或手动设置值。",
722
- "plugins.apim.error.NoPluginConfig": "找不到 %s 配置。请重试 %s。",
723
- "plugins.apim.error.InvalidConfigValue": "\"%s\" 的项目配置 \"%s\" 无效。%s",
724
- "plugins.apim.error.ApimOperationError": "Unable to %s %s.",
725
- "plugins.apim.error.AadOperationError": "Unable to %s %s.",
726
- "plugins.apim.error.InvalidCliOptionError": "选项无效。%s",
727
- "plugins.apim.error.NotImplemented": "未实现。",
728
- "plugins.apim.error.InvalidFunctionEndpoint": "函数终结点方案应为 \"http\" 或 \"https\"。",
729
- "plugins.apim.error.EmptyProperty": "属性 \"%s\" 为空。",
730
- "plugins.apim.error.InvalidPropertyType": "属性 \"%s\" 不是 \"%s\" 类型。",
731
- "plugins.apim.error.ShortenToEmpty": "值 \"%s\" 不能缩短为空。",
732
- "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
733
- "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
734
- "error.sa.UnauthenticatedError": "Unable to get user login information.",
735
- "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
736
- "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
737
- "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
738
- "error.sa.CreateWebAppError": "Unable to create Web App: %s",
739
- "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
740
- "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
741
- "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
742
- "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
743
- "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
744
- "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
745
- "plugins.sa.FreeServerFarmsQuotaErrorToUser": "订阅中允许的最大免费应用服务计划数为 10。请删除免费的应用服务计划,然后重试。",
746
- "core.addSso.onlySupportAzure": "仅 Azure 中托管的项目支持添加 SSO",
747
- "core.addSso.onlyMeNotSupport": "仅消息扩展项目不支持添加 SSO",
748
379
  "core.addSso.functionNotSupport": "托管在 Azure Functions 上的机器人不支持“添加 SSO”",
749
- "core.addSso.needEnableFeatureFlag": "需要在 env 中设置 \"TEAMSFX_AAD_MANIFEST\" 才能使用添加 SSO 功能",
750
380
  "core.addSso.ssoEnabled": "SSO 已启用",
751
- "core.addSso.invalidSsoProject": "项目无效。你可能已修改 \".fx/projectSettings.json\" 文件。",
752
- "core.addSso.learnMore": "SSO 已成功添加到项目中。我们在 \"auth/\" 中生成了示例代码和 README。单击 \"%s\" 了解更多详细信息。",
753
381
  "core.addSsoFiles.emptyProjectPath": "项目路径为空",
754
- "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
755
- "core.addSsoFiles.invalidLanguage": "语言无效。请确保未修改 \".fx/projectSettings.json\",然后重试。",
382
+ "core.addSsoFiles.FailedToCreateAuthFiles": "无法为 add sso 创建文件。详细信息错误: %s",
756
383
  "core.getUserEmailQuestion.validation3": "电子邮件地址无效",
757
- "plugins.bot.DetailedError": "错误详细信息: %s。",
758
- "plugins.bot.DetailedErrorReason": "原因: %s",
759
384
  "plugins.bot.ErrorSuggestions": "建议: %s",
760
385
  "plugins.bot.InvalidValue": "%s 无效,值为: %s",
761
- "plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
762
- "plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
763
386
  "plugins.bot.SomethingIsMissing": "缺少 %s。",
764
- "plugins.bot.SomethingNotExisting": "%s 不存在。",
765
387
  "plugins.bot.FailedToGetAlreadyCreatedBot": "无法创建 ID 为 %s 的机器人,该机器人可能由现有机器人获取。请访问 %s 了解详细信息。\n或 API 调用开发人员门户失败: 错误,请求失败,状态代码为 500,API 名称: create-bot,X-Correlation-ID: 未定义。这可能来自一些间歇性服务错误。请等待几分钟,然后重试。",
766
- "plugins.bot.FailedToProvision": "Unable to provision %s.",
767
- "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
388
+ "plugins.bot.FailedToProvision": "无法预配 %s",
389
+ "plugins.bot.FailedToUpdateConfigs": "无法更新 %s 的配置",
768
390
  "plugins.bot.BotRegistrationNotFoundWith": "未找到 botId 为 %s 的机器人注册。单击“获取帮助”按钮以了解有关如何检查机器人注册的详细信息。",
769
- "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
770
- "plugins.bot.FailToRun": "Unable to run %s.",
771
- "plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
772
391
  "plugins.bot.BotResourceExists": "%s 上已存在机器人资源,请跳过机器人资源创建。",
773
- "plugins.bot.WorkingDirMissing": "缺少工作目录。",
774
- "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
775
- "plugins.bot.CreateBotAADSuccess": "已成功创建机器人 AAD 应用。",
392
+ "plugins.bot.FailRetrieveAzureCredentials": "无法检索 Azure 凭据。",
776
393
  "plugins.bot.ProvisionBotRegistration": "正在预配机器人注册。",
777
394
  "plugins.bot.ProvisionBotRegistrationSuccess": "已成功预配机器人注册。",
778
- "plugins.bot.RecreateProject": "请重新创建项目。",
779
395
  "plugins.bot.CheckCommandOutput": "请检查命令输出并尝试修复它。",
780
396
  "plugins.bot.RunFailedCommand": "请在文件夹 \"%s\" 中运行失败的命令 \"%s\"。",
781
- "plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
782
- "plugins.bot.CheckPathWriteAccess": "请检查路径 %s 是否存在,并且你对它具有写入访问权限。如果没有,请将项目移动到有效路径。",
397
+ "plugins.bot.CheckLogAndFix": "请检查登录输出面板并尝试解决此问题。",
783
398
  "plugins.bot.AadApp": "AAD 应用",
784
399
  "plugins.bot.AadClientSecret": "AAD 客户端密码",
785
400
  "plugins.bot.AppStudioBotRegistration": "开发人员门户机器人注册",
786
- "plugins.function.askFunctionName": "提供函数名称。",
787
- "plugins.function.getTemplateFrom": "正在从 \"%s\" 检索模板。",
788
- "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
789
- "plugins.function.projectScaffoldAt": "项目基架位于 \"%s\"。",
790
- "plugins.function.invalidFunctionName": "函数名称无效。函数名称只能包含字母数字字符。最大长度为 127 个字符。",
791
- "plugins.function.functionAlreadyExists": "函数已存在。",
401
+ "plugins.function.getTemplateFromLocal": "无法从 github 获取最新模板,请尝试使用本地模板。",
792
402
  "error.depChecker.DefaultErrorMessage": "手动安装所需的依赖项。",
793
403
  "depChecker.learnMoreButtonText": "了解更多",
794
- "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
795
- "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
796
- "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
797
- "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
798
- "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
799
- "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
800
- "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
801
- "depChecker.startInstallNgrok": "下载并安装 @NameVersion。",
802
- "depChecker.finishInstallNgrok": "已成功安装 @NameVersion。",
404
+ "depChecker.needInstallNpm": "必须安装 NPM 才能调试本地函数。",
405
+ "depChecker.failToValidateFuncCoreTool": "安装后无法验证 Azure Functions Core Tools",
406
+ "depChecker.symlinkDirAlreadyExist": "符号链接的目标已存在",
407
+ "depChecker.portableFuncNodeNotMatched": "你的 Node.js (@NodeVersion) Teams 工具包 Azure Functions Core Tools (@FuncVersion)不兼容。",
408
+ "depChecker.invalidFuncVersion": "版本 %s 的格式无效。",
409
+ "depChecker.noSentinelFile": "Azure Functions Core Tools 安装不完整。",
410
+ "depChecker.funcVersionNotMatch": "Azure Functions Core Tools (%s) 的版本与指定的版本范围 (%s) 不兼容。",
803
411
  "depChecker.finishInstallBicep": "已成功安装 @NameVersion。",
804
- "depChecker.needInstallNgrok": "必须安装 @NameVersion 才能调试本地机器人。",
805
- "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
806
412
  "depChecker.downloadDotnet": "下载并安装可移植版本的 @NameVersion,该版本将安装到 @InstallDir,不会影响环境。",
807
413
  "depChecker.downloadBicep": "下载并安装可移植版本的 @NameVersion,该版本将安装到 @InstallDir,不会影响环境。",
808
414
  "depChecker.finishInstallDotnet": "已成功安装 @NameVersion。",
809
415
  "depChecker.useGlobalDotnet": "使用 PATH 中的 dotnet:",
810
416
  "depChecker.dotnetInstallStderr": "dotnet-install 命令失败,没有错误退出代码,但出现非空标准错误。",
811
417
  "depChecker.dotnetInstallErrorCode": "dotnet-install 命令失败。",
812
- "depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
813
- "depChecker.NodeNotSupported": "Node.js (@CurrentVersion)不在支持的版本列表(@SupportedVersions)中。\n\n单击“了解详细信息”以详细了解支持的 Node.js versions。\n\n(如果刚刚安装 Node.js(@SupportedVersions),请重启 Visual Studio Code 以使更改生效。)",
814
- "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
815
- "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
418
+ "depChecker.NodeNotFound": "找不到 Node.js。在 package.json 中指定了支持的节点版本。转到 %s 以安装受支持的 Node.js。安装完成后,重启所有 Visual Studio Code 实例。",
419
+ "depChecker.V3NodeNotSupported": "Node.js (%s)不是官方支持的版本(%s)。你的项目可能会继续工作,但我们建议安装支持的版本。在 package.json 中指定了支持的节点版本。转到 %s 以安装受支持的 Node.js",
420
+ "depChecker.NodeNotLts": "Node.js (%s) 不是 LTS (%s)。转到 %s 以安装 LTS Node.js",
816
421
  "depChecker.dotnetNotFound": "找不到 @NameVersion。有关需要 .NET SDK 的详细信息,请参阅 @HelpLink",
817
422
  "depChecker.depsNotFound": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。\n\n单击“安装”以安装 @InstallPackages。",
818
423
  "depChecker.linuxDepsNotFound": "找不到@SupportedPackages。手动安装@SupportedPackages 并重启 Visual Studio Code。",
819
424
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "找不到 @SupportedPackages。\n\nTeams Toolkit 需要这些依赖项。",
820
- "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
425
+ "depChecker.failToDownloadFromUrl": "无法从 \"@Url\" 下载文件,HTTP 状态为“@Status”。",
821
426
  "depChecker.failToValidateVxTestAppInstallOptions": "视频扩展性测试应用先决条件检查器的参数无效。请检查 tasks.json 文件。",
822
- "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
823
- "error.BadComponent": "组件“%s”缺少属性: %s。",
824
- "error.InvalidFeature": "此功能不适用于你的项目。",
825
- "error.UpdateAadManifest.MissingEnvHint": "如果通过使用 Teams 工具包创建的新项目进行开发,则运行预配或调试将为这些环境变量注册正确的值。",
826
- "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
427
+ "depChecker.failToValidateVxTestApp": "安装后无法验证视频扩展性测试应用。",
428
+ "error.driver.outputEnvironmentVariableUndefined": "未定义输出环境变量名称。",
827
429
  "driver.aadApp.description.create": "创建 Azure Active Directory 应用以对用户进行身份验证",
828
430
  "driver.aadApp.description.update": "将 Azure Active Directory 应用清单应用于现有应用",
829
431
  "driver.aadApp.error.missingEnv": "未设置环境变量 %s。",
830
- "driver.aadApp.error.missingEnvInFile": "在 %s 中引用的环境变量 %s 没有值。",
831
432
  "driver.aadApp.error.generateSecretFailed": "无法生成客户端密码。",
832
433
  "driver.aadApp.error.invalidFieldInManifest": "Azure Active Directory 应用清单中缺少字段 %s 或该字段无效。",
833
- "driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
834
- "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
835
- "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
434
+ "driver.aadApp.progressBar.createAadAppTitle": "正在创建 Azure Active Directory 应用程序...",
435
+ "driver.aadApp.progressBar.updateAadAppTitle": "正在更新 Azure Active Directory 应用程序...",
836
436
  "driver.aadApp.log.startExecuteDriver": "正在执行操作 %s",
837
437
  "driver.aadApp.log.successExecuteDriver": "已成功执行操作 %s",
838
- "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
438
+ "driver.aadApp.log.failExecuteDriver": "无法执行操作 %s。错误消息: %s",
839
439
  "driver.aadApp.log.startCreateAadApp": "环境变量 %s 不存在,正在创建新的 Azure Active Directory 应用...",
840
440
  "driver.aadApp.log.successCreateAadApp": "已创建对象 ID 为 %s 的 Azure Active Directory 应用程序",
841
441
  "driver.aadApp.log.skipCreateAadApp": "环境变量 %s 已存在,正在跳过新的 Azure Active Directory 应用创建步骤。",
@@ -844,25 +444,25 @@
844
444
  "driver.aadApp.log.skipGenerateClientSecret": "环境变量 %s 已存在,正在跳过 Azure Active Directory 应用客户端机密生成步骤。",
845
445
  "driver.aadApp.log.outputAadAppManifest": "生成 Azure Active Directory 应用清单已完成,应用清单内容已写入 %s",
846
446
  "driver.aadApp.log.successUpdateAadAppManifest": "已将清单 %s 应用于对象 ID 为 %s 的 Azure Active Directory 应用程序",
847
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
848
- "botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
849
- "botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
850
- "botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
851
- "botRegistration.log.failCreateBotAadApp": "Unable to create bot Azure Active Directory app. Error message: %s.",
447
+ "botRegistration.ProgressBar.creatingBotAadApp": "正在创建机器人 aad 应用...",
448
+ "botRegistration.log.startCreateBotAadApp": "正在创建机器人 Azure Active Directory 应用。",
449
+ "botRegistration.log.successCreateBotAadApp": "已成功创建机器人 Azure Active Directory 应用。",
450
+ "botRegistration.log.skipCreateBotAadApp": "已跳过创建机器人 Azure Active Directory 应用。",
451
+ "botRegistration.log.failCreateBotAadApp": "无法创建机器人 Azure Active Directory 应用。错误消息: %。",
852
452
  "driver.botAadApp.create.description": "创建新的或重用现有的机器人 Azure Active Directory 应用。",
853
453
  "driver.botAadApp.log.startExecuteDriver": "正在执行操作 %s",
854
454
  "driver.botAadApp.log.successExecuteDriver": "已成功执行操作 %s",
855
- "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
455
+ "driver.botAadApp.log.failExecuteDriver": "无法执行操作 %s。错误消息: %s",
856
456
  "driver.botAadApp.log.successCreateBotAad": "已创建客户端 ID 为 %s 的 Azure Active Directory 应用程序。",
857
457
  "driver.botAadApp.log.useExistingBotAad": "已使用客户端 ID 为 %s 的现有 Azure Active Directory 应用程序。",
858
- "driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
859
- "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
860
- "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
458
+ "driver.botAadApp.error.unexpectedEmptyBotPassword": "机器人密码为空。将其添加到 env 文件中或清除机器人 ID,以重新生成机器人 ID/密码对。操作: %s",
459
+ "driver.arm.description.deploy": "将给定的 ARM 模板部署到 Azure",
460
+ "driver.arm.deploy.progressBar.message": "正在将 ARM 模板部署到 Azure...",
861
461
  "debug.warningMessage": "要在 Teams 中调试应用程序,localhost 服务器必须在 HTTPS 上。\n如果要让 Teams 信任工具包使用的自签名 SSL 证书,必须将自签名证书添加到证书存储。\n可以跳过此步骤,但在 Teams 中调试应用时,必须在新的浏览器窗口中手动信任安全连接。\n有关详细信息,请访问 “https://aka.ms/teamsfx-ca-certificate”。",
862
462
  "debug.warningMessage2": " 安装证书时,系统可能要求你提供帐户凭据。",
863
463
  "debug.install": "安装",
864
464
  "driver.spfx.deploy.description": "将 SPFx 包部署到 SharePoint 应用目录。",
865
- "driver.spfx.deploy.progressbar.stepMessage": "Deploying SPFx package...",
465
+ "driver.spfx.deploy.progressbar.stepMessage": "正在部署 SPFx 包...",
866
466
  "driver.spfx.deploy.createAppCatalog": "创建 SharePoint 应用程序目录。",
867
467
  "driver.spfx.deploy.deployPackage": "将 SPFx 包部署到你的租户应用程序目录。",
868
468
  "driver.spfx.deploy.skipCreateAppCatalog": "跳过以创建 SharePoint 应用程序目录。",
@@ -875,10 +475,10 @@
875
475
  "driver.spfx.add.successNotice": "Web 部件 %s 已成功添加到项目中。",
876
476
  "driver.spfx.add.progress.title": "基架 Web 部件",
877
477
  "driver.spfx.add.progress.scaffoldWebpart": "使用 Yeoman CLI 生成 SPFx Web 部件",
878
- "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
879
- "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
478
+ "driver.prerequisite.error.funcInstallationError": "无法检查并安装 Azure Functions Core Tools",
479
+ "driver.prerequisite.error.dotnetInstallationError": "无法检查和安装 .NET Core SDK",
880
480
  "driver.prerequisite.description": "正在安装依赖项",
881
- "driver.prerequisite.progressBar": "Checking and installing development tool(s).",
481
+ "driver.prerequisite.progressBar": "正在检查和安装开发工具。",
882
482
  "driver.prerequisite.summary.devCert.trusted.succuss": "已安装 localhost 的开发证书。",
883
483
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "已生成 localhost 的开发证书。",
884
484
  "driver.prerequisite.summary.devCert.skipped": "跳过对 localhost 的开发证书的信任。",
@@ -888,11 +488,11 @@
888
488
  "driver.prerequisite.summary.dotnet.installed": "已安装 .NET Core SDK。",
889
489
  "driver.file.createOrUpdateEnvironmentFile.description": "将变量创建或更新到环境文件。",
890
490
  "driver.file.createOrUpdateEnvironmentFile.summary": "变量已成功生成到 %s。",
891
- "driver.file.createOrUpdateJsonFile.description": " appsettings 创建或更新到 JSON 文件。",
892
- "driver.file.createOrUpdateJsonFile.summary": "appsettings 已成功生成到 %s",
893
- "driver.file.progressBar.appsettings": "Generating appsettings...",
894
- "driver.file.progressBar.env": "Generating environment variables...",
895
- "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
491
+ "driver.file.createOrUpdateJsonFile.description": "Create or update JSON file.",
492
+ "driver.file.createOrUpdateJsonFile.summary": "The json file has been generated successfully to %s.",
493
+ "driver.file.progressBar.appsettings": "Generating json file...",
494
+ "driver.file.progressBar.env": "正在生成环境变量...",
495
+ "driver.deploy.error.restartWebAppError": "无法重新启动 Web 应用。\n如果应用无法正常工作,请尝试手动重启 Web 应用。",
896
496
  "driver.deploy.notice.deployAcceleration": "部署到 Azure 应用服务需要很长时间。请考虑参考本文档来优化部署:",
897
497
  "driver.deploy.notice.deployDryRunComplete": "部署准备工作已完成。可以在 `%s` 中找到包",
898
498
  "driver.deploy.azureAppServiceDeployDetailSummary": "已成功将 `%s` 部署到 Azure 应用服务。",
@@ -904,105 +504,110 @@
904
504
  "driver.deploy.deployToAzureStorageDescription": "将项目部署到 Azure 存储。",
905
505
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "在 Azure 存储中启用静态网站设置。",
906
506
  "driver.common.suggestion.retryLater": "请重试。",
907
- "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
507
+ "driver.common.FailRetrieveAzureCredentialsRemoteError": "由于远程服务错误,无法检索 Azure 凭据。",
908
508
  "driver.script.dotnetDescription": "正在运行 dotnet 命令。",
909
509
  "driver.script.npmDescription": "正在运行 npm 命令。",
910
510
  "driver.script.npxDescription": "正在运行 npx 命令。",
911
511
  "driver.script.runCommandSummary": "在 `%s` 成功执行了 `%s` 命令。",
912
- "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
913
- "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
914
- "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
512
+ "driver.m365.acquire.description": "使用应用包获取 Microsoft 365 标题",
513
+ "driver.m365.acquire.progress.message": "正在使用应用包获取 Microsoft 365 标题...",
514
+ "driver.m365.acquire.summary": "已成功获取 Microsoft 365 标题游戏(%s)",
915
515
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "将生成的 Teams 应用包复制到 SPFx 解决方案。",
916
516
  "driver.teamsApp.description.createDriver": "创建 Teams 应用。",
917
517
  "driver.teamsApp.description.updateDriver": "更新 Teams 应用。",
918
518
  "driver.teamsApp.description.publishDriver": "将 Teams 应用发布到租户应用目录。",
919
519
  "driver.teamsApp.description.validateDriver": "验证 Teams 应用。",
920
520
  "driver.teamsApp.description.createAppPackageDriver": "生成 Teams 应用包。",
921
- "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
922
- "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
923
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
521
+ "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "正在将 Teams 应用包复制到 SPFx 解决方案…",
522
+ "driver.teamsApp.progressBar.createTeamsAppStepMessage": "正在创建 Teams 应用...",
523
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "正在更新 Teams 应用...",
924
524
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "检查 Teams 应用是否已提交到租户应用目录",
925
525
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "更新已发布的 Teams 应用",
926
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
526
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "正在发布 Teams 应用...",
927
527
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "ID 为 %s 的 Teams 应用已存在,已跳过创建新的 Teams 应用。",
928
528
  "driver.teamsApp.summary.publishTeamsAppExists": "组织的应用商店中已存在 ID 为 %s 的 Teams 应用。",
929
529
  "driver.teamsApp.summary.publishTeamsAppNotExists": "组织应用商店中不存在 ID 为 %s 的 Teams 应用。",
930
530
  "driver.teamsApp.summary.publishTeamsAppSuccess": "已成功将 Teams 应用 %s 发布到管理门户。",
931
531
  "driver.teamsApp.summary.copyAppPackageSuccess": "已将 Teams 应用 %s 成功复制到 %s。",
932
532
  "driver.teamsApp.summary.copyIconSuccess": "%s 个图标已在 %s 下成功更新。",
933
- "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
934
- "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
935
- "driver.teamsApp.summary.validate.succeed": "%s passed",
936
- "driver.teamsApp.summary.validate.failed": "%s failed",
937
- "driver.teamsApp.summary.validate.warning": "%s warning",
938
- "driver.teamsApp.summary.validate.all": "All",
939
- "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
940
- "driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
533
+ "driver.teamsApp.summary.validate": "Teams 工具包已根据所有验证规则进行检查:\n\n摘要:\n%s\n%s\n%s\n\n可在 %s 中找到完整的验证日志",
534
+ "driver.teamsApp.summary.validateManifest": "Teams 工具包已检查清单及其架构:\n\nTeams 工具包:\n%s。\n%s\n",
535
+ "driver.teamsApp.summary.validate.succeed": "%s 已通过",
536
+ "driver.teamsApp.summary.validate.failed": "%s 失败",
537
+ "driver.teamsApp.summary.validate.warning": "%s 警告",
538
+ "driver.teamsApp.summary.validate.all": "全部",
539
+ "driver.teamsApp.validate.result": "Teams 工具包已根据验证规则完成应用包检查。%s",
540
+ "driver.teamsApp.validate.result.display": "Teams 工具包已根据验证规则完成应用包检查。%s。有关详细信息,请检查 [输出面板](command:fx-extension.showOutputChannel)",
941
541
  "error.teamsApp.validate.apiFailed": "由于 %s,Teams 应用包验证失败",
942
- "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
542
+ "error.teamsApp.validate.apiFailed.display": "Teams 应用包验证失败。有关详细信息,请查看[输出面板](命令:fx-extension.showOutputChannel)",
943
543
  "error.teamsApp.AppIdNotExistError": "Teams 开发人员门户中不存在 ID 为 %s 的 Teams 应用。",
944
- "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
544
+ "error.teamsApp.InvalidAppIdError": "Teams 应用 ID %s无效,必须是 GUID",
945
545
  "driver.botFramework.description": "在 dev.botframework.com 上创建或更新机器人注册",
946
546
  "driver.botFramework.summary.create": "已成功创建机器人注册(%s)。",
947
547
  "driver.botFramework.summary.update": "机器人注册已成功更新(%s)。",
948
548
  "driver.botFramework.progressBar.createOrUpdateBot": "正在创建或更新机器人注册。",
949
- "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file and check the PROBLEMS tab for more details.",
950
- "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s. Please open the yaml file and check the PROBLEMS tab for more details",
549
+ "error.yaml.InvalidYamlSchemaError": "无法分析 yaml 文件: %s。请查看 yaml 文件。",
550
+ "error.yaml.InvalidYamlSchemaErrorWithReason": "无法分析 yaml 文件: %s。原因: %s 请查看 yaml 文件。",
551
+ "error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
951
552
  "error.yaml.YamlFieldTypeError": "字段“%s”应具有 %s 类型,yaml 文件: %s",
952
553
  "error.yaml.YamlFieldMissingError": "缺少字段“%s”,yaml 文件: %s",
953
554
  "error.yaml.InvalidYmlActionNameError": "找不到操作“%s”,yaml 文件: %s",
954
555
  "error.yaml.LifeCycleUndefinedError": "生命周期“%s”未定义,yaml 文件: %s",
955
- "error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
956
- "error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
957
- "error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
556
+ "error.yaml.InvalidActionInputError": "无法完成 \"%s\" 操作,因为以下参数: %s 缺失或在提供的 yaml 文件中具有无效值: %s。请确保提供所需的参数并具有有效值,然后重试。",
557
+ "error.common.InstallSoftwareError": "无法安装 %s。如果在 Visual Studio Code 中使用工具包,则可以手动安装该工具包并重启 Visual Studio Code",
558
+ "error.common.MissingEnvironmentVariablesError": "程序无法继续,因为缺少以下环境变量: \"%s\",这是文件 %s 所必需的。请确保通过编辑具有正确名称和值的 .env 文件 \"%s\",或使用正确的名称和值设置系统环境变量来设置所需的变量。如果正在使用 Teams 工具包创建的新项目进行开发,则运行预配或调试将为这些环境变量注册正确的值。",
958
559
  "error.common.InvalidProjectError": "此命令仅适用于 Teams 工具包创建的项目。",
959
- "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
960
- "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
961
- "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
962
- "error.common.MissingRequiredInputError": "Missing required input: %s",
963
- "error.common.InputValidationError": "Input '%s' validation failed: %s",
964
- "error.common.NoEnvFilesError": "Unable to find .env files.",
965
- "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
966
- "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
967
- "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
968
- "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
969
- "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
970
- "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
971
- "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
972
- "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
973
- "error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
974
- "error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
975
- "error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
976
- "error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
977
- "error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
978
- "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
979
- "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
980
- "error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
981
- "error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
982
- "error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
983
- "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
984
- "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
985
- "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
986
- "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
987
- "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
988
- "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
989
- "error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
990
- "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
991
- "error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
992
- "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
993
- "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
994
- "error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more suggestions.",
995
- "error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
996
- "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
997
- "error.script.ScriptExecutionError": "%s",
998
- "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
999
- "error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1000
- "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1001
- "error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1002
- "error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1003
- "error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1004
- "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1005
- "error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1006
- "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1007
- "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
560
+ "error.common.FileNotFoundError": "找不到文件或目录: '%s'。检查是否存在,以及你是否有权访问。",
561
+ "error.common.JSONSyntaxError": "JSON 语法错误:%s。请检查 JSON 语法以确保其格式正确。",
562
+ "error.common.ReadFileError": "Unable to read file for reason: %s",
563
+ "error.common.UnhandledError": "Unable to write file for reason: %s",
564
+ "error.common.MissingRequiredInputError": "缺少必需的输入: %s",
565
+ "error.common.InputValidationError": "输入 \"%s\" 验证失败: %s",
566
+ "error.common.NoEnvFilesError": "找不到 .env 文件。",
567
+ "error.common.MissingRequiredFileError": "缺少 %s 必需文件“%s”",
568
+ "error.common.HttpClientError": "A http client error happened while performing the %s task. The error response is: %s",
569
+ "error.common.HttpServerError": "A http server error happened while performing the %s task. Please try again later. The error response is: %s",
570
+ "error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
571
+ "error.upgrade.NoNeedUpgrade": "此项目已是最新项目,无需升级。",
572
+ "error.collaboration.InvalidManifestError": "由于缺少“id”键,无法处理清单文件 ('%s')。若要正确标识应用程序,请确保清单文件中存在 “id”键。",
573
+ "error.collaboration.FailedToLoadManifest": "无法加载清单文件。原因: %s",
574
+ "error.azure.InvalidAzureCredentialError": "无法获取 Azure 凭据。请确保你的 Azure 帐户经过了正确的身份验证,然后重试。",
575
+ "error.azure.InvalidAzureSubscriptionError": "Azure 订阅 \"%s\" 在当前帐户中不可用。确保已使用正确的 Azure 帐户登录,并且具有访问订阅所需的权限。",
576
+ "error.azure.ResourceGroupConflictError": "订阅 \"%s\" 中已存在资源组 \"%s\"。请考虑为任务选择其他名称或使用现有资源组。",
577
+ "error.azure.SelectSubscriptionError": "无法选择当前帐户中的订阅。",
578
+ "error.azure.ResourceGroupNotExistError": "在订阅 \"%s\" 中找不到资源组 \"%s\"。",
579
+ "error.azure.CreateResourceGroupError": "由于错误: %s,无法在订阅 \"%s\" 中创建资源组 \"%s\"。 \n如果错误消息指定了原因,请修复错误并重试。",
580
+ "error.azure.CheckResourceGroupExistenceError": "由于错误: %s,无法检查订阅 \"%s\" 中是否存在资源组 \"%s\"。 \n如果错误消息指定了原因,请修复错误并重试。",
581
+ "error.azure.ListResourceGroupsError": "由于以下错误,无法获取订阅 \"%s\" 中的资源组: %s \n如果错误消息指定了原因,请修复错误并重试。",
582
+ "error.azure.GetResourceGroupError": "由于出现 %s 错误,无法获取 \"%s\" 订阅中 \"%s\" 资源组的信息。\n如果错误消息指定了原因,请修复错误并重试。",
583
+ "error.azure.ListResourceGroupLocationsError": "无法获取订阅 \"%s\" 的可用资源组位置。",
584
+ "error.m365.M365TokenJSONNotFoundError": "无法获取 Microsoft 365 令牌的 JSON 对象。请确保帐户有权访问租户,并且令牌 JSON 对象有效。",
585
+ "error.m365.M365TenantIdNotFoundInTokenError": "无法在令牌 JSON 对象中获取 Microsoft 365 租户 ID。请确保你的帐户有权访问租户,并且令牌 JSON 对象有效。",
586
+ "error.m365.M365TenantIdNotMatchError": "身份验证失败。你当前已登录到 Microsoft 365 租户 \"%s\",这与 .env 文件 (TEAMS_APP_TENANT_ID='%s') 中指定的租户不同。若要解决此问题并切换到当前登录租户,请从 .env 文件中删除 \"%s\" 的值,然后重试。",
587
+ "error.arm.CompileBicepError": "无法编译位于 JSON ARM 模板的 \"%s\" 路径中的 Bicep 文件。返回的错误消息为: %s。请检查 Bicep 文件中是否有任何语法或配置错误,然后重试。",
588
+ "error.arm.DownloadBicepCliError": "无法从 \"%s\" 下载 Bicep cli。错误消息为: %s。修复错误,然后重试。或删除 config 文件 teamsapp.yml 中的 bicepCliVersion 配置,Teams 工具包将在 PATH 中使用 bicep CLI",
589
+ "error.arm.DeployArmError.Notification": "无法在资源组 \"%s\" 中部署部署名称为 \"%s\" ARM 模板。有关更多详细信息,请参阅 [输出面板](command:fx-extension.showOutputChannel)",
590
+ "error.arm.DeployArmError": "无法在资源组 \"%s\" 中部署部署名称为 \"%s\" ARM 模板,原因: %s",
591
+ "error.arm.GetArmDeploymentError": "由于以下原因,无法在资源组 \"%s\" 中部署部署名称为 \"%s\" ARM 模板: %s \n由于以下原因,无法获取详细的错误消息: %s \n有关部署错误,请参阅门户中的资源组 %s",
592
+ "error.arm.ConvertArmOutputError": "无法将 ARM 部署结果转换为操作输出,ARM 部署结果中存在重复的密钥 \"%s\"。",
593
+ "error.deploy.DeployEmptyFolderError": "无法在分发文件夹中找到任何文件: \"%s\"。请确保该文件夹不为空,并且已包括所有必要的文件。",
594
+ "error.deploy.CheckDeploymentStatusTimeoutError": "由于进程超时,无法检查部署状态。检查 Internet 连接,然后重试。如果问题仍然存在,请查看 Azure 门户中的部署日志(部署 -> 部署中心 -> 日志),以确定可能出现的任何问题。",
595
+ "error.deploy.GetPublishingCredentialsError.Notification": "无法获取资源组 \"%s\" 中应用 \"%s\" 的发布凭据。有关更多详细信息,请参阅 [输出面板](command:fx-extension.showOutputChannel)",
596
+ "error.deploy.GetPublishingCredentialsError": "由于以下原因,无法获取资源组 \"%s\" 中应用 \"%s\" 的发布凭据:\n %s。\n 建议:\n 1. 验证应用名称和资源组名称是否拼写正确且有效。 \n 2. 验证 Azure 帐户是否具有访问 API 所需的权限。可能需要提升角色或向管理员请求其他权限。 \n 3. 如果错误消息包含特定原因(例如身份验证失败或网络问题),请专门调查该问题以解决该错误,然后重试。 \n 4. 可在此页中测试 API: \"%s\"",
597
+ "error.deploy.DeployZipPackageError.Notification": "无法将 zip 包部署到终结点: \"%s\"。有关更多详细信息,请参阅 [输出面板](command:fx-extension.showOutputChannel),然后重试。",
598
+ "error.deploy.DeployZipPackageError": "无法将 zip 包部署到 Azure 中的终结点 \"%s\",因为出现错误: %s。 \n建议:\n 1. 验证 Azure 帐户是否具有访问 API 所需的权限。 \n 2. 验证终结点是否已在 Azure 中正确配置,以及是否已预配所需的资源。 \n 3. 确保 zip 包有效且没有错误。 \n 4. 如果错误消息指定了原因(如身份验证失败或网络问题),请修复错误并重试。 \n 5. 如果错误仍然存在,可以尝试按照以下链接中的准则手动部署包: \"%s\"",
599
+ "error.deploy.CheckDeploymentStatusError": "由于错误: %s,无法检查位置 \"%s\" 的部署状态。如果问题仍然存在,请查看 Azure 门户中的部署日志(部署 -> 部署中心 -> 日志),以确定可能出现的任何问题。",
600
+ "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 支持部门以获得进一步的帮助。",
601
+ "error.script.ScriptTimeoutError": "脚本执行超时: %s。调整 yaml 中的 \"timeout\" 参数或提高脚本的效率。",
602
+ "error.script.ScriptExecutionError": "脚本(“%s”)执行错误: %s",
603
+ "error.deploy.AzureStorageClearBlobsError.Notification": "无法清除 Azure 存储帐户 \"%s\" 中的 blob 文件。有关详细信息,请参阅[输出面板](command:fx-extension.showOutputChannel)",
604
+ "error.deploy.AzureStorageClearBlobsError": "无法清除 Azure 存储帐户 \"%s\" 中的 blob 文件。来自 Azure 的错误响应为:\n %s \n如果错误消息指定了原因,请修复错误并重试。",
605
+ "error.deploy.AzureStorageUploadFilesError.Notification": "无法将本地文件夹 \"%s\" 上传到 Azure 存储帐户 \"%s\"。有关详细信息,请参阅[输出面板](command:fx-extension.showOutputChannel)",
606
+ "error.deploy.AzureStorageUploadFilesError": "无法将本地文件夹 \"%s\" 上传到 Azure 存储帐户 \"%s\"。来自 Azure 的错误响应为:\n %s \n如果错误消息指定了原因,请修复错误并重试。",
607
+ "error.deploy.AzureStorageGetContainerError.Notification": "由于出现 %s 错误,无法获取 Azure 存储帐户 \"%s\" 中的 Azure 存储容器 \"%s\"。有关详细信息,请参阅[输出面板](command:fx-extension.showOutputChannel)",
608
+ "error.deploy.AzureStorageGetContainerError": "无法在 Azure 存储帐户 \"%s\" 中获取 Azure 存储容器 \"%s\",因为出现错误: %s。来自 Azure 的错误响应为:\n %s \n如果错误消息指定了原因,请修复错误并重试。",
609
+ "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "由于出现 %s 错误,无法获取 Azure 存储帐户 \"%s\" 中 \"%s\" 容器的属性。有关详细信息,请参阅[输出面板](command:fx-extension.showOutputChannel)。",
610
+ "error.deploy.AzureStorageGetContainerPropertiesError": "无法获取 Azure 存储帐户 \"%s\" 中容器 \"%s\" 的属性,因为出现错误: %s。来自 Azure 的错误响应为:\n %s。 \n如果错误消息指定了原因,请修复错误并重试。",
611
+ "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "无法在 Azure 存储帐户 \"%s\" 中设置容器 \"%s\" 的属性,因为出现错误: %s。有关更多详细信息,请参阅 [输出面板](command:fx-extension.showOutputChannel)。",
612
+ "error.deploy.AzureStorageSetContainerPropertiesError": "由于出现 %s 错误,无法在 Azure 存储帐户 \"%s\" 中设置 \"%s\" 容器的属性。来自 Azure 的错误响应为:\n %s。\n如果错误消息指定了原因,请修复错误并重试。"
1008
613
  }