@microsoft/teamsfx-core 2.0.13-rc.1 → 2.0.14-alpha.038ce65fb.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/build/common/featureFlags.d.ts +5 -16
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +7 -22
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/secretmasker/masker.d.ts +1 -1
  6. package/build/common/secretmasker/masker.d.ts.map +1 -1
  7. package/build/common/secretmasker/masker.js +2 -2
  8. package/build/common/secretmasker/masker.js.map +1 -1
  9. package/build/common/stringUtils.js +1 -1
  10. package/build/common/stringUtils.js.map +1 -1
  11. package/build/common/templates-config.json +3 -3
  12. package/build/component/configManager/actionInjector.d.ts +1 -1
  13. package/build/component/configManager/actionInjector.d.ts.map +1 -1
  14. package/build/component/configManager/actionInjector.js +17 -8
  15. package/build/component/configManager/actionInjector.js.map +1 -1
  16. package/build/component/coordinator/index.d.ts.map +1 -1
  17. package/build/component/coordinator/index.js +8 -4
  18. package/build/component/coordinator/index.js.map +1 -1
  19. package/build/component/driver/aad/update.d.ts.map +1 -1
  20. package/build/component/driver/aad/update.js +26 -12
  21. package/build/component/driver/aad/update.js.map +1 -1
  22. package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
  23. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  24. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  25. package/build/component/driver/aad/utility/aadManifestHelper.d.ts +4 -3
  26. package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
  27. package/build/component/driver/aad/utility/aadManifestHelper.js +47 -16
  28. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  29. package/build/component/driver/aad/utility/buildAadManifest.d.ts +2 -1
  30. package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
  31. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  32. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -1
  33. package/build/component/driver/apiKey/utility/utility.js +4 -3
  34. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  35. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +0 -1
  36. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  37. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +12 -7
  38. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  39. package/build/component/driver/script/scriptDriver.d.ts +0 -1
  40. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  41. package/build/component/driver/script/scriptDriver.js +23 -15
  42. package/build/component/driver/script/scriptDriver.js.map +1 -1
  43. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  44. package/build/component/driver/teamsApp/createAppPackage.js +14 -4
  45. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  46. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  47. package/build/component/driver/teamsApp/teamsappMgr.js +2 -0
  48. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  49. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  50. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -0
  51. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  52. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
  53. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  54. package/build/component/driver/teamsApp/utils/ManifestUtils.js +12 -0
  55. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  56. package/build/component/driver/teamsApp/validate.js +4 -4
  57. package/build/component/driver/teamsApp/validate.js.map +1 -1
  58. package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
  59. package/build/component/generator/apiSpec/generator.js +25 -22
  60. package/build/component/generator/apiSpec/generator.js.map +1 -1
  61. package/build/component/generator/apiSpec/helper.d.ts +2 -1
  62. package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
  63. package/build/component/generator/apiSpec/helper.js +50 -15
  64. package/build/component/generator/apiSpec/helper.js.map +1 -1
  65. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -1
  66. package/build/component/generator/copilotExtension/generator.js +4 -5
  67. package/build/component/generator/copilotExtension/generator.js.map +1 -1
  68. package/build/component/generator/generator.d.ts +2 -2
  69. package/build/component/generator/generator.d.ts.map +1 -1
  70. package/build/component/generator/generator.js +25 -13
  71. package/build/component/generator/generator.js.map +1 -1
  72. package/build/component/generator/utils.d.ts.map +1 -1
  73. package/build/component/generator/utils.js +8 -1
  74. package/build/component/generator/utils.js.map +1 -1
  75. package/build/component/m365/launchHelper.d.ts.map +1 -1
  76. package/build/component/m365/launchHelper.js +4 -0
  77. package/build/component/m365/launchHelper.js.map +1 -1
  78. package/build/component/provisionUtils.d.ts.map +1 -1
  79. package/build/component/provisionUtils.js +2 -1
  80. package/build/component/provisionUtils.js.map +1 -1
  81. package/build/component/utils/envFunctionUtils.d.ts.map +1 -1
  82. package/build/component/utils/envFunctionUtils.js +0 -4
  83. package/build/component/utils/envFunctionUtils.js.map +1 -1
  84. package/build/component/utils/pathUtils.d.ts +1 -0
  85. package/build/component/utils/pathUtils.d.ts.map +1 -1
  86. package/build/component/utils/pathUtils.js +7 -0
  87. package/build/component/utils/pathUtils.js.map +1 -1
  88. package/build/core/FxCore.d.ts +8 -0
  89. package/build/core/FxCore.d.ts.map +1 -1
  90. package/build/core/FxCore.js +170 -38
  91. package/build/core/FxCore.js.map +1 -1
  92. package/build/core/collaborator.d.ts.map +1 -1
  93. package/build/core/collaborator.js +5 -2
  94. package/build/core/collaborator.js.map +1 -1
  95. package/build/index.d.ts +1 -1
  96. package/build/index.d.ts.map +1 -1
  97. package/build/index.js +2 -3
  98. package/build/index.js.map +1 -1
  99. package/build/question/constants.d.ts +8 -4
  100. package/build/question/constants.d.ts.map +1 -1
  101. package/build/question/constants.js +36 -45
  102. package/build/question/constants.js.map +1 -1
  103. package/build/question/create.d.ts.map +1 -1
  104. package/build/question/create.js +27 -19
  105. package/build/question/create.js.map +1 -1
  106. package/build/question/index.d.ts +2 -0
  107. package/build/question/index.d.ts.map +1 -1
  108. package/build/question/index.js +6 -0
  109. package/build/question/index.js.map +1 -1
  110. package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
  111. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  112. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  113. package/build/question/options/CreateProjectOptions.js +0 -1
  114. package/build/question/options/CreateProjectOptions.js.map +1 -1
  115. package/build/question/other.d.ts +2 -0
  116. package/build/question/other.d.ts.map +1 -1
  117. package/build/question/other.js +31 -1
  118. package/build/question/other.js.map +1 -1
  119. package/build/tsconfig.tsbuildinfo +1 -1
  120. package/package.json +4 -4
  121. package/resource/package.nls.cs.json +536 -280
  122. package/resource/package.nls.de.json +536 -280
  123. package/resource/package.nls.es.json +536 -280
  124. package/resource/package.nls.fr.json +536 -280
  125. package/resource/package.nls.it.json +536 -280
  126. package/resource/package.nls.ja.json +536 -280
  127. package/resource/package.nls.json +22 -22
  128. package/resource/package.nls.ko.json +536 -280
  129. package/resource/package.nls.pl.json +536 -280
  130. package/resource/package.nls.pt-BR.json +536 -280
  131. package/resource/package.nls.ru.json +536 -280
  132. package/resource/package.nls.tr.json +536 -280
  133. package/resource/package.nls.zh-Hans.json +536 -280
  134. package/resource/package.nls.zh-Hant.json +536 -280
  135. package/templates/fallback/common.zip +0 -0
  136. package/templates/fallback/csharp.zip +0 -0
  137. package/templates/fallback/js.zip +0 -0
  138. package/templates/fallback/python.zip +0 -0
  139. package/templates/fallback/ts.zip +0 -0
  140. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +2 -2
  141. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +2 -2
  142. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -2
  143. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +2 -2
  144. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -2
  145. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +2 -2
