@microsoft/teamsfx-core 3.0.0-alpha.09e5fe9da.0 → 3.0.0-alpha.0fa12bc9d.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 +13 -1
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +140 -1
- package/build/client/graphClient.js.map +1 -1
- package/build/client/interfaces/ListSensitivityCacheValue.d.ts +6 -0
- package/build/client/interfaces/ListSensitivityCacheValue.d.ts.map +1 -0
- package/build/client/interfaces/ListSensitivityCacheValue.js +5 -0
- package/build/client/interfaces/ListSensitivityCacheValue.js.map +1 -0
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/daSpecParser.d.ts +5 -2
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +152 -59
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -10
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -10
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/kiotaClient.d.ts +2 -2
- package/build/common/kiotaClient.d.ts.map +1 -1
- package/build/common/kiotaClient.js +13 -1
- package/build/common/kiotaClient.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +7 -6
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +4 -3
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/telemetry.d.ts +2 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +1 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +4 -0
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +5 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +33 -10
- package/build/common/versionMetadata.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +3 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/constant.d.ts +2 -1
- package/build/component/configManager/constant.d.ts.map +1 -1
- package/build/component/configManager/constant.js +1 -0
- package/build/component/configManager/constant.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +16 -15
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/aad/permissions/permissions.json +1009 -1009
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js +3 -2
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js.map +1 -1
- package/build/component/driver/devChannel/errors.d.ts +5 -0
- package/build/component/driver/devChannel/errors.d.ts.map +1 -0
- package/build/component/driver/devChannel/errors.js +19 -0
- package/build/component/driver/devChannel/errors.js.map +1 -0
- package/build/component/driver/devChannel/installApp.d.ts.map +1 -1
- package/build/component/driver/devChannel/installApp.js +7 -0
- package/build/component/driver/devChannel/installApp.js.map +1 -1
- package/build/component/driver/devTool/installDriver.js +1 -1
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/share/utils.js +1 -1
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +1 -1
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +1 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -2
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +23 -10
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.js +1 -1
- package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +4 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +43 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +44 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +122 -30
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +3 -2
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +3 -2
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +13 -14
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +4 -9
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts +18 -0
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -0
- package/build/component/generator/combinedProject/generator.js +78 -0
- package/build/component/generator/combinedProject/generator.js.map +1 -0
- package/build/component/generator/declarativeAgent/generator.d.ts +0 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +2 -43
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +3 -3
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/defaultGenerator.d.ts.map +1 -1
- package/build/component/generator/defaultGenerator.js +5 -1
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +6 -4
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +1 -1
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +2 -2
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +11 -0
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +28 -25
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +3 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/{cea.js → agentForTeams.js} +3 -9
- package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -0
- package/build/component/generator/templates/metadata/{cea.d.ts → customEngineAgent.d.ts} +1 -1
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js +39 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +1 -0
- package/build/component/generator/templates/metadata/da.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/da.js +6 -0
- package/build/component/generator/templates/metadata/da.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +7 -4
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateInfo.d.ts +1 -0
- package/build/component/generator/templates/templateInfo.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +3 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +5 -2
- 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 +2 -0
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +2 -0
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +50 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/local/constants.d.ts +1 -0
- package/build/component/local/constants.d.ts.map +1 -1
- package/build/component/local/constants.js +1 -0
- package/build/component/local/constants.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +10 -0
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -2
- package/build/component/migrate.js.map +1 -1
- package/build/component/utils/metadataUtil.d.ts +3 -3
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +12 -12
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +4 -2
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +8 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +156 -24
- package/build/core/FxCore.js.map +1 -1
- package/build/core/environment.d.ts +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +11 -10
- package/build/core/environment.js.map +1 -1
- package/build/core/environmentName.d.ts +2 -0
- package/build/core/environmentName.d.ts.map +1 -1
- package/build/core/environmentName.js +5 -1
- package/build/core/environmentName.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +2 -2
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +2 -1
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/retry.d.ts +3 -0
- package/build/core/middleware/retry.d.ts.map +1 -0
- package/build/core/middleware/retry.js +30 -0
- package/build/core/middleware/retry.js.map +1 -0
- package/build/core/middleware/utils/v3MigrationUtils.js +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/common.d.ts +15 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +71 -12
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +12 -10
- package/build/index.d.ts.map +1 -1
- package/build/index.js +28 -15
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +2 -204
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +6 -681
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +5 -10
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +237 -604
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -4
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts +2 -2
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts.map +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts.map +1 -1
- package/build/question/options/AddKnowledgeOptions.js +4 -4
- package/build/question/options/AddKnowledgeOptions.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +2 -2
- 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/CreateSampleProjectOptions.js +1 -1
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -1
- package/build/question/options/PermissionGrantOptions.js +1 -1
- package/build/question/options/PermissionGrantOptions.js.map +1 -1
- package/build/question/options/PermissionListOptions.js +1 -1
- package/build/question/options/PermissionListOptions.js.map +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +2 -2
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js.map +1 -1
- package/build/question/options/SyncManifestOptions.js +1 -1
- package/build/question/options/SyncManifestOptions.js.map +1 -1
- package/build/question/options/ValidateTeamsAppOptions.js +2 -2
- package/build/question/options/ValidateTeamsAppOptions.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +46 -25
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +131 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +137 -0
- package/build/question/questionNames.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +18 -10
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +13 -2
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +84 -20
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +10 -9
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +30 -35
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/{customAgentProjectTypeNode.d.ts → agentForTeamsNode.d.ts} +2 -2
- package/build/question/scaffold/vsc/agentForTeamsNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/{customAgentProjectTypeNode.js → agentForTeamsNode.js} +18 -18
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -0
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +17 -51
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +67 -31
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +3 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.js +30 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -0
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +17 -12
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +11 -2
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +12 -2
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +110 -62
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/utils.d.ts +3 -0
- package/build/question/utils.d.ts.map +1 -0
- package/build/question/utils.js +13 -0
- package/build/question/utils.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +25 -41
- package/build/ui/visitor.js.map +1 -1
- package/package.json +9 -6
- package/resource/package.nls.cs.json +153 -124
- package/resource/package.nls.de.json +153 -124
- package/resource/package.nls.es.json +153 -124
- package/resource/package.nls.fr.json +153 -124
- package/resource/package.nls.it.json +153 -124
- package/resource/package.nls.ja.json +153 -124
- package/resource/package.nls.json +131 -113
- package/resource/package.nls.ko.json +153 -124
- package/resource/package.nls.pl.json +153 -124
- package/resource/package.nls.pt-BR.json +153 -124
- package/resource/package.nls.ru.json +153 -124
- package/resource/package.nls.tr.json +153 -124
- package/resource/package.nls.zh-Hans.json +153 -124
- package/resource/package.nls.zh-Hant.json +153 -124
- package/resource/yaml-schema/v1.8/yaml.schema.json +34 -34
- package/resource/yaml-schema/yaml.schema.json +34 -34
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/README.md +5 -5
- package/templates/plugins/resource/aad/auth/bot/README.txt +3 -3
- package/templates/plugins/resource/aad/auth/tab/README.md +2 -2
- package/templates/plugins/resource/aad/auth/tab/README.txt +2 -2
- package/build/client/graphAPIClient.d.ts +0 -19
- package/build/client/graphAPIClient.d.ts.map +0 -1
- package/build/client/graphAPIClient.js +0 -128
- package/build/client/graphAPIClient.js.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
- package/build/component/generator/templates/metadata/cea.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/cea.js.map +0 -1
- package/build/question/scaffold/vsc/customAgentProjectTypeNode.d.ts.map +0 -1
- package/build/question/scaffold/vsc/customAgentProjectTypeNode.js.map +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.addApi.confirm": "
|
|
3
|
-
"core.addApi.confirm.teamsYaml": "
|
|
4
|
-
"core.addApi.confirm.localTeamsYaml": "
|
|
2
|
+
"core.addApi.confirm": "Microsoft 365 Agents 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.confirm.teamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder and \"%s\" 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.",
|
|
4
|
+
"core.addApi.confirm.localTeamsYaml": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder, \"%s\" and \"%s\" 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.",
|
|
5
5
|
"core.addApi.continue": "Ekle",
|
|
6
|
-
"core.addKnowledge.confirm": "
|
|
6
|
+
"core.addKnowledge.confirm": "Microsoft 365 Agents Toolkit will modify files in your \"%s\" folder based on the capability source you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
7
7
|
"core.addKnowledge.continue": "Ekle",
|
|
8
|
-
"core.setSensitivityLabel.confirm": "Teams
|
|
9
|
-
"core.setSensitivityLabel.continue": "
|
|
8
|
+
"core.setSensitivityLabel.confirm": "Teams Araç Kutusu, \"%s\" dosyasını, sağladığınız duyarlılık etiketine göre değiştirir. Beklenmedik değişiklikleri kaybetmemek için, devam etmeden önce dosyalarınızı yedekleyin veya değişiklik takibi için git kullanın.",
|
|
9
|
+
"core.setSensitivityLabel.continue": "Ayarla",
|
|
10
10
|
"core.provision.provision": "Sağlama",
|
|
11
11
|
"core.provision.learnMore": "Daha fazla bilgi",
|
|
12
12
|
"core.provision.azureAccount": "Azure hesabı: %s",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"core.progress.runCommand": "%s komutunu şurada çalıştır: %s",
|
|
37
37
|
"core.progress.deployToAzure": "%s, %s konumuna dağıtılıyor.",
|
|
38
38
|
"core.migrationV3.confirmOnly.Message": "Lütfen yükseltmeyi onaylayın",
|
|
39
|
-
"core.migrationV3.Message": "
|
|
40
|
-
"core.migrationV3.VS.Message": "
|
|
41
|
-
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json
|
|
42
|
-
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json
|
|
39
|
+
"core.migrationV3.Message": "Upgrade your Microsoft 365 Agents Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
|
|
40
|
+
"core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Microsoft 365 Agents Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
|
|
41
|
+
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json does not exist. You may be trying to upgrade a project created by Microsoft 365 Agents Toolkit for Visual Studio Code v3.x / Microsoft 365 Agents Toolkit CLI v0.x / Microsoft 365 Agents Toolkit for Visual Studio v17.3. Please install Microsoft 365 Agents Toolkit for Visual Studio Code v4.x / Microsoft 365 Agents Toolkit CLI v1.x / Microsoft 365 Agents Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
42
|
+
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Microsoft 365 Agents Toolkit for Visual Studio Code v3.x / Microsoft 365 Agents Toolkit CLI v0.x / Microsoft 365 Agents Toolkit for Visual Studio v17.3. Please install Microsoft 365 Agents Toolkit for Visual Studio Code v4.x / Microsoft 365 Agents Toolkit CLI v1.x / Microsoft 365 Agents Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
43
43
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json geçersiz.",
|
|
44
|
-
"core.migrationV3.abandonedProject": "
|
|
45
|
-
"core.migrationV3.notAllowedMigration": "
|
|
46
|
-
"core.projectVersionChecker.cliUseNewVersion": "
|
|
47
|
-
"core.projectVersionChecker.incompatibleProject": "
|
|
48
|
-
"core.projectVersionChecker.vs.incompatibleProject": "
|
|
44
|
+
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Microsoft 365 Agents Toolkit. Please try Microsoft 365 Agents Toolkit by creating a new project",
|
|
45
|
+
"core.migrationV3.notAllowedMigration": "Microsoft 365 Agents Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
46
|
+
"core.projectVersionChecker.cliUseNewVersion": "The existing Microsoft 365 Agents Toolkit CLI version doesn't support current project. Upgrade to the latest version using below command:\nnpm install -g @microsoft/m365agentstoolkit-cli@latest",
|
|
47
|
+
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Microsoft 365 Agents Toolkit.",
|
|
48
|
+
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Microsoft 365 Agents Toolkit preview feature - app Configuration Improvements. You can turn on the preview feature to continue.",
|
|
49
49
|
"core.deployArmTemplates.ActionSuccess": "ARM şablonları başarıyla dağıtıldı. Kaynak grubu adı: %s. Dağıtım adı: %s",
|
|
50
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
50
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of app owners is successful, you can view it in [Output panel](%s).",
|
|
51
51
|
"core.collaboration.GrantingPermission": "İzin veriliyor",
|
|
52
52
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Ortak çalışanın e-postasını girin ve geçerli kullanıcının e-postası olmadığından emin olun.",
|
|
53
53
|
"core.collaboration.CannotFindUserInCurrentTenant": "Kullanıcı geçerli kiracıda bulunamadı. Doğru e-posta adresini sağlayın",
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
"core.collaboration.GrantPermissionResourceId": ", Kaynak Kimliği: ",
|
|
60
60
|
"core.collaboration.ListingM365Permission": "Microsoft 365 izinlerinin kaydı\n",
|
|
61
61
|
"core.collaboration.AccountUsedToCheck": "Denetlemek için kullanılan hesap: ",
|
|
62
|
-
"core.collaboration.StartingListAllTeamsAppOwners": "\
|
|
62
|
+
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
63
63
|
"core.collaboration.StartingListAllAadAppOwners": "\nOrtam için tüm Microsoft Entra uygulama sahipleri listelenmeye başlıyor: ",
|
|
64
|
-
"core.collaboration.M365TeamsAppId": "
|
|
64
|
+
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
65
65
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra Uygulaması (Kimlik:",
|
|
66
|
-
"core.collaboration.TeamsAppOwner": "
|
|
66
|
+
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
67
67
|
"core.collaboration.AadAppOwner": "Microsoft Entra Sahibi:",
|
|
68
68
|
"core.collaboration.StaringCheckPermission": "Ortam iznini kontrol edilmeye başlanıyor: ",
|
|
69
69
|
"core.collaboration.CheckPermissionResourceId": "Kaynak kimliği: ",
|
|
70
70
|
"core.collaboration.Undefined": "tanımsız",
|
|
71
71
|
"core.collaboration.ResourceName": ", Kaynak Adı: ",
|
|
72
72
|
"core.collaboration.Permission": ", İzin: ",
|
|
73
|
-
"core.developerPortal.scaffold.CannotFindManifest": "
|
|
73
|
+
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
74
74
|
"plugins.spfx.questions.framework.title": "Çerçeve",
|
|
75
75
|
"plugins.spfx.questions.webpartName": "SharePoint Framework Web Bölümünün Adı",
|
|
76
76
|
"plugins.spfx.questions.webpartName.error.duplicate": "%s klasörü zaten var. Bileşeniniz için farklı bir ad seçin.",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Genel olarak yüklenen SPFx’i (%s) kullan",
|
|
81
81
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Genel olarak yüklenen SPFx’i kullan",
|
|
82
82
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s veya üzeri",
|
|
83
|
-
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "
|
|
84
|
-
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "
|
|
83
|
+
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Microsoft 365 Agents Toolkit directory ",
|
|
84
|
+
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Microsoft 365 Agents Toolkit directory ",
|
|
85
85
|
"plugins.spfx.questions.spfxSolution.title": "SharePoint Çözümü",
|
|
86
86
|
"plugins.spfx.questions.spfxSolution.createNew": "Yeni SPFx Çözümü Oluştur",
|
|
87
87
|
"plugins.spfx.questions.spfxSolution.createNew.detail": "SPFx web bölümlerini kullanarak Teams Sekmesi uygulaması oluştur",
|
|
@@ -110,23 +110,23 @@
|
|
|
110
110
|
"plugins.spfx.error.import.retrieveSolutionInfo": "Mevcut SPFx çözüm bilgileri alınamıyor. SPFx çözümünüzün geçerli olduğundan emin olun.",
|
|
111
111
|
"plugins.spfx.error.import.copySPFxSolution": "Mevcut SPFx çözümü kopyalanamıyor: %s",
|
|
112
112
|
"plugins.spfx.error.import.updateSPFxTemplate": "Proje şablonları mevcut SPFx çözümüyle güncelleştirilemiyor: %s",
|
|
113
|
-
"plugins.spfx.error.import.common": "
|
|
113
|
+
"plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Microsoft 365 Agents Toolkit: %s",
|
|
114
114
|
"plugins.spfx.import.title": "SPFx çözümü içeri aktarılıyor",
|
|
115
115
|
"plugins.spfx.import.copyExistingSPFxSolution": "Mevcut SPFx çözümü kopyalanıyor...",
|
|
116
116
|
"plugins.spfx.import.generateSPFxTemplates": "Çözüm bilgilerine göre şablonlar oluşturuluyor...",
|
|
117
117
|
"plugins.spfx.import.updateTemplates": "Şablonlar güncelleştiriliyor...",
|
|
118
118
|
"plugins.spfx.import.success": "SPFx çözümünüz, %s öğesine başarıyla aktarıldı.",
|
|
119
|
-
"plugins.spfx.import.log.success": "
|
|
120
|
-
"plugins.spfx.import.log.fail": "
|
|
121
|
-
"plugins.spfx.addWebPart.confirmInstall": "
|
|
119
|
+
"plugins.spfx.import.log.success": "Microsoft 365 Agents Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
|
|
120
|
+
"plugins.spfx.import.log.fail": "Microsoft 365 Agents Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
|
|
121
|
+
"plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Microsoft 365 Agents Toolkit directory to continue adding web parts?",
|
|
122
122
|
"plugins.spfx.addWebPart.install": "Yükle",
|
|
123
|
-
"plugins.spfx.addWebPart.confirmUpgrade": "
|
|
123
|
+
"plugins.spfx.addWebPart.confirmUpgrade": "Microsoft 365 Agents Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Microsoft 365 Agents Toolkit directory and add web parts?",
|
|
124
124
|
"plugins.spfx.addWebPart.upgrade": "Yükselt",
|
|
125
|
-
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "
|
|
125
|
+
"plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Microsoft 365 Agents Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
|
|
126
126
|
"plugins.spfx.addWebPart.versionMismatch.help": "Yardım",
|
|
127
127
|
"plugins.spfx.addWebPart.versionMismatch.continue": "Devam",
|
|
128
|
-
"plugins.spfx.addWebPart.versionMismatch.output": "
|
|
129
|
-
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "
|
|
128
|
+
"plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Microsoft 365 Agents Toolkit directory, which is used as default (%s) by Microsoft 365 Agents Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
129
|
+
"plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Microsoft 365 Agents Toolkit directory, which is used as default in Microsoft 365 Agents Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
|
|
130
130
|
"plugins.spfx.addWebPart.cannotFindSolutionVersion": "%s içinde çözümde SPFx sürümü %s",
|
|
131
131
|
"plugins.spfx.error.installDependencyError": "Bu klasördeki SPFx ortamını ayarlamada sorun %s görünüyor. Genel %s SPFx %s ayarlarını yüklemek için bu ayarları izleyin.",
|
|
132
132
|
"plugins.frontend.checkNetworkTip": "Ağ bağlantınızı kontrol edin.",
|
|
@@ -136,9 +136,9 @@
|
|
|
136
136
|
"suggestions.retryTheCurrentStep": "Geçerli adımı yeniden deneyin.",
|
|
137
137
|
"plugins.appstudio.buildSucceedNotice": "Teams paketi [yerel adreste](%s) başarıyla oluşturuldu.",
|
|
138
138
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams paketi %s konumunda başarıyla oluşturuldu.",
|
|
139
|
-
"plugins.appstudio.createPackage.progressBar.message": "
|
|
139
|
+
"plugins.appstudio.createPackage.progressBar.message": "Building app package...",
|
|
140
140
|
"plugins.appstudio.createPackage.aiPlugin.invalidFilePropertyWarning": "İşlev static_template için %s dosya %s geçersiz bir dosya özelliği var. Silinecek ve yoksayılacak.",
|
|
141
|
-
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "
|
|
141
|
+
"plugins.appstudio.createPackage.aiPlugin.overrideWarning": "The static_template in %s for function %s has both file and other properties. The file content will replace all the properties.",
|
|
142
142
|
"plugins.appstudio.createPackage.aiPlugin.containsUnderscore": "Eklenti dosyası: %s - ad alanı alt çizgi içeriyor ve kaldırılacak.",
|
|
143
143
|
"plugins.appstudio.validationFailedNotice": "Bildirim Doğrulaması başarısız oldu!",
|
|
144
144
|
"plugins.appstudio.validateManifest.progressBar.message": "Bildirim doğrulanıyor...",
|
|
@@ -147,10 +147,10 @@
|
|
|
147
147
|
"plugins.appstudio.adminPortal": "Yönetici portalına git",
|
|
148
148
|
"plugins.appstudio.publishSucceedNotice.cli": "[%s], Yönetici Portal'da (%s). Onaydan sonra, uygulamanız kuruluşunuz için kullanılabilir olacak. Daha fazla bilgi için %s.",
|
|
149
149
|
"plugins.appstudio.updatePublihsedAppConfirm": "Yeni bir güncelleştirme göndermek istiyor musunuz?",
|
|
150
|
-
"plugins.appstudio.teamsAppCreatedNotice": "
|
|
151
|
-
"plugins.appstudio.teamsAppUpdatedLog": "
|
|
152
|
-
"plugins.appstudio.teamsAppUpdatedNotice": "
|
|
153
|
-
"plugins.appstudio.teamsAppUpdatedCLINotice": "
|
|
150
|
+
"plugins.appstudio.teamsAppCreatedNotice": "app %s created successfully",
|
|
151
|
+
"plugins.appstudio.teamsAppUpdatedLog": "app %s updated successfully",
|
|
152
|
+
"plugins.appstudio.teamsAppUpdatedNotice": "Your app manifest is deployed successfully. To see your app in Developer Portal, click \"View in Developer Portal\".",
|
|
153
|
+
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your app manifest is deployed successfully to ",
|
|
154
154
|
"plugins.appstudio.updateManifestTip": "Bildirim dosyası yapılandırmaları zaten değiştirilmiş. Bildirim dosyasını yeniden üretmek ve Teams platformuna güncelleştirmek istiyor musunuz?",
|
|
155
155
|
"plugins.appstudio.updateOverwriteTip": "Teams platformundaki bildirim dosyası, son güncelleştirme işleminizden sonra değiştirildi. Teams platformunda güncelleştirmek ve üzerine yazmak istiyor musunuz?",
|
|
156
156
|
"plugins.appstudio.pubWarn": "%s uygulaması zaten kiracı Uygulama Kataloğuna gönderildi.\nDurumu: %s\n",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"plugins.appstudio.previewAndUpdate": "Gözden geçir ve güncelleştir",
|
|
160
160
|
"plugins.appstudio.overwriteAndUpdate": "Üzerine yaz ve güncelleştir",
|
|
161
161
|
"plugins.appstudio.emptyAppPackage": "uygulama paketinde dosya %s.",
|
|
162
|
-
"plugins.appstudio.unprocessedFile": "
|
|
162
|
+
"plugins.appstudio.unprocessedFile": "Microsoft 365 Agents Toolkit did not process %s.",
|
|
163
163
|
"plugins.appstudio.viewDeveloperPortal": "Geliştirici Portalında Görüntüle",
|
|
164
164
|
"plugins.bot.questionHostTypeTrigger.title": "Tetikleyicileri seçin",
|
|
165
165
|
"plugins.bot.questionHostTypeTrigger.placeholder": "Tetikleyicileri seçin",
|
|
@@ -179,26 +179,26 @@
|
|
|
179
179
|
"plugins.bot.triggers.timer-functions.detail": "Azure İşlevleri'nde çalışan bir işlev, belirli bir zamanlamaya göre yanıt verebilir.",
|
|
180
180
|
"plugins.bot.triggers.timer-functions.label": "Süreölçer Tetikleyicisi",
|
|
181
181
|
"error.NoProjectOpenedError": "Şu anda açık proje yok. Yeni bir proje oluşturun veya mevcut bir projeyi açın.",
|
|
182
|
-
"error.UpgradeV3CanceledError": "
|
|
182
|
+
"error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Microsoft 365 Agents Toolkit",
|
|
183
183
|
"error.FailedToParseResourceIdError": "'%s' kaynak kimliğinden '%s' alınamıyor.",
|
|
184
184
|
"error.NoSubscriptionFound": "Abonelik bulunamıyor.",
|
|
185
185
|
"error.TrustCertificateCancelError": "Kullanıcı iptal edildi. Teams'in araç seti tarafından kullanılan otomatik olarak imzalanmış SSL sertifikasına güvenmesi için, sertifikayı sertifika depolama alanınıza ekleyin.",
|
|
186
186
|
"error.UnsupportedFileFormat": "Geçersiz dosya. Desteklenen biçim: \"%s\"",
|
|
187
|
-
"error.VideoFilterAppNotRemoteSupported": "
|
|
187
|
+
"error.VideoFilterAppNotRemoteSupported": "Microsoft 365 Agents Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
|
|
188
188
|
"error.appstudio.teamsAppRequiredPropertyMissing": "Gerekli özellik \"%s\" \"%s\"",
|
|
189
|
-
"error.appstudio.teamsAppCreateFailed": "
|
|
190
|
-
"error.appstudio.teamsAppUpdateFailed": "
|
|
189
|
+
"error.appstudio.teamsAppCreateFailed": "Unable to create app in Developer Portal due to %s",
|
|
190
|
+
"error.appstudio.teamsAppUpdateFailed": "Unable to update app with ID %s in Developer Portal due to %s",
|
|
191
191
|
"error.appstudio.apiFailed": "Geliştirici Portalı için API çağrısı yapılamıyor. Ayrıntılar için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
|
|
192
192
|
"error.appstudio.apiFailed.telemetry": "Geliştirici Portalı için API çağrısı %s, %s, API adı: %s, X-Correlation-ID: %s.",
|
|
193
193
|
"error.appstudio.apiFailed.reason.common": "Bunun nedeni geçici bir hizmet hatası olabilir. Birkaç dakika sonra yeniden deneyin.",
|
|
194
194
|
"error.appstudio.apiFailed.name.common": "API başarısız oldu",
|
|
195
195
|
"error.appstudio.authServiceApiFailed": "Geliştirici Portalı: %s, %s, İstek yolu: %s",
|
|
196
|
-
"error.appstudio.publishFailed": "
|
|
196
|
+
"error.appstudio.publishFailed": "Unable to publish app with ID %s.",
|
|
197
197
|
"error.appstudio.buildError": "Teams Paketi oluşturulamıyor!",
|
|
198
198
|
"error.appstudio.checkPermissionFailed": "İzin denetlenemiyor. Neden: %s",
|
|
199
199
|
"error.appstudio.grantPermissionFailed": "İzin verilemedi. Neden: %s",
|
|
200
200
|
"error.appstudio.listCollaboratorFailed": "Ortak çalışanlar listelenemedi. Neden: %s",
|
|
201
|
-
"error.appstudio.updateManifestInvalidApp": "
|
|
201
|
+
"error.appstudio.updateManifestInvalidApp": "Unable to find app with ID %s. Run debug or provision before updating manifest to Teams platform.",
|
|
202
202
|
"error.appstudio.invalidCapability": "Geçersiz özellik: %s",
|
|
203
203
|
"error.appstudio.capabilityExceedLimit": "Sınıra %s özellik eklenemiyor.",
|
|
204
204
|
"error.appstudio.staticTabNotExist": "Varlık kimliğine sahip statik %s bulunamadı olduğundan, bu sekmeyi güncelleştiremiyoruz.",
|
|
@@ -207,12 +207,12 @@
|
|
|
207
207
|
"error.appstudio.validateFetchSchemaFailed": "%s konumundan şema alınamıyor, ileti: %s",
|
|
208
208
|
"error.appstudio.validateSchemaNotDefined": "Bildirim şeması tanımlanmadı",
|
|
209
209
|
"error.appstudio.syncManifestInvalidInput": "Giriş geçersiz. Proje yolu ve env boş olmamalıdır.",
|
|
210
|
-
"error.appstudio.syncManifestNoTeamsAppId": "
|
|
211
|
-
"error.appstudio.syncManifestNoManifest": "
|
|
212
|
-
"error.appstudio.publishInDevPortalSuggestionForValidationError": "
|
|
213
|
-
"error.appstudio.teamsAppCreateConflict": "
|
|
214
|
-
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "
|
|
215
|
-
"error.appstudio.teamsAppPublishConflict": "
|
|
210
|
+
"error.appstudio.syncManifestNoTeamsAppId": "Unable to load app ID from the env file.",
|
|
211
|
+
"error.appstudio.syncManifestNoManifest": "Manifest downloaded from Developer Portal is empty",
|
|
212
|
+
"error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip app package\" and try again.",
|
|
213
|
+
"error.appstudio.teamsAppCreateConflict": "Unable to create app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
|
|
214
|
+
"error.appstudio.teamsAppCreateConflictWithPublishedApp": "app with the same ID already exists in your organization's app store. Update the app and try again.",
|
|
215
|
+
"error.appstudio.teamsAppPublishConflict": "Unable to publish app because app with this ID already exists in staged apps. Update the app ID and try again.",
|
|
216
216
|
"error.appstudio.NotAllowedToAcquireBotFrameworkToken": "Bu hesap bir botframework belirteci alamiyor.",
|
|
217
217
|
"error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework sağlama, bot kaydı oluşturmaya çalışırken yasak sonucu döndürür.",
|
|
218
218
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework sağlama, bot kaydı oluşturmaya çalışırken çakışma sonucunu döndürür.",
|
|
@@ -235,11 +235,19 @@
|
|
|
235
235
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" eklentide kullanılmıyor.",
|
|
236
236
|
"error.apime.noExtraAPICanBeAdded": "En fazla 5 gerekli parametreye sahip ve kimlik doğrulaması yapılmadan yalnızca GET ve POST yöntemleri destekleniyor olduğundan API eklenemiyor. Ayrıca, bildirimde tanımlanan yöntemler listelenmez.",
|
|
237
237
|
"error.copilot.noExtraAPICanBeAdded": "Kimlik doğrulaması desteklenmediğinden API eklenemiyor. Ayrıca, geçerli OpenAPI açıklama belgesinde tanımlanan yöntemler listelenmez.",
|
|
238
|
-
"error.m365.NotExtendedToM365Error": "
|
|
238
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
239
|
+
"error.share.yamlConfigNotFound": "Unable to find the \"share\" config in the m365agents.yml",
|
|
240
|
+
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
241
|
+
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
242
|
+
"error.share.manifestFileNotFound": "Unable to find the manifest file in the app package",
|
|
243
|
+
"error.share.manifestIdNotFound": "Unable to find the manifest ID in the app package",
|
|
244
|
+
"error.share.sharedConfigNotFound": "Unable to find the \"titleId\" or \"appId\" config in the m365agents.yml",
|
|
245
|
+
"error.share.sharedIdNotFound": "Unable to get shared title id or shared app id in the .env file. Shared title id: %s, shared app id: %s. You need to share the app first.",
|
|
246
|
+
"error.share.appPackageNotFound": "Unable to find the zip package in path: %s. You need to zip the package first.",
|
|
239
247
|
"core.QuestionAppName.validation.pattern": "Uygulama adının harfle başlaması, en az iki harf veya rakam içermesi ve belirli özel karakterleri dışlaması gerekir.",
|
|
240
248
|
"core.QuestionAppName.validation.maxlength": "Uygulama adı 30 karakterden uzun.",
|
|
241
249
|
"core.QuestionAppName.validation.pathExist": "Yol mevcut: %s. Farklı bir uygulama adı seçin.",
|
|
242
|
-
"core.QuestionAppName.validation.lengthWarning": "
|
|
250
|
+
"core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Microsoft 365 Agents Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
|
|
243
251
|
"core.ProgrammingLanguageQuestion.title": "Programlama Dili",
|
|
244
252
|
"core.ProgrammingLanguageQuestion.placeholder": "Programlama dili seçin",
|
|
245
253
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx şu anda yalnızca TypeScript'i destekliyor.",
|
|
@@ -278,7 +286,7 @@
|
|
|
278
286
|
"core.copilotPlugin.api.apiKeyWithHeaderOrQuery": "API Anahtarı kimlik doğrulaması (Üst bilgide veya sorguda)",
|
|
279
287
|
"core.copilotPlugin.api.oauth": "OAuth (Yetkilendirme kodu akışı)",
|
|
280
288
|
"core.copilotPlugin.api.notSupportedAuth": "Desteklenmeyen Yetkilendirme türü",
|
|
281
|
-
"core.copilotPlugin.validate.apiSpec.summary": "
|
|
289
|
+
"core.copilotPlugin.validate.apiSpec.summary": "Microsoft 365 Agents Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
282
290
|
"core.copilotPlugin.validate.summary.validate.failed": "%s başarısız oldu",
|
|
283
291
|
"core.copilotPlugin.validate.summary.validate.warning": "%s uyarısı",
|
|
284
292
|
"core.copilotPlugin.list.unsupportedBecause": "şu nedenden desteklenmiyor:",
|
|
@@ -295,8 +303,6 @@
|
|
|
295
303
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Risk Azaltma: \"%s\" gerekli değilse komut dosyası parametresini \"%s\" içinde \"%s\". Parametre adı, parametrede tanımlananla \"%s\".",
|
|
296
304
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "İşlevin açıklaması \"%s\" eksik.",
|
|
297
305
|
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Risk Azaltma: Güncelleştirmede \"%s\" güncelleştirme \"%s\"",
|
|
298
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "İşlevin açıklaması\"%s\" uzunluk gereksinimini %s karakter olacak şekilde kısaltıldı.",
|
|
299
|
-
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Risk Azaltma: Copilot'\"%s\" tetikleyebilmeniz \"%s\" için açıklamayı güncelleştirme.",
|
|
300
306
|
"core.copilotPlugin.scaffold.summary.warning.generate.ac.failed": "API hizmeti için uyarlamalı kart oluşturulamadı'%s': %s. Risk Azaltma: Gerekli değil, ancak bunu adaptiveCards klasörüne el ile ekebilirsiniz.",
|
|
301
307
|
"core.createCapabilityQuestion.titleNew": "Özellikler",
|
|
302
308
|
"core.createCapabilityQuestion.placeholder": "Özellik seçin",
|
|
@@ -324,7 +330,7 @@
|
|
|
324
330
|
"core.createProjectQuestion.projectType.customCopilot.title": "Teams AI Kitaplığını Kullanan Uygulama Özellikleri",
|
|
325
331
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Bir seçenek belirleyin",
|
|
326
332
|
"core.createProjectQuestion.projectType.copilotHelp.label": "Nasıl başlatılsın bilmiyor musunuz? Sohbet GitHub Copilot Kullan",
|
|
327
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "
|
|
333
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
|
|
328
334
|
"core.createProjectQuestion.projectType.copilotGroup.title": "GitHub Copilot",
|
|
329
335
|
"core.createProjectQuestion.projectType.createGroup.aiAgent": "AI Aracısı",
|
|
330
336
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Microsoft 365 için uygulamalar",
|
|
@@ -338,11 +344,11 @@
|
|
|
338
344
|
"core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Azure İşlevleri'nden yeni bir API ile mesaj uzantısı oluşturun",
|
|
339
345
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "OpenAPI Açıklama Belgesi ile başla",
|
|
340
346
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Mevcut API'niz için bir eylem oluşturun",
|
|
341
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "
|
|
342
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "
|
|
343
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "
|
|
344
|
-
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "
|
|
345
|
-
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "
|
|
347
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromLocation.label": "OpenAPI Açıklama Belgesi Konumunu Girin veya Dosyayı Açın...",
|
|
348
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecFromSearch.label": "OpenAPI Açıklama Belgesini Arayın...",
|
|
349
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.label": "OpenAPI Açıklama Belgesini Arayın",
|
|
350
|
+
"core.createProjectQuestion.capability.searchOpenAPISpecQueryQuestion.placeholder": "OpenAPI açıklama belgesinde arama yapmak için metin girin",
|
|
351
|
+
"core.createProjectQuestion.capability.selectOpenAPISpecQuestion.label": "OpenAPI Açıklama Belgesini Seçin",
|
|
346
352
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Mevcut API'nizden mesaj uzantısı oluşturun",
|
|
347
353
|
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Temel Yapay Zeka Chatbot",
|
|
348
354
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Teams'de temel bir yapay zeka sohbet botu oluşturma",
|
|
@@ -366,6 +372,8 @@
|
|
|
366
372
|
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "OpenAI Yardımcıları API'si ve Teams AI Kitaplığı ile bir yapay zeka aracısı oluşturun",
|
|
367
373
|
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Aracısı",
|
|
368
374
|
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Yapay zeka görevlerinizi nasıl yönetmek istediğinizi seçin",
|
|
375
|
+
"core.createProjectQuestion.capability.customCopilotWeatherOption.label": "Weather Agent",
|
|
376
|
+
"core.createProjectQuestion.capability.customCopilotWeatherOption.detail": "A weather forecast agent, which is built with Microsoft 365 Agents SDK and Semantic Kernel",
|
|
369
377
|
"core.createProjectQuestion.capability.customEngineAgent.description": "Teams ve Microsoft 365 Copilot'ta çalışır",
|
|
370
378
|
"core.createProjectQuestion.capability.knowledgeWebSearch.label": "Web Araması",
|
|
371
379
|
"core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Web'de topraklama bilgilerini arayın.",
|
|
@@ -399,10 +407,10 @@
|
|
|
399
407
|
"core.createProjectQuestion.apiSpec.placeholder": "OpenAPI Açıklama Belgesi URL'sini girin",
|
|
400
408
|
"core.createProjectQuestion.apiSpecInputUrl.label": "OpenAPI Açıklama Belgesi Konumunu Girin",
|
|
401
409
|
"core.createProjectQuestion.ApiKey": "OpenAPI Açıklama Belgesine API Anahtarı girin",
|
|
402
|
-
"core.createProjectQuestion.ApiKeyConfirm": "
|
|
410
|
+
"core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
|
|
403
411
|
"core.createProjectQuestion.OauthClientId": "OpenAPI Açıklama Belgesi'ne OAuth kaydı için istemci kimliğini girin",
|
|
404
412
|
"core.createProjectQuestion.OauthClientSecret": "OpenAPI Açıklama Belgesi'ne OAuth kaydı için istemci gizli dizisini girin",
|
|
405
|
-
"core.createProjectQuestion.OauthClientSecretConfirm": "
|
|
413
|
+
"core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
|
|
406
414
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Kimlik Doğrulaması Türü",
|
|
407
415
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Kimlik doğrulaması türü seçin",
|
|
408
416
|
"core.createProjectQuestion.invalidApiKey.message": "Geçersiz istemci gizli dizisi. 10 ila 512 karakter uzunluğunda olmalıdır.",
|
|
@@ -420,7 +428,7 @@
|
|
|
420
428
|
"core.createProjectQuestion.meArchitecture.title": "Arama Tabanlı İleti Uzantısı Mimarisi",
|
|
421
429
|
"core.createProjectQuestion.declarativeCopilot.title": "Bildirim Aracısını Oluştur",
|
|
422
430
|
"core.createProjectQuestion.declarativeCopilot.placeholder": "Bildirim aracınıza bir eylem ekleyin",
|
|
423
|
-
"core.createProjectQuestion.createApiPlugin.title": "
|
|
431
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create an Action",
|
|
424
432
|
"core.createProjectQuestion.addApiPlugin.title": "Eylem Ekle",
|
|
425
433
|
"core.createProjectQuestion.addApiPlugin.placeholder": "Eylem ekleme hakkında bilgi seçin",
|
|
426
434
|
"core.createProjectQuestion.noPlugin.label": "Eylem Yok",
|
|
@@ -464,12 +472,12 @@
|
|
|
464
472
|
"core.question.appName.title": "Uygulama Adı",
|
|
465
473
|
"core.question.appName.placeholder": "Uygulama adı girin",
|
|
466
474
|
"core.ScratchOptionYes.label": "Yeni uygulama oluşturun",
|
|
467
|
-
"core.ScratchOptionYes.detail": "
|
|
475
|
+
"core.ScratchOptionYes.detail": "Use the Microsoft 365 Agents Toolkit to create a new app.",
|
|
468
476
|
"core.ScratchOptionNo.label": "Örnek bir uygulamayla başlayın",
|
|
469
477
|
"core.ScratchOptionNo.detail": "Yeni uygulamanızı mevcut bir örnekle başlayın.",
|
|
470
478
|
"core.RuntimeOptionNodeJS.detail": "Hızlı bir JavaScript sunucusu çalışma zamanı",
|
|
471
479
|
"core.RuntimeOptionDotNet.detail": "Ücretsiz. Platformlar arası. Açık Kaynak.",
|
|
472
|
-
"core.getRuntimeQuestion.title": "
|
|
480
|
+
"core.getRuntimeQuestion.title": "Microsoft 365 Agents Toolkit: select runtime for your app",
|
|
473
481
|
"core.getCreateNewOrFromSampleQuestion.placeholder": "Bir seçenek belirleyin",
|
|
474
482
|
"core.getRuntimeQuestion.placeholder": "Çalışma zamanı seçin",
|
|
475
483
|
"core.SampleSelect.title": "Bir örnekle başlayın",
|
|
@@ -481,6 +489,7 @@
|
|
|
481
489
|
"core.addKnowledge.success.vsc": "Özellik kaynağı projeye başarıyla eklendi.",
|
|
482
490
|
"core.addKnowledge.success": "Özellik kaynağı projeye başarıyla eklendi. \"%s\" içinde aracı bildirimini görüntüle.",
|
|
483
491
|
"core.addKnowledge.success.viewAgentManifest": "Aracı bildirimini görüntüle",
|
|
492
|
+
"core.addUserQuestion.validation": "Invalid email address",
|
|
484
493
|
"core.scaffold.warning.summary": "Şu sorunlar algılandı:\n%s",
|
|
485
494
|
"core.addPlugin.warning.manifestVariables": "Eklenen \"%s\" bildiriminde ortam değişkenleri bulunamadı. Değerlerin .env dosyası veya sistem ortam değişkensinde ayarlandığından emin olun.",
|
|
486
495
|
"core.addPlugin.warning.apiSpecVariables": "Eklenen \"%s\" API belirtimsinde ortam değişkenleri bulunamadı. Değerlerin .env dosyası veya sistem ortam değişkensinde ayarlandığından emin olun.",
|
|
@@ -505,13 +514,13 @@
|
|
|
505
514
|
"core.selectTeamsAppManifestQuestion.title": "Teams manifest.json Dosyası seçin",
|
|
506
515
|
"core.selectDeclarativeAgentManifestQuestion.title": "declarativeAgent.json dosyasını seçin",
|
|
507
516
|
"core.selectSensitivityLabelQuestion.title": "Duyarlılık etiketini seçin",
|
|
508
|
-
"core.selectTeamsAppPackageQuestion.title": "
|
|
517
|
+
"core.selectTeamsAppPackageQuestion.title": "Select app package File",
|
|
509
518
|
"core.selectLocalTeamsAppManifestQuestion.title": "Yerel Teams manifest.json dosyasını seçin",
|
|
510
519
|
"core.selectCollaborationAppTypeQuestion.title": "Ortak çalışanları yönetmek istediğiniz uygulamayı seçin",
|
|
511
520
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Bir doğrulama yöntemi seç",
|
|
512
|
-
"core.selectValidateMethodQuestion.validate.schemaOption": "
|
|
521
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate app manifest schema",
|
|
513
522
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Teams mağazası kurallarını kullanarak uygulama paketini doğrulayın",
|
|
514
|
-
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "
|
|
523
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app before publishing app to Teams store",
|
|
515
524
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "Yayımlamadan önce tüm tümleştirme testi çalışmalarını doğrula",
|
|
516
525
|
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Hazır olma durumunu sağlamak için kapsamlı testler",
|
|
517
526
|
"core.GCSelectQuestion.title": "Grafik Bağlayıcı İçeriği",
|
|
@@ -525,8 +534,16 @@
|
|
|
525
534
|
"core.GCListQuestion.invalidMessage": "%s API'leri seçildi. En az bir API seçmeniz gerekiyor.",
|
|
526
535
|
"core.GCNameQuestion.title": "Bağlayıcı adı ekle",
|
|
527
536
|
"core.GCNameQuestion.placeholder": "Grafik Bağlayıcısı için bir ad oluşturun",
|
|
537
|
+
"core.GCConnectionIdQuestion.title": "Add a connection ID",
|
|
538
|
+
"core.GCConnectionIdQuestion.placeholder": "Add a connection ID for Graph Connector",
|
|
539
|
+
"core.GCConnectionIdQuestion.validation.pattern": "Connector ID must contain only alphanumeric characters.",
|
|
540
|
+
"core.GCConnectionIdQuestion.validation.specialBeginner": "Connection ID should not begin with %s.",
|
|
541
|
+
"core.GCConnectionIdQuestion.validation.minlength": "Connection ID is shorter than the 3 characters.",
|
|
542
|
+
"core.GCConnectionIdQuestion.validation.maxlength": "Connection ID is longer than the 32 characters.",
|
|
528
543
|
"core.GCList.insufficientPermission": "Grafik bağlayıcılarını listelemek için kuruluşunuzun Microsoft 365 kiracı yöneticisi izinlerine sahip olmanız gerekir.",
|
|
529
544
|
"core.confirmManifestQuestion.placeholder": "Doğru bildirim dosyasını seçtiğinizi onaylayın",
|
|
545
|
+
"core.createProjectQuestion.addGC.label": "Add a Graph Connector",
|
|
546
|
+
"core.createProjectQuestion.addGC.detail": "Create a declarative agent with a Graph Connector",
|
|
530
547
|
"core.aadAppQuestion.label": "Microsoft Entra uygulaması",
|
|
531
548
|
"core.aadAppQuestion.description": "Microsoft Entra uygulamanız Çoklu Oturum Açma",
|
|
532
549
|
"core.convertAadToNewSchema.continue": "Devam et",
|
|
@@ -535,8 +552,8 @@
|
|
|
535
552
|
"core.convertAadToNewSchema.alreadyNewSchema": "Microsoft Entra uygulama bildirim dosyası zaten yeni şemada.",
|
|
536
553
|
"core.convertAadToNewSchema.outdate": "Uygulama Microsoft Entra bildiriminiz güncel değil. Güncelleştirmek için yükselt düğmesine tıklayın.",
|
|
537
554
|
"core.convertAadToNewSchema.upgrade": "Yükselt",
|
|
538
|
-
"core.teamsAppQuestion.label": "
|
|
539
|
-
"core.teamsAppQuestion.description": "
|
|
555
|
+
"core.teamsAppQuestion.label": "app",
|
|
556
|
+
"core.teamsAppQuestion.description": "Your app",
|
|
540
557
|
"core.M365SsoLaunchPageOptionItem.label": "Fluent UI’ya sahip React",
|
|
541
558
|
"core.M365SsoLaunchPageOptionItem.detail": "Teams'in görünüm ve hissini edinmek için Fluent UI React bileşenleri kullanan bir web uygulaması",
|
|
542
559
|
"core.M365SearchAppOptionItem.label": "Özel Arama Sonuçları",
|
|
@@ -545,16 +562,16 @@
|
|
|
545
562
|
"core.M365HostQuestion.title": "Platform",
|
|
546
563
|
"core.M365HostQuestion.placeholder": "Uygulamayı önizlemek için bir platform seçin",
|
|
547
564
|
"core.options.separator.additional": "Ek özellikler",
|
|
548
|
-
"core.common.LifecycleComplete.prepareTeamsApp": "
|
|
565
|
+
"core.common.LifecycleComplete.prepareTeamsApp": "app prepared successfully.",
|
|
549
566
|
"core.common.LifecycleComplete.provision": "%saşamasında %s /%s eylemleri başarıyla yürütüldü.",
|
|
550
567
|
"core.common.LifecycleComplete.deploy": "%saşamasında %s /%s eylemleri başarıyla yürütüldü.",
|
|
551
568
|
"core.common.LifecycleComplete.publish": "%saşamasında %s /%s eylemi başarıyla yürütüldü.",
|
|
552
569
|
"core.common.LifecycleComplete.share": "Paylaşım aşamasındaki %s/%s eylemleri başarıyla yürütüldü.",
|
|
553
570
|
"core.common.TeamsMobileDesktopClientName": "Teams masaüstü, mobil istemci kimliği",
|
|
554
571
|
"core.common.TeamsWebClientName": "Teams web istemcisi kimliği",
|
|
555
|
-
"core.common.OfficeDesktopClientName": "
|
|
556
|
-
"core.common.OfficeWebClientName1": "
|
|
557
|
-
"core.common.OfficeWebClientName2": "
|
|
572
|
+
"core.common.OfficeDesktopClientName": "The app for desktop client id",
|
|
573
|
+
"core.common.OfficeWebClientName1": "The app client id 1",
|
|
574
|
+
"core.common.OfficeWebClientName2": "The app client id 2",
|
|
558
575
|
"core.common.OutlookDesktopClientName": "Outlook masaüstü istemci kimliği",
|
|
559
576
|
"core.common.OutlookWebClientName1": "Outlook web erişimi istemci kimliği 1",
|
|
560
577
|
"core.common.OutlookWebClientName2": "Outlook web erişimi istemci kimliği 2",
|
|
@@ -586,6 +603,8 @@
|
|
|
586
603
|
"core.common.ErrorFetchApiSpec": "OpenAPI açıklama belgenize kimlik doğrulaması olmadan erişilemedi, aksi takdirde yerel bir kopyadan indirip başlatılacak.",
|
|
587
604
|
"core.common.SendingApiRequest": "API isteği gönderiliyor: %s. İstek gövdesi: %s",
|
|
588
605
|
"core.common.ReceiveApiResponse": "API yanıtı alındı: %s.",
|
|
606
|
+
"core.common.shareToUser.success": "Successfully shared the app with users: %s.",
|
|
607
|
+
"core.common.removeShareAccess.success": "Shared app access removed for the users: %s.",
|
|
589
608
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" geçersiz bir dosya. Desteklenen biçim: %s.",
|
|
590
609
|
"core.envFunc.unsupportedFile.errorMessage": "Geçersiz dosya. %s",
|
|
591
610
|
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" geçersiz bir işlev. Desteklenen işlev: \"%s\".",
|
|
@@ -631,19 +650,24 @@
|
|
|
631
650
|
"core.uninstallQuestion.titleId": "Başlık Kimliği",
|
|
632
651
|
"core.uninstallQuestion.chooseMode": "Kaynakları temizlemenin bir yolu seçin",
|
|
633
652
|
"core.uninstallQuestion.manifestIdMode": "Bildirim Kimliği",
|
|
634
|
-
"core.uninstallQuestion.manifestIdMode.detail": "
|
|
635
|
-
"core.uninstallQuestion.envMode": "
|
|
636
|
-
"core.uninstallQuestion.envMode.detail": "
|
|
653
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Microsoft 365 Agents Toolkit.",
|
|
654
|
+
"core.uninstallQuestion.envMode": "Environment in Microsoft 365 Agents Toolkit Created Project",
|
|
655
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Microsoft 365 Agents Toolkit created project. Resources include app registration in Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in apps.",
|
|
637
656
|
"core.uninstallQuestion.titleIdMode": "Başlık Kimliği",
|
|
638
|
-
"core.uninstallQuestion.titleIdMode.detail": "
|
|
657
|
+
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Microsoft 365 Agents Toolkit created project.",
|
|
639
658
|
"core.uninstallQuestion.chooseOption": "Kaldırılacak kaynakları seçin",
|
|
640
659
|
"core.uninstallQuestion.m365Option": "Microsoft 365 Uygulaması",
|
|
641
660
|
"core.uninstallQuestion.tdpOption": "Uygulama kaydı",
|
|
642
661
|
"core.uninstallQuestion.botOption": "Bot çerçevesi kaydı",
|
|
643
662
|
"core.uninstallQuestion.projectPath": "Proje yolu",
|
|
663
|
+
"core.shareOptionQuestion.share": "Share the app",
|
|
664
|
+
"core.shareOptionQuestion.shareToUser": "Share with user(s)",
|
|
665
|
+
"core.shareOptionQuestion.placeholder": "Select an option",
|
|
666
|
+
"core.shareToUser.title": "Enter user emails (separated by commas)",
|
|
667
|
+
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
644
668
|
"core.syncManifest.projectPath": "Proje yolu",
|
|
645
|
-
"core.syncManifest.env": "
|
|
646
|
-
"core.syncManifest.teamsAppId": "
|
|
669
|
+
"core.syncManifest.env": "Target Microsoft 365 Agents Toolkit Environment",
|
|
670
|
+
"core.syncManifest.teamsAppId": "App ID (optional)",
|
|
647
671
|
"core.syncManifest.addWarning": "Bildirim şablonuna yeni özellikler eklendi. Yerel bildirimi el ile güncelleştirin. Fark Yolu: %s. Yeni Değer %s.",
|
|
648
672
|
"core.syncManifest.deleteWarning": "Bildirim şablonundan bir şey silindi. Yerel bildirimi el ile güncelleştirin. Fark Yolu: %s. Eski Değer: %s.",
|
|
649
673
|
"core.syncManifest.editKeyConflict": "Yeni bildirimdeki yer tutucu değişkende çakışma. Yerel bildirimi el ile güncelleştirin. Değişken adı: %s, değer 1: %s, değer 2: %s.",
|
|
@@ -654,6 +678,7 @@
|
|
|
654
678
|
"core.syncManifest.noDiff": "Bildirim dosyanız zaten güncel. Eşitleme tamamlandı.",
|
|
655
679
|
"core.syncManifest.saveManifestSuccess": "Bildirim dosyası başarıyla %s kaydedildi.",
|
|
656
680
|
"core.listSensitivityLabel.notLogin": "Duyarlılık etiketleri alınamıyor. Lütfen daha sonra Microsoft 365 hesabınızda oturum açın.",
|
|
681
|
+
"core.selectUsersToRemoveShareAccess.title": "Select users to remove access",
|
|
657
682
|
"ui.select.LoadingOptionsPlaceholder": "Seçenekler yükleniyor...",
|
|
658
683
|
"ui.select.LoadingDefaultPlaceholder": "Varsayılan değer yükleniyor ...",
|
|
659
684
|
"error.aad.manifest.NameIsMissing": "ad eksik\n",
|
|
@@ -668,7 +693,7 @@
|
|
|
668
693
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion 1\n",
|
|
669
694
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims eksik\n",
|
|
670
695
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims erişim belirteci idtyp talebini içermiyor\n",
|
|
671
|
-
"error.aad.manifest.AADManifestIssues": "Microsoft Entra
|
|
696
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the app:\n",
|
|
672
697
|
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Etkin bir izin güncelleştirilemiyor veya silinemiyor. Bunun nedeni seçili ACCESS_AS_USER_PERMISSION_ID ortam değişkeninin değiştirilmesi olabilir. İzin kimliklerinizi uygulamanın gerçek kimliğiyle eş Microsoft Entra ve yeniden deneyin.",
|
|
673
698
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Değer doğrulanmış etki alanında olmadığından identifierUri ayarlanamıyor: %s",
|
|
674
699
|
"error.aad.manifest.UnknownResourceAppId": "Bilinmeyen resourceAppId %s",
|
|
@@ -693,7 +718,7 @@
|
|
|
693
718
|
"depChecker.needInstallNpm": "Yerel işlevlerinizin hatalarının ayıklanması için NPM’nin yüklü olması gerekir.",
|
|
694
719
|
"depChecker.failToValidateFuncCoreTool": "Yüklemeden sonra Azure Functions Core Tools doğrulanamıyor.",
|
|
695
720
|
"depChecker.symlinkDirAlreadyExist": "Symlink (%s) hedef zaten var, kaldırın ve yeniden deneyin.",
|
|
696
|
-
"depChecker.portableFuncNodeNotMatched": "Node.js
|
|
721
|
+
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Microsoft 365 Agents Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
697
722
|
"depChecker.invalidFuncVersion": "Sürüm %s biçimi geçersiz.",
|
|
698
723
|
"depChecker.noSentinelFile": "Azure Functions Core Tools yüklemesi başarısız oldu.",
|
|
699
724
|
"depChecker.funcVersionNotMatch": "Azure Functions Core Tools (%s) sürümü belirtilen sürüm aralığıyla (%s) uyumlu değil.",
|
|
@@ -710,8 +735,8 @@
|
|
|
710
735
|
"depChecker.failToDownloadFromUrl": "'@Url' konumundan dosya indirilemiyor, HTTP durumu: '@Status'.",
|
|
711
736
|
"depChecker.failToValidateVxTestAppInstallOptions": "Video genişletilebilirliği test uygulaması önkoşul denetleyicisi için geçersiz bağımsız değişken. Lütfen tüm tasks.json doğru biçimlendirilip geçerli olduğundan emin olmak için bu dosyayı gözden geçirin.",
|
|
712
737
|
"depChecker.failToValidateVxTestApp": "Yüklemeden sonra video genişletilebilirlik testi uygulaması doğrulanamıyor.",
|
|
713
|
-
"depChecker.testToolVersionNotMatch": "
|
|
714
|
-
"depChecker.failedToValidateTestTool": "
|
|
738
|
+
"depChecker.testToolVersionNotMatch": "The version of Microsoft 365 Agents Playground (%s) is not compatible with the specified version range (%s).",
|
|
739
|
+
"depChecker.failedToValidateTestTool": "Unable to validate Microsoft 365 Agents Playground after installation. %s",
|
|
715
740
|
"error.driver.outputEnvironmentVariableUndefined": "Çıkış ortamı değişken adları tanımlanmadı.",
|
|
716
741
|
"driver.aadApp.description.create": "Kullanıcıların kimliğini doğrulamak Microsoft Entra bir uygulama oluşturun",
|
|
717
742
|
"driver.aadApp.description.update": "Microsoft Entra uygulama bildirimini mevcut bir uygulamaya uygulayın",
|
|
@@ -735,7 +760,7 @@
|
|
|
735
760
|
"driver.aadApp.log.skipGenerateClientSecret": "%s ortam değişkeni zaten mevcut, Microsoft Entra uygulama istemci gizli dizisi oluşturma adımı atlanıyor.",
|
|
736
761
|
"driver.aadApp.log.outputAadAppManifest": "Microsoft Entra uygulama bildirimi derleme tamamlandı, uygulama bildirimi içeriği %s hedefine yazıldı",
|
|
737
762
|
"driver.aadApp.log.successUpdateAadAppManifest": "%s nesne kimlikli Microsoft Entra uygulamasına %s bildirimi uygulandı",
|
|
738
|
-
"driver.aadApp.log.deleteAadAfterDebugging": "(
|
|
763
|
+
"driver.aadApp.log.deleteAadAfterDebugging": " (Microsoft 365 Agents Toolkit will delete the Microsoft Entra application after debugging)",
|
|
739
764
|
"driver.aadApp.log.insufficientPermission": "Microsoft Entra uygulamasını oluşturmak veya güncelleştirmek için izniniz yok. Lütfen yöneticinizle iletişim kurun veya mevcut bir Microsoft Entra uygulamasının istemci kimliğiyle gizli dizisini girmek için Devam'a tıklayın.",
|
|
740
765
|
"driver.aadApp.question.id.title": "Microsoft Entra Uygulama Kimliği",
|
|
741
766
|
"driver.aadApp.question.id.validation": "Microsoft Entra uygulama kimliği boş olamaz.",
|
|
@@ -768,14 +793,14 @@
|
|
|
768
793
|
"driver.spfx.info.tenantAppCatalogCreated": "%s SharePoint kiracı uygulama kataloğu oluşturuldu. Etkinleştirilmesi için lütfen birkaç dakika bekleyin.",
|
|
769
794
|
"driver.spfx.warn.noTenantAppCatalogFound": "Kiracı uygulama kataloğu bulunamadı, yeniden deneyin: %s",
|
|
770
795
|
"driver.spfx.error.failedToGetAppCatalog": "Oluşturulduktan sonra uygulama kataloğu site URL'si alınamıyor. Birkaç dakika bekleyin ve yeniden deneyin.",
|
|
771
|
-
"driver.spfx.error.noValidAppCatelog": "
|
|
796
|
+
"driver.spfx.error.noValidAppCatelog": "There is no valid app catalog in your tenant. You can update the property 'createAppCatalogIfNotExist' in %s to true if you want Microsoft 365 Agents Toolkit to create it for you or you can create it by yourself.",
|
|
772
797
|
"driver.spfx.add.description": "SPFx projesine ek web bölümü ekleyin",
|
|
773
798
|
"driver.spfx.add.successNotice": "%s web bölümü projeye başarıyla eklendi.",
|
|
774
799
|
"driver.spfx.add.progress.title": "Web bölümü yapı iskelesi oluşturuluyor",
|
|
775
800
|
"driver.spfx.add.progress.scaffoldWebpart": "Yeoman CLI kullanarak SPFx web bölümü oluşturun",
|
|
776
801
|
"driver.prerequisite.error.funcInstallationError": "Azure Functions Core Tools denetlenemiyor ve yüklenemiyor.",
|
|
777
802
|
"driver.prerequisite.error.dotnetInstallationError": ".NET Core SDK denetlenemiyor ve yüklenemiyor.",
|
|
778
|
-
"driver.prerequisite.error.testToolInstallationError": "
|
|
803
|
+
"driver.prerequisite.error.testToolInstallationError": "Unable to check and install Microsoft 365 Agents Playground.",
|
|
779
804
|
"driver.prerequisite.description": "Bağımlılıklar yükleniyor.",
|
|
780
805
|
"driver.prerequisite.progressBar": "Geliştirme araçları denetlenip yükleniyor.",
|
|
781
806
|
"driver.prerequisite.summary.devCert.trusted.succuss": "localhost için geliştirme sertifikası yüklü.",
|
|
@@ -785,8 +810,8 @@
|
|
|
785
810
|
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools yüklü.",
|
|
786
811
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK, %s konumunda yüklü.",
|
|
787
812
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK yüklü.",
|
|
788
|
-
"driver.prerequisite.summary.testTool.installedWithPath": "
|
|
789
|
-
"driver.prerequisite.summary.testTool.installed": "
|
|
813
|
+
"driver.prerequisite.summary.testTool.installedWithPath": "Microsoft 365 Agents Playground is installed at %s.",
|
|
814
|
+
"driver.prerequisite.summary.testTool.installed": "Microsoft 365 Agents Playground is installed.",
|
|
790
815
|
"driver.file.createOrUpdateEnvironmentFile.description": "Dosya oluşturmak için değişkenler oluşturun veya güncelleştirin.",
|
|
791
816
|
"driver.file.createOrUpdateEnvironmentFile.summary": "Değişkenler %s konumunda başarıyla oluşturuldu.",
|
|
792
817
|
"driver.file.createOrUpdateEnvironmentFile.OpenAIKey.validation": "OpenAI anahtarı boş olamaz.",
|
|
@@ -818,30 +843,30 @@
|
|
|
818
843
|
"driver.m365.acquire.description": "uygulama paketiyle birlikte Microsoft 365 başlığı alın",
|
|
819
844
|
"driver.m365.acquire.progress.message": "Uygulama paketiyle birlikte Microsoft 365 başlığı alınıyor...",
|
|
820
845
|
"driver.m365.acquire.summary": "Microsoft 365 başlığı başarıyla alındı (%s).",
|
|
821
|
-
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "
|
|
822
|
-
"driver.teamsApp.description.createDriver": "
|
|
823
|
-
"driver.teamsApp.description.updateDriver": "
|
|
824
|
-
"driver.teamsApp.description.publishDriver": "
|
|
825
|
-
"driver.teamsApp.description.validateDriver": "
|
|
826
|
-
"driver.teamsApp.description.createAppPackageDriver": "
|
|
827
|
-
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "
|
|
828
|
-
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "
|
|
829
|
-
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "
|
|
830
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "
|
|
831
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "
|
|
832
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "
|
|
846
|
+
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated app package to SPFx solution.",
|
|
847
|
+
"driver.teamsApp.description.createDriver": "create app.",
|
|
848
|
+
"driver.teamsApp.description.updateDriver": "update app.",
|
|
849
|
+
"driver.teamsApp.description.publishDriver": "publish app to tenant app catalog.",
|
|
850
|
+
"driver.teamsApp.description.validateDriver": "validate app.",
|
|
851
|
+
"driver.teamsApp.description.createAppPackageDriver": "build app package.",
|
|
852
|
+
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying app package to SPFx solution...",
|
|
853
|
+
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating app...",
|
|
854
|
+
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating app...",
|
|
855
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the app is already submitted to tenant App Catalog",
|
|
856
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published app",
|
|
857
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing app...",
|
|
833
858
|
"driver.teamsApp.progressBar.validateWithTestCases": "Doğrulama isteği gönderiliyor...",
|
|
834
|
-
"driver.teamsApp.progressBar.validateWithTestCases.step": "
|
|
835
|
-
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "
|
|
836
|
-
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "
|
|
837
|
-
"driver.teamsApp.summary.publishTeamsAppExists": "%s
|
|
838
|
-
"driver.teamsApp.summary.publishTeamsAppNotExists": "%s
|
|
839
|
-
"driver.teamsApp.summary.publishTeamsAppSuccess": "%s
|
|
840
|
-
"driver.teamsApp.summary.copyAppPackageSuccess": "%s
|
|
859
|
+
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Developer Portal](%s).",
|
|
860
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Developer Portal](%s).",
|
|
861
|
+
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "App with id %s already exists, skipped creating a new app.",
|
|
862
|
+
"driver.teamsApp.summary.publishTeamsAppExists": "App with id %s already exists in the organization's app store.",
|
|
863
|
+
"driver.teamsApp.summary.publishTeamsAppNotExists": "App with id %s does not exist in the organization's app store.",
|
|
864
|
+
"driver.teamsApp.summary.publishTeamsAppSuccess": "App %s successfully published to the admin portal.",
|
|
865
|
+
"driver.teamsApp.summary.copyAppPackageSuccess": "App %s was successfully copied to %s.",
|
|
841
866
|
"driver.teamsApp.summary.copyIconSuccess": "%s altında %s yeni simge(ler) başarıyla güncelleştirildi.",
|
|
842
|
-
"driver.teamsApp.summary.validate": "
|
|
843
|
-
"driver.teamsApp.summary.validate.checkPath": "
|
|
844
|
-
"driver.teamsApp.summary.validateManifest": "
|
|
867
|
+
"driver.teamsApp.summary.validate": "Microsoft 365 Agents Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
868
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your app package at %s.\n",
|
|
869
|
+
"driver.teamsApp.summary.validateManifest": "Microsoft 365 Agents Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
845
870
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "Teams bildiriminizi daha sonra kontrol edip %s.",
|
|
846
871
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "Bildirim aracı bildiriminizi bu saatte denetleyip %s.",
|
|
847
872
|
"driver.teamsApp.summary.validatePluginManifest.checkPath": "API Eklentisi bildiriminizi daha sonra kontrol edip %s.",
|
|
@@ -853,16 +878,16 @@
|
|
|
853
878
|
"driver.teamsApp.summary.validateWithTestCases": "Doğrulama isteği tamamlandı, durum: %s. \n\nÖzet:\n%s. Sonucu görüntüle: %s.%s",
|
|
854
879
|
"driver.teamsApp.summary.validateWithTestCases.result": "Doğrulama isteği tamamlandı, durum: %s. %s. Ayrıntılar için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
|
|
855
880
|
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Doğrulama başlığı: %s. İleti: %s",
|
|
856
|
-
"driver.teamsApp.validate.result": "
|
|
857
|
-
"driver.teamsApp.validate.result.display": "
|
|
881
|
+
"driver.teamsApp.validate.result": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s.",
|
|
882
|
+
"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.",
|
|
858
883
|
"driver.shareToOthers.description": "uygulamanızı başkalarıyla paylaşın",
|
|
859
884
|
"driver.shareToOthers.progress.message": "Uygulamanız paylaşılıyor...",
|
|
860
885
|
"driver.shareToOthers.summary": "Uygulamalar başarıyla paylaşıldı (%s).",
|
|
861
|
-
"error.teamsApp.validate.apiFailed": "
|
|
862
|
-
"error.teamsApp.validate.apiFailed.display": "
|
|
886
|
+
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
887
|
+
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
863
888
|
"error.teamsApp.validate.details": "Dosya yolu: %s, başlık: %s",
|
|
864
|
-
"error.teamsApp.AppIdNotExistError": "%s
|
|
865
|
-
"error.teamsApp.InvalidAppIdError": "%s
|
|
889
|
+
"error.teamsApp.AppIdNotExistError": "App with ID %s does not exist in Developer Portal.",
|
|
890
|
+
"error.teamsApp.InvalidAppIdError": "App ID %s is invalid, must be a GUID.",
|
|
866
891
|
"error.teamsApp.createAppPackage.invalidFile": "%s geçersiz, dizindeki dizinle veya manifest.json dizininde olmalıdır.",
|
|
867
892
|
"driver.botFramework.description": "dev.botframework.com üzerinde bot kaydını oluşturur veya güncelleştirir",
|
|
868
893
|
"driver.botFramework.summary.create": "Bot kaydı başarıyla oluşturuldu (%s).",
|
|
@@ -876,8 +901,11 @@
|
|
|
876
901
|
"driver.devChannel.status": "Ekip ve kanal oluşturma durumu: %s",
|
|
877
902
|
"driver.devChannel.summary.exists": "Ortam değişkeni %s ve %s zaten mevcut, yeni korumalı Ekip oluşturma adımı atlanıyor.",
|
|
878
903
|
"driver.devChannel.install.success": "Uygulama %s ekibine %s kanalıyla başarıyla yüklendi.",
|
|
904
|
+
"driver.devChannel.install.description": "Install app into sandboxed channel.",
|
|
905
|
+
"driver.devChannel.install.progress.message": "Installing app...",
|
|
906
|
+
"driver.devChannel.install.summary.exists": "App '%s' already installed in team '%s'. It will now be updated to the latest version.",
|
|
879
907
|
"error.yaml.InvalidYamlSchemaError": "Yaml dosyası ayrıştırılamıyor: %s. Lütfen yaml dosyasını gözden geçirin.",
|
|
880
|
-
"error.yaml.InvalidYamlSchemaErrorWithReason": "
|
|
908
|
+
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file or upgrade to the latest Microsoft 365 Agents Toolkit.",
|
|
881
909
|
"error.yaml.VersionNotSupported": "%s sürümü desteklenmiyor. Desteklenen sürümler: %s.",
|
|
882
910
|
"error.yaml.YamlFieldTypeError": "'%s' alanının %s türü olmalıdır, yaml dosyası: %s",
|
|
883
911
|
"error.yaml.YamlFieldMissingError": "'%s' alanı eksik, yaml dosyası: %s",
|
|
@@ -886,9 +914,9 @@
|
|
|
886
914
|
"error.yaml.InvalidActionInputError": "'%s' eylemi, %s parametreleri eksik olduğundan veya sağlanan YAML dosyasında (%s) geçersiz değere sahip olduğundan tamamlanamıyor. Gerekli parametrelerin sağlandığından ve geçerli değerlere sahip olduklarından emin olup yeniden deneyin.",
|
|
887
915
|
"error.common.InstallSoftwareError": "%s yüklenemiyor. Visual Studio Code’da Araç Seti'ni kullanıyorsanız Visual Studio Code’u kendiniz yükleyip yeniden başlatabilirsiniz.",
|
|
888
916
|
"error.common.VersionError": "Belirtilen sürüm aralığını karşılayan bir sürüm %s.",
|
|
889
|
-
"error.common.MissingEnvironmentVariablesError": "
|
|
890
|
-
"error.common.InvalidProjectError": "
|
|
891
|
-
"error.common.InvalidProjectError.display": "
|
|
917
|
+
"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 Microsoft 365 Agents Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
|
|
918
|
+
"error.common.InvalidProjectError": "This command only works for project created by Microsoft 365 Agents Toolkit. 'm365agents.yml' or 'm365agents.local.yml' not found",
|
|
919
|
+
"error.common.InvalidProjectError.display": "This command only works for project created by Microsoft 365 Agents Toolkit. Yaml file not found: %s",
|
|
892
920
|
"error.common.FileNotFoundError": "Dosya veya dizin bulunamadı: '%s'. Mevcut olup olmadığını ve buna erişim izninizin olup olmadığını denetleyin.",
|
|
893
921
|
"error.common.JSONSyntaxError": "JSON söz dizimi hatası: %s. JSON söz dizimini doğru biçimlendirilmiş olduğundan emin olmak için denetleyin.",
|
|
894
922
|
"error.common.ReadFileError": "Dosya şu nedenle okunamıyor: %s",
|
|
@@ -922,7 +950,7 @@
|
|
|
922
950
|
"error.m365.M365TenantIdNotFoundInTokenError": "Belirteç JSON nesnesinde Microsoft 365 kiracı kimliği alınamıyor. Hesabınızın kiracıya erişim yetkisine sahip olduğundan ve belirteç JSON nesnesinin geçerli olduğundan emin olun.",
|
|
923
951
|
"error.m365.M365TenantIdNotMatchError": "Kimlik doğrulaması başarısız oldu. Şu anda .env dosyasında belirtilenden (TEAMS_APP_TENANT_ID='%s') farklı bir '%s' Microsoft 365 kiracısında oturum açtınız. Bu sorunu çözmek ve geçerli oturum açmış kiracınıza geçmek için .env dosyasından '%s' değerlerini kaldırıp yeniden deneyin.",
|
|
924
952
|
"error.arm.CompileBicepError": "'%s' yolunda bulunan Bicep dosyaları JSON ARM şablonlarına derlenemiyor. %s hata iletisi döndürüldü. Bicep dosyalarında söz dizimi veya yapılandırma hatalarını kontrol edip yeniden deneyin.",
|
|
925
|
-
"error.arm.DownloadBicepCliError": "Bicep cli
|
|
953
|
+
"error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file m365agents.yml and Microsoft 365 Agents Toolkit will use bicep CLI in PATH",
|
|
926
954
|
"error.arm.DeployArmError.Notification": "'%s' dağıtım adı için ARM şablonları '%s' kaynak grubunda dağıtılamadı. Daha fazla ayrıntı için [Çıkış paneline](command:fx-extension.showOutputChannel) başvurun.",
|
|
927
955
|
"error.arm.DeployArmError": "'%s' dağıtım adı için ARM şablonları, %s nedeniyle '%s' kaynak grubunda dağıtılamadı",
|
|
928
956
|
"error.arm.GetArmDeploymentError": "'%s' dağıtım adı için ARM şablonları, %s nedeniyle '%s' kaynak grubunda dağıtılamadı. \nAyrıntılı hata iletisi şu nedenle alınamıyor: %s. \nDağıtım hatası için portaldaki %s kaynak grubuna başvurun.",
|
|
@@ -1016,7 +1044,7 @@
|
|
|
1016
1044
|
"core.addAuthActionQuestion.ApiKeyIn.header": "Üst bilgi",
|
|
1017
1045
|
"core.addAuthActionQuestion.ApiKeyIn.query": "Sorgu",
|
|
1018
1046
|
"core.addAuthActionQuestion.ApiKeyName.title": "API Anahtarının Adını Girin",
|
|
1019
|
-
"core.addAuthAction.microsoftEntra.message": "
|
|
1047
|
+
"core.addAuthAction.microsoftEntra.message": "Microsoft 365 Agents Toolkit has successfully added Microsoft Entra authentication to the selected APIs. Please: 1. Find the application id uri with placeholder %s in .env files and update it to the Microsoft Entra app. 2. Add https://teams.microsoft.com/api/platform/v1.0/oAuthConsentRedirect to redirect uri of the Mcirosoft Entra app.",
|
|
1020
1048
|
"core.addAuthAction.validation.url": "Geçersiz URL biçimi. Lütfen geçerli bir URL girin.",
|
|
1021
1049
|
"core.oauthScopeQuestion.validation.scope": "Geçersiz kapsam biçimi. Lütfen geçerli bir kapsam girin. Örnek: kapsam1: kapsam1 için açıklama; kapsam2: kapsam2 için açıklama",
|
|
1022
1050
|
"core.authNameQuestion.validation.empty": "Kimlik doğrulama adı boş olamaz.",
|
|
@@ -1053,5 +1081,6 @@
|
|
|
1053
1081
|
"action.devTool.nodeInstaller.SuccessExtract": "NodeJS paketi şu yola başarıyla ayıklandı: %s, süre: %s ms",
|
|
1054
1082
|
"action.devTool.nodeInstaller.Summary.installInPath": "NodeJS yüklendi: %s.",
|
|
1055
1083
|
"action.devTool.nodeInstaller.Summary.installInSystem": "NodeJS sistem ortamınıza zaten yüklendi.",
|
|
1056
|
-
"driver.typeSpec.compile.reprovision": "
|
|
1084
|
+
"driver.typeSpec.compile.reprovision": "%s dosyası güncelleştirildi. Lütfen yeniden sağlamayı çalıştırın.",
|
|
1085
|
+
"error.kiota.KiotaGeneratePluginError": "Unable to generate plugin manifest file using Kiota. Error: %s"
|
|
1057
1086
|
}
|