@microsoft/teamsfx-core 3.0.4 → 3.0.5-alpha.1d492cee1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/graphClient.d.ts +8 -4
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +35 -8
- package/build/client/graphClient.js.map +1 -1
- package/build/client/interfaces/GetGroupResponse.d.ts +6 -0
- package/build/client/interfaces/GetGroupResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetGroupResponse.js +5 -0
- package/build/client/interfaces/GetGroupResponse.js.map +1 -0
- package/build/client/interfaces/GetUserResponse.d.ts +7 -0
- package/build/client/interfaces/GetUserResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetUserResponse.js +5 -0
- package/build/client/interfaces/GetUserResponse.js.map +1 -0
- package/build/client/teamsDevPortalClient.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/constants.d.ts +2 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +3 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/daSpecParser.js +1 -1
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.js +4 -4
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/kiotaClient.d.ts.map +1 -1
- package/build/common/kiotaClient.js +17 -7
- package/build/common/kiotaClient.js.map +1 -1
- package/build/common/permissionInterface.d.ts +6 -0
- package/build/common/permissionInterface.d.ts.map +1 -1
- package/build/common/projectTypeChecker.d.ts +1 -0
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +14 -1
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/stringUtils.d.ts.map +1 -1
- package/build/common/stringUtils.js +2 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/templates-config.json +8 -6
- package/build/common/tools.d.ts +4 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +58 -1
- package/build/common/tools.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +0 -1
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +2 -0
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts +0 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +54 -58
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/constant/helpLink.d.ts +2 -0
- package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/component/deps-checker/constant/helpLink.js +3 -1
- package/build/component/deps-checker/constant/helpLink.js.map +1 -1
- package/build/component/deps-checker/constant/message.d.ts +44 -11
- package/build/component/deps-checker/constant/message.d.ts.map +1 -1
- package/build/component/deps-checker/constant/message.js +48 -13
- package/build/component/deps-checker/constant/message.js.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js +4 -1
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +8 -5
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +16 -10
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +10 -12
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/index.d.ts +19 -20
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +19 -20
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +3 -0
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +29 -19
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/share/utils.d.ts +5 -1
- package/build/component/driver/share/utils.d.ts.map +1 -1
- package/build/component/driver/share/utils.js +23 -22
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +81 -80
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +3 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +3 -3
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +8 -13
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +2 -2
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +10 -5
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +5 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts +3 -3
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +67 -86
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +6 -4
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/feature/collaboration.d.ts +7 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +84 -1
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -1
- package/build/component/generator/combinedProject/generator.js +2 -1
- package/build/component/generator/combinedProject/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +2 -1
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/defaultGenerator.d.ts.map +1 -1
- package/build/component/generator/defaultGenerator.js +6 -5
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/generator.d.ts +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +4 -3
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +2 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +1 -1
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.d.ts.map +1 -1
- package/build/component/generator/officeAddin/metaOSHelper.js +44 -5
- package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
- package/build/component/generator/openApiSpec/common.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/common.js +2 -1
- package/build/component/generator/openApiSpec/common.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +132 -98
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/other/ssrTabGenerator.d.ts.map +1 -1
- package/build/component/generator/other/ssrTabGenerator.js +2 -1
- package/build/component/generator/other/ssrTabGenerator.js.map +1 -1
- package/build/component/generator/other/tdpGenerator.d.ts.map +1 -1
- package/build/component/generator/other/tdpGenerator.js +2 -1
- package/build/component/generator/other/tdpGenerator.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +12 -9
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +2 -0
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +2 -0
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/templates/metadata/tab.js +4 -4
- package/build/component/generator/templates/metadata/tab.js.map +1 -1
- package/build/component/generator/templates/metadata/vs.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/vs.js +0 -12
- package/build/component/generator/templates/metadata/vs.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +1 -3
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +1 -3
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +8 -6
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +3 -3
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +24 -7
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/m365/constants.d.ts +1 -0
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +2 -1
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/interface.d.ts +6 -5
- package/build/component/m365/interface.d.ts.map +1 -1
- package/build/component/m365/interface.js +6 -5
- package/build/component/m365/interface.js.map +1 -1
- package/build/component/m365/packageService.d.ts +13 -3
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +175 -15
- package/build/component/m365/packageService.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +1 -1
- package/build/component/resource/botService/errors.d.ts.map +1 -1
- package/build/component/resource/botService/errors.js +2 -2
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.d.ts +1 -1
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +6 -1
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/core/FxCore.d.ts +0 -3
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +40 -65
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts +1 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +55 -3
- package/build/core/collaborator.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +1 -1
- package/build/core/share.d.ts +9 -0
- package/build/core/share.d.ts.map +1 -0
- package/build/core/share.js +118 -0
- package/build/core/share.js.map +1 -0
- package/build/error/depCheck.d.ts +4 -1
- package/build/error/depCheck.d.ts.map +1 -1
- package/build/error/depCheck.js +3 -3
- package/build/error/depCheck.js.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +3 -1
- package/build/index.js.map +1 -1
- package/build/question/collaborator.d.ts +6 -0
- package/build/question/collaborator.d.ts.map +1 -0
- package/build/question/collaborator.js +166 -0
- package/build/question/collaborator.js.map +1 -0
- package/build/question/constants.d.ts +1 -0
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +8 -19
- package/build/question/constants.js.map +1 -1
- package/build/question/generator.d.ts.map +1 -1
- package/build/question/generator.js +2 -0
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +6 -4
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts +1 -5
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/RegeneratePluginInputs.d.ts +16 -0
- package/build/question/inputs/RegeneratePluginInputs.d.ts.map +1 -0
- package/build/question/inputs/RegeneratePluginInputs.js +5 -0
- package/build/question/inputs/RegeneratePluginInputs.js.map +1 -0
- package/build/question/inputs/ShareInputs.d.ts +6 -4
- package/build/question/inputs/ShareInputs.d.ts.map +1 -1
- package/build/question/inputs/index.d.ts +12 -11
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +12 -11
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.d.ts.map +1 -1
- package/build/question/options/AddPluginOptions.js +1 -11
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/RegeneratePluginOptions.d.ts +10 -0
- package/build/question/options/RegeneratePluginOptions.d.ts.map +1 -0
- package/build/question/options/RegeneratePluginOptions.js +28 -0
- package/build/question/options/RegeneratePluginOptions.js.map +1 -0
- package/build/question/options/SPFxAddWebpartOptions.js +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/options/ShareOptions.d.ts.map +1 -1
- package/build/question/options/ShareOptions.js +12 -5
- package/build/question/options/ShareOptions.js.map +1 -1
- package/build/question/options/index.d.ts +1 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +1 -0
- package/build/question/options/index.js.map +1 -1
- package/build/question/other.d.ts +2 -8
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +12 -279
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +3 -4
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +3 -4
- package/build/question/questionNames.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts +0 -1
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +0 -11
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +0 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +1 -9
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +0 -14
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/share.d.ts +22 -0
- package/build/question/share.d.ts.map +1 -0
- package/build/question/share.js +165 -0
- package/build/question/share.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -5
- package/resource/package.nls.cs.json +68 -57
- package/resource/package.nls.de.json +68 -57
- package/resource/package.nls.es.json +68 -57
- package/resource/package.nls.fr.json +68 -57
- package/resource/package.nls.it.json +68 -57
- package/resource/package.nls.ja.json +68 -57
- package/resource/package.nls.json +29 -23
- package/resource/package.nls.ko.json +68 -57
- package/resource/package.nls.pl.json +68 -57
- package/resource/package.nls.pt-BR.json +68 -57
- package/resource/package.nls.ru.json +68 -57
- package/resource/package.nls.tr.json +68 -57
- package/resource/package.nls.zh-Hans.json +68 -57
- package/resource/package.nls.zh-Hant.json +68 -57
- package/resource/yaml-schema/v1.10/yaml.schema.json +2058 -0
- package/resource/yaml-schema/v1.9/yaml.schema.json +2107 -0
- package/resource/yaml-schema/yaml.schema.json +6 -55
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/BotAuthenticationOptions.cs +44 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/IIdentityClientAdapter.cs +21 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/ITeamsInfo.cs +24 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/IdentityClientAdapter.cs +30 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoDialog.cs +12 -9
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoOperations.cs +2 -2
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/TeamsBotSsoPrompt.cs +423 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/TeamsBotSsoPromptSettings.cs +41 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/TeamsBotSsoPromptTokenResponse.cs +21 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/TeamsInfoWrapper.cs +20 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/TeamsSsoBot.cs +6 -5
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +60 -49
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +60 -49
- package/build/component/driver/share/shareToOthers.d.ts +0 -17
- package/build/component/driver/share/shareToOthers.d.ts.map +0 -1
- package/build/component/driver/share/shareToOthers.js +0 -127
- package/build/component/driver/share/shareToOthers.js.map +0 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"core.addApi.confirm.teamsYaml": "指定した新しい OpenAPI ドキュメントに基づいて、Microsoft 365 Agents Toolkit によって \"%s\" フォルダーおよび \"%s\" 内のファイルが変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
4
4
|
"core.addApi.confirm.localTeamsYaml": "指定した新しい OpenAPI ドキュメントに基づいて、Microsoft 365 Agents Toolkit によって \"%s\" フォルダー、\"%s\"、\"%s\" 内のファイルが変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
5
5
|
"core.addApi.continue": "追加",
|
|
6
|
-
"core.regenerateApi.continue": "
|
|
6
|
+
"core.regenerateApi.continue": "再生成",
|
|
7
7
|
"core.addKnowledge.confirm": "指定した機能ソースに基づいて、\"%s\" フォルダー内のファイルが Microsoft 365 Agents Toolkit によって変更されます。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
8
8
|
"core.addKnowledge.continue": "追加",
|
|
9
9
|
"core.setSensitivityLabel.confirm": "Teams Toolkit は、指定した秘密度ラベルに基づいてファイル \"%s\" を変更します。予期しない変更が失われないようにするには、続行する前にファイルをバックアップするか、Git を使用して変更を追跡します。",
|
|
@@ -135,8 +135,8 @@
|
|
|
135
135
|
"plugins.frontend.checkStoragePermissionsTip": "Azure Storage アカウントに対するアクセス許可があるかどうかを確認します。",
|
|
136
136
|
"plugins.frontend.checkSystemTimeTip": "システム時刻が正しくないと、資格情報が期限切れになる可能性があります。システム時刻が正しいことを確認してください。",
|
|
137
137
|
"suggestions.retryTheCurrentStep": "現在の手順をもう一度お試しください。",
|
|
138
|
-
"plugins.appstudio.buildSucceedNotice": "
|
|
139
|
-
"plugins.appstudio.buildSucceedNotice.fallback": "
|
|
138
|
+
"plugins.appstudio.buildSucceedNotice": "App package successfully built at [local address](%s).",
|
|
139
|
+
"plugins.appstudio.buildSucceedNotice.fallback": "App package successfully built at %s.",
|
|
140
140
|
"plugins.appstudio.createPackage.progressBar.message": "アプリ パッケージをビルドしています...",
|
|
141
141
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "関数 %s の %s のstatic_templateに無効なファイル プロパティがあります。削除され、無視されます。",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "関数 %s の %s 内の static_template に、ファイルと他のプロパティの両方があります。ファイルの内容によってすべてのプロパティが置き換えられます。",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"error.appstudio.apiFailed.name.common": "API に失敗しました",
|
|
196
196
|
"error.appstudio.authServiceApiFailed": "開発者ポータルに対して API 呼び出しを行うことができません: %s、%s、要求パス: %s",
|
|
197
197
|
"error.appstudio.publishFailed": "ID %s のアプリを発行できません。",
|
|
198
|
-
"error.appstudio.buildError": "
|
|
198
|
+
"error.appstudio.buildError": "Unable to build app Package!",
|
|
199
199
|
"error.appstudio.checkPermissionFailed": "アクセス許可をチェックできません。理由: %s",
|
|
200
200
|
"error.appstudio.grantPermissionFailed": "アクセス許可を付与できません。理由: %s",
|
|
201
201
|
"error.appstudio.listCollaboratorFailed": "コラボレーターを一覧表示できません。理由: %s",
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s の軽減策: 不要です。operationId が自動的に生成され、\"%s\" ファイルに追加されました。",
|
|
293
293
|
"core.copilotPlugin.scaffold.summary.warning.operationIdContainsSpecialCharacters": "OpenAPI 記述ドキュメント '%s' 操作 ID に特殊文字が含まれていたため、名前が '%s' に変更されました。",
|
|
294
294
|
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "この OpenAPI 記述ドキュメントの Swagger はバージョン 2.0 です。軽減策: 必須ありません。コンテンツは OpenAPI 3.0 に変換され、\"%s\" に保存されました。",
|
|
295
|
-
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "
|
|
295
|
+
"core.copilotPlugin.scaffold.summary.warning.spec31ConvertTo30": "この OpenAPI 記述ドキュメントのバージョンは 3.1 で、OpenAPI 3.0 に変換され、\"%s\" に保存されました。",
|
|
296
296
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" は %s 文字以内にする必要があります。",
|
|
297
297
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "完全な説明がありません。",
|
|
298
298
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "軽減策: \"%s\" の \"%s\" フィールドを更新します。",
|
|
@@ -309,12 +309,12 @@
|
|
|
309
309
|
"core.createProjectQuestion.option.description.worksInOutlook": "Teams と Outlook で動作します",
|
|
310
310
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Teams、Outlook、Microsoft 365 アプリケーションで動作します",
|
|
311
311
|
"core.createProjectQuestion.projectType.bot.detail": "タスクをシームレスに自動化する、インスタントで魅力的なチャット エクスペリエンスを作成します",
|
|
312
|
-
"core.createProjectQuestion.projectType.agentForTeams.label": "
|
|
313
|
-
"core.createProjectQuestion.projectType.agentForTeams.detail": "
|
|
314
|
-
"core.createProjectQuestion.projectType.agentForTeams.title": "
|
|
315
|
-
"core.createProjectQuestion.projectType.teamsApp.label": "Teams
|
|
316
|
-
"core.createProjectQuestion.projectType.teamsApp.detail": "
|
|
317
|
-
"core.createProjectQuestion.projectType.teamsApp.title": "
|
|
312
|
+
"core.createProjectQuestion.projectType.agentForTeams.label": "Teams のエージェント",
|
|
313
|
+
"core.createProjectQuestion.projectType.agentForTeams.detail": "Teams AI ライブラリを使用して Microsoft Teams のエージェントを簡単に構築する",
|
|
314
|
+
"core.createProjectQuestion.projectType.agentForTeams.title": "Teams AI ライブラリを使用する Teams のエージェント",
|
|
315
|
+
"core.createProjectQuestion.projectType.teamsApp.label": "Teams アプリ",
|
|
316
|
+
"core.createProjectQuestion.projectType.teamsApp.detail": "Microsoft Teams 用に独自の Web ページ、チャット ボット、またはメッセージ拡張機能を作成します",
|
|
317
|
+
"core.createProjectQuestion.projectType.teamsApp.title": "Microsoft Teams で使用されるアプリ機能",
|
|
318
318
|
"core.createProjectQuestion.projectType.bot.label": "ボット",
|
|
319
319
|
"core.createProjectQuestion.projectType.bot.title": "ボットを使用したアプリの機能",
|
|
320
320
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Teams と Outlook のテキスト入力ボックスから検索してアクションを実行する",
|
|
@@ -328,20 +328,20 @@
|
|
|
328
328
|
"core.createProjectQuestion.projectType.tab.title": "タブを使用したアプリの機能",
|
|
329
329
|
"core.createProjectQuestion.projectType.copilotExtension.title": "エージェントを使用したアプリの機能",
|
|
330
330
|
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "オプションを選択します",
|
|
331
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "
|
|
331
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "オーケストレーションを管理し、独自の LLM を提供するインテリジェント エージェントを構築します",
|
|
332
332
|
"core.createProjectQuestion.projectType.customCopilot.label": "カスタム エンジン エージェント",
|
|
333
|
-
"core.createProjectQuestion.projectType.customCopilot.title": "
|
|
333
|
+
"core.createProjectQuestion.projectType.customCopilot.title": "Microsoft 365 エージェント SDK を使用したアプリ機能",
|
|
334
334
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "オプションを選択します",
|
|
335
335
|
"core.createProjectQuestion.projectType.copilotHelp.label": "開始方法がわからない場合GitHub Copilotチャットを使用する",
|
|
336
336
|
"core.createProjectQuestion.projectType.copilotHelp.detail": "GitHub Copilot とチャットして、アプリまたは Microsoft 365 Copilot エージェントを開発するための段階的な手順を取得します。",
|
|
337
337
|
"core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilotを使用する",
|
|
338
|
-
"core.createProjectQuestion.projectType.createGroup.aiAgent": "
|
|
338
|
+
"core.createProjectQuestion.projectType.createGroup.aiAgent": "Microsoft 365 Copilot のエージェント",
|
|
339
339
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365用アプリ",
|
|
340
340
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "宣言型エージェント",
|
|
341
341
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "必要に応じて命令、アクション、ナレッジを宣言して、独自のエージェントを作成します。",
|
|
342
342
|
"core.createProjectQuestion.title": "新しいプロジェクト",
|
|
343
343
|
"core.createProjectQuestion.capability.botMessageExtension.label": "ボットから始める",
|
|
344
|
-
"core.createProjectQuestion.capability.botMessageExtension.detail": "
|
|
344
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
|
|
345
345
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "新しい API で開始する",
|
|
346
346
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Azure Functions から新しい API を使用してプラグインを作成します",
|
|
347
347
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure Functions からの新しい API を使用して、メッセージ拡張機能を作成します",
|
|
@@ -353,16 +353,16 @@
|
|
|
353
353
|
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI 記述ドキュメントを検索するためのテキストを入力してください",
|
|
354
354
|
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI 記述ドキュメントを選択する",
|
|
355
355
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "既存の API からメッセージ拡張機能を作成します",
|
|
356
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "
|
|
357
|
-
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "
|
|
358
|
-
"core.createProjectQuestion.capability.weatherAgentOption.label": "
|
|
359
|
-
"core.createProjectQuestion.capability.weatherAgentOption.detail": "
|
|
360
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "
|
|
361
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "
|
|
356
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.label": "基本的なカスタム エンジン エージェント",
|
|
357
|
+
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Microsoft 365 エージェント SDK で構築され、LLM に接続するインテリジェント エージェント",
|
|
358
|
+
"core.createProjectQuestion.capability.weatherAgentOption.label": "天気エージェント",
|
|
359
|
+
"core.createProjectQuestion.capability.weatherAgentOption.detail": "Microsoft 365 エージェント SDK と LangChain を使用して構築された天気予報エージェント",
|
|
360
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Teams の基本エージェント",
|
|
361
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams AI ライブラリを使用して構築された Teams でユーザーとチャットし、LLM に接続するエージェント",
|
|
362
362
|
"core.createProjectQuestion.capability.customCopilotRagOption.label": "データとのチャット",
|
|
363
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "
|
|
364
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "
|
|
365
|
-
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "
|
|
363
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "あなたのコンテンツと知識を活用してドメイン固有の質問に正確に答えるエージェント",
|
|
364
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "API を使用したエージェント",
|
|
365
|
+
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "LLM 推論に基づいて意思決定を行い、アクションを実行できる Teams のエージェント",
|
|
366
366
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "カスタマイズ",
|
|
367
367
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "データの読み込み方法を決定します",
|
|
368
368
|
"core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI 検索",
|
|
@@ -386,10 +386,12 @@
|
|
|
386
386
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Web で基礎情報を検索します。",
|
|
387
387
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.label": "OneDrive と SharePoint",
|
|
388
388
|
"core.createProjectQuestion.capability.knowledgeOneDriveSharePoint.detail": "ユーザーの SharePoint と OneDrive で、基礎情報を検索します。",
|
|
389
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot
|
|
390
|
-
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "
|
|
389
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.label": "Copilot connector",
|
|
390
|
+
"core.createProjectQuestion.capability.knowledgeGraphConnector.detail": "選択した Microsoft Copilot コネクタで、基盤となる情報を検索します。",
|
|
391
391
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.label": "埋め込みナレッジ",
|
|
392
392
|
"core.createProjectQuestion.capability.knowledgeEmbeddedKnowledge.detail": "ファイルを直接固定情報として埋め込みます。",
|
|
393
|
+
"core.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
|
|
394
|
+
"core.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
|
|
393
395
|
"core.createProjectQuestion.oneDriveSharePointItem.title": "OneDrive または SharePoint コンテンツ",
|
|
394
396
|
"core.createProjectQuestion.oneDriveSharePointItem.placeholder": "OneDrive または SharePoint の URL を入力してください",
|
|
395
397
|
"core.createProjectQuestion.log.fail.validateOneDriveSharePointItem": "OneDrive または SharePoint の URL を検証できませんでした: %s",
|
|
@@ -442,8 +444,17 @@
|
|
|
442
444
|
"core.createProjectQuestion.noPlugin.detail": "宣言型エージェントのみを作成する",
|
|
443
445
|
"core.createProjectQuestion.addPlugin.label": "アクションの追加",
|
|
444
446
|
"core.createProjectQuestion.addPlugin.detail": "アクションを含む宣言型エージェントを作成します",
|
|
445
|
-
"core.createProjectQuestion.
|
|
446
|
-
"core.createProjectQuestion.
|
|
447
|
+
"core.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
|
|
448
|
+
"core.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
|
|
449
|
+
"core.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
|
|
450
|
+
"core.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
|
|
451
|
+
"core.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
|
|
452
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
|
|
453
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
|
|
454
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.title": "The Existing Add-in Project Folder",
|
|
455
|
+
"core.createProjectQuestion.DAMetaOS.capability.upgradeProject.projectFolder.placeholder": "The existing MetaOS Add-in project root folder",
|
|
456
|
+
"core.createProjectQuestion.createGraphConnector.label": "Copilot connector",
|
|
457
|
+
"core.createProjectQuestion.createGraphConnector.detail": "組織のデータを埋め込んで、Microsoft 365 Copilot で検索できるようにします",
|
|
447
458
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "マニフェスト ファイルのインポート",
|
|
448
459
|
"core.createProjectQuestion.addExistingPlugin.apiSpec.title": "OpenAPI 記述ドキュメントのインポート",
|
|
449
460
|
"core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "アクション マニフェスト ファイルを選択する",
|
|
@@ -453,13 +464,13 @@
|
|
|
453
464
|
"core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "複数の OpenAPI 記述ドキュメントが見つかりました: \"%s\"。",
|
|
454
465
|
"core.createProjectQuestion.addKnowledge.title": "機能の追加",
|
|
455
466
|
"core.createProjectQuestion.addKnowledge.placeholder": "宣言型エージェントの基礎情報として機能ソースを選択する",
|
|
456
|
-
"core.regenerateQuestion.declarativeAgentPathNotFound": "
|
|
457
|
-
"core.regenerateQuestion.actionNotFound": "
|
|
458
|
-
"core.regenerateQuestion.specNotFound": "
|
|
459
|
-
"core.regenerateQuestion.originalSpecNotFound": "
|
|
460
|
-
"core.regenerateQuestion.selectPluginManifestTitle": "
|
|
461
|
-
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "
|
|
462
|
-
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "
|
|
467
|
+
"core.regenerateQuestion.declarativeAgentPathNotFound": "マニフェスト ファイルに宣言型エージェントのパスが見つかりません: %s。",
|
|
468
|
+
"core.regenerateQuestion.actionNotFound": "宣言型エージェント マニフェスト ファイルにアクションが見つかりません: %s。",
|
|
469
|
+
"core.regenerateQuestion.specNotFound": "アクション マニフェスト ファイルに OpenAPI 記述ドキュメントが見つかりません: %s。",
|
|
470
|
+
"core.regenerateQuestion.originalSpecNotFound": "元の OpenAPI 記述ドキュメントが見つかりません。元の OpenAPI の説明をここで手動でコピーできます %s。",
|
|
471
|
+
"core.regenerateQuestion.selectPluginManifestTitle": "プラグイン マニフェスト ファイルを選択します。",
|
|
472
|
+
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "OpenAPI 記述ドキュメント ファイルを選択します。",
|
|
473
|
+
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Copilot が操作できる操作を選択します。",
|
|
463
474
|
"core.aiAssistantBotOption.label": "AI エージェント ボット",
|
|
464
475
|
"core.aiAssistantBotOption.detail": "Teams AI ライブラリと OpenAI Assistants API を使用する、Teams のカスタム AI エージェント ボット",
|
|
465
476
|
"core.aiBotOption.label": "AI チャット ボット",
|
|
@@ -495,9 +506,9 @@
|
|
|
495
506
|
"core.addPlugin.success.vsc": "アクション \"%s\" プロジェクトに正常に追加されました。",
|
|
496
507
|
"core.addPlugin.success": "API プラグイン \"%s\" プロジェクトに正常に追加されました。プラグイン マニフェストを \"%s\" で表示します。",
|
|
497
508
|
"core.addPlugin.success.viewPluginManifest": "アクション マニフェストの表示",
|
|
498
|
-
"core.regeneratePlugin.success": "
|
|
499
|
-
"core.regeneratePlugin.success.vsc": "
|
|
500
|
-
"core.regeneratePlugin.success.viewPluginManifest": "
|
|
509
|
+
"core.regeneratePlugin.success": "アクション \"%s\" が正常に更新されました。プラグイン マニフェストを \"%s\" で表示します。",
|
|
510
|
+
"core.regeneratePlugin.success.vsc": "アクション \"%s\" が正常に更新されました。",
|
|
511
|
+
"core.regeneratePlugin.success.viewPluginManifest": "アクション マニフェストの表示",
|
|
501
512
|
"core.addKnowledge.success.vsc": "機能ソースがプロジェクトに正常に追加されました。",
|
|
502
513
|
"core.addKnowledge.success": "機能ソースがプロジェクトに正常に追加されました。\"%s\" でエージェント マニフェストを表示します。",
|
|
503
514
|
"core.addKnowledge.success.viewAgentManifest": "エージェント マニフェストの表示",
|
|
@@ -535,27 +546,27 @@
|
|
|
535
546
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Teams ストアにアプリを発行する前にアプリを検証する",
|
|
536
547
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "発行する前にすべての統合テスト ケースを検証する",
|
|
537
548
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "準備を確保するための包括的なテスト",
|
|
538
|
-
"core.GCSelectQuestion.title": "Copilot
|
|
539
|
-
"core.GCSelectOptions.listOption.title": "Select existing Copilot
|
|
540
|
-
"core.GCSelectOptions.listOption.description": "List all existing Copilot
|
|
541
|
-
"core.GCSelectOptions.inputOption.title": "Enter a Copilot
|
|
542
|
-
"core.GCSelectOptions.inputOption.description": "Enter a Copilot
|
|
543
|
-
"core.GCListQuestion.title": "Select one or more Copilot
|
|
544
|
-
"core.GCListQuestion.placeholder": "List all existing Copilot
|
|
549
|
+
"core.GCSelectQuestion.title": "Copilot connector Content",
|
|
550
|
+
"core.GCSelectOptions.listOption.title": "Select existing Copilot connectors",
|
|
551
|
+
"core.GCSelectOptions.listOption.description": "List all existing Copilot connectors",
|
|
552
|
+
"core.GCSelectOptions.inputOption.title": "Enter a Copilot connector Connection ID",
|
|
553
|
+
"core.GCSelectOptions.inputOption.description": "Enter a Copilot connector Connection ID manually",
|
|
554
|
+
"core.GCListQuestion.title": "Select one or more Copilot connectors as capability source",
|
|
555
|
+
"core.GCListQuestion.placeholder": "List all existing Copilot connectors",
|
|
545
556
|
"core.GCInputQuestion.title": "接続 ID",
|
|
546
557
|
"core.GCListQuestion.invalidMessage": "%s API が選択されました。少なくとも 1 つの API を選択する必要があります。",
|
|
547
558
|
"core.GCNameQuestion.title": "コネクタ名を追加する",
|
|
548
|
-
"core.GCNameQuestion.placeholder": "Create a name for Copilot
|
|
559
|
+
"core.GCNameQuestion.placeholder": "Create a name for Copilot connector",
|
|
549
560
|
"core.GCConnectionIdQuestion.title": "接続 ID を追加する",
|
|
550
|
-
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot
|
|
561
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Copilot connector",
|
|
551
562
|
"core.GCConnectionIdQuestion.validation.pattern": "コネクタ ID には英数字のみを使用する必要があります。",
|
|
552
563
|
"core.GCConnectionIdQuestion.validation.specialBeginner": "接続 ID は %s で始めることはできません。",
|
|
553
564
|
"core.GCConnectionIdQuestion.validation.minlength": "接続 ID が 3 文字未満です。",
|
|
554
565
|
"core.GCConnectionIdQuestion.validation.maxlength": "接続 ID が 32 文字を超えています。",
|
|
555
|
-
"core.GCList.insufficientPermission": "To list Copilot
|
|
566
|
+
"core.GCList.insufficientPermission": "To list Copilot connectors, you need org's Microsoft 365 tenant admin permissions.",
|
|
556
567
|
"core.confirmManifestQuestion.placeholder": "正しいマニフェスト ファイルを選択したことを確認します",
|
|
557
|
-
"core.createProjectQuestion.addGC.label": "Add a Copilot
|
|
558
|
-
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot
|
|
568
|
+
"core.createProjectQuestion.addGC.label": "Add a Copilot connector",
|
|
569
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
|
|
559
570
|
"core.aadAppQuestion.label": "Microsoft Entra アプリ",
|
|
560
571
|
"core.aadAppQuestion.description": "シングル サインオン用のMicrosoft Entra アプリ",
|
|
561
572
|
"core.convertAadToNewSchema.continue": "続行",
|
|
@@ -616,7 +627,7 @@
|
|
|
616
627
|
"core.common.SendingApiRequest": "API 要求を送信しています: %s。要求本文: %s",
|
|
617
628
|
"core.common.ReceiveApiResponse": "API 応答を受信しました: %s。",
|
|
618
629
|
"core.common.shareToUser.success": "アプリがユーザーと正常に共有されました: %s。",
|
|
619
|
-
"core.common.removeShareAccess.success": "
|
|
630
|
+
"core.common.removeShareAccess.success": "ユーザーから共有アプリのアクセスが削除されました: %s。",
|
|
620
631
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" は無効なファイルです。サポートされている形式: %s。",
|
|
621
632
|
"core.envFunc.unsupportedFile.errorMessage": "ファイルが無効です。%s",
|
|
622
633
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" は無効な関数です。サポートされている関数: \"%s\"。",
|
|
@@ -916,7 +927,7 @@
|
|
|
916
927
|
"driver.devChannel.install.description": "サンドボックス チャネルにアプリをインストールします。",
|
|
917
928
|
"driver.devChannel.install.progress.message": "アプリをインストールしています...",
|
|
918
929
|
"driver.devChannel.install.summary.exists": "アプリ '%s' はチーム '%s' に既にインストールされています。最新バージョンに更新されます。",
|
|
919
|
-
"error.installApp.outsideSandbox": "
|
|
930
|
+
"error.installApp.outsideSandbox": "セキュリティで保護されたチーム外でアプリをインストールできません。TEAM_ID と CHANNEL_ID を更新してください。",
|
|
920
931
|
"error.yaml.InvalidYamlSchemaError": "YAML ファイルを解析できません: %s。エラーの詳細については YAML ファイルを開いてください。",
|
|
921
932
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "YAML ファイルを解析できません: %s。理由: %s YAML ファイルを確認するか、最新の Microsoft 365 Agents Toolkit にアップグレードしてください。",
|
|
922
933
|
"error.yaml.VersionNotSupported": "バージョン %s がサポートされていません。サポートされているバージョン: %s。",
|
|
@@ -1068,8 +1079,8 @@
|
|
|
1068
1079
|
"core.addKnowledgeQuestion.searchType.title": "検索の種類の選択",
|
|
1069
1080
|
"core.addKnowledgeQuestion.searchType.web": "Web 上のすべてのコンテンツを検索します",
|
|
1070
1081
|
"core.addKnowledgeQuestion.searchType.oneDriveSharepoint": "組織内のすべてのコンテンツを検索する",
|
|
1071
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.label": "
|
|
1072
|
-
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "
|
|
1082
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.label": "Microsoft 365 Copilot の TypeSpec で始める",
|
|
1083
|
+
"core.createProjectQuestion.apiPlugin.typeSpec.detail": "Microsoft 365 Copilot の TypeSpec を使用して、アクションの有無にかかわらず宣言型エージェントを作成する",
|
|
1073
1084
|
"core.addKnowledgeQuestion.searchType.url": "URL で検索する",
|
|
1074
1085
|
"driver.typeSpec.compile.start": "アクション %s を実行しています",
|
|
1075
1086
|
"driver.typespec.error.noSpecError": "OpenApi 仕様が見つかりません。TypeSpec ファイルが有効であることを確認してから、もう一度お試しください。",
|
|
@@ -1094,8 +1105,8 @@
|
|
|
1094
1105
|
"action.devTool.nodeInstaller.SuccessExtract": "Node.js パッケージがパスに正常に抽出されました: %s、時間: %s ミリ秒",
|
|
1095
1106
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS は %s にインストールされています。",
|
|
1096
1107
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS は既にシステム環境にインストールされています。",
|
|
1097
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1108
|
+
"driver.typeSpec.compile.reprovision": "ファイル %s が更新されました。これらの変更を反映させるためにプロビジョニング プロセスを再実行する",
|
|
1098
1109
|
"error.kiota.KiotaGeneratePluginError": "Kiota を使用してプラグイン マニフェスト ファイルを生成できません。エラー: %s",
|
|
1099
|
-
"error.daSpecParser.InvalidSpecError": "OpenAPI
|
|
1100
|
-
"error.kiotaClient.EmptyResult": "
|
|
1110
|
+
"error.daSpecParser.InvalidSpecError": "OpenAPI 仕様ファイルが無効です: %s",
|
|
1111
|
+
"error.kiotaClient.EmptyResult": "OpenAPI の説明ファイルをパースすると、空の結果が返されます。"
|
|
1101
1112
|
}
|
|
@@ -64,15 +64,20 @@
|
|
|
64
64
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
65
65
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
66
66
|
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
67
|
+
"core.collaboration.StartingListAllAgentOwners": "\nStarting to list all agent owners for environment: ",
|
|
67
68
|
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
68
69
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
70
|
+
"core.collaboration.AgentTitleId": "Agent (ID: ",
|
|
69
71
|
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
70
72
|
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
73
|
+
"core.collaboration.AgentOwner": "Agent Owner: ",
|
|
71
74
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
72
75
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
73
76
|
"core.collaboration.Undefined": "undefined",
|
|
74
77
|
"core.collaboration.ResourceName": ", Resource Name: ",
|
|
75
78
|
"core.collaboration.Permission": ", Permission: ",
|
|
79
|
+
"core.collaboration.agent.label": "Agent",
|
|
80
|
+
"core.collaboration.agent.description": "Microsoft 365 Agent",
|
|
76
81
|
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
77
82
|
"plugins.spfx.questions.framework.title": "Framework",
|
|
78
83
|
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
@@ -245,13 +250,14 @@
|
|
|
245
250
|
"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.",
|
|
246
251
|
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
247
252
|
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
248
|
-
"error.
|
|
253
|
+
"error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed due to tenant permission settings. Get more info: [Manage agents for Microsoft 365 Copilot in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn](%s)",
|
|
254
|
+
"error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
|
|
249
255
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
250
256
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
251
257
|
"error.share.manifestFileNotFound": "Unable to find the manifest file in the app package",
|
|
252
258
|
"error.share.manifestIdNotFound": "Unable to find the manifest ID in the app package",
|
|
253
259
|
"error.share.sharedConfigNotFound": "Unable to find the \"titleId\" or \"appId\" config in the m365agents.yml",
|
|
254
|
-
"error.share.sharedIdNotFound": "Unable to get
|
|
260
|
+
"error.share.sharedIdNotFound": "Unable to get title id or app id in the .env file. Shared title id: %s, shared app id: %s. You need to deploy the agent before sharing.",
|
|
255
261
|
"error.share.appPackageNotFound": "Unable to find the zip package in path: %s. You need to zip the package first.",
|
|
256
262
|
"core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
|
|
257
263
|
"core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
|
|
@@ -485,10 +491,6 @@
|
|
|
485
491
|
"core.regenerateQuestion.selectPluginManifestTitle": "Select plugin manifest file.",
|
|
486
492
|
"core.regenerateQuestion.selectOpenAPISpecFromPluginTitle": "Select OpenAPI description document file.",
|
|
487
493
|
"core.regenerateQuestion.selectApiOperationForRegenerateTitle": "Select operation(s) Copilot can interact with.",
|
|
488
|
-
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
489
|
-
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
490
|
-
"core.aiBotOption.label": "AI Chat Bot",
|
|
491
|
-
"core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
|
|
492
494
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
493
495
|
"core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
|
|
494
496
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
@@ -526,7 +528,6 @@
|
|
|
526
528
|
"core.addKnowledge.success.vsc": "Capability source added to the project successfully.",
|
|
527
529
|
"core.addKnowledge.success": "Capability source added to the project successfully. View agent manifest in \"%s\".",
|
|
528
530
|
"core.addKnowledge.success.viewAgentManifest": "View agent manifest",
|
|
529
|
-
"core.addUserQuestion.validation": "Invalid email address",
|
|
530
531
|
"core.scaffold.warning.summary": "We have detected following issues:\n%s",
|
|
531
532
|
"core.addPlugin.warning.manifestVariables": "Environment variables \"%s\" found in manifest of the added plugin. Ensure the values are set in .env file or system environment variables.",
|
|
532
533
|
"core.addPlugin.warning.apiSpecVariables": "Environment variables \"%s\" found in API specification of the added plugin. Ensure the values are set in .env file or system environment variables.",
|
|
@@ -549,6 +550,7 @@
|
|
|
549
550
|
"core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
|
|
550
551
|
"core.getUserEmailQuestion.validation1": "Enter email address",
|
|
551
552
|
"core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
|
|
553
|
+
"core.getUserEmailQuestion.validation3": "Email address is invalid",
|
|
552
554
|
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
553
555
|
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
|
|
554
556
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
|
|
@@ -643,8 +645,10 @@
|
|
|
643
645
|
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
644
646
|
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
645
647
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
646
|
-
"core.common.
|
|
647
|
-
"core.common.
|
|
648
|
+
"core.common.shareWithTenant.success": "Agent successfully shared with tenant.",
|
|
649
|
+
"core.common.shareWithUser.success": "Agent successfully shared with users: %s.",
|
|
650
|
+
"core.common.removeOwnership.success": "Shared agent ownership removed from the users: %s.",
|
|
651
|
+
"core.common.removeShareAccess.success": "Shared access successfully removed from users: %s.",
|
|
648
652
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
649
653
|
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
650
654
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
@@ -668,7 +672,7 @@
|
|
|
668
672
|
"core.summary.lifecycleFailed": "%s Lifecycle stage %s failed.",
|
|
669
673
|
"core.summary.actionNotExecuted": "%s was not executed.",
|
|
670
674
|
"core.summary.actionFailed": "%s failed.",
|
|
671
|
-
"core.summary.actionSucceeded": "%s
|
|
675
|
+
"core.summary.actionSucceeded": "%s executed successfully.",
|
|
672
676
|
"core.summary.createdEnvFile": "Environment file was created at",
|
|
673
677
|
"core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
|
|
674
678
|
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
@@ -700,11 +704,17 @@
|
|
|
700
704
|
"core.uninstallQuestion.tdpOption": "App registration",
|
|
701
705
|
"core.uninstallQuestion.botOption": "Bot framework registration",
|
|
702
706
|
"core.uninstallQuestion.projectPath": "Project path",
|
|
703
|
-
"core.shareOptionQuestion.share": "Share the app",
|
|
704
|
-
"core.shareOptionQuestion.shareToUser": "Share with user(s)",
|
|
705
|
-
"core.shareOptionQuestion.placeholder": "Select an option",
|
|
706
|
-
"core.shareToUser.title": "Enter user emails (separated by commas)",
|
|
707
707
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
708
|
+
"core.shareOperationQuestion.option.removeShareAccessFromUsers": "Remove access for selected user(s)",
|
|
709
|
+
"core.shareOperationQuestion.option.shareWithUsers": "Share access with selected user(s)",
|
|
710
|
+
"core.shareOptionQuestion.placeholder": "Select how to share the agent",
|
|
711
|
+
"core.shareOptionQuestion.title": "Share the agent",
|
|
712
|
+
"core.shareOptionQuestion.unshare.emails.title": "Email addresses of users or groups for agent access removal",
|
|
713
|
+
"core.shareScopeQuestion.emails.title": "Email addresses of users or groups for agent sharing",
|
|
714
|
+
"core.shareScopeQuestion.option.shareWithTenant": "Share the agent with all tenant users",
|
|
715
|
+
"core.shareScopeQuestion.option.shareWithUsers": "Share the agent with selected user(s)",
|
|
716
|
+
"core.shareScopeQuestion.placeholder": "Select a sharing scope",
|
|
717
|
+
"core.shareScopeQuestion.title": "Share the agent with users",
|
|
708
718
|
"core.syncManifest.projectPath": "Project path",
|
|
709
719
|
"core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
|
|
710
720
|
"core.syncManifest.teamsAppId": "App ID (optional)",
|
|
@@ -741,7 +751,6 @@
|
|
|
741
751
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
|
|
742
752
|
"core.addSsoFiles.emptyProjectPath": "Project path is empty",
|
|
743
753
|
"core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
|
|
744
|
-
"core.getUserEmailQuestion.validation3": "Email address is invalid",
|
|
745
754
|
"plugins.bot.ErrorSuggestions": "Suggestions: %s",
|
|
746
755
|
"plugins.bot.InvalidValue": "%s is invalid with value: %s",
|
|
747
756
|
"plugins.bot.SomethingIsMissing": "%s is not available.",
|
|
@@ -756,7 +765,7 @@
|
|
|
756
765
|
"plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
|
|
757
766
|
"plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
|
|
758
767
|
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
759
|
-
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
768
|
+
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation. %s",
|
|
760
769
|
"depChecker.symlinkDirAlreadyExist": "Symlink (%s) destination already exists, remove it and try again.",
|
|
761
770
|
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Microsoft 365 Agents Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
762
771
|
"depChecker.invalidFuncVersion": "Version %s format is invalid.",
|
|
@@ -859,7 +868,7 @@
|
|
|
859
868
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIDeploymentName.validation": "Azure OpenAI deployment name cannot be empty.",
|
|
860
869
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIAssistantID.validation": "OpenAI assistant ID cannot be empty.",
|
|
861
870
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIEmbeddingDeploymentName.validation": "Azure OpenAI embedding deployment name cannot be empty.",
|
|
862
|
-
"driver.file.createOrUpdateEnvironmentFile.genericEnvVar.validation": "Environment variable value
|
|
871
|
+
"driver.file.createOrUpdateEnvironmentFile.genericEnvVar.validation": "Environment variable value required.",
|
|
863
872
|
"driver.file.createOrUpdateJsonFile.description": "Create or update JSON file.",
|
|
864
873
|
"driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
|
|
865
874
|
"driver.file.progressBar.appsettings": "Generating json file...",
|
|
@@ -923,9 +932,6 @@
|
|
|
923
932
|
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
924
933
|
"driver.teamsApp.validate.result": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s.",
|
|
925
934
|
"driver.teamsApp.validate.result.display": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
926
|
-
"driver.shareToOthers.description": "share your app to others",
|
|
927
|
-
"driver.shareToOthers.progress.message": "Sharing your app...",
|
|
928
|
-
"driver.shareToOthers.summary": "Shared apps successfully (%s).",
|
|
929
935
|
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
930
936
|
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
931
937
|
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
@@ -937,9 +943,9 @@
|
|
|
937
943
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
938
944
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
|
|
939
945
|
"driver.botFramework.error.InvalidBotId": "Bot ID %s is invalid. It must be a GUID.",
|
|
940
|
-
"driver.devChannel.description": "Create a
|
|
946
|
+
"driver.devChannel.description": "Create a sandbox in Teams with a channel for development and testing",
|
|
941
947
|
"driver.devChannel.progress.message": "Creating Team and channel...",
|
|
942
|
-
"driver.devChannel.success": "Team %s with default channel %s created. Channel ID: %s
|
|
948
|
+
"driver.devChannel.success": "Team %s with default channel %s created. Channel ID: %s Team ID: %s",
|
|
943
949
|
"driver.devChannel.summary": "Team %s with default channel %s created.",
|
|
944
950
|
"driver.devChannel.status": "Team and channel creation status: %s",
|
|
945
951
|
"driver.devChannel.summary.exists": "Environment variable %s and %s already exist, skipping new sandboxed Team creation step.",
|
|
@@ -1125,7 +1131,7 @@
|
|
|
1125
1131
|
"action.devTool.nodeInstaller.SuccessExtract": "Successfully extract NodeJS package to path: %s, time: %s ms",
|
|
1126
1132
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS is installed at: %s.",
|
|
1127
1133
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS is already installed in system environment.",
|
|
1128
|
-
"driver.typeSpec.compile.reprovision": "File %s is updated.
|
|
1134
|
+
"driver.typeSpec.compile.reprovision": "File %s is updated. A new provision process has started to apply the changes.",
|
|
1129
1135
|
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s",
|
|
1130
1136
|
"error.daSpecParser.InvalidSpecError": "OpenAPI specification file is not valid: %s",
|
|
1131
1137
|
"error.kiotaClient.EmptyResult": "Get empty result when parser OpenAPI description file."
|