@@ -1,33 +1,33 @@
1
1
  {
2
+ "core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
3
+ "core.addApi.continue": "Add",
2
4
  "core.provision.provision": "Подготовка",
3
- "core.provision.learnMore": "Подробнее",
5
+ "core.provision.learnMore": "More info",
4
6
  "core.provision.azureAccount": "Учетная запись Azure: %s",
5
7
  "core.provision.azureSubscription": "Подписка Azure: %s",
6
8
  "core.provision.m365Account": "Учетная запись Microsoft 365: %s",
7
- "core.provision.confirmEnvAndCostNotice": "Могут возникнуть некоторые затраты в зависимости от использования. Вы хотите подготовить ресурсы в среде %s, используя перечисленные выше учетные записи?",
9
+ "core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
8
10
  "core.deploy.confirmEnvNoticeV3": "Вы хотите развернуть ресурсы в среде %s?",
9
11
  "core.provision.viewResources": "Просмотреть ресурсы, готовые к работе",
10
- "core.deploy.aadManifestSuccessNotice": "Приложение Azure Active Directory развернуто. Щелкните \"Подробнее\", чтобы узнать, как его просмотреть.",
11
- "core.deploy.aadManifestOnCLISuccessNotice": "Ваше приложение Azure Active Directory успешно обновлено.",
12
- "core.deploy.aadManifestLearnMore": "Подробнее",
13
- "core.deploy.botTroubleShoot": "Чтобы устранить неполадки с приложением бота в Azure и ознакомиться с документацией, щелкните \"Подробнее\".",
14
- "core.deploy.botTroubleShoot.learnMore": "Подробнее",
12
+ "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"More info\"",
13
+ "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
14
+ "core.deploy.aadManifestLearnMore": "More info",
15
+ "core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"More info\" for documentation.",
16
+ "core.deploy.botTroubleShoot.learnMore": "More info",
15
17
  "core.option.deploy": "Развертывание",
16
18
  "core.option.confirm": "Подтверждение",
17
- "core.option.cancel": "Отмена",
18
- "core.option.learnMore": "Дополнительные сведения",
19
+ "core.option.learnMore": "More info",
19
20
  "core.option.upgrade": "Обновление",
20
21
  "core.option.moreInfo": "Дополнительные сведения",
21
22
  "core.progress.create": "Создавать",
22
- "core.progress.createFromTemplate": "Скачивание шаблона приложения.",
23
- "core.progress.createFromSample": "Скачивание примера %s",
23
+ "core.progress.createFromTemplate": "App template download in progress...",
24
+ "core.progress.createFromSample": "Sample %s download in progress...",
24
25
  "core.progress.deploy": "Развертывать",
25
26
  "core.progress.publish": "Опубликовать",
26
27
  "core.progress.provision": "Обеспечение",
27
28
  "core.progress.configureAzureStorage": "Включить параметр статического веб-сайта при настройке службы хранилища Microsoft Azure.",
28
29
  "core.progress.runCommand": "Выполнить команду %s в %s",
29
30
  "core.progress.deployToAzure": "Развертывание %s в %s.",
30
- "core.Notification.ReadMore": "Дополнительные сведения",
31
31
  "core.migrationV3.confirmOnly.Message": "Подтвердите обновление.",
32
32
  "core.migrationV3.Message": "Обновите проект набора средств Teams, чтобы обеспечить совместимость с последней версией. Будет создан резервный каталог и сводка обновления.",
33
33
  "core.migrationV3.VS.Message": "Обновите решение, чтобы сохранить совместимость с последней версией набора средств Teams. Будет создан резервный каталог, в котором содержится отчет об обновлении.",
@@ -35,199 +35,214 @@
35
35
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json не существует. Возможно, вы пытаетесь обновить проект, созданный Teams Toolkit для Visual Studio Code v3.x/Teams Toolkit CLI v0.x/Teams Toolkit для Visual Studio v17.3. Установите Teams Toolkit для Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit для Visual Studio v17.4 и сначала запустите обновление.",
36
36
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json недействителен.",
37
37
  "core.migrationV3.abandonedProject": "Этот проект предназначен только для предварительного просмотра и не будет поддерживаться набором средств Teams. Попробуйте набор средств Teams для создания нового проекта",
38
- "core.migrationV3.notAllowedMigration": "Предварительная версия набора средств Teams поддерживает новую конфигурацию проекта и несовместима с предыдущими версиями. Попробуйте его, создав новый проект, или запустите \"обновление teamsfx\", чтобы обновить проект.",
39
- "core.projectVersionChecker.cliUseNewVersion": "Версия CLI TeamsFx устарела и не поддерживает текущий проект. Выполните обновление до последней версии с помощью приведенной ниже команды:\nnpm install -g @microsoft/teamsfx-cli@latest",
38
+ "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
39
+ "core.projectVersionChecker.cliUseNewVersion": "Your Teams Toolkit CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
40
40
  "core.projectVersionChecker.incompatibleProject": "Текущий проект не совместим с установленной версией Набора средств Teams.",
41
41
  "core.projectVersionChecker.vs.incompatibleProject": "Проект в решении создан с помощью предварительной версии функции из инструментария Teams — \"Улучшения конфигурации приложений Teams\". Чтобы продолжить, вы можете включить предварительную версию функции.",
42
- "core.deployArmTemplates.ActionSuccess": "Шаблоны ARM успешно развернуты. Имя группы ресурсов: %s. Имя развертывания: %s",
43
- "core.collaboration.ListCollaboratorsSuccess": "\"Список владельцев приложения Microsoft 365\" составлен. Вы можете просмотреть его на [панели выходных данных](%s).",
42
+ "core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
43
+ "core.collaboration.ListCollaboratorsSuccess": "List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
44
44
  "core.collaboration.GrantingPermission": "Предоставление разрешения",
45
- "core.collaboration.EmailCannotBeEmptyOrSame": "Адрес электронной почты участника совместной работы не может иметь значение NULL или совпадать с адресом текущего пользователя",
46
- "core.collaboration.CannotFindUserInCurrentTenant": "Не удается найти пользователя в текущем клиенте. Проверьте правильность адреса электронной почты",
45
+ "core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
46
+ "core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
47
47
  "core.collaboration.GrantPermissionForUser": "Предоставить разрешение пользователю %s",
48
48
  "core.collaboration.AccountToGrantPermission": "Учетная запись для предоставления разрешения: ",
49
49
  "core.collaboration.StartingGrantPermission": "Начало предоставления разрешения для среды: ",
50
50
  "core.collaboration.TenantId": "Идентификатор клиента: ",
51
- "core.collaboration.PermissionHasBeenGrantTo": "предоставлено разрешение на ",
51
+ "core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
52
52
  "core.collaboration.GrantPermissionResourceId": ", ИД ресурса: ",
53
53
  "core.collaboration.ListingM365Permission": "Перечисление разрешений Microsoft 365\n",
54
54
  "core.collaboration.AccountUsedToCheck": "Учетная запись, используемая для проверки: ",
55
55
  "core.collaboration.StartingListAllTeamsAppOwners": "\nНачало перечисления всех владельцев приложений Teams для среды: ",
56
- "core.collaboration.StartingListAllAadAppOwners": "\nНачало перечисления всех владельцев приложения Azure Active Directory для среды: ",
56
+ "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
57
57
  "core.collaboration.M365TeamsAppId": "Приложение Microsoft 365 Teams (идентификатор: ",
58
- "core.collaboration.SsoAadAppId": "Приложение AAD для единого входа (ИД: ",
58
+ "core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
59
59
  "core.collaboration.TeamsAppOwner": "Владелец приложения Teams: ",
60
- "core.collaboration.AadAppOwner": "Владелец приложения Azure Active Directory: ",
60
+ "core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
61
61
  "core.collaboration.StaringCheckPermission": "Начало проверки разрешения для среды: ",
62
62
  "core.collaboration.CheckPermissionResourceId": "ИД ресурса: ",
63
63
  "core.collaboration.Undefined": "не определено",
64
64
  "core.collaboration.ResourceName": ", Имя ресурса: ",
65
65
  "core.collaboration.Permission": ", Разрешение: ",
66
- "core.developerPortal.scaffold.CannotFindManifest": "Не удалось найти манифест из загруженного пакета для приложения для рабочих групп %s.",
66
+ "core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
67
67
  "plugins.spfx.questions.framework.title": "Платформа .NET Framework",
68
- "plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
68
+ "plugins.spfx.questions.webpartName": "Имя веб-части SharePoint Framework",
69
69
  "plugins.spfx.questions.webpartName.error.duplicate": "Папка %s уже существует. Выберите другое имя для своего компонента.",
70
70
  "plugins.spfx.questions.webpartName.error.notMatch": "%s не соответствует шаблону: %s",
71
71
  "plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
72
- "plugins.spfx.questions.packageSelect.placeholder": "Выберите вариант для формирования шаблонов",
72
+ "plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
73
73
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Использовать глобально установленное решение SPFx (%s)",
74
74
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Использовать глобально установленное решение SPFx",
75
75
  "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s или более поздней версии",
76
76
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Установите последнюю версию SPFx (%s) локально в каталог набора средств Teams ",
77
77
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Установите последнюю версию SPFx локально в каталог набора средств Teams ",
78
78
  "plugins.spfx.questions.spfxSolution.title": "Решение SharePoint",
79
- "plugins.spfx.questions.spfxSolution.createNew": "Создание нового решения SPFx",
80
- "plugins.spfx.questions.spfxSolution.createNew.detail": "Создание приложения вкладки Teams с помощью веб-частей SPFx",
81
- "plugins.spfx.questions.spfxSolution.importExisting": "Импорт существующего решения SPFx",
79
+ "plugins.spfx.questions.spfxSolution.createNew": "Create New SPFx Solution",
80
+ "plugins.spfx.questions.spfxSolution.createNew.detail": "Create Teams Tab application using SPFx web parts",
81
+ "plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
82
82
  "plugins.spfx.questions.spfxSolution.importExisting.detail": "Предоставление клиентской веб-части SPFx в виде вкладки Microsoft Teams или личного приложения",
83
- "plugins.spfx.deployNotice": "Пакет SharePoint %s успешно развернут в [%s](%s).",
84
- "plugins.spfx.cannotFindPackage": "Не найден пакет SharePoint %s",
85
- "plugins.spfx.cannotGetSPOToken": "Не удалось получить маркер доступа SPO",
86
- "plugins.spfx.cannotGetGraphToken": "Не удалось получить маркер доступа Graph",
87
- "plugins.spfx.insufficientPermission": "Не удалось отправить и развернуть пакет в каталоге приложений %s. Требуются разрешения администратора клиента Microsoft 365 вашей организации. Вы можете бесплатно получить клиент Microsoft 365 в [программе для разработчиков Microsoft 365](%s) для тестирования.",
88
- "plugins.spfx.createAppcatalogFail": "Не удалось создать каталог приложений клиента. Причина: %s, стек: %s",
89
- "plugins.spfx.uploadAppcatalogFail": "Не удалось отправить пакет приложения из-за %s",
83
+ "plugins.spfx.deployNotice": "SharePoint package %s deployed successfully to [%s](%s).",
84
+ "plugins.spfx.cannotFindPackage": "Unable to find SharePoint package %s",
85
+ "plugins.spfx.cannotGetSPOToken": "Unable to get SPO access token",
86
+ "plugins.spfx.cannotGetGraphToken": "Unable to get Graph access token",
87
+ "plugins.spfx.insufficientPermission": "To upload and deploy package to App Catalog %s, you need org's Microsoft 365 tenant admin permissions. Get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing.",
88
+ "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog due to %s, stack: %s",
89
+ "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package due to %s",
90
90
  "plugins.spfx.buildSharepointPackage": "Сборка пакета SharePoint",
91
91
  "plugins.spfx.deploy.title": "Отправка и развертывание пакета Microsoft Office SharePoint Online",
92
92
  "plugins.spfx.scaffold.title": "Формирование шаблонов проекта",
93
- "plugins.spfx.error.npmInstallFailed": "Не удалось выполнить команду \"npm install\" из-за %s",
94
93
  "plugins.spfx.error.invalidDependency": "Не удалось проверить пакет %s",
95
94
  "plugins.spfx.error.noConfiguration": "В этом проекте SPFx нет файла .yo-rc.json, добавьте файл конфигурации и повторите попытку.",
96
- "plugins.spfx.error.devEnvironmentNotSetup": "Среда разработки SPFx настроена неправильно. Вы можете нажать \"Техническая поддержка\", чтобы выполнить инструкции по настройке правильной среды.",
95
+ "plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
97
96
  "plugins.spfx.scaffold.dependencyCheck": "Проверка зависимостей…",
98
- "plugins.spfx.scaffold.dependencyInstall": "Установка зависимостей. Чтобы завершить установку, может потребоваться более 5 минут.",
97
+ "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
99
98
  "plugins.spfx.scaffold.scaffoldProject": "Создать проект SPFx с помощью CLI Yeoman",
100
99
  "plugins.spfx.scaffold.updateManifest": "Обновить манифест веб-части",
101
- "plugins.spfx.GetTenantFailedError": "Не удалось получить клиент %s %s",
102
- "plugins.spfx.error.installLatestDependencyError": "Возникли неизвестные проблемы при настройке среды SPFx в %s папке. Вы можете воспользоваться инструкциями из раздела [Настройка среды разработки SharePoint Framework | Microsoft Learn](%s) для настройки глобальной среды SPFx.",
103
- "plugins.spfx.error.scaffoldError": "Не удалось создать проект. Причина может быть связана с генератором Yeoman SharePoint. Дополнительные сведения см. на [панели выходных данных](%s).",
104
- "plugins.spfx.error.import.retrieveSolutionInfo": "Не удалось получить сведения о существующем решении SPFx. Убедитесь, что ваше решение действительно.",
105
- "plugins.spfx.error.import.copySPFxSolution": "Не удалось скопировать существующее решение SPFx: %s",
106
- "plugins.spfx.error.import.updateSPFxTemplate": "Не удалось обновить шаблоны проектов с помощью существующего решения SPFx: %s",
107
- "plugins.spfx.error.import.common": "Не удалось импортировать существующее решение SPFx в набор инструментов Teams: %s",
100
+ "plugins.spfx.GetTenantFailedError": "Unable to get tenant %s %s",
101
+ "plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
102
+ "plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
+ "plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
104
+ "plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
105
+ "plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
106
+ "plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
108
107
  "plugins.spfx.import.title": "Импорт решения SPFx",
109
108
  "plugins.spfx.import.copyExistingSPFxSolution": "Копирование существующего решения SPFx…",
110
109
  "plugins.spfx.import.generateSPFxTemplates": "Создание шаблонов на основе сведений о решении…",
111
110
  "plugins.spfx.import.updateTemplates": "Обновление шаблонов...",
112
- "plugins.spfx.import.success": "Решение SPFx успешно импортировано в %s.",
113
- "plugins.spfx.import.log.success": "Набор инструментов Teams импортировал решение SPFx. Полный журнал сведений об импорте можно найти в %s.",
114
- "plugins.spfx.import.log.fail": "Набору средств Teams не удалось импортировать ваше решение SPFx. Полный журнал сведений об импорте см. в %s.",
111
+ "plugins.spfx.import.success": "Your SPFx solution is successfully imported to %s.",
112
+ "plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
113
+ "plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
114
+ "plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
115
+ "plugins.spfx.addWebPart.install": "Install",
116
+ "plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
117
+ "plugins.spfx.addWebPart.upgrade": "Upgrade",
118
+ "plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
119
+ "plugins.spfx.addWebPart.versionMismatch.help": "Help",
120
+ "plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
121
+ "plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
122
+ "plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
123
+ "plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
124
+ "plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
115
125
  "plugins.frontend.checkNetworkTip": "Проверьте сетевое подключение.",
116
126
  "plugins.frontend.checkFsPermissionsTip": "Проверьте, есть ли у вас разрешения на чтение и запись к вашей файловой системе.",
117
127
  "plugins.frontend.checkStoragePermissionsTip": "Проверьте, есть ли у вас разрешения для учетной записи службы хранилища Azure.",
118
- "plugins.frontend.checkSystemTimeTip": "Возможно, вы получаете учетные данные с истекшим сроком действия. Проверьте правильность системного времени.",
128
+ "plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
119
129
  "suggestions.retryTheCurrentStep": "Повторите текущий шаг.",
120
130
  "plugins.appstudio.buildSucceedNotice": "Пакет Teams собран по [локальному адресу](%s).",
121
131
  "plugins.appstudio.buildSucceedNotice.fallback": "Пакет Teams собран по адресу %s.",
122
132
  "plugins.appstudio.createPackage.progressBar.message": "Создание пакета приложения Teams...",
123
- "plugins.appstudio.validationFailedNotice": "Сбой проверки манифеста.",
133
+ "plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
124
134
  "plugins.appstudio.validateManifest.progressBar.message": "Проверка манифеста...",
125
135
  "plugins.appstudio.validateAppPackage.progressBar.message": "Проверка пакета приложения...",
136
+ "plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
126
137
  "plugins.appstudio.adminPortal": "Перейти на портал администрирования",
127
- "plugins.appstudio.publishSucceedNotice.cli": "Публикация [%s] на портале администрирования (%s) выполнена. После утверждения приложение будет доступно для организации. Подробнее см. в %s.",
138
+ "plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
128
139
  "plugins.appstudio.updatePublihsedAppConfirm": "Отправить новое обновление?",
129
- "plugins.appstudio.teamsAppCreatedNotice": "Приложение Teams создано %s",
130
- "plugins.appstudio.teamsAppUpdatedLog": "Приложение Teams обновлено %s",
131
- "plugins.appstudio.teamsAppUpdatedNotice": "Манифест приложения Teams развернут. Щелкните \"Просмотреть на Портале разработчика\", чтобы просмотреть приложение на Портале разработчика Teams.",
132
- "plugins.appstudio.teamsAppUpdatedCLINotice": "Манифест приложения Teams успешно развернут на ",
133
- "plugins.appstudio.updateManifestTip": "Конфигурации файлов манифеста уже изменены. Продолжить повторное создание файла манифеста и обновление на платформе Teams?",
134
- "plugins.appstudio.updateOverwriteTip": "Файл манифеста на платформе Teams изменен после последнего обновления. Продолжить обновление и перезапись файла манифеста на платформе Teams?",
135
- "plugins.appstudio.pubWarn": "Приложение %s уже отправлено в каталог приложений клиента.\nСостояние: %s\n",
140
+ "plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
141
+ "plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
142
+ "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams app manifest is deployed successfully. To see your app in Teams Developer Portal, click \"View in Developer Portal\".",
143
+ "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams app manifest is deployed successfully to ",
144
+ "plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
145
+ "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
146
+ "plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
136
147
  "plugins.appstudio.lastModified": "Последнее изменение: %s\n",
137
148
  "plugins.appstudio.previewOnly": "Только предварительный просмотр",
138
149
  "plugins.appstudio.previewAndUpdate": "Предварительный просмотр и обновление",
139
150
  "plugins.appstudio.overwriteAndUpdate": "Перепись и обновление",
140
- "plugins.appstudio.emptyAppPackage": "Не удалось найти файлы в пакете приложения %s.",
141
- "plugins.appstudio.unprocessedFile": "%s не был обработан Teams Toolkit.",
151
+ "plugins.appstudio.emptyAppPackage": "Unable to find any files in the app %s package.",
152
+ "plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
142
153
  "plugins.appstudio.viewDeveloperPortal": "Просмотреть на портале разработчика",
143
- "plugins.bot.questionHostTypeTrigger.title": "Выберите триггеры",
144
- "plugins.bot.questionHostTypeTrigger.placeholder": "Выберите триггеры",
154
+ "plugins.bot.questionHostTypeTrigger.title": "Select triggers",
155
+ "plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
145
156
  "plugins.bot.triggers.http-functions.description": "Функции Azure",
146
- "plugins.bot.triggers.http-functions.detail": "Выполняющаяся функция, размещенная в Функциях Azure, может прослушивать HTTP-запросы.",
157
+ "plugins.bot.triggers.http-functions.detail": "A function running on Azure Functions can respond to HTTP requests.",
147
158
  "plugins.bot.triggers.http-functions.label": "Триггер HTTP",
148
159
  "plugins.bot.triggers.http-and-timer-functions.description": "Функции Azure",
149
- "plugins.bot.triggers.http-and-timer-functions.detail": "Запущенная функция, расположенная в функциях Azure, может прослушивать HTTP-запросы и отвечать на них по определенному расписанию.",
160
+ "plugins.bot.triggers.http-and-timer-functions.detail": "A function running on Azure Functions can respond to HTTP requests based on a specific schedule.",
150
161
  "plugins.bot.triggers.http-and-timer-functions.label": "Триггер HTTP и таймер",
151
162
  "plugins.bot.triggers.http-restify.description": "Сервер restify",
152
- "plugins.bot.triggers.http-restify.detail": "Запущенный сервер restify, размещенный в Службе приложений Azure, может прослушивать HTTP-запросы.",
163
+ "plugins.bot.triggers.http-restify.detail": "A restify server running on Azure App Service can respond to HTTP requests.",
153
164
  "plugins.bot.triggers.http-restify.label": "Триггер HTTP",
154
165
  "plugins.bot.triggers.http-webapi.description": "Сервер веб-API",
155
- "plugins.bot.triggers.http-webapi.detail": "Запущенный сервер веб-API, размещенный в Службе приложений Azure, может прослушивать HTTP-запросы.",
166
+ "plugins.bot.triggers.http-webapi.detail": "A Web API server running on Azure App Service can respond to HTTP requests.",
156
167
  "plugins.bot.triggers.http-webapi.label": "Триггер HTTP",
157
168
  "plugins.bot.triggers.timer-functions.description": "Функции Azure",
158
- "plugins.bot.triggers.timer-functions.detail": "Выполняющаяся функция, размещенная в Функциях Azure, может отвечать по определенному расписанию.",
169
+ "plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
159
170
  "plugins.bot.triggers.timer-functions.label": "Триггер таймера",
160
- "error.NoProjectOpenedError": "Нет открытых проектов. Можно создать новый проект или открыть существующий.",
161
- "error.InvalidEnvNameError": "Имя среды может содержать только буквы, цифры, _ и -.",
162
- "error.UpgradeV3CanceledError": "Если вы не готовы к обновлению, продолжайте использовать старую версию набора средств Teams",
163
- "error.InvalidInputError": "Недопустимые входные данные: %s",
164
- "error.ProjectEnvAlreadyExistError": "Среда проекта %s уже существует.",
165
- "error.NotImplementedError": "Метод не реализован: %s",
171
+ "error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
172
+ "error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
166
173
  "error.FailedToParseResourceIdError": "Не удалось получить \"%s\" из идентификатора ресурса: \"%s\"",
167
174
  "error.NoSubscriptionFound": "Не удалось найти подписку.",
168
- "error.TrustCertificateCancelError": "Пользователь отменен. Чтобы приложение Teams могло доверять самозаверяющему SSL-сертификату, который используется набором средств, необходимо добавить самозаверяющий сертификат в хранилище сертификатов.",
169
- "error.VideoFilterAppNotRemoteSupported": "Приложение фильтра видео в удаленном режиме не поддерживается набором средств Teams. Проверьте файл README.md в корневой папке проекта.",
170
- "error.appstudio.teamsAppCreateFailed": "Не удалось создать приложение Teams на портале разработчика Teams из-за %s",
171
- "error.appstudio.teamsAppUpdateFailed": "Не удалось обновить приложение Teams с идентификатором %s на портале разработчика Teams из-за %s",
172
- "error.appstudio.apiFailed": "Сбой вызова API на портал разработчика. Для получения дополнительных сведений см. [панель выходных данных](command:fx-extension.showOutputChannel).",
173
- "error.appstudio.apiFailed.telemetry": "Сбой вызова API на портал разработчика: %s, %s, имя API: %s, X-Correlation-ID: %s. Это могло произойти из-за периодических ошибок службы. Подождите несколько минут и попробуйте повторить этот шаг.",
174
- "error.appstudio.authServiceApiFailed": "Вызов API на портал разработчика не выполнен: %s, %s, путь запроса: %s",
175
+ "error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
176
+ "error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
177
+ "error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
178
+ "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
179
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal due to %s",
180
+ "error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
181
+ "error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s. This may be due to a temporary service error. Try again after a few minutes.",
182
+ "error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
175
183
  "error.appstudio.publishFailed": "Не удалось опубликовать приложение Teams с идентификатором %s.",
176
- "error.appstudio.buildError": "Сбой сборки пакета Teams.",
177
- "error.appstudio.checkPermissionFailed": "Не удалось проверить разрешение. Причина: %s",
178
- "error.appstudio.grantPermissionFailed": "Не удалось предоставить разрешение. Причина: %s",
179
- "error.appstudio.listCollaboratorFailed": "Сбой перечисления участников совместной работы. Причина: %s",
180
- "error.appstudio.updateManifestInvalidApp": "Не найдено приложение Teams с идентификатором %s. Выполните отладку или подготовку перед обновлением манифеста для платформы Teams.",
184
+ "error.appstudio.buildError": "Unable to build Teams Package!",
185
+ "error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
186
+ "error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
187
+ "error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
188
+ "error.appstudio.updateManifestInvalidApp": "Unable to find Teams app with ID %s. Run debug or provision before updating manifest to Teams platform.",
181
189
  "error.appstudio.invalidCapability": "Недопустимая возможность: %s",
182
- "error.appstudio.capabilityExceedLimit": "Не удается добавить возможность %s, достигнут предел.",
183
- "error.appstudio.staticTabNotExist": "Не найдена статическая вкладка с идентификатором %s. Не удалось обновить.",
184
- "error.appstudio.capabilityNotExist": "Возможность %s не существует в манифесте. Не удалось обновить.",
185
- "error.appstudio.noManifestId": "В поиске манифеста обнаружен недопустимый ИД.",
190
+ "error.appstudio.capabilityExceedLimit": "Unable to add capability %s as it has reached its limit.",
191
+ "error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
192
+ "error.appstudio.capabilityNotExist": "As capability %s doesn't exist in manifest, we can't update it.",
193
+ "error.appstudio.noManifestId": "Invalid ID found in manifest find.",
186
194
  "error.appstudio.validateFetchSchemaFailed": "Не удалось получить схему из %s, сообщение: %s",
187
195
  "error.appstudio.validateSchemaNotDefined": "Схема манифеста не определена",
188
- "error.appstudio.publishInDevPortalSuggestionForValidationError": "Попробуйте создать пакет из «Пакета приложений Zip Teams» и повторите попытку.",
189
- "error.appstudio.teamsAppCreateConflict": "Не удалось создать приложение Teams из-за ошибки конфликта 409. Это может произойти из-за конфликта идентификатора вашего приложения с другим приложением в клиенте. Щелкните \"Техническая поддержка\" для получения дополнительных сведений.",
190
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Приложение Teams с таким идентификатором уже существует в магазине приложений вашей организации. Обновите идентификатор приложения вручную и повторите попытку.",
191
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "Текущей учетной записи не разрешено получать токен botframework.",
192
- "error.appstudio.BotProvisionReturnsForbiddenResult": "Подготовка Botframework возвращает запрещенный результат при попытке создать регистрацию бота.",
193
- "error.appstudio.BotProvisionReturnsConflictResult": "Подготовка Botframework возвращает результат конфликта из-за попытки создать регистрацию бота.",
194
- "error.generator.TemplateZipFallbackError": "Не удалось скачать ZIP-пакет и открыть локальный ZIP-пакет.",
196
+ "error.appstudio.syncManifestInvalidInput": "Input is invalid. Project path and env should not be empty.",
197
+ "error.appstudio.syncManifestNoTeamsAppId": "Unable to load Teams app ID from the env file.",
198
+ "error.appstudio.syncManifestNoManifest": "Manifest downloaded from Teams Developer Portal is empty",
199
+ "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
200
+ "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
201
+ "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
202
+ "error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
203
+ "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
204
+ "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
205
+ "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
206
+ "error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
195
207
  "error.generator.TemplateNotFoundError": "Не удалось найти шаблон: %s.",
196
208
  "error.generator.SampleNotFoundError": "Не удалось найти образец: %s.",
197
- "error.generator.FetchZipFromUrlError": "Не удалось скачать ZIP-пакет из %s.",
198
- "error.generator.UnzipError": "Не удалось распаковать шаблоны и записать их на диск.",
209
+ "error.generator.UnzipError": "Unable to extract templates and save them to disk.",
199
210
  "error.generator.MissKeyError": "Не удается найти ключ %s",
200
- "error.generator.DownloadSampleApiLimitError": "Не удалось загрузить образец из-за ограничения. Повторите попытку позже после сброса ограничения скорости (это может занять до 1 часа). Кроме того, вы можете перейти к %s, чтобы клонировать репозиторий вручную",
201
- "error.generator.DownloadSampleNetworkError": "Не удалось загрузить образец из-за сетевой ошибки. Проверьте подключение к сети и повторите попытку. Кроме того, вы можете перейти к %s, чтобы клонировать репозиторий вручную",
202
- "error.generator.ParseUrlError": "Не удалось проанализировать URL-адрес %s",
203
- "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Не удалось получить манифест подключаемом модуля OpenAI из \"%s\".",
204
- "error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with single parameter and no auth are supported. Methods defined in manifest.json are not listed.",
211
+ "error.generator.FetchSampleInfoError": "Unable to fetch sample info",
212
+ "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
213
+ "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
214
+ "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
215
+ "error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
216
+ "error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
205
217
  "error.m365.NotExtendedToM365Error": "Не удается расширить приложение Teams до Microsoft 365. Используйте действие «teamsApp/extendToM365», чтобы расширить приложение Teams до Microsoft 365.",
206
- "core.QuestionAppName.validation.pattern": "Имя приложения должно начинаться с букв и содержать не менее двух букв или цифр. Оно не может содержать некоторые специальные символы.",
207
- "core.QuestionAppName.validation.maxlength": "Длина имени приложения превышает максимальную (30 символов).",
208
- "core.QuestionAppName.validation.pathExist": "Путь существует: %s. Выберите другое имя приложения.",
209
- "core.ProgrammingLanguageQuestion.placeholder": "Выберите язык.",
218
+ "core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
219
+ "core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
220
+ "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
221
+ "core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
222
+ "core.ProgrammingLanguageQuestion.title": "Programming Language",
223
+ "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
210
224
  "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx сейчас поддерживает только TypeScript.",
211
225
  "core.option.tutorial": "Открыть учебник",
212
226
  "core.option.github": "Открытие руководства GitHub",
213
- "core.option.inProduct": "Открыть руководство по продукту",
227
+ "core.option.inProduct": "Open an in-product guide",
214
228
  "core.TabOption.label": "Вкладка",
215
- "core.generator.officeAddin.importProject.title": "Импорт существующего проекта надстройки Outlook",
216
- "core.generator.officeAddin.importProject.copyFiles": "Копирование файлов",
217
- "core.generator.officeAddin.importProject.convertProject": "Преобразование проекта",
218
- "core.generator.officeAddin.importProject.updateManifest": "Изменение манифеста",
229
+ "core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
230
+ "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
231
+ "core.generator.officeAddin.importProject.convertProject": "Converting project...",
232
+ "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
233
+ "core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
219
234
  "core.TabOption.description": "Приложение на основе пользовательского интерфейса",
220
235
  "core.TabOption.detail": "Веб-страницы с поддержкой Teams, внедренные в Microsoft Teams",
221
236
  "core.DashboardOption.label": "Панель мониторинга",
222
237
  "core.DashboardOption.detail": "Холст с карточками и мини-приложениями для отображения важной информации",
223
238
  "core.BotNewUIOption.label": "Базовый бот",
224
- "core.BotNewUIOption.detail": "Простая реализация эхо-бота, готового к настройке",
239
+ "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
225
240
  "core.LinkUnfurlingOption.label": "Разворачивание ссылки",
226
- "core.LinkUnfurlingOption.detail": "Отображать сведения и действия при вставке URL-адреса в область создания сообщения",
241
+ "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
227
242
  "core.MessageExtensionOption.labelNew": "Сбор входных данных формы и их обработка",
228
243
  "core.MessageExtensionOption.label": "Расширение для сообщений",
229
244
  "core.MessageExtensionOption.description": "Пользовательский интерфейс при создании пользователями сообщений в Teams",
230
- "core.MessageExtensionOption.detail": "Получите данные, введенные пользователем, сделайте что-нибудь с ними и отправьте настроенные результаты обратно",
245
+ "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
231
246
  "core.NotificationOption.label": "Сообщение уведомления чата",
232
247
  "core.NotificationOption.detail": "Уведомлять и информировать сообщением, которое отображается в чатах Teams",
233
248
  "core.CommandAndResponseOption.label": "Команда для чата",
@@ -238,82 +253,171 @@
238
253
  "core.TabSPFxOption.detailNew": "Создание пользовательского интерфейса с помощью SharePoint Framework",
239
254
  "core.TabNonSso.label": "Вкладка \"Базовый\"",
240
255
  "core.TabNonSso.detail": "Простая реализация веб-приложения, готового к настройке",
241
- "core.copilotPlugin.validate.apiSpec.summary": "Набор инструментов Teams проверил спецификацию API:\n\nСводка:\n%s.\n%s\n%s",
242
- "core.copilotPlugin.validate.openAIPluginManifest.summary": "Набор инструментов Teams проверил манифест подключаемого модуля OpenAI:\n\nСводка:\n%s.\n%s\n%s",
256
+ "core.copilotPlugin.api.noAuth": "No authentication",
257
+ "core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
258
+ "core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
259
+ "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
243
260
  "core.copilotPlugin.validate.summary.validate.failed": "Сбой %s",
244
261
  "core.copilotPlugin.validate.summary.validate.warning": "Предупреждение %s",
245
- "core.copilotPlugin.scaffold.summary": "Обнаружены следующие проблемы с файлом спецификации OpenAPI:\n%s",
262
+ "core.copilotPlugin.list.unsupportedBecause": "is unsupported because:",
263
+ "core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
246
264
  "core.copilotPlugin.scaffold.summary.warning.operationId": "Устранение рисков с %s: не требуется, operationId был автоматически создан и добавлен в файл \"%s\".",
265
+ "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
247
266
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" не должно содержать более %s символов. ",
248
267
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Отсутствует полное описание. ",
249
268
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Устранение рисков: обновите \"%s\" в поле \"%s\".",
250
269
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Отсутствует \"%s\" в команде \"%s\".",
251
270
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Устранение рисков: создайте шаблон адаптивной карточки в \"%s\", а затем обновите поле \"%s\" на относительный путь в \"%s\".",
271
+ "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
272
+ "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
273
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
274
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
275
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
276
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
252
277
  "core.createCapabilityQuestion.titleNew": "Возможности",
253
278
  "core.createCapabilityQuestion.placeholder": "Выберите возможность",
254
- "core.createProjectQuestion.option.description.previewOnWindow": "Предварительный просмотр в Windows",
279
+ "core.createProjectQuestion.option.description.preview": "Preview",
255
280
  "core.createProjectQuestion.option.description.worksInOutlook": "Работает в Teams и Outlook",
256
281
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Работает в Teams, Outlook и приложении Microsoft 365.",
282
+ "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Работает в Teams, Outlook и Copilot",
257
283
  "core.createProjectQuestion.projectType.bot.detail": "Разговорный или информативный чат, который может автоматизировать повторяющиеся задачи.",
258
284
  "core.createProjectQuestion.projectType.bot.label": "Бот",
259
285
  "core.createProjectQuestion.projectType.bot.title": "Возможности приложения с использованием бота",
260
- "core.createProjectQuestion.projectType.messageExtension.detail": "Ищите или инициируйте действия в области создания чата Teams и Outlook.",
286
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
287
+ "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
261
288
  "core.createProjectQuestion.projectType.messageExtension.title": "Функции приложения с использованием расширения сообщения",
262
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Настройте ленту и панель задач в соответствии с вашим веб-контентом",
289
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
263
290
  "core.createProjectQuestion.projectType.outlookAddin.label": "Надстройка Outlook",
264
291
  "core.createProjectQuestion.projectType.outlookAddin.title": "Функции приложения с помощью надстройки Outlook",
265
- "core.createProjectQuestion.projectType.tab.detail": "Встраивайте собственный веб-контент в Teams, Outlook и приложение Micosoft 365.",
292
+ "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
293
+ "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
294
+ "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
295
+ "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
296
+ "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
297
+ "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
266
298
  "core.createProjectQuestion.projectType.tab.title": "Функции приложения с использованием вкладки",
267
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Создать плагин для расширения Copilot с помощью API",
268
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Плагин для Copilot",
269
- "core.createProjectQuestion.projectType.copilotPlugin.title": "Плагин для Copilot",
270
- "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Выберите нужный вариант",
299
+ "core.createProjectQuestion.projectType.copilotExtension.label": "Copilot Extension",
300
+ "core.createProjectQuestion.projectType.copilotExtension.title": "App Features using Copilot Extension",
301
+ "core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative Copilot, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
302
+ "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
303
+ "core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
304
+ "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
305
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
306
+ "core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
307
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
308
+ "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
309
+ "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
310
+ "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
311
+ "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
312
+ "core.createProjectQuestion.projectType.createGroup.title": "Create",
313
+ "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
314
+ "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
271
315
  "core.createProjectQuestion.title": "Новый проект",
316
+ "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
317
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
272
318
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Начать с новым API",
273
319
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Создать плагин с новым API на основе функций Azure",
274
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Начать со спецификации OpenAPI",
320
+ "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
321
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
275
322
  "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Создать плагин на основе существующего API",
276
- "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Начать с плагина OpenAI",
277
- "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Преобразовать плагин OpenAI в плагин Microsoft 365 Copilot",
278
- "core.createProjectQuestion.apiSpec.title": "Спецификация OpenAPI",
279
- "core.createProjectQuestion.apiSpec.placeholder": "Введите URL-адрес спецификации OpenAPI",
280
- "core.createProjectQuestion.apiSpecInputUrl.label": "Введите расположение спецификации OpenAPI",
281
- "core.createProjectQuestion.AIPluginManifest.title": "Манифест подключаемого модуля OpenAI",
282
- "core.createProjectQuestion.AIPluginManifest.placeholder": "Введите домен веб-сайта",
283
- "core.createProjectQuestion.invalidUrl.message": "Введите допустимый URL-адрес",
284
- "core.createProjectQuestion.invalidDomain.message": "Укажите действительный домен",
285
- "core.createProjectQuestion.apiSpec.operation.title": "Выберите операцию",
286
- "core.createProjectQuestion.apiSpec.operation.placeholder": "Перечислены только методы GET и POST с одним параметром и без проверки подлинности.",
323
+ "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
324
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
325
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
326
+ "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
327
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
328
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
329
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
330
+ "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
331
+ "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
332
+ "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
333
+ "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
334
+ "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
335
+ "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
336
+ "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
337
+ "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
338
+ "core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
339
+ "core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
340
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
341
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
342
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
343
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
344
+ "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
345
+ "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
346
+ "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
347
+ "core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
348
+ "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
349
+ "core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
350
+ "core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
351
+ "core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
352
+ "core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
353
+ "core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
354
+ "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
355
+ "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
356
+ "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
357
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
358
+ "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
359
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
360
+ "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
361
+ "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
362
+ "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
363
+ "core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
364
+ "core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
365
+ "core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
366
+ "core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
367
+ "core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
368
+ "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
369
+ "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
370
+ "core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
371
+ "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
372
+ "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
373
+ "core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
374
+ "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
375
+ "core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
376
+ "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
377
+ "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
378
+ "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
287
379
  "core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Методы, определенные в manifest.json, не перечислены",
288
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Недопустимая спецификация API. Дополнительные сведения см. на панели вывода.",
289
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Недопустимая спецификация API. Дополнительные сведения см. на [панели вывода](command:fx-extension.showOutputChannel).",
290
- "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "Недопустимый манифест подключаемого модуля OpenAI. Дополнительные сведения см. на панели вывода.",
291
- "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Недопустимый манифест подключаемого модуля OpenAI. Дополнительные сведения см. на [панели вывода](command:fx-extension.showOutputChannel).",
292
- "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Отсутствует URL-адрес в \"%s\".",
293
- "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Тип проверки подлинности не поддерживается. Поддерживаемый тип проверки подлинности: \"%s\".",
380
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
381
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
382
+ "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
383
+ "core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Copilot",
384
+ "core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative Copilot",
385
+ "core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
386
+ "core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
387
+ "core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
388
+ "core.createProjectQuestion.noPlugin.label": "No plugin",
389
+ "core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
390
+ "core.createProjectQuestion.addPlugin.label": "Add plugin",
391
+ "core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
392
+ "core.aiAssistantBotOption.label": "AI Agent Bot",
393
+ "core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
294
394
  "core.aiBotOption.label": "Бот чата ИИ",
295
- "core.aiBotOption.detail": "Бот чата, использующий библиотеку ИИ Teams",
395
+ "core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
296
396
  "core.spfxFolder.title": "Папка решения SPFx",
297
- "core.spfxFolder.placeholder": "Выберите папку, содержащую решение SPFx",
397
+ "core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
298
398
  "core.QuestionSelectTargetEnvironment.title": "Выберите среду",
299
399
  "core.getQuestionNewTargetEnvironmentName.title": "Новое имя среды",
300
400
  "core.getQuestionNewTargetEnvironmentName.placeholder": "Новое имя среды",
301
401
  "core.getQuestionNewTargetEnvironmentName.validation1": "Имя среды может содержать только буквы, цифры, _ и -.",
302
- "core.getQuestionNewTargetEnvironmentName.validation3": "Не удается создать среду «%s»",
402
+ "core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
303
403
  "core.getQuestionNewTargetEnvironmentName.validation4": "Не удалось перечислить конфигурации env",
304
404
  "core.getQuestionNewTargetEnvironmentName.validation5": "Среда проекта %s уже существует.",
305
405
  "core.QuestionSelectSourceEnvironment.title": "Выберите среду для создания копии",
306
406
  "core.QuestionSelectResourceGroup.title": "Выберите группу ресурсов",
307
407
  "core.QuestionNewResourceGroupName.placeholder": "Имя новой группы ресурсов",
308
408
  "core.QuestionNewResourceGroupName.title": "Имя новой группы ресурсов",
309
- "core.QuestionNewResourceGroupName.validation": "Имя может содержать только буквы и цифры или символы ._-()",
409
+ "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
310
410
  "core.QuestionNewResourceGroupLocation.title": "Расположение для новой группы ресурсов",
311
- "core.question.workspaceFolder.title": "Папка рабочей области",
312
- "core.question.workspaceFolder.placeholder": "Выберите папку, которая будет содержать корневую папку проекта",
411
+ "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
412
+ "core.QuestionNewResourceGroupLocation.group.others": "Others",
413
+ "core.question.workspaceFolder.title": "Workspace Folder",
414
+ "core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
415
+ "core.question.appName.title": "Application Name",
416
+ "core.question.appName.placeholder": "Input an application name",
313
417
  "core.ScratchOptionYes.label": "Создание приложения",
314
- "core.ScratchOptionYes.detail": "Используйте набор средств Teams для создания нового приложения Teams.",
315
- "core.ScratchOptionNo.label": "Начать с примера",
316
- "core.ScratchOptionNo.detail": "Используйте существующий пример в качестве отправной точки для нового приложения.",
418
+ "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams app.",
419
+ "core.ScratchOptionNo.label": "Start with a sample",
420
+ "core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
317
421
  "core.RuntimeOptionNodeJS.detail": "Быстрая среда выполнения сервера JavaScript",
318
422
  "core.RuntimeOptionDotNet.detail": "Бесплатно. Кроссплатформенная разработка. Открытый код.",
319
423
  "core.getRuntimeQuestion.title": "Набор средств Teams: выбор среды выполнения для приложения",
@@ -322,8 +426,15 @@
322
426
  "core.SampleSelect.title": "Начать с примера",
323
427
  "core.SampleSelect.placeholder": "Выберите пример",
324
428
  "core.SampleSelect.buttons.viewSamples": "Просмотреть примеры",
429
+ "core.question.pluginAvailability.title": "Select Plugin Availability",
430
+ "core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
431
+ "core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
432
+ "core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
433
+ "core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
434
+ "core.addAction.success": "Action \"%s\" added to the project successfully.",
435
+ "core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
325
436
  "core.updateBotIdsQuestion.title": "Создание новых ботов для отладки",
326
- "core.updateBotIdsQuestion.placeholder": "Отмените выбор, чтобы сохранить исходное значение botId.",
437
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
327
438
  "core.updateBotIdForBot.description": "Обновите botId %s до «${{BOT_ID}}» в manifest.json.",
328
439
  "core.updateBotIdForMessageExtension.description": "Обновите botId %s до «${{BOT_ID}}» в manifest.json.",
329
440
  "core.updateBotIdForBot.label": "Бот",
@@ -332,40 +443,41 @@
332
443
  "core.updateWebsiteUrlQuestion.title": "Настройка URL-адресов веб-сайтов для отладки",
333
444
  "core.updateContentUrlOption.description": "Обновить URL-адрес содержимого с %s на %s",
334
445
  "core.updateWebsiteUrlOption.description": "Обновить URL-адрес веб-сайта с %s на %s",
335
- "core.updateUrlQuestion.placeholder": "Отмените выбор, чтобы сохранить исходный URL-адрес",
446
+ "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
336
447
  "core.SingleSignOnOption.label": "Единый вход",
337
448
  "core.SingleSignOnOption.detail": "Разработка функции единого входа для страниц запуска Teams и возможностей бота",
338
- "core.getUserEmailQuestion.title": "Добавьте владельца в приложение Teams или AAD для учетной записи в том же клиенте Microsoft 365 (электронная почта).",
339
- "core.getUserEmailQuestion.validation1": "Адрес электронной почты не может быть пустым или иметь значение NULL",
340
- "core.getUserEmailQuestion.validation2": "Измените [UserName] на настоящее имя пользователя",
449
+ "core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
450
+ "core.getUserEmailQuestion.validation1": "Enter email address",
451
+ "core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
341
452
  "core.collaboration.error.failedToLoadDotEnvFile": "Не удалось загрузить файл .env. Причина: %s",
342
- "core.selectAadAppManifestQuestion.title": "Выберите файл manifest.json Azure Active Directory",
343
- "core.selectTeamsAppManifestQuestion.title": "Выберите файл manifest.json Teams",
344
- "core.selectTeamsAppPackageQuestion.title": "Выберите файл пакета приложения Teams",
453
+ "core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
454
+ "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
455
+ "core.selectTeamsAppPackageQuestion.title": "Select Teams App Package File",
345
456
  "core.selectLocalTeamsAppManifestQuestion.title": "Выберите локальный файл Teams manifest.json.",
346
- "core.selectCollaborationAppTypeQuestion.title": "Выберите приложение для управления участниками совместной работы",
457
+ "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
347
458
  "core.selectValidateMethodQuestion.validate.selectTitle": "Выберите метод проверки",
348
459
  "core.selectValidateMethodQuestion.validate.schemaOption": "Проверить с помощью схемы манифеста",
349
- "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Проверить с помощью схемы манифеста",
350
460
  "core.selectValidateMethodQuestion.validate.appPackageOption": "Проверка пакета приложения с помощью правил проверки",
351
- "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Проверка пакета приложения с помощью правил проверки",
352
- "core.confirmManifestQuestion.placeholder": "Подтвердите правильность выбора манифеста",
353
- "core.aadAppQuestion.label": "Приложение Azure Active Directory",
354
- "core.aadAppQuestion.description": "Ваше приложение Azure Active Directory для единого входа",
461
+ "core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
462
+ "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
463
+ "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
464
+ "core.aadAppQuestion.label": "Microsoft Entra app",
465
+ "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
355
466
  "core.teamsAppQuestion.label": "Приложение Teams",
356
467
  "core.teamsAppQuestion.description": "Ваше приложение Teams",
357
468
  "core.M365SsoLaunchPageOptionItem.label": "React с пользовательским интерфейсом Fluent",
358
469
  "core.M365SsoLaunchPageOptionItem.detail": "Веб-приложение, использующее компоненты пользовательского интерфейса Fluent React, чтобы получить дизайн Teams",
359
470
  "core.M365SearchAppOptionItem.label": "Настраиваемые результаты поиска",
360
471
  "core.M365SearchAppOptionItem.detail": "Отображать данные непосредственно в результатах поиска Teams и Outlook из области поиска или области чата",
472
+ "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
361
473
  "core.SearchAppOptionItem.detail": "Отображать данные непосредственно в результатах поиска Teams из области поиска или чата",
362
474
  "core.M365HostQuestion.title": "Платформа",
363
475
  "core.M365HostQuestion.placeholder": "Выберите платформу для просмотра приложения",
364
476
  "core.options.separator.additional": "Дополнительные функции",
365
- "core.common.LifecycleComplete.prepareTeamsApp": "Приложение Teams подготовлено.",
366
- "core.common.LifecycleComplete.provision": "Успешно выполнено %s/%s действий на этапе подготовки.",
367
- "core.common.LifecycleComplete.deploy": "Успешно выполнено %s/%s действий на этапе развертывания.",
368
- "core.common.LifecycleComplete.publish": "Успешно выполнено %s/%s действий на этапе публикации.",
477
+ "core.common.LifecycleComplete.prepareTeamsApp": "Teams app prepared successfully.",
478
+ "core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
479
+ "core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
480
+ "core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
369
481
  "core.common.TeamsMobileDesktopClientName": "Идентификатор классического и мобильного клиента Teams",
370
482
  "core.common.TeamsWebClientName": "Идентификатор веб-клиента Teams",
371
483
  "core.common.OfficeDesktopClientName": "Идентификатор клиента приложения Microsoft 365 для настольных компьютеров",
@@ -374,18 +486,51 @@
374
486
  "core.common.OutlookDesktopClientName": "Идентификатор классического клиента Outlook",
375
487
  "core.common.OutlookWebClientName1": "Идентификатор клиента Outlook Web Access 1",
376
488
  "core.common.OutlookWebClientName2": "Идентификатор клиента Outlook Web Access 2",
377
- "core.common.CancelledMessage": "Операция отменена.",
378
- "core.common.SpecVersionNotSupported": "Версия OpenAPI ниже 3.0.0 не поддерживается.",
379
- "core.common.NoServerInformation": "В файле спецификации OpenAPI отсутствуют сведения о серверах.",
380
- "core.common.MultipleServerInformation": "В файле спецификации OpenAPI найдены сведения о нескольких серверах.",
489
+ "core.common.CancelledMessage": "Operation is canceled.",
490
+ "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
491
+ "core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
492
+ "core.common.AddedAPINotInOriginalSpec": "APIs added to the project need to originate from the original OpenAPI description document.",
493
+ "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
381
494
  "core.common.RemoteRefNotSupported": "Удаленная ссылка не поддерживается: %s.",
382
495
  "core.common.MissingOperationId": "Отсутствующие operationId: %s.",
383
- "core.common.NoSupportedApi": "Не найден поддерживаемый API в файле спецификации OpenAPI.",
384
- "core.common.AdditionalPropertiesNotSupported": "\"additionalProperties\" не поддерживается и будет пропущен.",
385
- "core.common.SchemaNotSupported": "Схемы \"oneOf\", \"anyOf\" и \"not\" не поддерживаются: %s.",
386
- "core.common.UnknownSchema": "Неизвестная схема: %s.",
496
+ "core.common.NoSupportedApi": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
497
+ "core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
498
+ "core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
499
+ "core.common.invalidReason.MissingOperationId": "operation id is missing",
500
+ "core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
501
+ "core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
502
+ "core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
503
+ "core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
504
+ "core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
505
+ "core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
506
+ "core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
507
+ "core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
508
+ "core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
509
+ "core.common.invalidReason.NoParameter": "no parameter",
510
+ "core.common.invalidReason.NoAPIInfo": "no API info",
511
+ "core.common.invalidReason.MethodNotAllowed": "method not allowed",
512
+ "core.common.invalidReason.UrlPathNotExist": "url path does not exist",
513
+ "core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
514
+ "core.common.invalidReason.CircularReference": "circular reference inside API definition",
515
+ "core.common.UrlProtocolNotSupported": "Неверный URL-адрес сервера: протокол %s не поддерживается. Следует использовать протокол HTTPS.",
516
+ "core.common.RelativeServerUrlNotSupported": "Неверный URL-адрес сервера: относительный URL-адрес сервера не поддерживается.",
517
+ "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
518
+ "core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
519
+ "core.common.ReceiveApiResponse": "Received API response: %s.",
520
+ "core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
521
+ "core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
522
+ "core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
523
+ "core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
524
+ "core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
525
+ "core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
526
+ "core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
527
+ "core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
528
+ "core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
387
529
  "core.importAddin.label": "Импорт существующих надстроек Outlook",
388
530
  "core.importAddin.detail": "Обновить проект надстроек до последней версии манифеста приложения и структуры проекта.",
531
+ "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
532
+ "core.officeContentAddin.label": "Content Add-in",
533
+ "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
389
534
  "core.newTaskpaneAddin.label": "Область задач",
390
535
  "core.newTaskpaneAddin.detail": "Настройка ленты с помощью кнопки и внедрение содержимого в область задач",
391
536
  "core.summary.actionDescription": "Действие %s%s",
@@ -398,6 +543,47 @@
398
543
  "core.summary.actionSucceeded": "Успешное выполнение %s.",
399
544
  "core.summary.createdEnvFile": "Файл среды создан в",
400
545
  "core.copilot.addAPI.success": "%s успешно добавлено в %s",
546
+ "core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
547
+ "core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
548
+ "core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
549
+ "core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
550
+ "core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
551
+ "core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
552
+ "core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
553
+ "core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
554
+ "core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
555
+ "core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
556
+ "core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
557
+ "core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
558
+ "core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
559
+ "core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
560
+ "core.uninstallQuestion.manifestId": "Manifest ID",
561
+ "core.uninstallQuestion.env": "Environment",
562
+ "core.uninstallQuestion.titleId": "Title ID",
563
+ "core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
564
+ "core.uninstallQuestion.manifestIdMode": "Manifest ID",
565
+ "core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
566
+ "core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
567
+ "core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
568
+ "core.uninstallQuestion.titleIdMode": "Title ID",
569
+ "core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
570
+ "core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
571
+ "core.uninstallQuestion.m365Option": "Microsoft 365 Application",
572
+ "core.uninstallQuestion.tdpOption": "App registration",
573
+ "core.uninstallQuestion.botOption": "Bot framework registration",
574
+ "core.uninstallQuestion.projectPath": "Project path",
575
+ "core.syncManifest.projectPath": "Project path",
576
+ "core.syncManifest.env": "Target Teams Toolkit Environment",
577
+ "core.syncManifest.teamsAppId": "Teams App ID (optional)",
578
+ "core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
579
+ "core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
580
+ "core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
581
+ "core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
582
+ "core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
583
+ "core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
584
+ "core.syncManifest.success": "Manifest synced to environment: %s successfully.",
585
+ "core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
586
+ "core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
401
587
  "ui.select.LoadingOptionsPlaceholder": "Загрузка параметров…",
402
588
  "ui.select.LoadingDefaultPlaceholder": "Загрузка значения по умолчанию...",
403
589
  "error.aad.manifest.NameIsMissing": "имя отсутствует\n",
@@ -405,89 +591,100 @@
405
591
  "error.aad.manifest.RequiredResourceAccessIsMissing": "Отсутствует requiredResourceAccess\n",
406
592
  "error.aad.manifest.Oauth2PermissionsIsMissing": "Отсутствует oauth2Permissions\n",
407
593
  "error.aad.manifest.PreAuthorizedApplicationsIsMissing": "Отсутствует preAuthorizedApplications\n",
594
+ "error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
595
+ "error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
596
+ "error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
597
+ "error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
408
598
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion имеет значение \"1\"\n",
409
599
  "error.aad.manifest.OptionalClaimsIsMissing": "Отсутствует optionalClaims\n",
410
600
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "Маркер доступа optionalClaims не содержит утверждение idtyp\n",
411
- "error.aad.manifest.AADManifestIssues": "В манифесте AAD возникли следующие проблемы, которые могут прервать работу приложения Teams:\n",
412
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Невозможно обновить или удалить существующее разрешение, если оно включено. Одна из возможных причин переменная среды ACCESS_AS_USER_PERMISSION_ID изменена для выбранной среды. Убедитесь, что ваши идентификаторы разрешений идентичны реальному приложению AAD, и повторите попытку.\n",
601
+ "error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
602
+ "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
603
+ "error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
413
604
  "error.aad.manifest.UnknownResourceAppId": "Неизвестный идентификатор resourceAppId %s",
414
605
  "error.aad.manifest.UnknownResourceAccessType": "Неизвестный resourceAccess: %s",
415
- "error.aad.manifest.UnknownResourceAccessId": "Неизвестный идентификатор resourceAccess: %s. Если вы используете разрешение в качестве идентификатора resourceAccess, попробуйте использовать вместо него идентификатор разрешения.",
606
+ "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
416
607
  "core.addSsoFiles.emptyProjectPath": "Путь к проекту пуст",
417
608
  "core.addSsoFiles.FailedToCreateAuthFiles": "Не удалось создать файлы для добавления единого входа. Сведения об ошибке: %s.",
418
- "core.getUserEmailQuestion.validation3": "\"Адрес электронной почты недопустим\".",
609
+ "core.getUserEmailQuestion.validation3": "Email address is invalid",
419
610
  "plugins.bot.ErrorSuggestions": "Предложения: %s",
420
611
  "plugins.bot.InvalidValue": "Недопустимое значение %s: %s",
421
- "plugins.bot.SomethingIsMissing": "Отсутствует %s.",
612
+ "plugins.bot.SomethingIsMissing": "%s is not available.",
422
613
  "plugins.bot.FailedToProvision": "Не удалось подготовить %s.",
423
614
  "plugins.bot.FailedToUpdateConfigs": "Не удалось обновить конфигурации для %s",
424
- "plugins.bot.BotRegistrationNotFoundWith": "Регистрация бота не найдена с botId %s. Для получения дополнительных сведений о регистрации ботов нажмите кнопку \"Техническая поддержка\".",
615
+ "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
425
616
  "plugins.bot.BotResourceExists": "Ресурс бота уже существует в %s. Создание ресурса бота пропускается.",
426
617
  "plugins.bot.FailRetrieveAzureCredentials": "Не удалось получить учетные данные Azure.",
427
- "plugins.bot.ProvisionBotRegistration": "Регистрация подготовки бота.",
428
- "plugins.bot.ProvisionBotRegistrationSuccess": "Регистрация бота успешно подготовлена.",
429
- "plugins.bot.CheckLogAndFix": "Проверьте вход на панель выходных данных и попробуйте устранить эту проблему.",
618
+ "plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
619
+ "plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
620
+ "plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
430
621
  "plugins.bot.AppStudioBotRegistration": "Регистрация бота на портале разработчиков",
431
- "plugins.function.getTemplateFromLocal": "Не удалось получить самый новый шаблон из GitHub. Система пытается использовать локальный шаблон.",
432
- "error.depChecker.DefaultErrorMessage": "Установите требуемые зависимости вручную.",
433
- "depChecker.learnMoreButtonText": "Подробнее",
622
+ "plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
623
+ "error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
624
+ "depChecker.learnMoreButtonText": "Get more info",
434
625
  "depChecker.needInstallNpm": "У вас должен быть установлен NPM для отладки ваших локальных функций.",
435
626
  "depChecker.failToValidateFuncCoreTool": "Не удалось проверить Azure Functions Core Tools после установки.",
436
- "depChecker.symlinkDirAlreadyExist": "Назначение символической ссылки уже существует",
437
- "depChecker.portableFuncNodeNotMatched": "Версия Node.js (@NodeVersion) несовместима с набором средств Teams Azure Functions Core Tools (@FuncVersion).",
438
- "depChecker.invalidFuncVersion": "Недопустимый формат версии %s.",
439
- "depChecker.noSentinelFile": "Установка основных инструментов функций Azure не завершена.",
627
+ "depChecker.symlinkDirAlreadyExist": "Symlink (%s) destination already exists, remove it and try again.",
628
+ "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
629
+ "depChecker.invalidFuncVersion": "Version %s format is invalid.",
630
+ "depChecker.noSentinelFile": "Azure Functions Core Tools installation is unsuccessful.",
440
631
  "depChecker.funcVersionNotMatch": "Версия основных инструментов Функций Azure (%s) несовместима с указанным диапазоном версий (%s).",
441
- "depChecker.finishInstallBicep": "Успешно установлена @NameVersion.",
442
- "depChecker.downloadDotnet": "Скачивание и установка переносимой версии @NameVersion, которая будет установлена в @InstallDir и не повлияет на вашу среду.",
632
+ "depChecker.finishInstallBicep": "@NameVersion installed successfully.",
633
+ "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and won't affect your environment.",
443
634
  "depChecker.downloadBicep": "Скачивание и установка переносимой версии @NameVersion, которая будет установлена в @InstallDir и не повлияет на вашу среду.",
444
- "depChecker.finishInstallDotnet": "Успешно установлена @NameVersion.",
635
+ "depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
445
636
  "depChecker.useGlobalDotnet": "Использование dotnet из PATH:",
446
637
  "depChecker.dotnetInstallStderr": "Сбой команды dotnet-install без кода выхода ошибки, но с непустой стандартной ошибкой.",
447
638
  "depChecker.dotnetInstallErrorCode": "Сбой команды dotnet-install.",
448
639
  "depChecker.NodeNotFound": "Не удается найти Node.js. Поддерживаемые версии узлов указаны в package.json. Перейдите в %s, чтобы установить поддерживаемый Node.js. Перезапустите все экземпляры Visual Studio Code после завершения установки.",
449
640
  "depChecker.V3NodeNotSupported": "Node.js (%s) не является официально поддерживаемой версией (%s). Ваш проект может продолжать работать, но мы рекомендуем установить поддерживаемую версию. Поддерживаемые версии Node указаны в package.json. Перейдите на страницу %s, чтобы установить поддерживаемую версию Node.js.",
450
641
  "depChecker.NodeNotLts": "Node.js (%s) не является LTS-версией (%s). Перейдите на страницу %s, чтобы установить LTS-версию Node.js.",
451
- "depChecker.dotnetNotFound": "Не удается найти @NameVersion. Дополнительные сведения о том, почему требуется пакет SDK для .NET, см. по ссылке @HelpLink",
452
- "depChecker.depsNotFound": "Не удается найти @SupportedPackages.\n\nДля набора средств Teams требуются эти зависимости.\n\nНажмите кнопку «Установить», чтобы @InstallPackages.",
453
- "depChecker.linuxDepsNotFound": "Не удается найти @SupportedPackages. Установите @SupportedPackages вручную и перезапустите Visual Studio Code.",
454
- "depChecker.linuxDepsNotFoundHelpLinkMessage": "Не удается найти @SupportedPackages.\n\nДля набора средств Teams требуются эти зависимости.",
642
+ "depChecker.dotnetNotFound": "Unable to find @NameVersion. To know why .NET SDK is needed, refer @HelpLink",
643
+ "depChecker.depsNotFound": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
644
+ "depChecker.linuxDepsNotFound": "Unable to find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
645
+ "depChecker.linuxDepsNotFoundHelpLinkMessage": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
455
646
  "depChecker.failToDownloadFromUrl": "Не удалось скачать файл по URL-адресу \"@Url\", состояние HTTP \" @Status\".",
456
- "depChecker.failToValidateVxTestAppInstallOptions": "Недопустимый аргумент для средства проверки предварительных условий приложения для тестирования расширяемости видео. Проверьте файл tasks.json.",
647
+ "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
457
648
  "depChecker.failToValidateVxTestApp": "Не удалось проверить приложение для тестирования расширяемости видео после установки.",
649
+ "depChecker.testToolVersionNotMatch": "Версия средства тестирования приложений Teams (%s) несовместима с указанным диапазоном версий (%s).",
650
+ "depChecker.failedToValidateTestTool": "Не удалось проверить средство тестирования приложений Teams после установки. %s",
458
651
  "error.driver.outputEnvironmentVariableUndefined": "Имена переменных выходной среды не определены.",
459
- "driver.aadApp.description.create": "Создайте приложение Azure Active Directory для проверки подлинности пользователей",
460
- "driver.aadApp.description.update": "Применение манифеста приложения Azure Active Directory к существующему приложению",
652
+ "driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
653
+ "driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
461
654
  "driver.aadApp.error.missingEnv": "Переменная среды %s не задана.",
462
655
  "driver.aadApp.error.generateSecretFailed": "Не удается создать секрет клиента.",
463
- "driver.aadApp.error.invalidFieldInManifest": "Поле %s отсутствует или недействительно в манифесте приложения Azure Active Directory.",
464
- "driver.aadApp.progressBar.createAadAppTitle": "Создание приложения Azure Active Directory...",
465
- "driver.aadApp.progressBar.updateAadAppTitle": "Обновление приложения Azure Active Directory...",
656
+ "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
657
+ "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
658
+ "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
659
+ "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
660
+ "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
661
+ "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
466
662
  "driver.aadApp.log.startExecuteDriver": "Выполнение действия %s",
467
663
  "driver.aadApp.log.successExecuteDriver": "Действие %s выполнено успешно",
468
664
  "driver.aadApp.log.failExecuteDriver": "Не удалось выполнить действие %s. Сообщения об ошибке: %s",
469
- "driver.aadApp.log.startCreateAadApp": "Переменная среды %s не существует, создается новое приложение Azure Active Directory...",
470
- "driver.aadApp.log.successCreateAadApp": "Создано приложение Azure Active Directory с идентификатором объекта %s",
471
- "driver.aadApp.log.skipCreateAadApp": "Переменная среды %s уже существует, шаг создания нового приложения Azure Active Directory пропущен.",
472
- "driver.aadApp.log.startGenerateClientSecret": "Переменная среды %s не существует, создается секрет клиента для приложения Azure Active Directory...",
473
- "driver.aadApp.log.successGenerateClientSecret": "Создан секрет клиента для приложения Azure Active Directory с идентификатором объекта %s",
474
- "driver.aadApp.log.skipGenerateClientSecret": "Переменная среды %s уже существует, пропущен шаг создания секрета клиента приложения Azure Active Directory.",
475
- "driver.aadApp.log.outputAadAppManifest": "Сборка манифеста приложения Azure Active Directory завершена, и содержимое манифеста приложения записывается в %s",
476
- "driver.aadApp.log.successUpdateAadAppManifest": "Применен манифест %s к приложению Azure Active Directory с идентификатором объекта %s",
477
- "botRegistration.ProgressBar.creatingBotAadApp": "Создание бота приложения AAD...",
478
- "botRegistration.log.startCreateBotAadApp": "Создание приложения бота Azure Active Directory.",
479
- "botRegistration.log.successCreateBotAadApp": "Приложение бота Azure Active Directory успешно создано.",
480
- "botRegistration.log.skipCreateBotAadApp": "Создание приложения бота Azure Active Directory пропущено.",
481
- "driver.botAadApp.create.description": "создание нового или повторное использование существующего приложения Azure Active Directory бота.",
665
+ "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
666
+ "driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
667
+ "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
668
+ "driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
669
+ "driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
670
+ "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
671
+ "driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
672
+ "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
673
+ "driver.aadApp.log.deleteAadAfterDebugging": " (Teams toolkit will delete the Microsoft Entra application after debugging)",
674
+ "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
675
+ "botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
676
+ "botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
677
+ "botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
678
+ "driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
482
679
  "driver.botAadApp.log.startExecuteDriver": "Выполнение действия %s",
483
680
  "driver.botAadApp.log.successExecuteDriver": "Действие %s выполнено успешно",
484
681
  "driver.botAadApp.log.failExecuteDriver": "Не удалось выполнить действие %s. Сообщения об ошибке: %s",
485
- "driver.botAadApp.log.successCreateBotAad": "Создано приложение Azure Active Directory с идентификатором клиента %s.",
486
- "driver.botAadApp.log.useExistingBotAad": "Использовано существующее приложение Azure Active Directory с идентификатором клиента %s.",
682
+ "driver.botAadApp.log.successCreateBotAad": "Created Microsoft Entra application with client id %s.",
683
+ "driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
487
684
  "driver.botAadApp.error.unexpectedEmptyBotPassword": "Пароль бота пустой. Добавьте его в файл env или очистите идентификатор бота, чтобы восстановить пару идентификатор бота/пароль. действие: %s.",
488
685
  "driver.arm.description.deploy": "Развернуть указанные шаблоны ARM в Azure.",
489
686
  "driver.arm.deploy.progressBar.message": "Развертывание шаблонов ARM в Azure...",
490
- "debug.warningMessage": "Для отладки приложений в Teams ваш локальный хост-сервер должен быть подключен к HTTPS.\nЧтобы в Teams можно было доверять самозаверяющим SSL-сертификатам, используемым набором инструментов, в хранилище сертификатов должен быть добавлен самозаверяющий сертификат.\n Вы можете пропустить этот шаг, но при отладке приложений в Teams вам потребуется вручную доверять безопасному подключению в новом окне браузера.\nДополнительные сведения: \"https://aka.ms/teamsfx-ca-certificate\".",
687
+ "debug.warningMessage": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
491
688
  "debug.warningMessage2": " При установке сертификата может потребоваться указать учетные данные учетной записи.",
492
689
  "debug.install": "Установка",
493
690
  "driver.spfx.deploy.description": "развертывает пакет SPFx в каталоге приложений SharePoint.",
@@ -496,81 +693,99 @@
496
693
  "driver.spfx.deploy.deployPackage": "Развернуть пакет SPFx в каталоге приложений клиента",
497
694
  "driver.spfx.deploy.skipCreateAppCatalog": "Перейти к созданию каталога приложений Microsoft Office SharePoint Online.",
498
695
  "driver.spfx.deploy.uploadPackage": "Отправка пакета SPFx в каталог приложений клиента.",
499
- "driver.spfx.info.tenantAppCatalogCreated": "Каталог приложений клиента Microsoft Office SharePoint Online %s создан, подождите несколько минут, прежде чем он станет активен.",
500
- "driver.spfx.warn.noTenantAppCatalogFound": "Каталог приложений клиента не найден, повторите попытку: %s",
501
- "driver.spfx.error.failedToGetAppCatalog": "Не удалось получить URL-адрес сайта каталога приложений после создания. Подождите несколько минут, затем повторите попытку.",
696
+ "driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s is created. Please wait a few minutes for it to be active.",
697
+ "driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
698
+ "driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
502
699
  "driver.spfx.error.noValidAppCatelog": "В этом клиенте нет действительного каталога приложений. Вы можете изменить свойство \"createAppCatalogIfNotExist\" в %s на ИСТИНА, если хотите, чтобы набор средств Teams создал его для вас, или вы можете создать его самостоятельно.",
503
700
  "driver.spfx.add.description": "добавить дополнительную веб-часть в проект SPFx",
504
- "driver.spfx.add.successNotice": "Веб-часть %s добавлена в проект.",
701
+ "driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
505
702
  "driver.spfx.add.progress.title": "Формирование шаблонов веб-части",
506
703
  "driver.spfx.add.progress.scaffoldWebpart": "Создать веб-часть SPFx с помощью CLI Yeoman",
507
704
  "driver.prerequisite.error.funcInstallationError": "Не удалось проверить и установить Azure Functions Core Tools.",
508
705
  "driver.prerequisite.error.dotnetInstallationError": "Не удалось проверить и установить пакет SDK для .NET Core.",
706
+ "driver.prerequisite.error.testToolInstallationError": "Не удалось проверить и установить средство тестирования приложений Teams.",
509
707
  "driver.prerequisite.description": "установка зависимостей",
510
708
  "driver.prerequisite.progressBar": "Проверка и установка инструментов разработки.",
511
709
  "driver.prerequisite.summary.devCert.trusted.succuss": "Установлен сертификат разработки для localhost.",
512
710
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "Создан сертификат разработки для localhost.",
513
711
  "driver.prerequisite.summary.devCert.skipped": "Пропуск доверия сертификату разработки для localhost.",
514
- "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools установлены в %s.",
515
- "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools установлены.",
712
+ "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools are installed at %s.",
713
+ "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
516
714
  "driver.prerequisite.summary.dotnet.installedWithPath": "Пакет SDK для .NET Core установлен в %s.",
517
715
  "driver.prerequisite.summary.dotnet.installed": "Пакет SDK для .NET Core установлен.",
518
- "driver.file.createOrUpdateEnvironmentFile.description": "Создайте или обновите переменные в файле среды.",
519
- "driver.file.createOrUpdateEnvironmentFile.summary": "Переменные созданы в %s.",
716
+ "driver.prerequisite.summary.testTool.installedWithPath": "Средство тестирования приложений Teams установлено в %s.",
717
+ "driver.prerequisite.summary.testTool.installed": "Средство тестирования приложений Teams установлено.",
718
+ "driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
719
+ "driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
520
720
  "driver.file.createOrUpdateJsonFile.description": "Создание или обновление файла JSON.",
521
- "driver.file.createOrUpdateJsonFile.summary": "JSON-файл создан в %s.",
721
+ "driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
522
722
  "driver.file.progressBar.appsettings": "Создание JSON-файла...",
523
723
  "driver.file.progressBar.env": "Создание переменных среды...",
524
- "driver.deploy.error.restartWebAppError": "Не удалось перезапустить веб-приложение.\nПопробуйте перезапустить веб-приложение вручную, если оно не работает должным образом.",
525
- "driver.deploy.notice.deployAcceleration": "Развертывание в службе приложений Azure занимает много времени. Рекомендуем обратиться к этому документу для оптимизации развертывания:",
724
+ "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
725
+ "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
526
726
  "driver.deploy.notice.deployDryRunComplete": "Подготовка развертывания завершена. Пакет можно найти в \"%s\"",
527
- "driver.deploy.azureAppServiceDeployDetailSummary": "Выполнено развертывание \"%s\" в Службе приложений Azure.",
528
- "driver.deploy.azureFunctionsDeployDetailSummary": "Выполнено развертывание \"%s\" в Функциях Azure.",
529
- "driver.deploy.azureStorageDeployDetailSummary": "Выполнено развертывание \"%s\" в службе хранилища Azure.",
530
- "driver.deploy.enableStaticWebsiteSummary": "Успешно включен статический веб-сайт для службы хранилища Azure.",
531
- "driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
727
+ "driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
728
+ "driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
729
+ "driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
730
+ "driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
731
+ "driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
732
+ "driver.deploy.deployToAzureAppServiceDescription": "развертывание проекта в Службе приложений Azure.",
532
733
  "driver.deploy.deployToAzureFunctionsDescription": "развертывание проекта в Функциях Azure.",
533
734
  "driver.deploy.deployToAzureStorageDescription": "развертывание проекта в службе хранилища Microsoft Azure.",
735
+ "driver.deploy.getSWADeploymentToken": "Get the deployment token from Azure Static Web Apps.",
534
736
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "параметр включения статического веб-сайта в службе хранилища Azure.",
535
737
  "driver.common.suggestion.retryLater": "Повторите попытку.",
536
738
  "driver.common.FailRetrieveAzureCredentialsRemoteError": "Не удалось получить учетные данные Azure из-за ошибки удаленной службы.",
537
739
  "driver.script.dotnetDescription": "выполнение команды dotnet.",
538
740
  "driver.script.npmDescription": "выполняется команда npm.",
539
741
  "driver.script.npxDescription": "выполнение команды npx.",
540
- "driver.script.runCommandSummary": "Успешное выполнение команды \"%s\" в \"%s\".",
541
- "driver.m365.acquire.description": "получить название Microsoft 365 с пакетом приложения",
742
+ "driver.script.runCommandSummary": "`%s` command executed at `%s`.",
743
+ "driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
542
744
  "driver.m365.acquire.progress.message": "Получение названия Microsoft 365 с пакетом приложения...",
543
- "driver.m365.acquire.summary": "Название Microsoft 365 успешно получено (%s).",
745
+ "driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
544
746
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "копирует созданный пакет приложения Teams в решение SPFx.",
545
- "driver.teamsApp.description.createDriver": "создание приложения Teams.",
546
- "driver.teamsApp.description.updateDriver": "Обновить приложение Teams.",
547
- "driver.teamsApp.description.publishDriver": "публикация приложения Teams в каталоге приложений клиента.",
548
- "driver.teamsApp.description.validateDriver": "проверка приложения Teams.",
549
- "driver.teamsApp.description.createAppPackageDriver": "сборка пакета приложения Teams.",
747
+ "driver.teamsApp.description.createDriver": "create Teams app.",
748
+ "driver.teamsApp.description.updateDriver": "update Teams app.",
749
+ "driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
750
+ "driver.teamsApp.description.validateDriver": "validate Teams app.",
751
+ "driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
550
752
  "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Выполняется копирование пакета приложения Teams в решение SPFx…",
551
753
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Создание приложения Teams...",
552
754
  "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Обновление приложения Teams...",
553
- "driver.teamsApp.progressBar.publishTeamsAppStep1": "Проверка отправки приложения Teams в каталог приложений клиента",
755
+ "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
554
756
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Обновление опубликованного приложения Teams",
555
757
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Публикация приложения Teams...",
758
+ "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
759
+ "driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
760
+ "driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
556
761
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Приложение Teams с идентификатором %s уже существует. Создание нового приложения Teams пропущено.",
557
762
  "driver.teamsApp.summary.publishTeamsAppExists": "Приложение Teams с идентификатором %s уже существует в магазине приложений организации.",
558
763
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Приложение Teams с идентификатором %s не существует в магазине приложений организации.",
559
764
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Приложение Teams %s опубликовано на портале администрирования.",
560
765
  "driver.teamsApp.summary.copyAppPackageSuccess": "Приложение Teams %s успешно скопировано в %s.",
561
766
  "driver.teamsApp.summary.copyIconSuccess": "Значки (%s) обновлены в %s.",
562
- "driver.teamsApp.summary.validate": "Набор средств Teams проверил соответствие всем правилам проверки:\n\nСводка:\n%s.\n%s\n%s\n\nПолный журнал проверок можно найти в %s",
563
- "driver.teamsApp.summary.validateManifest": "Teams Toolkit проверил манифест со своей схемой: \n\nСводка: \n%s. \n%s\n",
767
+ "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
768
+ "driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
769
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
770
+ "driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
771
+ "driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
772
+ "driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
564
773
  "driver.teamsApp.summary.validate.succeed": "%s прошло",
565
774
  "driver.teamsApp.summary.validate.failed": "%s не удалось",
566
775
  "driver.teamsApp.summary.validate.warning": "Предупреждение %s",
776
+ "driver.teamsApp.summary.validate.skipped": "%s skipped",
567
777
  "driver.teamsApp.summary.validate.all": "Все",
778
+ "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
779
+ "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
780
+ "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
568
781
  "driver.teamsApp.validate.result": "Набор средств Teams завершил проверку этого пакета приложения на соответствие правилам проверки. %s",
569
782
  "driver.teamsApp.validate.result.display": "Teams Toolkit завершил проверку вашего пакета приложения на соответствие правилам проверки. % с. Проверьте [Панель вывода](command:fx-extension.showOutputChannel) для получения подробной информации.",
570
783
  "error.teamsApp.validate.apiFailed": "Не удалось проверить пакет приложения Teams из-за %s",
571
784
  "error.teamsApp.validate.apiFailed.display": "Проверка пакета приложения Teams не пройдена. Для получения дополнительных сведений см. [панель выходных данных](command:fx-extension.showOutputChannel).",
785
+ "error.teamsApp.validate.details": "File path: %s, title: %s",
572
786
  "error.teamsApp.AppIdNotExistError": "Приложение Teams с идентификатором %s не существует на портале разработчика Teams.",
573
787
  "error.teamsApp.InvalidAppIdError": "Недопустимый идентификатор приложения Teams %s, это должен быть GUID.",
788
+ "error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
574
789
  "driver.botFramework.description": "создает или обновляет регистрацию бота на dev.botframework.com",
575
790
  "driver.botFramework.summary.create": "Регистрация бота успешно создана (%s).",
576
791
  "driver.botFramework.summary.update": "Регистрация бота успешно обновлена (%s).",
@@ -585,53 +800,62 @@
585
800
  "error.yaml.LifeCycleUndefinedError": "Жизненный цикл \"%s\" не определен, файл YAML: %s",
586
801
  "error.yaml.InvalidActionInputError": "Действие «%s» невозможно выполнить, так как следующие параметры: %s либо отсутствуют, либо имеют недопустимое значение в предоставленном файле yaml: %s. Убедитесь, что необходимые параметры указаны и имеют допустимые значения, и повторите попытку.",
587
802
  "error.common.InstallSoftwareError": "Не удалось установить %s. Вы можете установить его вручную и перезапустить Visual Studio Code, если вы используете набор инструментов в Visual Studio Code.",
588
- "error.common.MissingEnvironmentVariablesError": "Программа не может продолжить работу, так как отсутствуют следующие переменные среды: '%s', необходимые для файла: %s. Убедитесь, что установлены необходимые переменные, либо отредактировав файл .env '%s' с правильными именами и значениями, либо задав переменные системной среды с правильными именами и значениями. Если вы разрабатываете новый проект, созданный с помощью Teams Toolkit, запуск подготовки или отладки зарегистрирует правильные значения для этих переменных среды.",
589
- "error.common.InvalidProjectError": "Эта команда работает только для проекта, созданного набором средств Teams.",
803
+ "error.common.VersionError": "Unable to find a version satisfying the version range %s.",
804
+ "error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new Teams Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
805
+ "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
806
+ "error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
590
807
  "error.common.FileNotFoundError": "Файл или каталог не найден: \"%s\". Убедитесь, что он существует и у вас есть разрешение на доступ к нему.",
591
808
  "error.common.JSONSyntaxError": "Синтаксическая ошибка JSON: %s. Проверьте синтаксис JSON, чтобы убедиться, что он имеет правильный формат.",
592
809
  "error.common.ReadFileError": "Не удалось прочитать файл. Причина: %s",
593
810
  "error.common.UnhandledError": "Возникла непредвиденная ошибка при выполнении задачи %s. %s",
594
811
  "error.common.WriteFileError": "Не удалось записать файл. Причина: %s",
595
- "error.common.FilePermissionError": "Операция с файлом запрещена. Убедитесь, что у вас есть необходимые разрешения: %s",
812
+ "error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
596
813
  "error.common.MissingRequiredInputError": "Отсутствуют обязательные входные данные: %s",
597
- "error.common.InputValidationError": "Ошибка проверки ввода '%s': %s",
814
+ "error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
598
815
  "error.common.NoEnvFilesError": "Не удалось найти файлы .env.",
599
816
  "error.common.MissingRequiredFileError": "Отсутствует требуемый файл для %s: \"%s\"",
600
- "error.common.HttpClientError": "Во время выполнения задачи %s произошла ошибка HTTP-клиента. Сообщение об ошибке: %s",
601
- "error.common.HttpServerError": "При выполнении задачи %s произошла ошибка HTTP-сервера. Повторите попытку позже. Сообщение об ошибке: %s",
817
+ "error.common.HttpClientError": "A http client error occurred while performing the %s task. The error response is: %s",
818
+ "error.common.HttpServerError": "A http server error occurred while performing the %s task. Try again later. The error response is: %s",
819
+ "error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
602
820
  "error.common.ConcurrentError": "Предыдущая задача по-прежнему выполняется. Дождитесь ее завершения и повторите попытку.",
603
- "error.upgrade.NoNeedUpgrade": "Этот проект уже самый последний, обновлять его не нужно.",
604
- "error.collaboration.InvalidManifestError": "Не удалось обработать файл манифеста (\"%s\") из-за отсутствия ключа \"id\". Чтобы правильно идентифицировать приложение, убедитесь, что в файле манифеста присутствует ключ \"id\".",
821
+ "error.common.NetworkError": "Network error: %s",
822
+ "error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
823
+ "error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
824
+ "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
605
825
  "error.collaboration.FailedToLoadManifest": "Не удалось загрузить файл манифеста. Причина: %s.",
606
- "error.azure.InvalidAzureCredentialError": "Не удалось получить учетные данные Azure. Убедитесь, что подлинность учетной записи Azure проверена надлежащим образом, и повторите попытку.",
607
- "error.azure.InvalidAzureSubscriptionError": "Подписка Azure \"%s\" недоступна в вашей текущей учетной записи. Убедитесь, что вы вошли в систему с правильной учетной записью Azure и что у вас есть необходимые разрешения для доступа к подписке.",
608
- "error.azure.ResourceGroupConflictError": "Группа ресурсов \"%s\" уже существует в подписке \"%s\". Рассмотрите возможность выбора другого имени или использования существующей группы ресурсов для своей задачи.",
826
+ "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Make sure your Azure account is properly authenticated and try again.",
827
+ "error.azure.InvalidAzureSubscriptionError": "Azure subscription '%s' is not available in your current account. Make sure you've signed in with the correct Azure account and have necessary permissions to access the subscription.",
828
+ "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Choose a different name or use the existing resource group for your task.",
609
829
  "error.azure.SelectSubscriptionError": "Невозможно выбрать подписку в текущей учетной записи.",
610
- "error.azure.ResourceGroupNotExistError": "Не удается найти группу ресурсов \"%s\" в подписке \"%s\".",
830
+ "error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
611
831
  "error.azure.CreateResourceGroupError": "Не удалось создать группу ресурсов \"%s\" в подписке \"%s\" из-за ошибки: %s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
612
832
  "error.azure.CheckResourceGroupExistenceError": "Не удалось проверить наличие группы ресурсов \"%s\" в подписке \"%s\" из-за ошибки: %s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
613
833
  "error.azure.ListResourceGroupsError": "Не удалось получить группы ресурсов в подписке \"%s\" из-за ошибки: %s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
614
834
  "error.azure.GetResourceGroupError": "Не удалось получить сведения о группе ресурсов \"%s\" в подписке \"%s\" из-за ошибки: %s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
615
835
  "error.azure.ListResourceGroupLocationsError": "Не удалось получить доступные расположения групп ресурсов для подписки \"%s\".",
616
- "error.m365.M365TokenJSONNotFoundError": "Не удалось получить объект JSON для токена Microsoft 365. Убедитесь, что ваша учетная запись авторизована для доступа к клиенту и что объект маркера JSON действителен.",
617
- "error.m365.M365TenantIdNotFoundInTokenError": "Не удалось получить ИД клиента Microsoft 365 в объекте JSON токена. Убедитесь, что ваша учетная запись авторизована для доступа к клиенту, и что объект JSON токена является допустимым.",
618
- "error.m365.M365TenantIdNotMatchError": "Ошибка аутентификации. В настоящее время вы вошли в клиент Microsoft 365 \"%s\", который отличается от указанного в файле .env (TEAMS_APP_TENANT_ID='%s'). Чтобы решить эту проблему и переключиться на текущего клиента, вошедшего в систему, удалите значения «%s» из файла .env и повторите попытку.",
836
+ "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
837
+ "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
838
+ "error.m365.M365TenantIdNotMatchError": "Authentication unsuccessful. You're currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, remove the values of '%s' from the .env file and try again.",
619
839
  "error.arm.CompileBicepError": "Не удалось скомпилировать файлы Bicep, расположенные по пути \"%s\", в шаблоны JSON ARM. Возвращено сообщение об ошибке: %s. Проверьте файлы Bicep на наличие ошибок синтаксиса или конфигурации и повторите попытку.",
620
840
  "error.arm.DownloadBicepCliError": "Не удалось загрузить Bicep cli из '%s'. Сообщение об ошибке: %s. Исправьте ошибку и повторите попытку. Или удалите конфигурацию bicepCliVersion в файле конфигурации teamapp.yml, и Teams Toolkit будет использовать интерфейс командной строки bicep в PATH.",
621
- "error.arm.DeployArmError.Notification": "Шаблоны ARM для имени развертывания: \"%s\" не удалось развернуть в группе ресурсов \"%s\". См. [Панель вывода](command:fx-extension.showOutputChannel) для получения более подробной информации.",
622
- "error.arm.DeployArmError": "Не удалось развернуть шаблоны ARM для развертывания с именем \"%s\" в группе ресурсов \"%s\". Причина: %s",
623
- "error.arm.GetArmDeploymentError": "Шаблоны ARM для имени развертывания: \"%s\" не удалось развернуть в группе ресурсов \"%s\" по причине: %s. \nНевозможно получить подробное сообщение об ошибке из-за: %s. \nОбратитесь к группе ресурсов %s на портале, чтобы узнать об ошибке развертывания.",
624
- "error.arm.ConvertArmOutputError": "Не удалось преобразовать результат развертывания ARM в выходные данные действия, так как в результате развертывания ARM присутствует повторяющийся ключ \"%s\".",
625
- "error.deploy.DeployEmptyFolderError": "Не удалось найти какие-либо файлы в папке дистрибутива: «%s». Убедитесь, что папка не пуста и в нее включены все необходимые файлы.",
626
- "error.deploy.CheckDeploymentStatusTimeoutError": "Не удалось проверить состояние развертывания, так как время ожидания процесса истекло. Проверьте подключение к Интернету и повторите попытку. Если проблема не устранена, просмотрите журналы развертывания (Развертывание -> Центр развертывания -> Журналы) на портале Azure, чтобы выявить возможные проблемы.",
841
+ "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
842
+ "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
843
+ "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
844
+ "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
845
+ "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
846
+ "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
847
+ "error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
848
+ "error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
627
849
  "error.deploy.GetPublishingCredentialsError.Notification": "Не удалось получить учетные данные для публикации приложения \"%s\" в группе ресурсов \"%s\". См. [Панель вывода](command:fx-extension.showOutputChannel) для получения более подробной информации.",
628
- "error.deploy.GetPublishingCredentialsError": "Не удалось получить учетные данные публикации приложения \"%s\" в группе ресурсов \"%s\" по причине: \n%s. \nПредложения: \n1. Убедитесь, что имя приложения и имя группы ресурсов написаны правильно и являются допустимыми. \n2. Убедитесь, что ваша учетная запись Azure имеет необходимые разрешения для доступа к API. Возможно, вам придется повысить свою роль или запросить дополнительные разрешения у администратора. \n3. Если в сообщении об ошибке указана конкретная причина, например сбой аутентификации или проблема с сетью, изучите конкретно эту проблему, чтобы устранить ошибку, и повторите попытку. \n4. Вы можете протестировать API на этой странице: '%s'",
850
+ "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
629
851
  "error.deploy.DeployZipPackageError.Notification": "Не удалось развернуть zip-пакет в конечной точке: «%s». Обратитесь к [панели вывода](command:fx-extension.showOutputChannel) для получения дополнительных сведений и повторите попытку.",
630
- "error.deploy.DeployZipPackageError": "Не удалось развернуть ZIP-пакет в конечной точке «%s» в Azure из-за ошибки: %s. \nПредложения: \n1. Убедитесь, что ваша учетная запись Azure имеет необходимые разрешения для доступа к API. \n2. Убедитесь, что конечная точка правильно настроена в Azure и что необходимые ресурсы предоставлены. \n3. Убедитесь, что zip-пакет действителен и не содержит ошибок. \n4. Если в сообщении об ошибке указана причина, например сбой аутентификации или проблема с сетью, исправьте ошибку и повторите попытку. \n5. Если ошибка не устранена, вы можете попытаться развернуть пакет вручную, следуя инструкциям по этой ссылке: '%s'",
631
- "error.deploy.CheckDeploymentStatusError": "Не удалось проверить состояние развертывания для расположения: \"%s\" из-за ошибки: %s. Если проблема не устранена, просмотрите журналы развертывания (Развертывание -> Центр развертывания -> Журналы) на портале Azure, чтобы выявить возможные проблемы.",
632
- "error.deploy.DeployRemoteStartError": "Пакет был успешно развернут в Azure для местоположения: \"%s\", но приложение не может быть запущено из-за ошибки: %s. \nЕсли причина четко не указана, вот несколько советов по устранению неполадок: \n1. Проверьте журналы приложений. Найдите в журналах приложений любые сообщения об ошибках или трассировки стека, чтобы определить основную причину проблемы. \n2. Проверьте конфигурацию Azure. Убедитесь, что конфигурация Azure верна, включая строки подключения и параметры приложения. \n3. Проверьте код приложения. Просмотрите код на наличие синтаксических или логических ошибок, которые могут быть причиной проблемы. \n4. Проверьте зависимости. Убедитесь, что все зависимости, необходимые приложению, правильно установлены и обновлены. \n5. Перезапустите приложение. Попробуйте перезапустить приложение в Azure, чтобы проверить, решит ли это проблему. \n6. Проверьте выделение ресурсов. Убедитесь, что выделение ресурсов для экземпляра Azure соответствует приложению и его рабочей нагрузке. \n7. Обратитесь за помощью в службу поддержки Azure. Если проблема не устранена, обратитесь в службу поддержки Azure за дополнительной помощью.",
633
- "error.script.ScriptTimeoutError": "Тайм-аут выполнения скрипта: %s. Настройте параметр timeout в yaml или улучшите эффективность вашего скрипта.",
634
- "error.script.ScriptExecutionError": "Ошибка выполнения скрипта (\"%s\"): %s",
852
+ "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
853
+ "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
854
+ "error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Make sure all dependencies required by the app are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
855
+ "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency. Script: `%s`",
856
+ "error.script.ScriptTimeoutError.Notification": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
857
+ "error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
858
+ "error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
635
859
  "error.deploy.AzureStorageClearBlobsError.Notification": "Не удалось очистить файлы BLOB-объектов в учетной записи хранения Azure \"%s\". Дополнительные сведения см. на [панели выходных данных](command:fx-extension.showOutputChannel).",
636
860
  "error.deploy.AzureStorageClearBlobsError": "Не удалось очистить файлы больших двоичных объектов в учетной записи хранения Azure «%s». Ответы об ошибках от Azure: \n%s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
637
861
  "error.deploy.AzureStorageUploadFilesError.Notification": "Не удалось отправить локальную папку \"%s\" в учетную запись хранения Azure \"%s\". Дополнительные сведения см. на [панели выходных данных](command:fx-extension.showOutputChannel).",
@@ -642,6 +866,38 @@
642
866
  "error.deploy.AzureStorageGetContainerPropertiesError": "Не удалось получить свойства контейнера \"%s\" в учетной записи хранения Azure \"%s\" из-за ошибки: %s. Ответы об ошибках от Azure: \n%s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
643
867
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Не удалось задать свойства контейнера \"%s\" в учетной записи хранения Azure \"%s\" из-за ошибки: %s. См. [Панель вывода](command:fx-extension.showOutputChannel) для получения более подробной информации.",
644
868
  "error.deploy.AzureStorageSetContainerPropertiesError": "Не удалось задать свойства контейнера \"%s\"' в учетной записи хранение Azure \"%s\" из-за ошибки: %s. Ответы об ошибках от Azure:\n %s. \nЕсли в сообщении об ошибке указана причина, исправьте ошибку и повторите попытку.",
645
- "error.core.failedToLoadManifestId": "Не удалось загрузить идентификатор манифеста из пути: %s. Сначала необходимо запустить подготовку.",
646
- "error.core.appIdNotExist": "Не удается найти идентификатор приложения: %s. Возможно, у вашей текущей учетной записи M365 нет разрешения или приложение удалено."
869
+ "error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. Run provision first.",
870
+ "error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
871
+ "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
872
+ "driver.aadApp.apiKey.title.create": "Creating API key...",
873
+ "driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
874
+ "driver.aadApp.apiKey.title.update": "Updating API key...",
875
+ "driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
876
+ "driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
877
+ "driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
878
+ "driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
879
+ "driver.apiKey.log.startExecuteDriver": "Executing action %s",
880
+ "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
881
+ "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
882
+ "driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
883
+ "driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
884
+ "driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
885
+ "driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
886
+ "driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
887
+ "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
888
+ "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
889
+ "driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
890
+ "driver.oauth.title.create": "Creating OAuth registration...",
891
+ "driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
892
+ "driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
893
+ "driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
894
+ "driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
895
+ "driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
896
+ "driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
897
+ "driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
898
+ "driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
899
+ "driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
900
+ "driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
901
+ "driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
902
+ "driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
647
903
  }